Skip to content
Failed

Console Output

Pull request #8428 updated
01:13:41 Connecting to https://api.github.com using 476720/******
Obtained .jenkins/continuous.groovy from 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549+7b74f54bf504bcfbc81ae919f8394feca825c86b (47998b39a9830f5d87230b8531bab78169e60dac)
[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 villars02 in /var/jenkins/workspace/Kokkos_PR-8428
[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-8428/.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.43.0'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/8428/head:refs/remotes/origin/PR-8428 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Merging remotes/origin/develop commit 7b74f54bf504bcfbc81ae919f8394feca825c86b into PR head commit 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549 # timeout=10
Merge succeeded, producing 55fe93966eed10d9954fb4a8047a8f6afeb78d81
Checking out Revision 55fe93966eed10d9954fb4a8047a8f6afeb78d81 (PR-8428)
Commit message: "Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD"
First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
+ docker build -t 6a83f0f99982de55afca438f36f5e29a408e8c49 -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  19.97kB

Step 1/4 : FROM ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30
 ---> 35a88802559d
Step 2/4 : ARG ADDITIONAL_PACKAGES
 ---> Using cache
 ---> 1afd6514cb6a
Step 3/4 : RUN apt-get update && apt-get install -y         bc         git         build-essential         clang-format-16         wget         ${ADDITIONAL_PACKAGES}         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 58d428e9e750
Step 4/4 : ENV CLANG_FORMAT_EXE=clang-format-16
 ---> Using cache
 ---> 9516132056cc
Successfully built 9516132056cc
Successfully tagged 6a83f0f99982de55afca438f36f5e29a408e8c49:latest
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 7b74f54bf504bcfbc81ae919f8394feca825c86b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 55fe93966eed10d9954fb4a8047a8f6afeb78d81 # timeout=10
 > git rev-list --no-walk a7c8e32b047528c1ab33c616288711a964604d88 # timeout=10
+ docker inspect -f . 6a83f0f99982de55afca438f36f5e29a408e8c49
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
villars02 seems to be running inside container aea8ac7e9cc993626046f111c9c3bac26966f3d5fa0c56cd3c1033325ce879a2
$ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache -w /var/jenkins/workspace/Kokkos_PR-8428 --volumes-from aea8ac7e9cc993626046f111c9c3bac26966f3d5fa0c56cd3c1033325ce879a2 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 6a83f0f99982de55afca438f36f5e29a408e8c49 cat
$ docker top ecff0036f5622da52069979c1ac0a333993f7c33e1cfbe3bb24f0fc141c04eb5 -eo pid,comm
[Pipeline] {
[Pipeline] sh
+ ./scripts/docker/check_format_cpp.sh
***   Running clang-format
***   Running clang-format - done
***   Running trailing whitespaces check
***   Running trailing whitespaces check - done
***   Running copyright
***   Running copyright - done
[Pipeline] }
$ docker stop --time=1 ecff0036f5622da52069979c1ac0a333993f7c33e1cfbe3bb24f0fc141c04eb5
$ docker rm -f --volumes ecff0036f5622da52069979c1ac0a333993f7c33e1cfbe3bb24f0fc141c04eb5
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-1)
[Pipeline] parallel
[Pipeline] { (Branch: C++20-Modules-Clang-19)
[Pipeline] { (Branch: GCC-10.5.0)
[Pipeline] { (Branch: HIP-ROCm-6.2-CXX20)
[Pipeline] { (Branch: CUDA-12.2-NVCC-RDC)
[Pipeline] stage
[Pipeline] { (C++20-Modules-Clang-19)
[Pipeline] stage
[Pipeline] { (GCC-10.5.0)
[Pipeline] stage
[Pipeline] { (HIP-ROCm-6.2-CXX20)
[Pipeline] stage
[Pipeline] { (CUDA-12.2-NVCC-RDC)
[Pipeline] node
[Pipeline] node
Running on CPU_Node_06 in /var/jenkins/workspace/Kokkos_PR-8428
[Pipeline] node
[Pipeline] node
Running on CPU_Node_05 in /var/jenkins/workspace/Kokkos_PR-8428
Running on padirac11 in /var/jenkins/workspace/Kokkos_PR-8428
Running on waffle_03 in /var/jenkins/workspace/Kokkos_PR-8428
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
[Pipeline] checkout
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
Fetching changes from the remote Git repository
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
Fetching without tags
Fetching changes from the remote Git repository
using credential Jenkins ORNL
Fetching without tags
[Pipeline] checkout
Fetching changes from the remote Git repository
Fetching without tags
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
Fetching changes from the remote Git repository
Fetching without tags
Merging remotes/origin/develop commit 7b74f54bf504bcfbc81ae919f8394feca825c86b into PR head commit 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549
Merging remotes/origin/develop commit 7b74f54bf504bcfbc81ae919f8394feca825c86b into PR head commit 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549
Merge succeeded, producing 7a0560b1ecc64a2098326c95b7983f2131b24817
Checking out Revision 7a0560b1ecc64a2098326c95b7983f2131b24817 (PR-8428)
Commit message: "Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD"
First time build. Skipping changelog.
Merge succeeded, producing 95123c50cdadf910b56c61962d7cc8281158fd46
Checking out Revision 95123c50cdadf910b56c61962d7cc8281158fd46 (PR-8428)
Commit message: "Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD"
First time build. Skipping changelog.
Merging remotes/origin/develop commit 7b74f54bf504bcfbc81ae919f8394feca825c86b into PR head commit 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549
Merge succeeded, producing 95123c50cdadf910b56c61962d7cc8281158fd46
Checking out Revision 95123c50cdadf910b56c61962d7cc8281158fd46 (PR-8428)
Commit message: "Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD"
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8428/.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.43.0'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/8428/head:refs/remotes/origin/PR-8428 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 7b74f54bf504bcfbc81ae919f8394feca825c86b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 95123c50cdadf910b56c61962d7cc8281158fd46 # timeout=10
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8428/.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.43.0'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/8428/head:refs/remotes/origin/PR-8428 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 7b74f54bf504bcfbc81ae919f8394feca825c86b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 95123c50cdadf910b56c61962d7cc8281158fd46 # timeout=10
 > git rev-list --no-walk a7c8e32b047528c1ab33c616288711a964604d88 # timeout=10
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8428/.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.43.0'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/8428/head:refs/remotes/origin/PR-8428 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 7b74f54bf504bcfbc81ae919f8394feca825c86b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7a0560b1ecc64a2098326c95b7983f2131b24817 # timeout=10
 > git rev-list --no-walk a7c8e32b047528c1ab33c616288711a964604d88 # timeout=10
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8428/.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.43.0'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/8428/head:refs/remotes/origin/PR-8428 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
Merging remotes/origin/develop commit 7b74f54bf504bcfbc81ae919f8394feca825c86b into PR head commit 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
[Pipeline] sh
+ docker build -t 296161068f8c86175485237f87e861cf2513d56c --build-arg BASE=rocm/dev-ubuntu-22.04:6.2.4-complete@sha256:6604a97283a218fc62ab59e23c54ec34ad634be9201b001435844a59ba1b8eb5 -f scripts/docker/Dockerfile.hipcc 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  19.97kB

Step 1/10 : ARG BASE=rocm/dev-ubuntu-20.04:5.2-complete@sha256:4030c8af0c06c286174758523dabe4b3850bf72d4a8c1ef275d3ec69aa475f65
Step 2/10 : FROM $BASE
 ---> c1a5bb87836f
Step 3/10 : ARG ADDITIONAL_PACKAGES
 ---> Using cache
 ---> a56b9f3dfcfd
Step 4/10 : RUN apt-get update && apt-get install -y         kmod         wget         ccache         file         ${ADDITIONAL_PACKAGES}         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 04ea24e73eea
Step 5/10 : ENV PATH=/opt/rocm/bin:$PATH
 ---> Using cache
 ---> 887bdee293ea
Step 6/10 : RUN KEYDUMP_URL=https://cloud1.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
 ---> aba1e97f605f
Step 7/10 : ARG CMAKE_VERSION=3.22.6
 ---> Using cache
 ---> 3251a9064444
Step 8/10 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> ec4c9bf5c1e2
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
 ---> aa6bfbb87699
Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> efbf01cc33be
Successfully built efbf01cc33be
Successfully tagged 296161068f8c86175485237f87e861cf2513d56c:latest
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker build -t db7bb9a92187e06209dad55003dd05300736e16d -f scripts/docker/Dockerfile.modules scripts/docker
#1 [internal] load build definition from Dockerfile.modules
#1 sha256:35b22f0e9bd4573cd945b036d00aba7251265a86bf0cef46a80b0c2914528326
#1 transferring dockerfile: 1.69kB done
#1 DONE 0.0s

#2 [internal] load metadata for docker.io/library/gcc:15.1.0-bookworm@sha256:0a7989a3828096f97fd62feb896699e151544e0cfc5fdc0f30ace70cdcf003e6
#2 sha256:de6d5100bf8b3d216d939643bfad371a48ad5d126612fc5ce4f9e9f0af8fbb05
+ docker build -t d5a16aa400f8ab7c0c2c1dcff6d6231f6509704c -f scripts/docker/Dockerfile.gcc scripts/docker
#1 [internal] load build definition from Dockerfile.gcc
#1 sha256:599d1664806b2d2aa55d57cca47b488720971c918cfd43fb181d688a4cfa033a
#1 transferring dockerfile: 1.17kB 0.0s done
#1 DONE 0.0s

#2 [internal] load metadata for docker.io/library/ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9
#2 sha256:b1b48b66a699f3af6c23de22e027247b410879300b4fbc307ef39ba014d8ee45
+ docker inspect -f . 296161068f8c86175485237f87e861cf2513d56c
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
#2 DONE 0.4s

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

#7 [1/4] FROM docker.io/library/ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9
#7 sha256:cd931f9fccb0755e133679b6c02397f7ba29e43bc62f085f7e263360da2006b5
#7 DONE 0.0s

#6 [2/4] RUN apt-get update && apt-get upgrade -y && apt-get install -y     build-essential     wget     git     bc     cmake     ${ADDITIONAL_PACKAGES}     &&     apt-get clean && rm -rf /var/lib/apt/lists/*
#6 sha256:206acff0adcf8c88192f95a7607709ee3b218525c298a740947205a8b5e9f9f9
#6 CACHED

#5 [3/4] RUN echo "deb http://dk.archive.ubuntu.com/ubuntu/ noble main" >> /etc/apt/sources.list &&     echo "deb http://dk.archive.ubuntu.com/ubuntu/ noble universe" >> /etc/apt/sources.list &&     apt-get update && apt-get install -y g++-10 &&     update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 10 &&     update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 10 &&     apt-get clean && rm -rf /var/lib/apt/lists/*
#5 sha256:85ca71e4ffd9d60ae5b5f1cf821c02a46132e69ed369ea9fabfc63c7c1d86ca9
#5 CACHED

#4 [4/4] RUN KEYDUMP_URL=https://cloud1.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}*
#4 sha256:9b0050de54f53dcce0646d97750666762dd168ab0519069ec10ae00cf5ecba58
#4 CACHED

#8 exporting to image
#8 sha256:bcbb9f459d11772eedc541abcc6107fcd8977a14bb44649ae882f06aa378355d
#8 exporting layers done
#8 writing image sha256:6e03637202b265b8636ea7be93b0b1d9725385bbaf825094a172370ce89b5363 done
#8 naming to docker.io/library/d5a16aa400f8ab7c0c2c1dcff6d6231f6509704c:latest done
#8 DONE 0.0s
padirac11 seems to be running inside container 8a68f147197a3e12d82f8b252075b0da1ab6150e99784b93932741e618cdc66e
$ 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-8428 --volumes-from 8a68f147197a3e12d82f8b252075b0da1ab6150e99784b93932741e618cdc66e -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 296161068f8c86175485237f87e861cf2513d56c cat
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 7b74f54bf504bcfbc81ae919f8394feca825c86b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
Merge succeeded, producing 94232551afa57da88d71b0cba79a9fca158199b3
Checking out Revision 94232551afa57da88d71b0cba79a9fca158199b3 (PR-8428)
#2 DONE 0.5s

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

#9 [1/6] FROM docker.io/library/gcc:15.1.0-bookworm@sha256:0a7989a3828096f97fd62feb896699e151544e0cfc5fdc0f30ace70cdcf003e6
#9 sha256:e7f7ff4ff4f7fb9943e6862fd2e05ee32baa7b9b91974dd2f8b198723727cc6d
#9 DONE 0.0s

#5 [5/6] RUN KEYDUMP_URL=https://cloud1.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:635997939be0766fe33d1c7c6558b20073af6741b8f3dd3aea80bf053ef99a49
#5 CACHED

#6 [4/6] RUN apt-get update && apt-cache search clang-scan-deps && apt-get install -y clang-tools-19 clang-19 &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
#6 sha256:5d29b2c45754b6e9bbdd19d6fe84a055542194edd856eac9fddecb6e8390d950
#6 CACHED

#8 [2/6] RUN apt-get update && apt-get install -y         vim         lsb-release         wget         software-properties-common         gnupg         bc         ninja-build         git         ${ADDITIONAL_PACKAGES}
#8 sha256:46e36dfc7a8cd48864a5f57ed3e9896212576166fdb15dacec5edbe6c560f1bb
#8 CACHED

#7 [3/6] RUN add-apt-repository deb http://apt.llvm.org/bookworm/ llvm-toolchain-bookworm-19 main
#7 sha256:4a4f500157bc48237519c3d6dc7dacc75ccf06f0633aae8f67cb984e5fc4a3e1
#7 CACHED

#4 [6/6] RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v4.0.2 &&     CMAKE_SCRIPT=cmake-4.0.2-Linux-x86_64.sh &&     CMAKE_SHA256=cmake-4.0.2-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:c62b3503a0e7997da0df3e8ace5e6e2f9c81cbbc207cb0b8010f4a6a616a4d66
#4 CACHED

#10 exporting to image
#10 sha256:0dcefa97c48d214c0831f82b9f81207f7062547a955997f4f2f04db0d4155303
#10 exporting layers done
#10 writing image sha256:0281963590b0039881f0f3d2d87236f47aaa12243811ed3865674d68b8fa4d55 done
#10 naming to docker.io/library/db7bb9a92187e06209dad55003dd05300736e16d:latest done
#10 DONE 0.0s
Commit message: "Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD"
First time build. Skipping changelog.
$ docker top c99d3c5e3a0311b5c9f91603b1c645175836d95da1e977505a3c0e8a0c13b3cc -eo pid,comm
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 94232551afa57da88d71b0cba79a9fca158199b3 # timeout=10
 > git rev-list --no-walk a7c8e32b047528c1ab33c616288711a964604d88 # timeout=10
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
+ docker inspect -f . db7bb9a92187e06209dad55003dd05300736e16d
.
+ docker inspect -f . d5a16aa400f8ab7c0c2c1dcff6d6231f6509704c
.
[Pipeline] }
+ ccache --zero-stats
Statistics zeroed
[Pipeline] // withEnv
[Pipeline] withDockerContainer
CPU_Node_06 seems to be running inside container 3003ef4d0279602637d613fccb1842b37c00509a646d2fb482e437afd0219929
$ docker run -t -d -u 0:0 -w /var/jenkins/workspace/Kokkos_PR-8428 --volumes-from 3003ef4d0279602637d613fccb1842b37c00509a646d2fb482e437afd0219929 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** db7bb9a92187e06209dad55003dd05300736e16d cat
+ docker build -t f35d960af5d621a019c0ff2a29f22f7afa474615 --build-arg BASE=nvcr.io/nvidia/cuda:12.2.2-devel-ubuntu22.04@sha256:5f603101462baa721ff6ddc44af82f6e9ba7cbd92a424c9f9f348e6e9d6d64c3 --build-arg ADDITIONAL_PACKAGES=gfortran clang --build-arg CMAKE_VERSION=3.22.1 -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  19.97kB

Step 1/10 : ARG BASE=nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04@sha256:10ab0f09fcdc796b4a2325ef1bce8f766f4a3500eab5a83780f80475ae26c7a6
Step 2/10 : FROM $BASE
 ---> b56b435576e8
Step 3/10 : ARG ADDITIONAL_PACKAGES
 ---> Using cache
 ---> cc2e46896097
Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
 ---> Using cache
 ---> a19d1ccea4b4
Step 5/10 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y         bc         wget         ccache         ${ADDITIONAL_PACKAGES}         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 2627801f3fef
Step 6/10 : RUN KEYDUMP_URL=https://cloud1.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
 ---> 1a1e4e1f17cf
Step 7/10 : ARG CMAKE_VERSION=3.22.6
 ---> Using cache
 ---> ee150cbaabea
Step 8/10 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> b8496a5f5de3
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
 ---> dfd9148c8e41
Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> de7afd038023
Successfully built de7afd038023
$ docker top 5cea919357fb69a67ee2512bbcefd4453ee59ef7d0f5a2fafdd79eb222c4ac4d -eo pid,comm
Successfully tagged f35d960af5d621a019c0ff2a29f22f7afa474615:latest
[Pipeline] {
[Pipeline] sh
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
CPU_Node_05 seems to be running inside container 30b7861c789e3c0cfa08cbb04a72b2f626f8184e628db910fe01de856deb5741
$ docker run -t -d -u 0:0 -w /var/jenkins/workspace/Kokkos_PR-8428 --volumes-from 30b7861c789e3c0cfa08cbb04a72b2f626f8184e628db910fe01de856deb5741 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** d5a16aa400f8ab7c0c2c1dcff6d6231f6509704c cat
+ rm -rf build
$ docker top 9e23d8040cab5e6805e7a1d89771a0d0e2df3cf8045f72de465951814829ca5d -eo pid,comm
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . f35d960af5d621a019c0ff2a29f22f7afa474615
.
[Pipeline] }
+ rm -rf build
+ cmake -B build -GNinja -DCMAKE_CXX_COMPILER=clang++-19 -DCMAKE_CXX_FLAGS=-Werror -DCMAKE_CXX_STANDARD=20 -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_EXPERIMENTAL_CXX20_MODULES=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_EXAMPLES=ON -DKokkos_ENABLE_SERIAL=ON
[Pipeline] // withEnv
[Pipeline] withDockerContainer
+ rm -rf build
+ mkdir -p build
+ cd build
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=20 -DCMAKE_CXX_FLAGS=-Werror -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=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 ..
waffle_03 seems to be running inside container d4ee7457359e13e9a8f5bdf4b02543ca44183c2ebdb45a650b6ed7d3f31c6008
$ 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-8428 --volumes-from d4ee7457359e13e9a8f5bdf4b02543ca44183c2ebdb45a650b6ed7d3f31c6008 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** f35d960af5d621a019c0ff2a29f22f7afa474615 cat
CMake Deprecation Warning at CMakeLists.txt:9 (cmake_policy):
  The OLD behavior for policy CMP0119 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


-- Setting default Kokkos CXX standard to 20
CMake Deprecation Warning at CMakeLists.txt:9 (cmake_policy):
  The OLD behavior for policy CMP0119 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


-- Setting default Kokkos CXX standard to 20
-- The CXX compiler identification is GNU 10.5.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.7.99
-- The project name is: Kokkos
-- Using internal gtest for testing
+ 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_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_HIP=ON ..
-- Setting default Kokkos CXX standard to 20
-- Configured git information in /var/jenkins/workspace/Kokkos_PR-8428/build/generated/Kokkos_Version_Info.cpp
-- Using -std=gnu++2a for C++20 extensions as feature
-- SIMD: AVX2 detected
-- Built-in Execution Spaces:
--     Device Parallel: NoTypeDefined
--     Host Parallel: Kokkos::OpenMP
--       Host Serial: SERIAL
-- 
-- Architectures:
--  NATIVE
-- Performing Test KOKKOS_QUADMATH_COMPILER_SUPPORT
-- Performing Test KOKKOS_QUADMATH_COMPILER_SUPPORT - Success
-- Found OpenMP_CXX: -fopenmp (found suitable version "4.5", minimum required is "3.0") 
-- Found OpenMP: TRUE (found suitable version "4.5", minimum required is "3.0") found components: CXX 
-- Using bundled desul_atomics copy (desul/desul@fd8da8299519d7ecde91a1c11a3ac8469ce29cac)
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success
-- Experimental mdspan support is enabled
-- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931)
-- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) 
-- No installed google benchmark found, fetching from GitHub
-- The CXX compiler identification is Clang 18.0.0
-- Detecting CXX compiler ABI info
-- The CXX compiler identification is Clang 19.1.4
-- Detecting CXX compiler ABI info
-- [benchmark] Failed to find LLVM FileCheck
-- [benchmark] Found Git: /usr/bin/git (found version "2.43.0") 
-- [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
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/clang++-19 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Setting build type to 'RelWithDebInfo' as none was specified.
-- Kokkos version: 4.7.99
-- The project name is: Kokkos
-- Using internal gtest for testing
-- [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
-- Configured git information in /var/jenkins/workspace/Kokkos_PR-8428/build/generated/Kokkos_Version_Info.cpp
-- Using -std=gnu++20 for C++20 extensions as feature
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/rocm/bin/hipcc - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.7.99
-- Built-in Execution Spaces:
--     Device Parallel: NoTypeDefined
--     Host Parallel: NoTypeDefined
--       Host Serial: SERIAL
-- 
-- Architectures:
-- [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
-- The project name is: Kokkos
-- Using internal gtest for testing
-- Compiler Version: 6.2.41134
-- 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.
-- Using -std=gnu++20 for C++20 extensions as feature
-- Found TPLLIBDL: /usr/include/
-- Using bundled desul_atomics copy (desul/desul@fd8da8299519d7ecde91a1c11a3ac8469ce29cac)
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success
-- Experimental mdspan support is enabled
-- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931)
-- [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
-- Found Python3: /usr/bin/python3.11 (found version "3.11.2") found components: Interpreter
-- No installed google benchmark found, fetching from GitHub
$ docker top b85553a0f317131c634bb4be9e133e7b919434edf895e8b00b2bbf02b385067b -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] Failed to find LLVM FileCheck
-- [benchmark] Found Git: /usr/bin/git (found version "2.39.5")
-- [benchmark] git version: v0.0.0 normalized to 0.0.0
-- [benchmark] Version: 1.7.1
-- [benchmark] Looking for shm_open in rt
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
-- [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
+ ccache --zero-stats
Statistics zeroed
[Pipeline] sh
-- [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
+ rm -rf install
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
+ mkdir -p install
+ rm -rf build
-- [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_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_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
-- [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_STEADY_CLOCK -- success
-- [benchmark] Found Threads: TRUE  
-- Sources TestOpenMP.cpp
-- No installed google benchmark found, fetching from GitHub
-- Kokkos Backends: OPENMP;SERIAL
-- Configuring done (6.1s)
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success
-- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-8428/build/_deps/googlebenchmark-src/include
-- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES
-- Generating done (0.3s)
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8428/build
+ make -j8
[  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.cc.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o
[  1%] Built target AlwaysCheckGit
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
-- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
+ mkdir -p build
+ cd build
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++-11 -DCMAKE_CXX_FLAGS=-Werror -DCMAKE_CXX_STANDARD=20 -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 -DCMAKE_INSTALL_PREFIX=/var/jenkins/workspace/Kokkos_PR-8428/build/../install ..
-- Setting default Kokkos CXX standard to 20
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
-- The CXX compiler identification is GNU 11.4.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++-11 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.7.99
-- The project name is: Kokkos
-- Using internal gtest for testing
-- Compiler Version: 12.2.140
-- kokkos_launch_compiler (/var/jenkins/workspace/Kokkos_PR-8428/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.
CMake Deprecation Warning at cmake/kokkos_enable_options.cmake:287 (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:161 (include)
  CMakeLists.txt:228 (kokkos_setup_build_environment)


-- Using -std=c++20 for C++20 standard as feature
-- [benchmark] Performing Test HAVE_STD_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX
-- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- [benchmark] Compiling and running to test HAVE_POSIX_REGEX
-- SIMD: AVX2 detected
-- [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
-- No installed google benchmark found, fetching from GitHub
-- Kokkos Backends: SERIAL
-- Configuring done (9.6s)
-- Generating done (0.3s)
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8428/build
+ cmake --build build --target install -j 8
[1/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_Command_Line_Parsing.cpp for CXX dependencies
[2/1513] cd /var/jenkins/workspace/Kokkos_PR-8428/build && /opt/cmake/bin/cmake -DRUN_CHECK_GIT_VERSION=1 -DKOKKOS_SOURCE_DIR=/var/jenkins/workspace/Kokkos_PR-8428 -P /var/jenkins/workspace/Kokkos_PR-8428/cmake/build_env_info.cmake
[3/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_CPUDiscovery.cpp for CXX dependencies
[4/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_Abort.cpp for CXX dependencies
[5/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/generated/Kokkos_Version_Info.cpp for CXX dependencies
[6/1513] Generating CXX dyndep file CMakeFiles/impl_git_version.dir/CXX.dd
-- CUDA auto-detection of architecture failed with /usr/bin/g++-11. Enabling CUDA language ONLY to auto-detect architecture...
-- Looking for a CUDA compiler
[7/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_HostBarrier.cpp for CXX dependencies
[8/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_HostThreadTeam.cpp for CXX dependencies
[9/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_HostSpace.cpp for CXX dependencies
[10/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_HostSpace_deepcopy.cpp for CXX dependencies
[11/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_ExecPolicy.cpp for CXX dependencies
[12/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_Error.cpp for CXX dependencies
[13/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_Core.cpp for CXX dependencies
[14/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_MemoryPool.cpp for CXX dependencies
[15/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_SharedAlloc.cpp for CXX dependencies
[16/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_Profiling.cpp for CXX dependencies
[17/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_Stacktrace.cpp for CXX dependencies
[18/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestCompileMain.cpp for CXX dependencies
[19/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/Serial/Kokkos_Serial.cpp for CXX dependencies
[20/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_hwloc.cpp for CXX dependencies
[21/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestDetectionIdiom.cpp for CXX dependencies
[22/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/tpls/gtest/gtest/gtest-all.cc for CXX dependencies
[23/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestArray.cpp for CXX dependencies
[24/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestBitManipulation.cpp for CXX dependencies
[25/1513] Generating CXX dyndep file core/src/CMakeFiles/kokkoscore.dir/CXX.dd
[26/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/kokkos_gtest.dir/CXX.dd
[27/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestCreateMirror.cpp for CXX dependencies
[28/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestStringManipulation.cpp for CXX dependencies
[29/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestRangePolicyCTAD.cpp for CXX dependencies
[30/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestInterOp.cpp for CXX dependencies
[31/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestVersionMacros.cpp for CXX dependencies
[32/1513] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[33/1513] Linking CXX static library libimpl_git_version.a
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[34/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.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
-- Performing Test Kokkos_ENABLE_IMPL_SKIP_NO_RTTI_FLAG
[  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
[35/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
-- Performing Test Kokkos_ENABLE_IMPL_SKIP_NO_RTTI_FLAG - Failed
-- Found TPLLIBDL: /usr/include/  
[36/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
-- Looking for C++ include pthread.h
[  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
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[37/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[38/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
[39/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Looking for a CUDA compiler - /usr/local/cuda/bin/nvcc
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o
[40/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
-- The CUDA compiler identification is NVIDIA 12.2.140
-- Detecting CUDA compiler ABI info
[41/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
-- Detecting CUDA compiler ABI info - done
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[42/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
-- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped
-- Detecting CUDA compile features
-- Detecting CUDA compile features - done
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[43/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[44/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewRank.cpp for CXX dependencies
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  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
[45/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewTypeTraits.cpp for CXX dependencies
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success
-- Using bundled desul_atomics copy (desul/desul@fd8da8299519d7ecde91a1c11a3ac8469ce29cac)
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
[46/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewTypedefs.cpp for CXX dependencies
[47/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestTypeInfo.cpp for CXX dependencies
[48/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestTypeList.cpp for CXX dependencies
[49/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestMDRangePolicyCTAD.cpp for CXX dependencies
-- Detected CUDA Compute Capability 80
-- Setting Kokkos_ARCH_AMPERE80=ON
-- Built-in Execution Spaces:
CMake Deprecation Warning at cmake/kokkos_arch.cmake:1437 (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:163 (include)
  CMakeLists.txt:228 (kokkos_setup_build_environment)


--     Device Parallel: Kokkos::Cuda
--     Host Parallel: NoTypeDefined
--       Host Serial: SERIAL
-- 
-- Architectures:
--  NATIVE
--  AMPERE80
-- Found CUDAToolkit: /usr/local/cuda/include (found version "12.2.140") 
[50/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[51/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestTeamPolicyCTAD.cpp for CXX dependencies
-- Looking for C++ include pthread.h
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
[52/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestTeamMDRangePolicyCTAD.cpp for CXX dependencies
[53/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestNestedReducerCTAD.cpp for CXX dependencies
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Found TPLLIBDL: /usr/include/  
-- Using bundled desul_atomics copy (desul/desul@fd8da8299519d7ecde91a1c11a3ac8469ce29cac)
-- Experimental mdspan support is enabled
-- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931)
-- Kokkos Backends: SERIAL;CUDA
-- Configuring done
[54/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/view/TestBasicViewMDSpanConversion.cpp for CXX dependencies
[55/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/view/TestViewCustomization.cpp for CXX dependencies
[56/1513] 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-8428/build
+ make -j8 install
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[ 10%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[ 10%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[ 17%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[ 17%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[ 21%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[ 25%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[57/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/UnitTestMainInit.cpp for CXX dependencies
[58/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/view/TestExtentsDatatypeConversion.cpp for CXX dependencies
[59/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_View_BasicView.cpp for CXX dependencies
[ 25%] Built target AlwaysCheckGit
[ 28%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[60/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_View_ReferenceCountedDataHandle.cpp for CXX dependencies
[61/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_View_ReferenceCountedAccessor.cpp for CXX dependencies
[62/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp for CXX dependencies
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[63/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp for CXX dependencies
[64/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_View_ViewCustomizationAllocationType.cpp for CXX dependencies
[65/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/UnitTestMainInit.cpp for CXX dependencies
[  5%] Linking CXX static library libbenchmark.a
[  5%] Built target benchmark
[ 32%] Linking CXX static library libimpl_git_version.a
[66/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Abort.cpp for CXX dependencies
[67/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ArrayOps.cpp for CXX dependencies
[68/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_AtomicOperations_complexdouble.cpp for CXX dependencies
[  5%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[69/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_AtomicOperations_complexfloat.cpp for CXX dependencies
[70/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_AtomicOperations_int8.cpp for CXX dependencies
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[71/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_AtomicOperations_double.cpp for CXX dependencies
[72/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_AtomicOperations_float.cpp for CXX dependencies
[73/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_AtomicOperations_int16.cpp for CXX dependencies
[ 32%] Built target impl_git_version
[ 35%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[74/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_AtomicOperations_int.cpp for CXX dependencies
[75/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_AtomicOperations_longint.cpp for CXX dependencies
[76/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_AtomicOperations_longlongint.cpp for CXX dependencies
[77/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_AtomicOperations_shared.cpp for CXX dependencies
[78/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_AtomicOperations_unsignedint.cpp for CXX dependencies
[79/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Atomics.cpp for CXX dependencies
[  5%] Linking CXX static library libimpl_git_version.a
[  5%] Built target impl_git_version
[  5%] Linking CXX static library libbenchmark_main.a
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success
-- Experimental mdspan support is enabled
-- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931)
[80/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_AtomicOperations_unsignedlongint.cpp for CXX dependencies
[81/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_AtomicViews.cpp for CXX dependencies
[82/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[83/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_BitManipulationBuiltins.cpp for CXX dependencies
[  5%] Built target benchmark_main
-- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter 
-- No installed google benchmark found, fetching from GitHub
[84/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_BlockSizeDeduction.cpp for CXX dependencies
[85/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_CommonPolicyConstructors.cpp for CXX dependencies
[86/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_CheckedIntegerOps.cpp for CXX dependencies
[87/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_CommonPolicyInterface.cpp for CXX dependencies
[88/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Complex.cpp for CXX dependencies
[89/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Concepts.cpp for CXX dependencies
[90/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Crs.cpp for CXX dependencies
-- [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
[91/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_DeepCopy_Narrowing.cpp for CXX dependencies
[92/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_DeepCopy_Assignment.cpp for CXX dependencies
[93/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ExecSpaceThreadSafety.cpp for CXX dependencies
[94/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_DeepCopyAlignment.cpp for CXX dependencies
[95/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ExecutionSpace.cpp for CXX dependencies
[96/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ExecSpacePartitioning.cpp for CXX dependencies
[97/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_FunctorAnalysis.cpp for CXX dependencies
[98/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp for CXX dependencies
[99/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Graph.cpp for CXX dependencies
[100/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_HostSharedPtr.cpp for CXX dependencies
[101/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_JoinBackwardCompatibility.cpp for CXX dependencies
[102/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MathematicalConstants.cpp for CXX dependencies
[103/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MathematicalFunctions1.cpp for CXX dependencies
[104/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_LocalDeepCopy.cpp for CXX dependencies
[105/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MathematicalFunctions2.cpp for CXX dependencies
[106/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MathematicalFunctions3.cpp for CXX dependencies
[107/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MathematicalSpecialFunctions.cpp for CXX dependencies
[108/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MDRange_b.cpp for CXX dependencies
[109/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MDRange_a.cpp for CXX dependencies
[110/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MDRange_c.cpp for CXX dependencies
[111/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MDRange_d.cpp for CXX dependencies
[112/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MDRange_e.cpp for CXX dependencies
[113/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MDRange_f.cpp for CXX dependencies
[114/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MDRange_g.cpp for CXX dependencies
[115/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MDRangePolicyConstructors.cpp for CXX dependencies
[116/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MDRangeReduce.cpp for CXX dependencies
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
[  5%] Linking CXX static library libkokkoscore.a
[  5%] Linking CXX static library libkokkos_gtest.a
[  5%] Built target kokkos_gtest
[  5%] Built target kokkoscore
[  5%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[  5%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
[  5%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[  5%] Linking CXX static library libkokkosalgorithms.a
[  6%] Linking CXX static library libkokkossimd.a
[  6%] Built target kokkosalgorithms
[  6%] Built target kokkossimd
[ 39%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[117/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MDSpanConversion.cpp for CXX dependencies
[118/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MDSpan.cpp for CXX dependencies
[119/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MDSpanAtomicAccessor.cpp for CXX dependencies
[ 42%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[120/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_NumericTraits.cpp for CXX dependencies
[121/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MinMaxClamp.cpp for CXX dependencies
[122/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Other.cpp for CXX dependencies
[123/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[124/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_OccupancyControlTrait.cpp for CXX dependencies
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
[125/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Printf.cpp for CXX dependencies
[126/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_QuadPrecisionMath.cpp for CXX dependencies
[127/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ParallelScanRangePolicy.cpp for CXX dependencies
[128/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_RangePolicy.cpp for CXX dependencies
[129/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_RangePolicyConstructors.cpp for CXX dependencies
[130/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ReducerCTADs.cpp for CXX dependencies
[131/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_RangePolicyRequire.cpp for CXX dependencies
[132/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Reducers_a.cpp for CXX dependencies
[133/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Reducers_b.cpp for CXX dependencies
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW
[134/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Reducers_c.cpp for CXX dependencies
[135/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Reducers_e.cpp for CXX dependencies
[136/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Reductions.cpp for CXX dependencies
[137/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Reducers_d.cpp for CXX dependencies
[ 46%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[138/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp for CXX dependencies
[139/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Reductions_DeviceView.cpp for CXX dependencies
[140/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SharedAlloc.cpp for CXX dependencies
[141/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SpaceAwareAccessor.cpp for CXX dependencies
[142/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Swap.cpp for CXX dependencies
[  6%] Linking CXX static library libkokkoscontainers.a
[  6%] Built target kokkoscontainers
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o
[  9%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[143/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_TeamBasic.cpp for CXX dependencies
[144/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_TeamCombinedReducers.cpp for CXX dependencies
[145/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/UnitTestMainInit.cpp for CXX dependencies
[146/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_TeamPolicyConstructors.cpp for CXX dependencies
[  9%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[147/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_TeamMDRange.cpp for CXX dependencies
[148/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_TeamReductionScan.cpp for CXX dependencies
[149/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_TeamScan.cpp for CXX dependencies
[150/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_TeamTeamSize.cpp for CXX dependencies
[151/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_TeamScratch.cpp for CXX dependencies
[  9%] 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
[152/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_TeamVectorRange.cpp for CXX dependencies
[153/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_UniqueToken.cpp for CXX dependencies
[154/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_View_64bit.cpp for CXX dependencies
[155/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Timer.cpp for CXX dependencies
[156/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewAPI_b.cpp for CXX dependencies
[157/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewAPI_e.cpp for CXX dependencies
[158/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewAPI_c.cpp for CXX dependencies
[159/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewAPI_d.cpp for CXX dependencies
[160/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewAPI_a.cpp for CXX dependencies
[161/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewBadAlloc.cpp for CXX dependencies
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[162/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewCopy_a.cpp for CXX dependencies
[163/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewCopy_b.cpp for CXX dependencies
[164/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewCopy_c.cpp for CXX dependencies
[165/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewCtorDimMatch.cpp for CXX dependencies
[166/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewCtorProp.cpp for CXX dependencies
[167/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewMapping_a.cpp for CXX dependencies
[168/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewMapping_b.cpp for CXX dependencies
[169/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewLayoutStrideAssignment.cpp for CXX dependencies
[170/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp for CXX dependencies
[171/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewMapping_subview.cpp for CXX dependencies
[172/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewMemoryAccessViolation.cpp for CXX dependencies
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR
[ 50%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[173/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewOfClass.cpp for CXX dependencies
[174/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewResize.cpp for CXX dependencies
[175/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_WithoutInitializing.cpp for CXX dependencies
[176/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_WorkGraph.cpp for CXX dependencies
[177/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewOfViews.cpp for CXX dependencies
[178/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewOutOfBoundsAccess.cpp for CXX dependencies
[179/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_a.cpp for CXX dependencies
[180/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c01.cpp for CXX dependencies
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
[181/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c02.cpp for CXX dependencies
[182/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_b.cpp for CXX dependencies
[183/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c03.cpp for CXX dependencies
[184/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c04.cpp for CXX dependencies
[185/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c07.cpp for CXX dependencies
[186/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c05.cpp for CXX dependencies
[187/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o
[188/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c06.cpp for CXX dependencies
[189/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c08.cpp for CXX dependencies
[190/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c10.cpp for CXX dependencies
[191/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c09.cpp for CXX dependencies
[192/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c11.cpp for CXX dependencies
[193/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c12.cpp for CXX dependencies
[194/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c13.cpp for CXX dependencies
[195/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/UnitTestMainInit.cpp for CXX dependencies
[196/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestCStyleMemoryManagement.cpp for CXX dependencies
[197/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c15.cpp for CXX dependencies
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
[198/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c14.cpp for CXX dependencies
[199/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSharedSpace.cpp for CXX dependencies
[200/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestCompilerMacros.cpp for CXX dependencies
[201/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSharedHostPinnedSpace.cpp for CXX dependencies
[202/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceType.cpp for CXX dependencies
[203/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceType_a1.cpp for CXX dependencies
[204/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceType_b1.cpp for CXX dependencies
[205/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceType_c1.cpp for CXX dependencies
[206/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceType_a2.cpp for CXX dependencies
[207/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceType_b2.cpp for CXX dependencies
[208/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceType_c2.cpp for CXX dependencies
[209/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceType_a3.cpp for CXX dependencies
[210/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceType_b3.cpp for CXX dependencies
[211/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestInitializationSettings.cpp for CXX dependencies
[212/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[213/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp for CXX dependencies
[214/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceType_c3.cpp for CXX dependencies
[215/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/UnitTestMain.cpp for CXX dependencies
[216/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceTypeResize.cpp for CXX dependencies
[ 53%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_BasicView.cpp.o
[217/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceTypeViewAPI.cpp for CXX dependencies
[218/1513] Linking CXX static library core/src/libkokkoscore.a
[219/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestInitializeFinalize.cpp for CXX dependencies
[220/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp for CXX dependencies
[221/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestKokkosHelpCausesNormalProgramTermination.cpp for CXX dependencies
[222/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestLegionInitialization.cpp for CXX dependencies
[223/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestScopeGuard.cpp for CXX dependencies
[224/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestPushFinalizeHook.cpp for CXX dependencies
[ 57%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o
[  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_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o
[225/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/UnitTestMainInit.cpp for CXX dependencies
[226/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceDevelop.cpp for CXX dependencies
[227/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/tools/TestScopedRegion.cpp for CXX dependencies
[228/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/tools/TestKernelNames.cpp for CXX dependencies
[229/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/tools/TestIndependence.cpp for CXX dependencies
[230/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/tools/TestWithoutInitializing.cpp for CXX dependencies
[231/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/UnitTestMainInit.cpp for CXX dependencies
[232/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/tools/printing-tool.cpp for CXX dependencies
[233/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/kokkosprinter-tool.dir/CXX.dd
[234/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/tools/TestProfilingSection.cpp for CXX dependencies
[235/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/tools/TestEventCorrectness.cpp for CXX dependencies
[236/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/UnitTestMain.cpp for CXX dependencies
[237/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/tools/TestAllCalls.cpp for CXX dependencies
[238/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestStackTrace.cpp for CXX dependencies
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
[239/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestStackTrace_f0.cpp for CXX dependencies
[240/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestStackTrace_f1.cpp for CXX dependencies
[241/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestStackTrace_f3.cpp for CXX dependencies
[242/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/tools/TestToolsInitialization.cpp for CXX dependencies
[243/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestStackTrace_f4.cpp for CXX dependencies
[244/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestStackTrace_f2.cpp for CXX dependencies
[245/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test03a_MemorySpace_malloc_SERIAL.cpp for CXX dependencies
[246/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test02_atomic_host_SERIAL.cpp for CXX dependencies
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o
[247/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/UnitTestMainInit.cpp for CXX dependencies
[248/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp for CXX dependencies
[249/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test01_execspace_SERIAL.cpp for CXX dependencies
[250/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test03b_MemorySpace_free_SERIAL.cpp for CXX dependencies
[251/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test08_deep_copy_SERIAL.cpp for CXX dependencies
[252/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp for CXX dependencies
[253/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test10_HierarchicalBasics_SERIAL.cpp for CXX dependencies
[254/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp for CXX dependencies
[255/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp for CXX dependencies
[256/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp for CXX dependencies
[257/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test12a_ThreadScratch_SERIAL.cpp for CXX dependencies
[258/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp for CXX dependencies
[ 60%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[259/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test12b_TeamScratch_SERIAL.cpp for CXX dependencies
[260/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp for CXX dependencies
[261/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp for CXX dependencies
[262/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test14_MDRangeReduce_SERIAL.cpp for CXX dependencies
[263/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp for CXX dependencies
[264/1513] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
[265/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test16_ParallelScan_SERIAL.cpp for CXX dependencies
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
[266/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestCTestDevice.cpp for CXX dependencies
[267/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/UnitTest_CMakePassCmdLineArgs.cpp for CXX dependencies
[268/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test17_CompleteAtomic_SERIAL.cpp for CXX dependencies
[269/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/UnitTest_CMakeTriBITSCompatibility.cpp for CXX dependencies
[270/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/UnitTestMain.cpp for CXX dependencies
[271/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[272/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/UnitTest_DeviceAndThreads.cpp for CXX dependencies
[273/1513] Linking CXX shared library core/unit_test/libkokkosprinter-tool.so
[274/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/CXX.dd
[275/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[276/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[277/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[278/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[279/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[280/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[281/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[282/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[283/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[284/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[285/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[286/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[287/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[288/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[289/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[290/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[291/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[292/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[293/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[294/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[295/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[296/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[297/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[298/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[299/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[300/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[ 64%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
[301/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[302/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[303/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[304/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[305/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[306/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[307/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[308/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[309/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[310/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[311/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[ 67%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o
[312/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[313/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[314/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[315/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[316/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[317/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[318/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[319/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[320/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[321/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[322/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[323/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[324/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[325/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[326/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[327/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[328/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[  9%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[329/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[330/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[331/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[332/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[333/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[334/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[335/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[  9%] Built target Kokkos_CoreUnitTest_OpenMPInterOp
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o
[336/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[337/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[338/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTestGramSchmidt.cpp for CXX dependencies
[339/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_CustomReduction.cpp for CXX dependencies
[340/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[341/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ExecSpacePartitioning.cpp for CXX dependencies
[342/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_MallocFree.cpp for CXX dependencies
[343/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTestHexGrad.cpp for CXX dependencies
[344/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewAllocate.cpp for CXX dependencies
[345/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_a123.cpp for CXX dependencies
[346/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_d123.cpp for CXX dependencies
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
[347/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_a45.cpp for CXX dependencies
[348/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_b123.cpp for CXX dependencies
[349/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_c123.cpp for CXX dependencies
[350/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_b45.cpp for CXX dependencies
[351/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_c45.cpp for CXX dependencies
[352/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_d45.cpp for CXX dependencies
[353/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_b6.cpp for CXX dependencies
[354/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_a6.cpp for CXX dependencies
[355/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_c6.cpp for CXX dependencies
[356/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_d6.cpp for CXX dependencies
[357/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_a7.cpp for CXX dependencies
[358/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_b7.cpp for CXX dependencies
[359/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_c7.cpp for CXX dependencies
[360/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_b8.cpp for CXX dependencies
[361/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_a8.cpp for CXX dependencies
[362/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_c8.cpp for CXX dependencies
[363/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_Raw.cpp for CXX dependencies
[ 71%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[364/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_d7.cpp for CXX dependencies
[365/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewFill_7.cpp for CXX dependencies
[366/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_d8.cpp for CXX dependencies
[367/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewFill_45.cpp for CXX dependencies
[368/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewFill_123.cpp for CXX dependencies
[369/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewFill_6.cpp for CXX dependencies
[370/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewFill_8.cpp for CXX dependencies
[371/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewFill_Raw.cpp for CXX dependencies
[372/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewResize_123.cpp for CXX dependencies
[373/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewResize_6.cpp for CXX dependencies
[374/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewResize_45.cpp for CXX dependencies
[375/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/BenchmarkMain.cpp for CXX dependencies
[376/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewResize_7.cpp for CXX dependencies
[377/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewResize_8.cpp for CXX dependencies
-- [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
[ 75%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o
[378/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/Benchmark_Context.cpp for CXX dependencies
[379/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewResize_Raw.cpp for CXX dependencies
[380/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/test_atomic_minmax_simple.cpp for CXX dependencies
[381/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/Benchmark_Context.cpp for CXX dependencies
[382/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewFirstTouch_Initialize.cpp for CXX dependencies
[383/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/BenchmarkMain.cpp for CXX dependencies
[384/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewFirstTouch_DeepCopy.cpp for CXX dependencies
[385/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewFirstTouch_ParallelFor.cpp for CXX dependencies
[386/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/BenchmarkMain.cpp for CXX dependencies
[387/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/Benchmark_Context.cpp for CXX dependencies
[388/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/test_mempool.cpp for CXX dependencies
[389/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/Benchmark_Context.cpp for CXX dependencies
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[390/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/BenchmarkMain.cpp for CXX dependencies
[391/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/BenchmarkMain.cpp for CXX dependencies
[392/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/Benchmark_Context.cpp for CXX dependencies
[393/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/test_atomic.cpp for CXX dependencies
[394/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/Benchmark_Context.cpp for CXX dependencies
[395/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/test_reduction.cpp for CXX dependencies
[396/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/BenchmarkMain.cpp for CXX dependencies
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success
-- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-8428/build/_deps/googlebenchmark-src/include
-- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o
-- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
[397/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o
[398/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[399/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
[400/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_DeviceAndThreads
[401/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o
[402/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
[403/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[404/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o
[405/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[406/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
[407/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
[408/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.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
[409/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[410/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
[411/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[412/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
[413/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o
[414/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/containers/src/impl/Kokkos_UnorderedMap_impl.cpp for CXX dependencies
[415/1513] Generating CXX dyndep file containers/src/CMakeFiles/kokkoscontainers.dir/CXX.dd
[416/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o
[417/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
[418/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
[419/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/UnitTestMain.cpp for CXX dependencies
[420/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_Bitset.cpp for CXX dependencies
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- Sources TestHIP.cpp
-- No installed google benchmark found, fetching from GitHub
-- Kokkos Backends: SERIAL;HIP
-- Configuring done
[421/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_DualView.cpp for CXX dependencies
[422/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_DynamicView.cpp for CXX dependencies
[423/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_DynViewAPI_generic.cpp for CXX dependencies
[424/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
[425/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_DynViewAPI_rank67.cpp for CXX dependencies
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ReferenceCountedAccessor.cpp.o
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8428/build
+ make -j16
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[  1%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[  2%] Built target AlwaysCheckGit
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[426/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_DynViewAPI_rank12345.cpp for CXX dependencies
[427/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_DynRankView_Ctors.cpp for CXX dependencies
[428/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_DynRankView_LayoutMember.cpp for CXX dependencies
[429/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_DynRankView_TeamScratch.cpp for CXX dependencies
[  2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[430/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_DynRankView_ViewCustomization.cpp for CXX dependencies
[431/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_ErrorReporter.cpp for CXX dependencies
[432/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_OffsetView.cpp for CXX dependencies
[433/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_ScatterView.cpp for CXX dependencies
[434/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_WithoutInitializing.cpp for CXX dependencies
[435/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestCompileMain.cpp for CXX dependencies
[436/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
[437/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_UnorderedMap.cpp for CXX dependencies
[438/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestCreateMirror.cpp for CXX dependencies
[439/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestDualViewParameterPack.cpp for CXX dependencies
[440/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/src/KokkosAlgorithms_dummy.cpp for CXX dependencies
[441/1513] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[442/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestIsViewTrait.cpp for CXX dependencies
[443/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestDynRankViewTypedefs.cpp for CXX dependencies
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[444/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/src/Kokkos_Random.cppm for CXX dependencies
[445/1513] Linking CXX static library core/unit_test/libkokkos_gtest.a
[446/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/src/Kokkos_Sort.cppm for CXX dependencies
[447/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/src/Kokkos_StdAlgorithms.cppm for CXX dependencies
[448/1513] Generating CXX dyndep file algorithms/src/CMakeFiles/kokkosalgorithms.dir/CXX.dd
[449/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[450/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[451/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/serial/TestSort.cpp for CXX dependencies
[452/1513] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[453/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/serial/TestSortByKey.cpp for CXX dependencies
[454/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/serial/TestSortCustomComp.cpp for CXX dependencies
[455/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/serial/TestBinSortA.cpp for CXX dependencies
[456/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/serial/TestBinSortB.cpp for CXX dependencies
[457/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/serial/TestNestedSort.cpp for CXX dependencies
[458/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[459/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/serial/TestRandom.cpp for CXX dependencies
[460/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[ 78%] Linking CXX static library libkokkoscore.a
[ 78%] Built target kokkoscore
[ 82%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[ 89%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[ 89%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o
[461/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdReducers.cpp for CXX dependencies
[462/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsConstraints.cpp for CXX dependencies
[463/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestRandomAccessIterator.cpp for CXX dependencies
[464/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[  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
[465/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[466/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsMinMaxElementOps.cpp for CXX dependencies
[467/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[  2%] Linking CXX shared library libimpl_git_version.so
[468/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[469/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsLexicographicalCompare.cpp for CXX dependencies
[470/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsForEach.cpp for CXX dependencies
[471/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsFind.cpp for CXX dependencies
[  2%] Built target impl_git_version
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[  2%] Linking CXX shared library libkokkosprinter-tool.so
[  2%] Built target kokkosprinter-tool
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
[472/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsFindFirstOf.cpp for CXX dependencies
[473/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsFindEnd.cpp for CXX dependencies
[474/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCount.cpp for CXX dependencies
[475/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsEqual.cpp for CXX dependencies
[476/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsAllAnyNoneOf.cpp for CXX dependencies
[477/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsAdjacentFind.cpp for CXX dependencies
[478/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsSearch.cpp for CXX dependencies
[  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
[479/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsSearch_n.cpp for CXX dependencies
[480/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsMismatch.cpp for CXX dependencies
[481/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsMoveBackward.cpp for CXX dependencies
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[482/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[483/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[484/1513] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[485/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsModOps.cpp for CXX dependencies
[486/1513] Linking CXX static library containers/src/libkokkoscontainers.a
[487/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsModSeqOps.cpp for CXX dependencies
[488/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsReplace.cpp for CXX dependencies
[489/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsReplaceIf.cpp for CXX dependencies
[490/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsReplaceCopy.cpp for CXX dependencies
[491/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsReplaceCopyIf.cpp for CXX dependencies
[492/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCopyIf.cpp for CXX dependencies
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[493/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsUnique.cpp for CXX dependencies
[494/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsUniqueCopy.cpp for CXX dependencies
[495/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsRemove.cpp for CXX dependencies
[496/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsRemoveIf.cpp for CXX dependencies
[  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
[497/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsRemoveCopyIf.cpp for CXX dependencies
[498/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsRemoveCopy.cpp for CXX dependencies
[499/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsRotate.cpp for CXX dependencies
[500/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[501/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsRotateCopy.cpp for CXX dependencies
[502/1513] Linking CXX static library _deps/googlebenchmark-build/src/libbenchmark.a
[503/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsReverse.cpp for CXX dependencies
[504/1513] Linking CXX static library _deps/googlebenchmark-build/src/libbenchmark_main.a
[505/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsShiftRight.cpp for CXX dependencies
[506/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsShiftLeft.cpp for CXX dependencies
[ 92%] Linking CXX static library libkokkosalgorithms.a
[ 96%] Linking CXX static library libkokkossimd.a
[ 96%] Built target kokkosalgorithms
[ 96%] Built target kokkossimd
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
[507/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[508/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[509/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsIsSorted.cpp for CXX dependencies
[510/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsIsSortedUntil.cpp for CXX dependencies
[511/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsPartitionCopy.cpp for CXX dependencies
[512/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsNumerics.cpp for CXX dependencies
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
[513/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsPartitioningOps.cpp for CXX dependencies
[514/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsAdjacentDifference.cpp for CXX dependencies
[515/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsExclusiveScan.cpp for CXX dependencies
[516/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTransformUnaryOp.cpp for CXX dependencies
[517/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsInclusiveScan.cpp for CXX dependencies
[518/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTransformInclusiveScan.cpp for CXX dependencies
[519/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTransformExclusiveScan.cpp for CXX dependencies
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
[520/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamAdjacentFind.cpp for CXX dependencies
[521/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[522/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[523/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamCount.cpp for CXX dependencies
[524/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamCountIf.cpp for CXX dependencies
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[525/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamForEach.cpp for CXX dependencies
[526/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamForEachN.cpp for CXX dependencies
[527/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamLexicographicalCompare.cpp for CXX dependencies
[528/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[529/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamMismatch.cpp for CXX dependencies
[530/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[531/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamEqual.cpp for CXX dependencies
[532/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamFindEnd.cpp for CXX dependencies
[533/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamSearch.cpp for CXX dependencies
[534/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamFindFirstOf.cpp for CXX dependencies
[535/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[536/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamFind.cpp for CXX dependencies
[537/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[538/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamFindIf.cpp for CXX dependencies
[539/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamFindIfNot.cpp for CXX dependencies
[540/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamAllOf.cpp for CXX dependencies
[541/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamAnyOf.cpp for CXX dependencies
[542/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamNoneOf.cpp for CXX dependencies
[543/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[544/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamSearchN.cpp for CXX dependencies
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o
[545/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[546/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamMaxElement.cpp for CXX dependencies
[547/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamMinElement.cpp for CXX dependencies
[548/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamMinMaxElement.cpp for CXX dependencies
[549/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamFill.cpp for CXX dependencies
[550/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Instance.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_IsXnack.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ReferenceCountedDataHandle.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[551/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[552/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamFill_n.cpp for CXX dependencies
[553/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamReplace.cpp for CXX dependencies
[554/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamReplaceIf.cpp for CXX dependencies
[555/1513] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/Kokkos_StdAlgorithms.cppm.o
[556/1513] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/Kokkos_Random.cppm.o
[557/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamReplaceCopy.cpp for CXX dependencies
[558/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamReplaceCopyIf.cpp for CXX dependencies
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_SharedAllocationRecord.cpp.o
[559/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[560/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[561/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamReverse.cpp for CXX dependencies
[562/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamRotate.cpp for CXX dependencies
[563/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamRotateCopy.cpp for CXX dependencies
[564/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamReverseCopy.cpp for CXX dependencies
[565/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[566/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[567/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamMove.cpp for CXX dependencies
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o
[568/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamMoveBackward.cpp for CXX dependencies
[569/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamShiftLeft.cpp for CXX dependencies
[570/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamShiftRight.cpp for CXX dependencies
[571/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[572/1513] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/Kokkos_Sort.cppm.o
[573/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[574/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamCopy.cpp for CXX dependencies
[575/1513] Linking CXX static library algorithms/src/libkokkosalgorithms.a
[576/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamCopy_n.cpp for CXX dependencies
[577/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamCopyBackward.cpp for CXX dependencies
[578/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamCopyIf.cpp for CXX dependencies
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_ZeroMemset.cpp.o
[  5%] Linking CXX shared library libbenchmark.so
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[579/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamRemoveIf.cpp for CXX dependencies
[580/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamUniqueCopy.cpp for CXX dependencies
[581/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamRemove.cpp for CXX dependencies
[582/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamRemoveCopyIf.cpp for CXX dependencies
[583/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamRemoveCopy.cpp for CXX dependencies
[584/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[585/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamUnique.cpp for CXX dependencies
[586/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[587/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamReduce.cpp for CXX dependencies
[588/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamAdjacentDifference.cpp for CXX dependencies
[589/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamTransformReduce.cpp for CXX dependencies
[  5%] Built target benchmark
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o
[590/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[591/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[592/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamIsSorted.cpp for CXX dependencies
[593/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamIsSortedUntil.cpp for CXX dependencies
[594/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamIsPartitioned.cpp for CXX dependencies
[595/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamPartitionPoint.cpp for CXX dependencies
[596/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamPartitionCopy.cpp for CXX dependencies
[597/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[598/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[599/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamTransformUnaryOp.cpp for CXX dependencies
[600/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamTransformBinaryOp.cpp for CXX dependencies
[601/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamGenerate.cpp for CXX dependencies
[602/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamGenerate_n.cpp for CXX dependencies
[603/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamSwapRanges.cpp for CXX dependencies
[604/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[605/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[606/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamExclusiveScan.cpp for CXX dependencies
[607/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[608/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCompileOnly.cpp for CXX dependencies
[609/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamTransformExclusiveScan.cpp for CXX dependencies
[610/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/perf_test/test_inclusive_scan.cpp for CXX dependencies
[611/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamTransformInclusiveScan.cpp for CXX dependencies
[612/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/simd/src/Kokkos_SIMD_dummy.cpp for CXX dependencies
[613/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[614/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamInclusiveScan.cpp for CXX dependencies
[615/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/BenchmarkMain.cpp for CXX dependencies
[616/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/Benchmark_Context.cpp for CXX dependencies
[617/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/simd/src/Kokkos_SIMD.cppm for CXX dependencies
[618/1513] Generating CXX dyndep file simd/src/CMakeFiles/kokkossimd.dir/CXX.dd
[619/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/virtual_functions/classes.cpp for CXX dependencies
[620/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/CXX.dd
[621/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/CXX.dd
[622/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/simd/unit_tests/UnitTestMain.cpp for CXX dependencies
[623/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/simd/unit_tests/TestSIMD.cpp for CXX dependencies
[624/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/query_device/query_device.cpp for CXX dependencies
[625/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/relocatable_function/functor.cpp for CXX dependencies
[626/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/virtual_functions/main.cpp for CXX dependencies
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o
[627/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/relocatable_function/main.cpp for CXX dependencies
[628/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[629/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[630/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[  6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o
[631/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o
[632/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[633/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o
[634/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[  6%] Linking CXX shared library libbenchmark_main.so
[  6%] Built target benchmark_main
[635/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o
[636/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[100%] Linking CXX static library libkokkoscontainers.a
[100%] Built target kokkoscontainers
[637/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[638/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o
[639/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
Install the project...
-- Install configuration: "Release"
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda_Parallel_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda_Instance.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda_Half_Impl_Type.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda_View.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda_Vectorization.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda_BlockSize_Deduction.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda_Parallel_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda_ZeroMemset.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda_Parallel_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda_Half_MathematicalFunctions.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda_ReduceScan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_CudaSpace.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda_Graph_Impl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda_GraphNode_Impl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda_MDRangePolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda_Half_Conversion.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda_GraphNodeKernel.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda_WorkGraphPolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda_Error.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda_UniqueToken.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Cuda/Kokkos_Cuda_abort.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HPX
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HPX/Kokkos_HPX_WorkGraphPolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HPX/Kokkos_HPX_MDRangePolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HPX/Kokkos_HPX.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Layout.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Assert.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_ParallelFor_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_ParallelReduce_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_UniqueToken.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_ParallelFor_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_ZeroMemset.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_WorkGraphPolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_DeepCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_Graph_Impl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_Shuffle_Reduce.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_ParallelReduce_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_Half_Impl_Type.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_Abort.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_ParallelScan_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_IsXnack.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_Half_Conversion.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_Space.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_BlockSize_Deduction.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_Instance.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_GraphNode_Impl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_ReduceScan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_Vectorization.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_MDRangePolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_ParallelReduce_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_Error.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_KernelLaunch.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_GraphNodeKernel.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_ParallelFor_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_TeamPolicyInternal.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/HIP/Kokkos_HIP_SharedAllocationRecord.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Profiling_ProfileSection.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Timer.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Core.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_ScratchSpace.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/traits
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/traits/Kokkos_GraphKernelTrait.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/traits/Kokkos_WorkItemPropertyTrait.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/traits/Kokkos_ScheduleTrait.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/traits/Kokkos_Traits_fwd.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/traits/Kokkos_IndexTypeTrait.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/traits/Kokkos_ExecutionSpaceTrait.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/traits/Kokkos_LaunchBoundsTrait.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/traits/Kokkos_OccupancyControlTrait.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/traits/Kokkos_PolicyTraitMatcher.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/traits/Kokkos_IterationPatternTrait.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/traits/Kokkos_WorkTagTrait.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/traits/Kokkos_PolicyTraitAdaptor.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Atomic.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/decl
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/decl/Kokkos_Declare_CUDA.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/decl/Kokkos_Declare_OPENMP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/decl/Kokkos_Declare_SYCL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/decl/Kokkos_Declare_OPENACC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/decl/Kokkos_Declare_THREADS.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/decl/Kokkos_Declare_HIP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/decl/Kokkos_Declare_SERIAL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/decl/Kokkos_Declare_HPX.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/decl/Kokkos_Declare_OPENMPTARGET.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Parallel_Reduce.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_HostSpace_deepcopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_NvidiaGpuArchitectures.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_GraphImpl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_HostBarrier.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_CheckedIntegerOps.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_ParseCommandLineArgumentsAndEnvironmentVariables.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_DesulAtomicsConfig.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Command_Line_Parsing.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Tools_Generic.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_InitializationSettings.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Half_FloatingPointWrapper.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_GraphNodeImpl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_SharedAlloc_timpl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_EBO.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_CPUDiscovery.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_DeviceManagement.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Combined_Reducer.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_ZeroMemset_fwd.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_StringManipulation.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Utilities.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Profiling_C_Interface.h
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Default_Graph_fwd.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_GraphImpl_fwd.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Half_NumericTraits.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Half_ReductionIdentity.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Profiling.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Traits.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_BuiltinReducers.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Half_MathematicalFunctions.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_HostThreadTeam.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Profiling_Interface.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_HostSharedPtr.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_QuadPrecisionMath.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_ExecSpaceManager.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_GraphNodeCustomization.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_TeamMDPolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_SharedAlloc.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_GraphImpl_Utilities.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Tools.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/KokkosExp_Host_IterateTile.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Default_GraphNodeKernel.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_ConcurrentBitset.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_ClockTic.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_AnalyzePolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Error.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_FunctorAnalysis.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/KokkosExp_IterateTileGPU.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Volatile_Load.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_GraphNodeThenImpl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Stacktrace.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Default_GraphNode_Impl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Profiling_DeviceInfo.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_GraphNodeThenPolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Default_Graph_Impl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Atomics_Desul_Wrapper.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/fwd
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/fwd/Kokkos_Fwd_OPENACC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/fwd/Kokkos_Fwd_CUDA.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/fwd/Kokkos_Fwd_OPENMP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/fwd/Kokkos_Fwd_HIP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/fwd/Kokkos_Fwd_OPENMPTARGET.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/fwd/Kokkos_Fwd_THREADS.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/fwd/Kokkos_Fwd_HPX.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/fwd/Kokkos_Fwd_SERIAL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/fwd/Kokkos_Fwd_SYCL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_NumericTraits.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Threads
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Threads/Kokkos_Threads_ParallelFor_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Threads/Kokkos_Threads_Spinwait.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Threads/Kokkos_Threads_ZeroMemset.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Threads/Kokkos_Threads_ParallelReduce_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Threads/Kokkos_Threads_ParallelScan_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Threads/Kokkos_Threads_ParallelFor_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Threads/Kokkos_Threads_WorkGraphPolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Threads/Kokkos_Threads_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Threads/Kokkos_Threads_State.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Threads/Kokkos_Threads_ParallelReduce_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Threads/Kokkos_Threads_UniqueToken.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Threads/Kokkos_Threads.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Threads/Kokkos_Threads_ParallelFor_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Threads/Kokkos_Threads_MDRangePolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Threads/Kokkos_Threads_ParallelReduce_Range.hpp
[640/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[  6%] Linking CXX shared library libkokkos_gtest.so
[  6%] Linking CXX shared library libkokkoscore.so
[  6%] Built target kokkos_gtest
[  6%] Built target kokkoscore
[  6%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[  6%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o
[  6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Threads/Kokkos_Threads_Instance.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Array.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMPTarget
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMPTarget/Kokkos_OpenMPTarget_UniqueToken.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMPTarget/Kokkos_OpenMPTarget_DeepCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Macros.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Instance.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Abort.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel_Common.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMPTarget/Kokkos_OpenMPTarget.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Error.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMPTarget/Kokkos_OpenMPTargetSpace.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMPTarget/Kokkos_OpenMPTarget_MDRangePolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMPTarget/Kokkos_OpenMPTarget_FunctorAdapter.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Reducer.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_MathematicalConstants.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_WorkGraphPolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/KokkosExp_MDRangePolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Printf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_AcquireUniqueTokenImpl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Rank.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Extents.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_GraphNode.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Core_fwd.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenACC
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenACC/Kokkos_OpenACC_ScheduleType.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenACC/Kokkos_OpenACC_ParallelReduce_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenACC/Kokkos_OpenACC_ParallelScan_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenACC/Kokkos_OpenACC_SharedAllocationRecord.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenACC/Kokkos_OpenACC_ParallelFor_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenACC/Kokkos_OpenACCSpace.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenACC/Kokkos_OpenACC_ParallelReduce_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenACC/Kokkos_OpenACC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenACC/Kokkos_OpenACC_DeepCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenACC/Kokkos_OpenACC_Traits.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenACC/Kokkos_OpenACC_Macros.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenACC/Kokkos_OpenACC_Instance.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenACC/Kokkos_OpenACC_ParallelReduce_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenACC/Kokkos_OpenACC_ParallelFor_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenACC/Kokkos_OpenACC_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenACC/Kokkos_OpenACC_ParallelFor_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenACC/Kokkos_OpenACC_FunctorAdapter.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenACC/Kokkos_OpenACC_MDRangePolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Concepts.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/KokkosExp_InterOp.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Graph_fwd.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_MemoryPool.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Parallel.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_HostSpace.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_MinMax.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_PointerOwnership.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Pair.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMP
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMP/Kokkos_OpenMP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMP/Kokkos_OpenMP_Parallel_Scan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMP/Kokkos_OpenMP_Parallel_Reduce.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMP/Kokkos_OpenMP_WorkGraphPolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMP/Kokkos_OpenMP_UniqueToken.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMP/Kokkos_OpenMP_Instance.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMP/Kokkos_OpenMP_ZeroMemset.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMP/Kokkos_OpenMP_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMP/Kokkos_OpenMP_Parallel_For.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/OpenMP/Kokkos_OpenMP_MDRangePolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Abort.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_CopyViews.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Macros.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Complex.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_UniqueToken.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_MemoryTraits.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Graph.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_View.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Vectorization.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Serial
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Serial/Kokkos_Serial_MDRangePolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Serial/Kokkos_Serial_WorkGraphPolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Serial/Kokkos_Serial_UniqueToken.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Serial/Kokkos_Serial_ZeroMemset.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Serial/Kokkos_Serial_Parallel_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Serial/Kokkos_Serial_Parallel_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Serial/Kokkos_Serial_Parallel_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Serial/Kokkos_Serial.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_BitManipulation.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_MathematicalSpecialFunctions.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_MathematicalFunctions.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/View
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/View/Kokkos_ViewCtor.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/View/Kokkos_ViewUniformType.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/View/Kokkos_ViewMapping.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/View/Kokkos_ViewAccessPreconditionsCheck.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/View/Kokkos_ViewAtomic.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/View/Hooks
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/View/Hooks/Kokkos_ViewHooks.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/View/MDSpan
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/View/MDSpan/Kokkos_MDSpan_Accessor.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/View/MDSpan/Kokkos_MDSpan_Layout.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/View/MDSpan/Kokkos_MDSpan_Extents.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/View/MDSpan/Kokkos_MDSpan_Header.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/View/Kokkos_ViewCommonType.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/View/Kokkos_ViewLegacy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/View/Kokkos_ViewDataAnalysis.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/View/Kokkos_ViewAlloc.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/View/Kokkos_ViewTracker.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/View/Kokkos_BasicView.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/View/Kokkos_ViewTraits.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_AnonymousSpace.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_ReductionIdentity.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Half.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_hwloc.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Profiling_ScopedRegion.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_TypeInfo.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Clamp.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Tuners.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_Half_MathematicalFunctions.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_ParallelReduce_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_ParallelFor_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_GraphNodeKernel.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_TeamPolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_ParallelFor_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_Half_Conversion.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_GraphNode_Impl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_ParallelReduce_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_MDRangePolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_ParallelFor_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_ParallelScan_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_Instance.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_UniqueToken.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_Half_Impl_Type.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_Graph_Impl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_DeepCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_WorkgroupReduction.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_ZeroMemset.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_Abort.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_ParallelReduce_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/SYCL/Kokkos_SYCL_Space.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/setup
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/setup/Kokkos_Setup_SYCL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/setup/Kokkos_Setup_Cuda.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/setup/Kokkos_Setup_HIP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Crs.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_ExecPolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Swap.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_DetectionIdiom.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Compare_Exchange_GCC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Fetch_Op_OpenACC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Compare_Exchange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Compare_Exchange_ScopeCaller.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Fetch_Op_GCC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Fetch_Op_ScopeCaller.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Fetch_Op_OpenMP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Common.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Fetch_Op.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Compare_Exchange_OpenMP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Generic.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Compare_Exchange_HIP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Adapt_GCC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Thread_Fence_GCC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Macros.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Thread_Fence_OpenMP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Adapt_HIP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Lock_Based_Fetch_Op_SYCL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Lock_Array.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Lock_Based_Fetch_Op_HIP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Compare_Exchange_MSVC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Lock_Based_Fetch_Op_CUDA.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Fetch_Op_HIP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Thread_Fence_HIP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Thread_Fence_MSVC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Thread_Fence_ScopeCaller.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Thread_Fence.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Thread_Fence_OpenACC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Fetch_Op_Generic.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Lock_Array_SYCL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Lock_Based_Fetch_Op_OpenACC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Operator_Function_Objects.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Lock_Free_Fetch_Op.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Adapt_CXX.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Lock_Based_Fetch_Op.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/openmp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/openmp/OpenMP_40.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/openmp/OpenMP_40_op.inc
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Thread_Fence_SYCL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Adapt_SYCL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Lock_Array_HIP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Thread_Fence_CUDA.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Lock_Array_CUDA.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Lock_Based_Fetch_Op_Host.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/cuda
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/cuda/cuda_cc7_asm_exchange_op.inc
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_predicate
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/cuda/cuda_cc7_asm_exchange.inc
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/cuda/cuda_cc7_asm.inc
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/cuda/CUDA_asm.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_isglobal
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_predicate
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/cuda/cuda_cc7_asm_exchange_memorder.inc
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/cuda/CUDA_asm_exchange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_isglobal
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/cuda/cuda_cc7_asm_memorder.inc
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Fetch_Op_CUDA.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Compare_Exchange_OpenACC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Fetch_Op_SYCL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Compare_Exchange_CUDA.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Atomic_Ref.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Compare_Exchange_SYCL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics.hpp
-- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul
-- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/desul/atomics/Config.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/lib/libkokkoscore.a
-- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8428/install/include
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/mdspan
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/mdspan/mdspan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/mdspan/mdarray.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p2389_bits
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p2389_bits/dims.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p2630_bits
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p2630_bits/strided_slice.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p2630_bits/submdspan_extents.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p2630_bits/submdspan_mapping.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p2630_bits/submdspan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p1684_bits
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p1684_bits/mdarray.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p0009_bits
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p0009_bits/config.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p0009_bits/layout_right.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p0009_bits/no_unique_address.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p0009_bits/mdspan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p0009_bits/layout_left.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p0009_bits/compressed_pair.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p0009_bits/macros.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p0009_bits/trait_backports.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p0009_bits/type_list.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p0009_bits/dynamic_extent.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p0009_bits/layout_stride.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p0009_bits/extents.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p0009_bits/utility.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p0009_bits/default_accessor.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p0009_bits/full_extent_t.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p2642_bits
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p2642_bits/layout_padded_fwd.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/experimental/__p2642_bits/layout_padded.hpp
-- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8428/install/include
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Bitset.hpp
-- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_UnorderedMap_impl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_StaticCrsGraph_factory.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Functional_impl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Bitset_impl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_StaticCrsGraph.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_ScatterView.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Functional.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_DualView.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_UnorderedMap.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Vector.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_OffsetView.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_DynRankView.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_DynamicView.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_ErrorReporter.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/lib/libkokkoscontainers.a
-- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8428/install/include
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_TransformExclusiveScan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_Mismatch.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_Find.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_Transform.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_CopyIf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_AllOf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_RemoveIf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_ForEach.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_NoneOf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_AdjacentFind.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_Equal.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_MoveBackward.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_TransformExclusiveScan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_Mismatch.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_Transform.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_FunctorsForExclusiveScan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_CopyIf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_CopyCopyN.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_AdjacentFind.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_Equal.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_MoveBackward.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_GenerateGenerateN.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_Constraints.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_ReplaceIf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_AdjacentDifference.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_CopyBackward.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_AllOfAnyOfNoneOf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_Reverse.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_Unique.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_TransformReduce.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_PartitionCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_MinMaxMinmaxElement.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_IsSorted.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_HelperPredicates.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_FindIfOrNot.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_RandomAccessIterator.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_MustUseKokkosSingleInTeam.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_Rotate.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_IsPartitioned.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_FindEnd.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_ReplaceCopyIf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_IsSortedUntil.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_PartitionPoint.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_InclusiveScan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_ShiftRight.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_ShiftLeft.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_ReplaceCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_RotateCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_ExclusiveScan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_LexicographicalCompare.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_Reduce.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_CountCountIf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_ValueWrapperForNoNeutralElement.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_ReducerWithArbitraryJoinerNoNeutralElement.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_Replace.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_SearchN.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_RemoveAllVariants.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_Search.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_SwapRanges.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_Move.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_ForEachForEachN.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_FindFirstOf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_IdentityReferenceUnaryFunctor.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_UniqueCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_ReverseCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_TransformInclusiveScan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/impl/Kokkos_FillFillN.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_Generate.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_CountIf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_Fill.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_FindIf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_ReplaceIf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_RemoveCopyIf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_IterSwap.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_MinMaxElement.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_FindIfNot.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_AdjacentDifference.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_GenerateN.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_CopyBackward.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_Reverse.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_Unique.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_Copy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_TransformReduce.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_Count.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_PartitionCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_IsSorted.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_BeginEnd.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_Rotate.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_IsPartitioned.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_FindEnd.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_ReplaceCopyIf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_IsSortedUntil.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_PartitionPoint.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_InclusiveScan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_ForEachN.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_RemoveCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_ShiftRight.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_ShiftLeft.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_MaxElement.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_ReplaceCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_RotateCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_ExclusiveScan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_LexicographicalCompare.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_Reduce.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_MinElement.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_Replace.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_Remove.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_SearchN.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_Search.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_SwapRanges.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_Move.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_AnyOf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_FillN.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_FindFirstOf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_UniqueCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_ReverseCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_TransformInclusiveScan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_Distance.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/std_algorithms/Kokkos_CopyN.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Sort.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/sorting
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/sorting/Kokkos_BinOpsPublicAPI.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/sorting/Kokkos_SortByKeyPublicAPI.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/sorting/impl
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/sorting/impl/Kokkos_SortByKeyImpl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/sorting/impl/Kokkos_SortImpl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/sorting/impl/Kokkos_NestedSortImpl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/sorting/impl/Kokkos_CopyOpsForBinSortImpl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/sorting/Kokkos_SortPublicAPI.hpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/sorting/Kokkos_BinSortPublicAPI.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/sorting/Kokkos_NestedSortPublicAPI.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_Random.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_NestedSort.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_StdAlgorithms.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/lib/libkokkosalgorithms.a
-- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8428/install/include
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_SIMD_AVX2.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_SIMD.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_SIMD_Scalar.hpp
-- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/impl/Kokkos_Neon_SVE_bridge.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_SIMD_AVX512.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_SIMD_Common.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_SIMD_Common_Math.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_SIMD_NEON.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/Kokkos_SIMD_SVE.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/lib/libkokkossimd.a
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/lib/cmake/Kokkos/KokkosConfig.cmake
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/lib/cmake/Kokkos/KokkosConfigCommon.cmake
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/lib/cmake/Kokkos/KokkosConfigVersion.cmake
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/lib/cmake/Kokkos/KokkosTargets.cmake
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/lib/cmake/Kokkos/KokkosTargets-release.cmake
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/KokkosCore_config.h
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/bin/nvcc_wrapper
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/bin/hpcbind
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/bin/kokkos_launch_compiler
-- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8428/install/include/KokkosCore_config.h
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/KokkosCore_Config_FwdBackend.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/KokkosCore_Config_SetupBackend.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-8428/install/include/KokkosCore_Config_DeclareBackend.hpp
+ cd ..
+ rm -rf build-tests
[641/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ViewCustomizationAccessorArg.cpp.o
[642/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[  6%] Linking CXX shared library libkokkosalgorithms.so
[  7%] Linking CXX shared library libkokkossimd.so
[  7%] Built target kokkosalgorithms
[  7%] Built target kokkossimd
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[643/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[644/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[645/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o
[646/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[647/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o
[648/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[649/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/CXX.dd
+ mkdir -p build-tests
+ cd build-tests
+ export CMAKE_PREFIX_PATH=/var/jenkins/workspace/Kokkos_PR-8428/build-tests/../install
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=/var/jenkins/workspace/Kokkos_PR-8428/bin/nvcc_wrapper -DCMAKE_CXX_FLAGS=-Werror --Werror=all-warnings -Xcudafe --diag_suppress=940 -DCMAKE_EXE_LINKER_FLAGS=-Xnvlink -suppress-stack-size-warning -DCMAKE_CXX_STANDARD=20 -DKokkos_INSTALL_TESTING=ON ..
-- Setting default Kokkos CXX standard to 20
[  7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  7%] Linking CXX shared library libkokkoscontainers.so
[  7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  7%] Built target kokkoscontainers
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/UnitTestMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/UnitTestMain.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.cpp.o
[650/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
-- The CXX compiler identification is GNU 11.4.0
-- Detecting CXX compiler ABI info
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ViewCustomizationAllocationType.cpp.o
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-8428/bin/nvcc_wrapper - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.7.99
-- The project name is: Kokkos
-- Using internal gtest for testing
-- Found CUDAToolkit: /usr/local/cuda/include (found version "12.2.140") 
-- Looking for C++ include pthread.h
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o
[ 10%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 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%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Abort.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
[651/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[652/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[653/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Enabled Kokkos devices: SERIAL;CUDA
CMake Warning at install/lib/cmake/Kokkos/KokkosConfigCommon.cmake:53 (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:145 (find_package)
  CMakeLists.txt:228 (kokkos_setup_build_environment)


[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ArrayOps.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/hip/TestHIP_GraphAtomicLocks.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_BasicView.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/hip/TestHIP_InterOp_Graph.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU.dir/hip/TestHIP_InterOp_StreamsMultiGPU.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[654/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o
-- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter 
-- Sources TestCuda.cpp
-- Kokkos Backends: 
-- Configuring done
[655/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8428/build-tests
+ 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/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
[  0%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  0%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[  0%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o
[  0%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
[  0%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[  0%] Built target AlwaysCheckGit
[  0%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[656/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o
[  0%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[  0%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[  1%] Linking CXX shared library libkokkosprinter-tool.so
[  2%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[  2%] Linking CXX static library libkokkos_gtest.a
[  2%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[657/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o
[ 11%] Built target Kokkos_CoreUnitTest_HIPInterOpInit
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o
[  2%] Built target kokkos_gtest
[  2%] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o
[  2%] Built target kokkosprinter-tool
[  3%] Building CXX object example/virtual_functions/CMakeFiles/Kokkos_example_virtual_functions.dir/main.cpp.o
[658/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o
[  3%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[  3%] Building CXX object example/virtual_functions/CMakeFiles/Kokkos_example_virtual_functions.dir/classes.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 11%] Built target Kokkos_CoreUnitTest_Develop
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreams
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 11%] Built target Kokkos_CoreUnitTest_HIPInterOpStreams
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.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_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o
[659/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPGraphAtomicLocks
[660/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o
[ 12%] Built target Kokkos_CoreUnitTest_HIPGraphAtomicLocks
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[661/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int8.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[662/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[663/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU
[ 12%] Built target Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ReferenceCountedAccessor.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 14%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 14%] Built target Kokkos_ProfilingAllCalls
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 16%] Built target Kokkos_CoreTestCompileOnly
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpGraph
[ 14%] Built target Kokkos_CoreUnitTest_HIPInterOpGraph
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o
[664/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o
[665/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[666/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o
[667/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP_ViewSupport
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o
[ 16%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 16%] Built target Kokkos_CoreUnitTest_OpenMP_ViewSupport
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 16%] Linking CXX executable Kokkos_ToolsInitialization
[ 16%] Built target Kokkos_ToolsInitialization
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/UnitTestMainInit.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[  3%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  3%] Linking CXX executable Kokkos_query_device
[  3%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/main.cpp.o
[  3%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  3%] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o
[  3%] Built target Kokkos_query_device
[  3%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[668/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[  3%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o
[  3%] Linking CXX executable Kokkos_example_virtual_functions
[669/1513] 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_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[  3%] Built target Kokkos_example_virtual_functions
[  3%] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ReferenceCountedDataHandle.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int8.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int16.cpp.o
[ 16%] Built target Kokkos_CoreUnitTest_InitializeFinalize
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o
[  4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[  4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[  4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[670/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 17%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[671/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[672/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 17%] Built target Kokkos_CoreUnitTest_Develop
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int16.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[673/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o
[674/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[675/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[676/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAccessorArg.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[  4%] Linking CXX executable Kokkos_tutorial_01_hello_world
[  4%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/functor.cpp.o
[  4%] Linking CXX executable Kokkos_example_relocatable_function
[  4%] Building CXX object example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/simple_view.cpp.o
[  4%] Built target Kokkos_tutorial_01_hello_world
[  5%] Building CXX object example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/simple_memoryspaces.cpp.o
[  5%] Built target Kokkos_example_relocatable_function
[  5%] Building CXX object example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/simple_atomics.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 18%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 18%] Built target Kokkos_CoreUnitTest_KokkosP
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[  6%] Linking CXX executable Kokkos_tutorial_02_simple_reduce
[  6%] Built target Kokkos_tutorial_02_simple_reduce
[677/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[  6%] Building CXX object example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/simple_mdrangepolicy.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[  6%] Building CXX object example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/data_layouts.cpp.o
[678/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[679/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[680/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAllocationType.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o
[681/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 20%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 20%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[682/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[683/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[684/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 21%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 21%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[ 21%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 21%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 19%] Linking CXX executable Kokkos_StackTraceTestExec
[ 19%] Built target Kokkos_StackTraceTestExec
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 21%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize
[ 21%] Built target Kokkos_CoreUnitTest_InitializeFinalize
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_HIP.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[685/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[686/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
[  7%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[  7%] Linking CXX executable Kokkos_tutorial_03_simple_view
[  7%] Built target Kokkos_ContainersTestCompileOnly
[  7%] Building CXX object example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/memory_traits.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[  7%] Built target Kokkos_tutorial_03_simple_view
[  7%] Building CXX object example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/subviews.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[  7%] Linking CXX executable Kokkos_tutorial_04_simple_memoryspaces
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 21%] Linking CXX executable Kokkos_StackTraceTestExec
[ 21%] Built target Kokkos_StackTraceTestExec
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[  7%] Built target Kokkos_tutorial_04_simple_memoryspaces
[  7%] Linking CXX executable Kokkos_tutorial_05_simple_atomics
[  7%] Building CXX object example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/dual_view.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o
[  7%] Built target Kokkos_tutorial_05_simple_atomics
[  8%] Building CXX object example/tutorial/Advanced_Views/05_NVIDIA_UVM/CMakeFiles/Kokkos_tutorial_advancedviews_05_nvidia_uvm.dir/uvm_example.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[  8%] Linking CXX executable Kokkos_tutorial_06_simple_mdrangepolicy
[687/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[  8%] Built target Kokkos_tutorial_06_simple_mdrangepolicy
[  8%] Building CXX object example/tutorial/Algorithms/01_random_numbers/CMakeFiles/Kokkos_tutorial_algorithms_01_random_numbers.dir/random_numbers.cpp.o
[688/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[  9%] Linking CXX executable Kokkos_tutorial_advancedviews_01_data_layouts
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o
[  9%] Built target Kokkos_tutorial_advancedviews_01_data_layouts
[  9%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/thread_teams.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 21%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 21%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 21%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.cpp.o
[ 21%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 21%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[  9%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 21%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 21%] 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_KokkosP.dir/tools/TestScopedRegion.cpp.o
[  9%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[  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
[ 21%] 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_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 22%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 22%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 25%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 25%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o
[  9%] Linking CXX executable Kokkos_tutorial_advancedviews_03_subviews
[  9%] Linking CXX executable Kokkos_tutorial_advancedviews_02_memory_traits
[  9%] Built target Kokkos_tutorial_advancedviews_03_subviews
[  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
[ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[  9%] Built target Kokkos_tutorial_advancedviews_02_memory_traits
[  9%] Building CXX object example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/vectorization.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o
[  9%] Linking CXX executable Kokkos_tutorial_advancedviews_05_nvidia_uvm
[ 26%] Linking CXX executable Kokkos_CoreUnitTest_HIP_ViewSupport
[ 26%] Built target Kokkos_CoreUnitTest_HIP_ViewSupport
[ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[  9%] Built target Kokkos_tutorial_advancedviews_05_nvidia_uvm
[  9%] Building CXX object example/tutorial/Hierarchical_Parallelism/04_team_scan/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_04_team_scan.dir/team_scan.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 10%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_01_thread_teams
[ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 10%] Built target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams
[ 11%] Building CXX object example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/launch_bounds_reduce.cpp.o
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 26%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 26%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 11%] Linking CXX executable Kokkos_tutorial_advancedviews_04_dualviews
[ 27%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 27%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 11%] Built target Kokkos_tutorial_advancedviews_04_dualviews
[ 11%] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[689/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o
[ 11%] Linking CXX executable Kokkos_tutorial_algorithms_01_random_numbers
[ 11%] Built target Kokkos_tutorial_algorithms_01_random_numbers
[ 11%] Building CXX object example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/simple_reduce_lambda.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[ 11%] Linking CXX executable Kokkos_tutorial_hierarchical_01_thread_teams_lambda
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test06_ParallelFor_MDRangePolicy_HIP.cpp.o
[ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[ 11%] Built target Kokkos_tutorial_hierarchical_01_thread_teams_lambda
[ 11%] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o
[ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o
[ 23%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.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_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 23%] Built target Kokkos_CoreUnitTest_KokkosP
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.cpp.o
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 11%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for
[ 11%] Built target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for
[ 11%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 29%] 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_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test08_deep_copy_HIP.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[690/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicViews.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 11%] Linking CXX executable Kokkos_launch_bounds_reduce
[ 11%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_03_vectorization
[ 11%] Linking CXX executable Kokkos_tutorial_01_hello_world_lambda
[ 11%] Built target Kokkos_tutorial_hierarchicalparallelism_03_vectorization
[ 11%] Built target Kokkos_launch_bounds_reduce
[ 11%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 11%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 11%] Built target Kokkos_tutorial_01_hello_world_lambda
[ 11%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 11%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_04_team_scan
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o
[ 11%] Built target Kokkos_tutorial_hierarchicalparallelism_04_team_scan
[ 12%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[691/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.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_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o
[692/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 12%] Linking CXX executable Kokkos_tutorial_02_simple_reduce_lambda
[ 12%] Built target Kokkos_tutorial_02_simple_reduce_lambda
[ 13%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 13%] Linking CXX executable Kokkos_tutorial_03_simple_view_lambda
[ 13%] Built target Kokkos_tutorial_03_simple_view_lambda
[ 13%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o
[693/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o
[694/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 29%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 29%] Built target Kokkos_CoreTestCompileOnly
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[695/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test10_HierarchicalBasics_HIP.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.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_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 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_HIP.dir/hip/TestHIP_Complex.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 14%] Linking CXX executable Kokkos_atomic
[ 14%] Linking CXX executable Kokkos_gups
[ 14%] Built target Kokkos_atomic
[ 14%] Built target Kokkos_gups
[ 14%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[ 14%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o
[696/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[697/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 14%] Linking CXX executable Kokkos_stream
[ 14%] Built target Kokkos_stream
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o
[ 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_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 14%] Linking CXX executable Kokkos_launch_latency
[698/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 14%] Built target Kokkos_launch_latency
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/UnitTestMainInit.cpp.o
[ 14%] Linking CXX executable Kokkos_view_copy_constructor
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 14%] Built target Kokkos_view_copy_constructor
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Assignment.cpp.o
nvcc_wrapper has been given GNU extension standard flag -std=gnu++20 - reverting flag to -std=c++20
[699/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o
[700/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 14%] Linking CXX static library libimpl_git_version.a
[ 14%] Built target impl_git_version
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[701/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[702/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[703/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Narrowing.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o
[ 32%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 32%] Built target Kokkos_IncrementalTest_SERIAL
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o
[704/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[705/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
[706/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[707/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o
[ 14%] Linking CXX executable Kokkos_policy_performance
[ 14%] Built target Kokkos_policy_performance
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[708/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[709/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o
[ 14%] Linking CXX executable Kokkos_gather
[ 14%] Built target Kokkos_gather
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_BasicView.cpp.o
[ 26%] 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_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o
[710/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[711/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[712/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpaceThreadSafety.cpp.o
[713/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[714/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[715/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 16%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Graph.cpp.o
[716/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[717/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o
[718/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[719/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 28%] Linking CXX executable Kokkos_IncrementalTest_OPENMP
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 28%] Built target Kokkos_IncrementalTest_OPENMP
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedAccessor.cpp.o
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 31%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 31%] Built target Kokkos_IncrementalTest_SERIAL
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[720/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Assignment.cpp.o
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Narrowing.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[721/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o
[722/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[723/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedDataHandle.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[724/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[725/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[726/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/CXX.dd
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[727/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[728/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[729/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o
[730/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[731/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
[732/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o
[733/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test16_ParallelScan_HIP.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test17_CompleteAtomic_HIP.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 18%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 18%] Built target Kokkos_CoreTestCompileOnly
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o
[ 44%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 44%] Built target Kokkos_CoreUnitTest_Default
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[734/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[735/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAccessorArg.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 45%] Linking CXX executable Kokkos_IncrementalTest_HIP
[ 45%] Built target Kokkos_IncrementalTest_HIP
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[736/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[737/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[738/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_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/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[739/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[740/1513] 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_Cuda1.dir/cuda/TestCuda_Abort.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[741/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[742/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.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_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAllocationType.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[743/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[744/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 19%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 19%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o
[745/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[746/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o
[747/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[748/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o
[749/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o
[ 51%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
[ 51%] Built target Kokkos_PerformanceTest_SharedSpace
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[750/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[751/1513] 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_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAccessorFromMapping.cpp.o
[752/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o
[753/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[754/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[755/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[756/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[757/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[758/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[759/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[760/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[761/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o
[ 52%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 52%] Built target Kokkos_PerformanceTest_Mempool
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[762/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[763/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o
[ 23%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 23%] Linking CXX executable Kokkos_CoreUnitTest_Cuda_ViewSupport
[ 23%] Built target Kokkos_CoreUnitTest_Cuda_ViewSupport
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/UnitTestMainInit.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 52%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch
[ 52%] Built target Kokkos_PerformanceTest_ViewFirstTouch
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 52%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o
[764/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 52%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 52%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 52%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o
[ 52%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 38%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o
[ 38%] Built target Kokkos_CoreUnitTest_Default
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 24%] Linking CXX executable Kokkos_bytes_and_flops
[ 24%] Built target Kokkos_bytes_and_flops
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 52%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[765/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[766/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/cuda/TestCuda_GraphAtomicLocks.cpp.o
[ 54%] Linking CXX executable Kokkos_PerformanceTest_Reduction
[ 54%] Built target Kokkos_PerformanceTest_Reduction
[ 54%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[767/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[768/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 55%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[769/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 55%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.cpp.o
[ 55%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 55%] Built target Kokkos_PerformanceTest_Atomic
[ 55%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 56%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o
[770/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o
[ 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_Tuners_hpp
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanAtomicAccessor.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanConversion.cpp.o
[771/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynamicView.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[772/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o
[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[773/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 24%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraphAtomicLocks
[ 24%] Built target Kokkos_CoreUnitTest_CudaGraphAtomicLocks
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_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
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o
[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o
[ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o
[ 57%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP
[ 57%] Built target Kokkos_ContainersPerformanceTest_HIP
[ 57%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
[ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_NumericTraits.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 58%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o
[ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o
[ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanAtomicAccessor.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanConversion.cpp.o
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o
[774/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 24%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit
[ 58%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 58%] Built target Kokkos_ContainersTestCompileOnly
[ 58%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 49%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 24%] Built target Kokkos_CoreUnitTest_CudaInterOpInit
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 49%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 58%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSort.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 59%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank12345.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o
[ 50%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 25%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o
[ 25%] Built target Kokkos_CoreUnitTest_CudaTimingBased
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int8.cpp.o
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicy.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 27%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams
[ 27%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/UnitTestMainInit.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank67.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[775/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[776/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[777/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_Ctors.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o
[ 51%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 51%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o
[778/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[779/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[780/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/CXX.dd
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[781/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int16.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/cuda/TestCuda_InterOp_Graph.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortByKey.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_a.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_b.cpp.o
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_LayoutMember.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[782/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[783/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[784/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o
[785/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[786/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[787/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 62%] Linking CXX executable Kokkos_UnitTest_Random
[ 62%] Built target Kokkos_UnitTest_Random
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o
[ 63%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[788/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[789/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 63%] Built target Kokkos_CoreUnitTest_Serial2
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_TeamScratch.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o
[790/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 28%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 28%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/UnitTestMainInit.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/cuda/TestCuda_InterOp_GraphMultiGPU.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 53%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 53%] Built target Kokkos_PerformanceTest_ViewFirstTouch
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_ViewCustomization.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[791/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[792/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[793/1513] 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_MathematicalConstants.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o
[794/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[ 29%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraph
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
[ 29%] Built target Kokkos_CoreUnitTest_CudaInterOpGraph
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[795/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_e.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 65%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 65%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessorAccessViolation.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessor.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o
[796/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 55%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[797/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[798/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/CXX.dd
[ 29%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU
[ 29%] Built target Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o
[ 55%] Built target Kokkos_PerformanceTest_Mempool
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o
[799/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o
[ 65%] 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_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o
[800/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o
[801/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_OffsetView.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[802/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[803/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[804/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o
[805/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[806/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o
[ 66%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 66%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[807/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o
[808/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/CXX.dd
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 55%] Linking CXX executable Kokkos_PerformanceTest_Reduction
[809/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o
[ 55%] Built target Kokkos_PerformanceTest_Reduction
[ 55%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 55%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[810/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o
[811/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/CXX.dd
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[812/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[813/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o
[814/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[815/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[816/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[817/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[818/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/CXX.dd
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[819/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[820/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/CXX.dd
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[821/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[822/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/CXX.dd
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o
[823/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[824/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[825/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/CXX.dd
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[826/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_Timer.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[827/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o
[ 58%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 58%] Built target Kokkos_PerformanceTest_Atomic
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o
[ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o
[828/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[829/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[830/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o
[831/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[832/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/CXX.dd
[ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[833/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[834/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[835/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[836/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[837/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[838/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[839/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[840/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[841/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[842/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[843/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
[844/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[845/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[846/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_StaticCrsGraph.cpp.o
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
[847/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[848/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o
[ 72%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 72%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[849/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[850/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 72%] 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_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[851/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 59%] 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_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 72%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
[ 72%] Built target Kokkos_PerformanceTest_Benchmark
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[852/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[853/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[854/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/CXX.dd
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[855/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[856/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[857/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/CXX.dd
[858/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[859/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/CXX.dd
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[860/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[861/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/CXX.dd
[862/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o
[863/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/CXX.dd
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o
[864/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[865/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/CXX.dd
[866/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
[867/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/CXX.dd
[868/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[869/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/CXX.dd
[870/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[871/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/CXX.dd
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[872/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[873/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/CXX.dd
[874/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[875/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/CXX.dd
[876/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[877/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/CXX.dd
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[878/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[879/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/CXX.dd
[880/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[881/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/CXX.dd
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[882/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[883/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/CXX.dd
[884/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[885/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/CXX.dd
[886/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o
[887/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/CXX.dd
[888/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[889/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/CXX.dd
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[890/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[891/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[892/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/CXX.dd
[893/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/CXX.dd
[894/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[895/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/CXX.dd
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[896/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[897/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/CXX.dd
[898/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[899/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/CXX.dd
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
[900/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[901/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/CXX.dd
[902/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[903/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/CXX.dd
[904/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[905/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/CXX.dd
[906/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Vector.cpp.o
[907/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/CXX.dd
[908/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[909/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/CXX.dd
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[910/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[911/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/CXX.dd
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[912/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[913/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/CXX.dd
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[914/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[915/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[916/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/CXX.dd
[917/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/CXX.dd
[918/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[919/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/CXX.dd
[920/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[921/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/CXX.dd
[922/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[923/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/CXX.dd
[924/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[925/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/CXX.dd
[926/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[927/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/CXX.dd
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o
[928/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[929/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/CXX.dd
[930/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[931/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/CXX.dd
[932/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[933/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/CXX.dd
[934/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[935/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/CXX.dd
[936/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[937/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/CXX.dd
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[938/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[939/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/CXX.dd
[940/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[941/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/CXX.dd
[942/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[943/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/CXX.dd
[944/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[945/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/CXX.dd
[946/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[947/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/CXX.dd
[948/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[949/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/CXX.dd
[950/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o
[951/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/CXX.dd
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[952/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[953/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/CXX.dd
[954/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[955/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/CXX.dd
[956/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o
[957/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/CXX.dd
[958/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[959/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/CXX.dd
[960/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[961/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/CXX.dd
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[962/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[963/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/CXX.dd
[964/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[965/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/CXX.dd
[966/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[967/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/CXX.dd
[968/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[969/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/CXX.dd
[970/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[971/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/CXX.dd
[972/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[973/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/CXX.dd
[974/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[975/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/CXX.dd
[976/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[977/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/CXX.dd
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[978/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[979/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/CXX.dd
[980/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[981/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/CXX.dd
[982/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[983/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/CXX.dd
[984/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[985/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/CXX.dd
[986/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[987/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/CXX.dd
[988/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[989/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/CXX.dd
[ 73%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[ 73%] Built target Kokkos_ContainersUnitTest_Serial
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[990/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[991/1513] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/CXX.dd
[992/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o
[993/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[994/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[995/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[996/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[997/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[998/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 60%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
[ 60%] Built target Kokkos_PerformanceTest_Benchmark
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o
[999/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[1000/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o
[1001/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[1002/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o
[1003/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[1004/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[1005/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[1006/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o
[1007/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[1008/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[1009/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o
[1010/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[1011/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[1012/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 74%] Linking CXX executable Kokkos_ContainersUnitTest_HIP
[ 74%] Built target Kokkos_ContainersUnitTest_HIP
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessorAccessViolation.cpp.o
[ 61%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[1013/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 61%] Built target Kokkos_ContainersTestCompileOnly
[ 61%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[1014/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[1015/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[1016/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessor.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o
[ 62%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o
[1017/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[1018/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[1019/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[1020/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[1021/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 63%] 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_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[1022/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o
[1023/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[1024/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[1025/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o
[1026/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[1027/1513] 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_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[1028/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[1029/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[1030/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 64%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP
[ 64%] Built target Kokkos_ContainersPerformanceTest_OpenMP
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[1031/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o
[ 76%] Linking CXX executable Kokkos_UnitTest_Sort
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 76%] Built target Kokkos_UnitTest_Sort
[ 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_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 76%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 76%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o
[1032/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[1033/1513] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/CXX.dd
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o
[1034/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[1035/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[1036/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[1037/1513] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/CXX.dd
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[1038/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[1039/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[1040/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[1041/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[1042/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[1043/1513] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/CXX.dd
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSort.cpp.o
[1044/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[1045/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[1046/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o
[1047/1513] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/CXX.dd
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o
[1048/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o
[1049/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o
[1050/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[1051/1513] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/CXX.dd
[1052/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[1053/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[1054/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[1055/1513] Generating CXX dyndep file containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/CXX.dd
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[1056/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o
[1057/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o
[1058/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o
[1059/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[1060/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o
[1061/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o
[1062/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 65%] 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_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[1063/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[1064/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o
[1065/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 79%] 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_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[1066/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[1067/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o
[1068/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[1069/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o
[1070/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_Ctors.cpp.o
[1071/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o
[1072/1513] Generating CXX dyndep file containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/CXX.dd
[1073/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[1074/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_LayoutMember.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSortCustomComp.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o
[1075/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[1076/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Timer.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 39%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o
[1077/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[1078/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/CXX.dd
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[ 39%] Built target Kokkos_CoreUnitTest_Default
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_TeamScratch.cpp.o
[1079/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[1080/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o
[ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o
[1081/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[1082/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Timer.cpp.o
[1083/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_ViewCustomization.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o
[ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestBinSortA.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_b.cpp.o
[1084/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestSort.cpp.o
[1085/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
[1086/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[1087/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/CXX.dd
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o
[1088/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
[1089/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestSortByKey.cpp.o
[1090/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/CXX.dd
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o
[1091/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestBinSortA.cpp.o
[1092/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[1093/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o
[ 84%] 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_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o
[1094/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[1095/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/CXX.dd
[1096/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestSortCustomComp.cpp.o
[ 85%] 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_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[1097/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_c.cpp.o
[1098/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[1099/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/CXX.dd
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestBinSortB.cpp.o
[1100/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[1101/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[1102/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o
[1103/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[1104/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[1105/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestBinSortB.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewBadAlloc.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[1106/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestNestedSort.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.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_Q.dir/TestStdAlgorithmsCommon.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[1107/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 41%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o
[ 41%] Built target Kokkos_CoreUnitTest_InitializeFinalize
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[1108/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o
[1109/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[1110/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o
[ 42%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 42%] Built target Kokkos_CoreUnitTest_Develop
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 42%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 42%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[1111/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/serial/TestRandom.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestNestedSort.cpp.o
[1112/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[ 88%] 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_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[1113/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[1114/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[1115/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/CXX.dd
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o
[1116/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[1117/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_c.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[1118/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o
[1119/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[1120/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[1121/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[1122/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o
[1123/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[1124/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 89%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o
[1125/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 89%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o
[ 71%] Linking CXX executable Kokkos_UnitTest_Sort
[ 71%] Built target Kokkos_UnitTest_Sort
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 90%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o
[ 90%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 90%] Built target Kokkos_CoreUnitTest_Serial1
[ 90%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 44%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 44%] Built target Kokkos_ProfilingAllCalls
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o
[1126/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[1127/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o
[1128/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 90%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 90%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 90%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 90%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorProp.cpp.o
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 91%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 91%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[1129/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[1130/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 91%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Assignment.cpp.o
[1131/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 92%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o
[1132/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o
[1133/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 92%] Linking CXX executable Kokkos_gups
[ 92%] Built target Kokkos_gups
[ 92%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[ 92%] Linking CXX executable Kokkos_atomic
[ 92%] Built target Kokkos_atomic
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o
[ 92%] Linking CXX executable Kokkos_stream
[ 92%] Built target Kokkos_stream
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o
[1134/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[1135/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[1136/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/CXX.dd
[ 92%] Linking CXX executable Kokkos_view_copy_constructor
[ 92%] Built target Kokkos_view_copy_constructor
[ 93%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 93%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o
[ 93%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan
[ 93%] Built target Kokkos_PerformanceTest_InclusiveScan
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o
[ 94%] Linking CXX executable Kokkos_launch_latency
[ 94%] Built target Kokkos_launch_latency
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[1137/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[1138/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
[1139/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 45%] Linking CXX executable Kokkos_ToolsInitialization
[ 45%] Built target Kokkos_ToolsInitialization
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 46%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 94%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 46%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 46%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 46%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 46%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 94%] Linking CXX executable Kokkos_gather
[ 94%] Built target Kokkos_gather
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfViews.cpp.o
[1140/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[1141/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[1142/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o
[1143/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 95%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 95%] Linking CXX executable Kokkos_policy_performance
[ 95%] Built target Kokkos_policy_performance
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o
[1144/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_StaticCrsGraph.cpp.o
[1145/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o
[1146/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c02.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c03.cpp.o
[1147/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorProp.cpp.o
[1148/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c04.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[1149/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[1150/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/CXX.dd
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o
[ 48%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[1151/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o
[1152/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.cpp.o
[ 48%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 48%] Built target Kokkos_CoreUnitTest_KokkosP
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[1153/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c10.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c11.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[1154/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c12.cpp.o
[ 96%] Linking CXX executable Kokkos_bytes_and_flops
[ 96%] Built target Kokkos_bytes_and_flops
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c13.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c14.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c15.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[1155/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[1156/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_b.cpp.o
[1157/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_c.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
[ 49%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 49%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[1158/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[1159/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[1160/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/CXX.dd
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorProp.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.cpp.o
[ 98%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 98%] Built target Kokkos_UnitTest_SIMD
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_c.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_a.cpp.o
[ 49%] Linking CXX executable Kokkos_StackTraceTestExec
[1161/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[1162/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[1163/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 49%] Built target Kokkos_StackTraceTestExec
[ 49%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o
[1164/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[1165/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o
[1166/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[1167/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/CXX.dd
[1168/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_SharedAlloc.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_a.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
[1169/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_b.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_c.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o
[1170/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[1171/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o
[ 50%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o
[ 50%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o
[1172/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Narrowing.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfViews.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o
[1173/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_c.cpp.o
[ 50%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_a.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_b.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_subview.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ScanUnit.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedResourceLock.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Spaces.cpp.o
[1174/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[1175/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Memory_Requirements.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratchStreams.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AsyncLauncher.cpp.o
[1176/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[1177/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/CXX.dd
[1178/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlocksizeDeduction.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o
[1179/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
[1180/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[1181/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[1182/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[1183/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/CXX.dd
[1184/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 51%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o
[ 51%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[1185/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[1186/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[1187/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Vector.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[1188/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 51%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o
[1189/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[1190/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[1191/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[1192/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/CXX.dd
[1193/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[100%] Linking CXX executable Kokkos_CoreUnitTest_HIP
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 75%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP
[100%] Built target Kokkos_CoreUnitTest_HIP
+ ctest --no-compress-output -T Test --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
   Site: c99d3c5e3a03
   Build name: Linux-hipcc
Create new tag: 20250911-0532 - Experimental
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-8428/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_Serial_ViewSupport

1: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport
1: Test timeout computed to be: 1500
[ 75%] Built target Kokkos_ContainersUnitTest_OpenMP
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
1: [==========] Running 21 tests from 1 test suite.
1: [----------] Global test environment set-up.
1: [----------] 21 tests from serial
1: [ RUN      ] serial.basic_view_default_ctor
1: [       OK ] serial.basic_view_default_ctor (0 ms)
1: [ RUN      ] serial.basic_view_extents_ctor
1: [       OK ] serial.basic_view_extents_ctor (0 ms)
1: [ RUN      ] serial.basic_view_mapping_ctor_right
1: [       OK ] serial.basic_view_mapping_ctor_right (0 ms)
1: [ RUN      ] serial.basic_view_access
1: [       OK ] serial.basic_view_access (0 ms)
1: [ RUN      ] serial.basic_view_atomic_accessor
1: [       OK ] serial.basic_view_atomic_accessor (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Typedefs
1: [       OK ] serial.RefCountedAcc_Typedefs (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Ctors
1: [       OK ] serial.RefCountedAcc_Ctors (0 ms)
1: [ RUN      ] serial.RefCountedAcc_ConversionToDefaultAcc
1: [       OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Access
1: [       OK ] serial.RefCountedAcc_Access (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Conversion
1: [       OK ] serial.RefCountedAcc_Conversion (0 ms)
1: [ RUN      ] serial.RefCountedDataHandle_Typedefs
1: [       OK ] serial.RefCountedDataHandle_Typedefs (0 ms)
1: [ RUN      ] serial.RefCountedDataHandle
1: [       OK ] serial.RefCountedDataHandle (0 ms)
1: [ RUN      ] serial.RefCountedDataHandleAnonym
1: [       OK ] serial.RefCountedDataHandleAnonym (0 ms)
1: [ RUN      ] serial.RefCountedDataHandleConversion
1: [       OK ] serial.RefCountedDataHandleConversion (0 ms)
1: [ RUN      ] serial.view_customization_accessor_arg
1: [       OK ] serial.view_customization_accessor_arg (1 ms)
1: [ RUN      ] serial.view_customization_allocation_type
1: [       OK ] serial.view_customization_allocation_type (0 ms)
1: [ RUN      ] serial.view_customization_mirror
1: [       OK ] serial.view_customization_mirror (0 ms)
1: [ RUN      ] serial.view_customization_deep_copy
1: [       OK ] serial.view_customization_deep_copy (0 ms)
1: [ RUN      ] serial.view_customization_deep_copy_single_element_view
1: [       OK ] serial.view_customization_deep_copy_single_element_view (0 ms)
1: [ RUN      ] serial.view_customization_accessor_from_mapping
1: [       OK ] serial.view_customization_accessor_from_mapping (0 ms)
1: [ RUN      ] serial.view_customization_extra_int_arg
1: [       OK ] serial.view_customization_extra_int_arg (0 ms)
1: [----------] 21 tests from serial (2 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 21 tests from 1 test suite ran. (2 ms total)
1: [  PASSED  ] 21 tests.
 1/59 Test  #1: Kokkos_CoreUnitTest_Serial_ViewSupport .....................   Passed    0.43 sec
test 2
      Start  2: Kokkos_CoreUnitTest_HIP_ViewSupport

2: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_HIP_ViewSupport
2: Test timeout computed to be: 1500
[ 51%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o
2: [==========] Running 21 tests from 1 test suite.
2: [----------] Global test environment set-up.
2: [----------] 21 tests from hip
2: [ RUN      ] hip.basic_view_default_ctor
2: [       OK ] hip.basic_view_default_ctor (0 ms)
2: [ RUN      ] hip.basic_view_extents_ctor
2: [       OK ] hip.basic_view_extents_ctor (0 ms)
2: [ RUN      ] hip.basic_view_mapping_ctor_right
2: [       OK ] hip.basic_view_mapping_ctor_right (0 ms)
2: [ RUN      ] hip.basic_view_access
2: [       OK ] hip.basic_view_access (1 ms)
2: [ RUN      ] hip.basic_view_atomic_accessor
2: [       OK ] hip.basic_view_atomic_accessor (0 ms)
2: [ RUN      ] hip.RefCountedAcc_Typedefs
2: [       OK ] hip.RefCountedAcc_Typedefs (0 ms)
2: [ RUN      ] hip.RefCountedAcc_Ctors
2: [       OK ] hip.RefCountedAcc_Ctors (0 ms)
2: [ RUN      ] hip.RefCountedAcc_ConversionToDefaultAcc
2: [       OK ] hip.RefCountedAcc_ConversionToDefaultAcc (0 ms)
2: [ RUN      ] hip.RefCountedAcc_Access
2: [       OK ] hip.RefCountedAcc_Access (0 ms)
2: [ RUN      ] hip.RefCountedAcc_Conversion
2: [       OK ] hip.RefCountedAcc_Conversion (0 ms)
2: [ RUN      ] hip.RefCountedDataHandle_Typedefs
2: [       OK ] hip.RefCountedDataHandle_Typedefs (0 ms)
2: [ RUN      ] hip.RefCountedDataHandle
2: [       OK ] hip.RefCountedDataHandle (0 ms)
2: [ RUN      ] hip.RefCountedDataHandleAnonym
2: [       OK ] hip.RefCountedDataHandleAnonym (0 ms)
2: [ RUN      ] hip.RefCountedDataHandleConversion
2: [       OK ] hip.RefCountedDataHandleConversion (0 ms)
2: [ RUN      ] hip.view_customization_accessor_arg
2: [       OK ] hip.view_customization_accessor_arg (0 ms)
2: [ RUN      ] hip.view_customization_allocation_type
2: [       OK ] hip.view_customization_allocation_type (1 ms)
2: [ RUN      ] hip.view_customization_mirror
2: [       OK ] hip.view_customization_mirror (0 ms)
2: [ RUN      ] hip.view_customization_deep_copy
2: [       OK ] hip.view_customization_deep_copy (0 ms)
2: [ RUN      ] hip.view_customization_deep_copy_single_element_view
2: [       OK ] hip.view_customization_deep_copy_single_element_view (0 ms)
2: [ RUN      ] hip.view_customization_accessor_from_mapping
2: [       OK ] hip.view_customization_accessor_from_mapping (0 ms)
2: [ RUN      ] hip.view_customization_extra_int_arg
2: [       OK ] hip.view_customization_extra_int_arg (0 ms)
2: [----------] 21 tests from hip (8 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 21 tests from 1 test suite ran. (8 ms total)
2: [  PASSED  ] 21 tests.
 2/59 Test  #2: Kokkos_CoreUnitTest_HIP_ViewSupport ........................   Passed    0.43 sec
test 3
      Start  3: Kokkos_CoreUnitTest_Serial1

3: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Serial1
3: Test timeout computed to be: 1500
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o
3: [==========] Running 252 tests from 4 test suites.
3: [----------] Global test environment set-up.
3: [----------] 11 tests from serial_DeathTest
3: [ RUN      ] serial_DeathTest.abort_from_host
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o
3: [       OK ] serial_DeathTest.abort_from_host (1349 ms)
3: [ RUN      ] serial_DeathTest.abort_from_device
[1194/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[1195/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
3: [       OK ] serial_DeathTest.abort_from_device (1381 ms)
3: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
[1196/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/openmp/TestRandom.cpp.o
[1197/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
3: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (1389 ms)
3: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
[1198/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[1199/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/CXX.dd
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o
[1200/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
3: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (1323 ms)
3: [ RUN      ] serial_DeathTest.policy_invalid_bounds
3: [       OK ] serial_DeathTest.policy_invalid_bounds (0 ms)
3: [ RUN      ] serial_DeathTest.range_policy_invalid_bounds
3: [       OK ] serial_DeathTest.range_policy_invalid_bounds (0 ms)
3: [ RUN      ] serial_DeathTest.range_policy_round_trip_conversion_fires
3: [       OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (0 ms)
3: [ RUN      ] serial_DeathTest.range_policy_check_sign_changes
3: [       OK ] serial_DeathTest.range_policy_check_sign_changes (0 ms)
3: [ RUN      ] serial_DeathTest.range_policy_implicitly_converted_bounds
3: [       OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (0 ms)
3: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:93: Skipped
3: skipping since no memory access violation would occur
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms)
3: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:108: Skipped
3: skipping since no memory access violation would occur
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
3: [----------] 11 tests from serial_DeathTest (5446 ms total)
3: 
3: [----------] 1 test from serial_graph_DeathTest
3: [ RUN      ] serial_graph_DeathTest.can_instantiate_only_once
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:181: Skipped
3: Preconditions are not checked.
3: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms)
3: [----------] 1 test from serial_graph_DeathTest (0 ms total)
3: 
3: [----------] 223 tests from serial
3: [ RUN      ] serial.array_capacity
3: [       OK ] serial.array_capacity (0 ms)
3: [ RUN      ] serial.array_element_access
3: [       OK ] serial.array_element_access (0 ms)
3: [ RUN      ] serial.array_operator_equal
3: [       OK ] serial.array_operator_equal (0 ms)
3: [ RUN      ] serial.array_zero_capacity
3: [       OK ] serial.array_zero_capacity (0 ms)
3: [ RUN      ] serial.array_zero_data_nullptr
3: [       OK ] serial.array_zero_data_nullptr (0 ms)
3: [ RUN      ] serial.array_contiguous_capacity
3: [       OK ] serial.array_contiguous_capacity (0 ms)
3: [ RUN      ] serial.array_contiguous_element_access
3: [       OK ] serial.array_contiguous_element_access (0 ms)
3: [ RUN      ] serial.array_contiguous_assignment
3: [       OK ] serial.array_contiguous_assignment (0 ms)
3: [ RUN      ] serial.array_strided_capacity
3: [       OK ] serial.array_strided_capacity (0 ms)
3: [ RUN      ] serial.array_strided_element_access
3: [       OK ] serial.array_strided_element_access (0 ms)
3: [ RUN      ] serial.array_strided_assignment
3: [       OK ] serial.array_strided_assignment (0 ms)
3: [ RUN      ] serial.atomic_operations_complexdouble
3: [       OK ] serial.atomic_operations_complexdouble (0 ms)
3: [ RUN      ] serial.atomic_operations_complexfloat
3: [       OK ] serial.atomic_operations_complexfloat (0 ms)
3: [ RUN      ] serial.atomic_operations_double
3: [       OK ] serial.atomic_operations_double (0 ms)
3: [ RUN      ] serial.atomic_operations_float
3: [       OK ] serial.atomic_operations_float (0 ms)
3: [ RUN      ] serial.atomic_operations_int8
3: [       OK ] serial.atomic_operations_int8 (0 ms)
3: [ RUN      ] serial.atomic_operations_int16
3: [       OK ] serial.atomic_operations_int16 (0 ms)
3: [ RUN      ] serial.atomic_operations_int
3: [       OK ] serial.atomic_operations_int (0 ms)
3: [ RUN      ] serial.atomic_operations_long
3: [       OK ] serial.atomic_operations_long (0 ms)
3: [ RUN      ] serial.atomic_operations_longlong
3: [       OK ] serial.atomic_operations_longlong (0 ms)
3: [ RUN      ] serial.atomic_shared
3: [       OK ] serial.atomic_shared (0 ms)
3: [ RUN      ] serial.atomic_operations_unsigned
3: [       OK ] serial.atomic_operations_unsigned (0 ms)
3: [ RUN      ] serial.atomic_operations_unsignedlong
3: [       OK ] serial.atomic_operations_unsignedlong (0 ms)
3: [ RUN      ] serial.atomics
3: [       OK ] serial.atomics (1 ms)
3: [ RUN      ] serial.atomics_tpetra_max_abs
3: [       OK ] serial.atomics_tpetra_max_abs (0 ms)
3: [ RUN      ] serial.atomic_views_integral
3: [       OK ] serial.atomic_views_integral (48 ms)
3: [ RUN      ] serial.atomic_views_nonintegral
3: [       OK ] serial.atomic_views_nonintegral (24 ms)
3: [ RUN      ] serial.atomic_view_api
3: [       OK ] serial.atomic_view_api (0 ms)
3: [ RUN      ] serial.bit_manip_countl_zero
3: [       OK ] serial.bit_manip_countl_zero (0 ms)
3: [ RUN      ] serial.bit_manip_countl_one
3: [       OK ] serial.bit_manip_countl_one (0 ms)
3: [ RUN      ] serial.bit_manip_countr_zero
3: [       OK ] serial.bit_manip_countr_zero (0 ms)
3: [ RUN      ] serial.bit_manip_countr_one
3: [       OK ] serial.bit_manip_countr_one (0 ms)
3: [ RUN      ] serial.bit_manip_popcount
3: [       OK ] serial.bit_manip_popcount (0 ms)
3: [ RUN      ] serial.bit_manip_has_single_bit
3: [       OK ] serial.bit_manip_has_single_bit (0 ms)
3: [ RUN      ] serial.bit_manip_bit_floor
3: [       OK ] serial.bit_manip_bit_floor (0 ms)
3: [ RUN      ] serial.bit_manip_bit_ceil
3: [       OK ] serial.bit_manip_bit_ceil (0 ms)
3: [ RUN      ] serial.bit_manip_bit_width
3: [       OK ] serial.bit_manip_bit_width (0 ms)
3: [ RUN      ] serial.bit_manip_rotl
3: [       OK ] serial.bit_manip_rotl (0 ms)
3: [ RUN      ] serial.bit_manip_rotr
3: [       OK ] serial.bit_manip_rotr (0 ms)
3: [ RUN      ] serial.bit_manip_byeswap
3: [       OK ] serial.bit_manip_byeswap (0 ms)
3: [ RUN      ] serial.bit_manip_bit_cast
3: [       OK ] serial.bit_manip_bit_cast (0 ms)
3: [ RUN      ] serial.test_block_deduction_bug_pr_3103
3: [       OK ] serial.test_block_deduction_bug_pr_3103 (0 ms)
3: [ RUN      ] serial.checked_integer_operations_multiply_overflow
3: [       OK ] serial.checked_integer_operations_multiply_overflow (0 ms)
3: [ RUN      ] serial.execution_policy_occupancy_and_hint
3: [       OK ] serial.execution_policy_occupancy_and_hint (0 ms)
3: [ RUN      ] serial.complex_construction
3: [       OK ] serial.complex_construction (0 ms)
3: [ RUN      ] serial.complex_basic_math
3: [       OK ] serial.complex_basic_math (0 ms)
3: [ RUN      ] serial.complex_special_funtions
3: [       OK ] serial.complex_special_funtions (0 ms)
3: [ RUN      ] serial.complex_io
3: [       OK ] serial.complex_io (0 ms)
3: [ RUN      ] serial.complex_trivially_copyable
3: [       OK ] serial.complex_trivially_copyable (0 ms)
3: [ RUN      ] serial.complex_issue_3865
3: [       OK ] serial.complex_issue_3865 (0 ms)
3: [ RUN      ] serial.complex_operations_arithmetic_types_overloads
3: [       OK ] serial.complex_operations_arithmetic_types_overloads (0 ms)
3: [ RUN      ] serial.complex_structured_bindings
3: [       OK ] serial.complex_structured_bindings (0 ms)
3: [ RUN      ] serial.crs_count_fill
3: [       OK ] serial.crs_count_fill (0 ms)
3: [ RUN      ] serial.crs_copy_constructor
3: [       OK ] serial.crs_copy_constructor (1 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_0
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 ] serial.deep_copy_assignable_types_rank_0 (3 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_1
3: [       OK ] serial.deep_copy_assignable_types_rank_1 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_2
3: [       OK ] serial.deep_copy_assignable_types_rank_2 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_3
3: [       OK ] serial.deep_copy_assignable_types_rank_3 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_4
3: [       OK ] serial.deep_copy_assignable_types_rank_4 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_5
3: [       OK ] serial.deep_copy_assignable_types_rank_5 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_6
3: [       OK ] serial.deep_copy_assignable_types_rank_6 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_7
3: [       OK ] serial.deep_copy_assignable_types_rank_7 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_8
3: [       OK ] serial.deep_copy_assignable_types_rank_8 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_1_half
3: [       OK ] serial.deep_copy_assignable_types_rank_1_half (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_2_half
3: [       OK ] serial.deep_copy_assignable_types_rank_2_half (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_3_half
3: [       OK ] serial.deep_copy_assignable_types_rank_3_half (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_0
3: [       OK ] serial.deep_copy_narrowing_rank_0 (2 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_1
3: [       OK ] serial.deep_copy_narrowing_rank_1 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_2
3: [       OK ] serial.deep_copy_narrowing_rank_2 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_3
3: [       OK ] serial.deep_copy_narrowing_rank_3 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_4
3: [       OK ] serial.deep_copy_narrowing_rank_4 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_5
3: [       OK ] serial.deep_copy_narrowing_rank_5 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_6
3: [       OK ] serial.deep_copy_narrowing_rank_6 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_7
3: [       OK ] serial.deep_copy_narrowing_rank_7 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_8
3: [       OK ] serial.deep_copy_narrowing_rank_8 (0 ms)
3: [ RUN      ] serial.deep_copy_alignment
3: [       OK ] serial.deep_copy_alignment (1 ms)
3: [ RUN      ] serial.deep_copy_conversion
3: [       OK ] serial.deep_copy_conversion (18 ms)
3: [ RUN      ] serial.partitioning_by_args
3: [       OK ] serial.partitioning_by_args (0 ms)
3: [ RUN      ] serial.partitioning_by_args_with_structured_bindings
3: [       OK ] serial.partitioning_by_args_with_structured_bindings (0 ms)
3: [ RUN      ] serial.partitioning_by_vector
3: [       OK ] serial.partitioning_by_vector (0 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range
3: [       OK ] serial.exec_space_thread_safety_range (414 ms)
3: [ RUN      ] serial.exec_space_thread_safety_mdrange
3: [       OK ] serial.exec_space_thread_safety_mdrange (41 ms)
3: [ RUN      ] serial.exec_space_thread_safety_team_policy
3: [       OK ] serial.exec_space_thread_safety_team_policy (43 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range_reduce
3: [       OK ] serial.exec_space_thread_safety_range_reduce (41 ms)
3: [ RUN      ] serial.exec_space_thread_safety_mdrange_reduce
3: [       OK ] serial.exec_space_thread_safety_mdrange_reduce (40 ms)
3: [ RUN      ] serial.exec_space_thread_safety_team_policy_reduce
3: [       OK ] serial.exec_space_thread_safety_team_policy_reduce (44 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range_scan
3: [       OK ] serial.exec_space_thread_safety_range_scan (41 ms)
3: [ RUN      ] serial.execution_space_as_class_data_member
3: [       OK ] serial.execution_space_as_class_data_member (0 ms)
3: [ RUN      ] serial.functor_analysis
3: [       OK ] serial.functor_analysis (0 ms)
3: [ RUN      ] serial.when_all_type
3: [       OK ] serial.when_all_type (0 ms)
3: [ RUN      ] serial.graph_capture
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:1105: Skipped
3: The graph backend for Serial does not support capture.
3: [  SKIPPED ] serial.graph_capture (0 ms)
3: [ RUN      ] serial.graph_then
3: [       OK ] serial.graph_then (0 ms)
3: [ RUN      ] serial.then_host
3: [       OK ] serial.then_host (0 ms)
3: [ RUN      ] serial.mixed_then_host_device_nodes
3: [       OK ] serial.mixed_then_host_device_nodes (0 ms)
3: [ RUN      ] serial.graph_then_tag
3: [       OK ] serial.graph_then_tag (0 ms)
3: [ RUN      ] serial.host_shared_ptr_use_count
3: [       OK ] serial.host_shared_ptr_use_count (0 ms)
3: [ RUN      ] serial.host_shared_ptr_get
3: [       OK ] serial.host_shared_ptr_get (0 ms)
3: [ RUN      ] serial.host_shared_ptr_dereference_on_device
3: [       OK ] serial.host_shared_ptr_dereference_on_device (0 ms)
3: [ RUN      ] serial.host_shared_ptr_special_members_on_device
3: [       OK ] serial.host_shared_ptr_special_members_on_device (0 ms)
3: [ RUN      ] serial.host_shared_ptr_tracking
3: [       OK ] serial.host_shared_ptr_tracking (0 ms)
3: [ RUN      ] serial.join_backward_compatibility
3: [       OK ] serial.join_backward_compatibility (0 ms)
3: [ RUN      ] serial.local_deepcopy_teampolicy_layoutleft
3: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (1261 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (1243 ms)
3: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
3: [       OK ] serial.local_deepcopy_teampolicy_layoutright (401 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[1201/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (400 ms)
3: [ RUN      ] serial.deep_copy_scratch
3: [       OK ] serial.deep_copy_scratch (0 ms)
3: [ RUN      ] serial.mathematical_constants_e
3: [       OK ] serial.mathematical_constants_e (0 ms)
3: [ RUN      ] serial.mathematical_constants_log2e
3: [       OK ] serial.mathematical_constants_log2e (0 ms)
3: [ RUN      ] serial.mathematical_constants_log10e
3: [       OK ] serial.mathematical_constants_log10e (0 ms)
3: [ RUN      ] serial.mathematical_constants_pi
3: [       OK ] serial.mathematical_constants_pi (0 ms)
3: [ RUN      ] serial.mathematical_constants_inv_pi
3: [       OK ] serial.mathematical_constants_inv_pi (0 ms)
3: [ RUN      ] serial.mathematical_constants_inv_sqrtpi
3: [       OK ] serial.mathematical_constants_inv_sqrtpi (0 ms)
3: [ RUN      ] serial.mathematical_constants_ln2
3: [       OK ] serial.mathematical_constants_ln2 (0 ms)
3: [ RUN      ] serial.mathematical_constants_ln10
3: [       OK ] serial.mathematical_constants_ln10 (0 ms)
3: [ RUN      ] serial.mathematical_constants_sqrt2
3: [       OK ] serial.mathematical_constants_sqrt2 (0 ms)
3: [ RUN      ] serial.mathematical_constants_sqrt3
3: [       OK ] serial.mathematical_constants_sqrt3 (0 ms)
3: [ RUN      ] serial.mathematical_constants_inv_sqrt3
3: [       OK ] serial.mathematical_constants_inv_sqrt3 (0 ms)
3: [ RUN      ] serial.mathematical_constants_egamma
3: [       OK ] serial.mathematical_constants_egamma (0 ms)
3: [ RUN      ] serial.mathematical_constants_phi
3: [       OK ] serial.mathematical_constants_phi (0 ms)
3: [ RUN      ] serial.mathematical_functions_trigonometric_functions
3: [       OK ] serial.mathematical_functions_trigonometric_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_hyperbolic_functions
3: [       OK ] serial.mathematical_functions_hyperbolic_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_non_standard
3: [       OK ] serial.mathematical_functions_non_standard (0 ms)
3: [ RUN      ] serial.mathematical_functions_power_functions
3: [       OK ] serial.mathematical_functions_power_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_fma
3: [       OK ] serial.mathematical_functions_fma (0 ms)
3: [ RUN      ] serial.mathematical_functions_fmax_fmin
3: [       OK ] serial.mathematical_functions_fmax_fmin (0 ms)
3: [ RUN      ] serial.mathematical_functions_error_and_gamma_functions
3: [       OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_nearest_interger_floating_point_operations
3: [       OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms)
3: [ RUN      ] serial.mathematical_functions_floating_point_manipulation_functions
3: [       OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_absolute_value
3: [       OK ] serial.mathematical_functions_absolute_value (0 ms)
3: [ RUN      ] serial.mathematical_functions_floating_point_absolute_value
3: [       OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms)
3: [ RUN      ] serial.mathematical_functions_remainder_function
3: [       OK ] serial.mathematical_functions_remainder_function (0 ms)
3: [ RUN      ] serial.mathematical_functions_isfinite
3: [       OK ] serial.mathematical_functions_isfinite (0 ms)
3: [ RUN      ] serial.mathematical_functions_isinf
3: [       OK ] serial.mathematical_functions_isinf (0 ms)
3: [ RUN      ] serial.mathematical_functions_isnan
3: [       OK ] serial.mathematical_functions_isnan (0 ms)
3: [ RUN      ] serial.mathematical_functions_impl_half_fallback
3: [       OK ] serial.mathematical_functions_impl_half_fallback (0 ms)
3: [ RUN      ] serial.mathematical_functions_nextafter_fp16
3: [       OK ] serial.mathematical_functions_nextafter_fp16 (0 ms)
3: [ RUN      ] serial.mathematical_functions_exponential_functions
3: [       OK ] serial.mathematical_functions_exponential_functions (0 ms)
3: [ RUN      ] serial.mathspecialfunc_expint1
3: [       OK ] serial.mathspecialfunc_expint1 (0 ms)
3: [ RUN      ] serial.mathspecialfunc_errorfunc
3: [       OK ] serial.mathspecialfunc_errorfunc (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselj0y0
3: [       OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselj1y1
3: [       OK ] serial.mathspecialfunc_cbesselj1y1 (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesseli0k0
3: [       OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesseli1k1
3: [       OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselh1stkind
3: [       OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselh2ndkind
3: [       OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms)
3: [ RUN      ] serial.mdrange_5d
[1202/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
3: [       OK ] serial.mdrange_5d (602 ms)
3: [ RUN      ] serial.mdrange_6d
3: [       OK ] serial.mdrange_6d (982 ms)
3: [ RUN      ] serial.mdrange_2d
3: [       OK ] serial.mdrange_2d (0 ms)
3: [ RUN      ] serial.mdrange_array_reduce
3: [       OK ] serial.mdrange_array_reduce (0 ms)
3: [ RUN      ] serial.mdrange_3d
3: [       OK ] serial.mdrange_3d (6 ms)
3: [ RUN      ] serial.mdrange_neg_idx
3: [       OK ] serial.mdrange_neg_idx (76 ms)
3: [ RUN      ] serial.mdrange_4d
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o
3: [       OK ] serial.mdrange_4d (350 ms)
3: [ RUN      ] serial.mdrange_scalar
3: [       OK ] serial.mdrange_scalar (0 ms)
3: [ RUN      ] serial.mdrange_large_deep_copy
[ 52%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o
3: [       OK ] serial.mdrange_large_deep_copy (269 ms)
3: [ RUN      ] serial.md_range_policy_construction_from_arrays
3: [       OK ] serial.md_range_policy_construction_from_arrays (0 ms)
3: [ RUN      ] serial.policy_get_tile_size
3: [       OK ] serial.policy_get_tile_size (0 ms)
3: [ RUN      ] serial.mdrange_parallel_reduce_primitive_types
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
3: [       OK ] serial.mdrange_parallel_reduce_primitive_types (1450 ms)
3: [ RUN      ] serial.mdspan_minimal_functional
3: [       OK ] serial.mdspan_minimal_functional (0 ms)
3: [ RUN      ] serial.mdspan_atomic_accessor
3: [       OK ] serial.mdspan_atomic_accessor (0 ms)
3: [ RUN      ] serial.view_mdspan_conversion
3: [       OK ] serial.view_mdspan_conversion (0 ms)
3: [ RUN      ] serial.view_mdspan_conversion_with_stride
3: [       OK ] serial.view_mdspan_conversion_with_stride (0 ms)
3: [ RUN      ] serial.max
3: [       OK ] serial.max (0 ms)
3: [ RUN      ] serial.max_within_parfor
3: [       OK ] serial.max_within_parfor (2 ms)
3: [ RUN      ] serial.min
3: [       OK ] serial.min (0 ms)
3: [ RUN      ] serial.min_within_parfor
3: [       OK ] serial.min_within_parfor (0 ms)
3: [ RUN      ] serial.minmax
3: [       OK ] serial.minmax (0 ms)
3: [ RUN      ] serial.minmax_within_parfor
3: [       OK ] serial.minmax_within_parfor (0 ms)
3: [ RUN      ] serial.clamp
3: [       OK ] serial.clamp (0 ms)
3: [ RUN      ] serial.clamp_within_parfor
3: [       OK ] serial.clamp_within_parfor (0 ms)
3: [ RUN      ] serial.numeric_traits_infinity
3: [       OK ] serial.numeric_traits_infinity (0 ms)
3: [ RUN      ] serial.numeric_traits_epsilon
3: [       OK ] serial.numeric_traits_epsilon (0 ms)
3: [ RUN      ] serial.numeric_traits_round_error
3: [       OK ] serial.numeric_traits_round_error (0 ms)
3: [ RUN      ] serial.numeric_traits_norm_min
3: [       OK ] serial.numeric_traits_norm_min (0 ms)
3: [ RUN      ] serial.numeric_traits_denorm_min
3: [       OK ] serial.numeric_traits_denorm_min (0 ms)
3: [ RUN      ] serial.numeric_traits_finite_min_max
3: [       OK ] serial.numeric_traits_finite_min_max (0 ms)
3: [ RUN      ] serial.numeric_traits_digits
3: [       OK ] serial.numeric_traits_digits (0 ms)
3: [ RUN      ] serial.numeric_traits_digits10
3: [       OK ] serial.numeric_traits_digits10 (0 ms)
3: [ RUN      ] serial.numeric_traits_max_digits10
3: [       OK ] serial.numeric_traits_max_digits10 (0 ms)
3: [ RUN      ] serial.numeric_traits_radix
3: [       OK ] serial.numeric_traits_radix (0 ms)
3: [ RUN      ] serial.numeric_traits_min_max_exponent
3: [       OK ] serial.numeric_traits_min_max_exponent (0 ms)
3: [ RUN      ] serial.numeric_traits_min_max_exponent10
3: [       OK ] serial.numeric_traits_min_max_exponent10 (0 ms)
3: [ RUN      ] serial.numeric_traits_quiet_and_signaling_nan
3: [       OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms)
3: [ RUN      ] serial.numeric_traits_sfinae_friendly
3: [       OK ] serial.numeric_traits_sfinae_friendly (0 ms)
3: [ RUN      ] serial.occupancy_control
3: [       OK ] serial.occupancy_control (0 ms)
3: [ RUN      ] serial.memory_pool
3: [       OK ] serial.memory_pool (25 ms)
3: [ RUN      ] serial.cxx11
3: [       OK ] serial.cxx11 (0 ms)
3: [ RUN      ] serial.parallel_scan_range_policy
3: [       OK ] serial.parallel_scan_range_policy (4 ms)
3: [ RUN      ] serial.kokkos_printf
3: [       OK ] serial.kokkos_printf (0 ms)
3: [ RUN      ] serial.range_for
3: [       OK ] serial.range_for (0 ms)
3: [ RUN      ] serial.range_reduce
3: [       OK ] serial.range_reduce (0 ms)
3: [ RUN      ] serial.range_dynamic_policy
3: [       OK ] serial.range_dynamic_policy (0 ms)
3: [ RUN      ] serial.large_parallel_for_reduce
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestRange.hpp:379: Skipped
3: Disabling for host backends
3: [  SKIPPED ] serial.large_parallel_for_reduce (0 ms)
3: [ RUN      ] serial.range_policy_runtime_parameters
3: [       OK ] serial.range_policy_runtime_parameters (0 ms)
3: [ RUN      ] serial.range_policy_one_way_convertible_bounds
3: [       OK ] serial.range_policy_one_way_convertible_bounds (0 ms)
3: [ RUN      ] serial.range_for_require
3: [       OK ] serial.range_for_require (0 ms)
3: [ RUN      ] serial.range_reduce_require
3: [       OK ] serial.range_reduce_require (0 ms)
3: [ RUN      ] serial.range_dynamic_policy_require
3: [       OK ] serial.range_dynamic_policy_require (0 ms)
3: [ RUN      ] serial.reducers_int
3: [       OK ] serial.reducers_int (0 ms)
3: [ RUN      ] serial.reducers_double
3: [       OK ] serial.reducers_double (1 ms)
3: [ RUN      ] serial.reducers_complex_double
3: [       OK ] serial.reducers_complex_double (0 ms)
3: [ RUN      ] serial.reducers_struct
3: [       OK ] serial.reducers_struct (0 ms)
3: [ RUN      ] serial.reducers_half_t
3: [       OK ] serial.reducers_half_t (0 ms)
3: [ RUN      ] serial.reducers_bhalf_t
3: [       OK ] serial.reducers_bhalf_t (0 ms)
3: [ RUN      ] serial.reducers_int8_t
3: [       OK ] serial.reducers_int8_t (0 ms)
3: [ RUN      ] serial.reducers_int16_t
3: [       OK ] serial.reducers_int16_t (0 ms)
3: [ RUN      ] serial.reducers_bool
3: [       OK ] serial.reducers_bool (0 ms)
3: [ RUN      ] serial.int64_t_reduce
3: [       OK ] serial.int64_t_reduce (49 ms)
3: [ RUN      ] serial.double_reduce
3: [       OK ] serial.double_reduce (213 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic
[1203/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[1204/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[1205/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[1206/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/CXX.dd
3: [       OK ] serial.int64_t_reduce_dynamic (3920 ms)
3: [ RUN      ] serial.double_reduce_dynamic
[ 52%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o
[1207/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
3: [       OK ] serial.double_reduce_dynamic (2107 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic_view
3: [       OK ] serial.int64_t_reduce_dynamic_view (218 ms)
3: [ RUN      ] serial.int_combined_reduce
3: [       OK ] serial.int_combined_reduce (0 ms)
3: [ RUN      ] serial.mdrange_combined_reduce
3: [       OK ] serial.mdrange_combined_reduce (0 ms)
3: [ RUN      ] serial.int_combined_reduce_mixed
3: [       OK ] serial.int_combined_reduce_mixed (0 ms)
3: [ RUN      ] serial.reduction_with_large_iteration_count
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestReduce.hpp:663: Skipped
3: Disabling for host backends
3: [  SKIPPED ] serial.reduction_with_large_iteration_count (0 ms)
3: [ RUN      ] serial.reduction_identity_min_max_floating_point_types
3: [       OK ] serial.reduction_identity_min_max_floating_point_types (3 ms)
3: [ RUN      ] serial.reduction_deduction
3: [       OK ] serial.reduction_deduction (0 ms)
3: [ RUN      ] serial.reduce_device_view_range_policy
3: [       OK ] serial.reduce_device_view_range_policy (4 ms)
3: [ RUN      ] serial.reduce_device_view_mdrange_policy
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o
[1208/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[1209/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
3: [       OK ] serial.reduce_device_view_mdrange_policy (1575 ms)
3: [ RUN      ] serial.reduce_device_view_team_policy
3: [       OK ] serial.reduce_device_view_team_policy (139 ms)
3: [ RUN      ] serial.impl_shared_alloc
3: [       OK ] serial.impl_shared_alloc (3 ms)
3: [ RUN      ] serial.mdspan_space_aware_accessor
3: [       OK ] serial.mdspan_space_aware_accessor (0 ms)
3: [ RUN      ] serial.kokkos_swap
3: [       OK ] serial.kokkos_swap (0 ms)
3: [----------] 223 tests from serial (16104 ms total)
3: 
3: [----------] 17 tests from serial_graph
3: [ RUN      ] serial_graph.submit_once
3: [       OK ] serial_graph.submit_once (0 ms)
3: [ RUN      ] serial_graph.submit_once_rvalue
3: [       OK ] serial_graph.submit_once_rvalue (0 ms)
3: [ RUN      ] serial_graph.instantiate_and_submit_once
3: [       OK ] serial_graph.instantiate_and_submit_once (0 ms)
3: [ RUN      ] serial_graph.submit_onto_another_execution_space_instance
3: [       OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms)
3: [ RUN      ] serial_graph.create_graph_no_closure_with_exec
3: [       OK ] serial_graph.create_graph_no_closure_with_exec (0 ms)
3: [ RUN      ] serial_graph.create_graph_no_arg
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:250: Skipped
3: Skipping since useless if the test fixture is not on the default execution space.
3: [  SKIPPED ] serial_graph.create_graph_no_arg (0 ms)
3: [ RUN      ] serial_graph.submit_six
3: [       OK ] serial_graph.submit_six (0 ms)
3: [ RUN      ] serial_graph.when_all_cycle
3: [       OK ] serial_graph.when_all_cycle (0 ms)
3: [ RUN      ] serial_graph.repeat_chain
3: [       OK ] serial_graph.repeat_chain (0 ms)
3: [ RUN      ] serial_graph.zero_work_reduce
3: [       OK ] serial_graph.zero_work_reduce (0 ms)
3: [ RUN      ] serial_graph.empty_graph
3: [       OK ] serial_graph.empty_graph (0 ms)
3: [ RUN      ] serial_graph.force_global_launch
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:444: Skipped
3: This execution space does not support global launch.
3: [  SKIPPED ] serial_graph.force_global_launch (0 ms)
3: [ RUN      ] serial_graph.sized_functor_launch
3: [       OK ] serial_graph.sized_functor_launch (0 ms)
3: [ RUN      ] serial_graph.empty_graph_default_host_exec
3: [       OK ] serial_graph.empty_graph_default_host_exec (0 ms)
3: [ RUN      ] serial_graph.node_lifetime
3: [       OK ] serial_graph.node_lifetime (0 ms)
3: [ RUN      ] serial_graph.diamond
3: [       OK ] serial_graph.diamond (0 ms)
3: [ RUN      ] serial_graph.end_of_submit_control_flow
3: [       OK ] serial_graph.end_of_submit_control_flow (0 ms)
3: [----------] 17 tests from serial_graph (0 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 252 tests from 4 test suites ran. (21551 ms total)
3: [  PASSED  ] 244 tests.
3: [  SKIPPED ] 8 tests, listed below:
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
3: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once
3: [  SKIPPED ] serial.graph_capture
3: [  SKIPPED ] serial.large_parallel_for_reduce
3: [  SKIPPED ] serial.reduction_with_large_iteration_count
3: [  SKIPPED ] serial_graph.create_graph_no_arg
3: [  SKIPPED ] serial_graph.force_global_launch
 3/59 Test  #3: Kokkos_CoreUnitTest_Serial1 ................................   Passed   21.99 sec
test 4
      Start  4: Kokkos_CoreUnitTest_Serial2

4: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Serial2
4: Test timeout computed to be: 1500
4: [==========] Running 147 tests from 2 test suites.
4: [----------] Global test environment set-up.
4: [----------] 10 tests from serial_DeathTest
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_dyn
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_stat
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms)
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_mix
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms)
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_static_extents
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms)
4: [ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[1210/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o
[1211/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 52%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o
[1212/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[1213/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
4: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (9517 ms)
4: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o
[1214/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 77%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[ 77%] Built target Kokkos_ContainersUnitTest_Serial
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[1215/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 77%] Linking CXX executable Kokkos_UnitTest_Random
[ 52%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o
[ 77%] Built target Kokkos_UnitTest_Random
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[1216/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[1217/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[1218/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/CXX.dd
4: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (9634 ms)
4: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_host
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:159: Skipped
4: skipping since no memory access violation would occur
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms)
4: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_device
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped
4: skipping since no memory access violation would occur
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms)
4: [ RUN      ] serial_DeathTest.view_subview_wrong_extents
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSubView_a.hpp:81: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_subview_wrong_extents (0 ms)
4: [ RUN      ] serial_DeathTest.view_subview_constructor_layout_compatibility
[1219/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[1220/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[1221/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
4: [       OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (2702 ms)
4: [----------] 10 tests from serial_DeathTest (21854 ms total)
4: 
4: [----------] 137 tests from serial
4: [ RUN      ] serial.team_for
4: [       OK ] serial.team_for (0 ms)
4: [ RUN      ] serial.team_reduce
4: [       OK ] serial.team_reduce (0 ms)
4: [ RUN      ] serial.team_reduce_large
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
4: [       OK ] serial.team_reduce_large (365 ms)
4: [ RUN      ] serial.team_parallel_single
4: [       OK ] serial.team_parallel_single (7 ms)
4: [ RUN      ] serial.large_team_scratch_size
4: [       OK ] serial.large_team_scratch_size (0 ms)
4: [ RUN      ] serial.team_broadcast_long
4: [       OK ] serial.team_broadcast_long (0 ms)
4: [ RUN      ] serial.team_broadcast_long_wrapper
4: [       OK ] serial.team_broadcast_long_wrapper (0 ms)
4: [ RUN      ] serial.team_broadcast_char
4: [       OK ] serial.team_broadcast_char (0 ms)
4: [ RUN      ] serial.team_broadcast_float
4: [       OK ] serial.team_broadcast_float (0 ms)
4: [ RUN      ] serial.team_broadcast_double
4: [       OK ] serial.team_broadcast_double (0 ms)
4: [ RUN      ] serial.team_broadcast_int_ptr
4: [       OK ] serial.team_broadcast_int_ptr (0 ms)
4: [ RUN      ] serial.team_single_thread_int_ptr
4: [       OK ] serial.team_single_thread_int_ptr (0 ms)
4: [ RUN      ] serial.team_single_team_int_ptr
4: [       OK ] serial.team_single_team_int_ptr (0 ms)
4: [ RUN      ] serial.team_handle_by_value
4: [       OK ] serial.team_handle_by_value (0 ms)
4: [ RUN      ] serial.team_vector
4: [       OK ] serial.team_vector (4 ms)
4: [ RUN      ] serial.triple_nested_parallelism
4: [       OK ] serial.triple_nested_parallelism (238 ms)
4: [ RUN      ] serial.parallel_scan_with_reducers
4: [       OK ] serial.parallel_scan_with_reducers (47 ms)
4: [ RUN      ] serial.team_thread_range_combined_reducers
4: [       OK ] serial.team_thread_range_combined_reducers (0 ms)
4: [ RUN      ] serial.thread_vector_range_combined_reducers
4: [       OK ] serial.thread_vector_range_combined_reducers (0 ms)
4: [ RUN      ] serial.team_vector_range_combined_reducers
4: [       OK ] serial.team_vector_range_combined_reducers (0 ms)
4: [ RUN      ] serial.TeamThreadMDRangeParallelFor
4: [       OK ] serial.TeamThreadMDRangeParallelFor (3 ms)
4: [ RUN      ] serial.ThreadVectorMDRangeParallelFor
4: [       OK ] serial.ThreadVectorMDRangeParallelFor (3 ms)
4: [ RUN      ] serial.TeamVectorMDRangeParallelFor
4: [       OK ] serial.TeamVectorMDRangeParallelFor (3 ms)
4: [ RUN      ] serial.TeamThreadMDRangeParallelReduce
4: [       OK ] serial.TeamThreadMDRangeParallelReduce (8 ms)
4: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
4: [       OK ] serial.ThreadVectorMDRangeParallelReduce (7 ms)
4: [ RUN      ] serial.TeamVectorMDRangeParallelReduce
4: [       OK ] serial.TeamVectorMDRangeParallelReduce (8 ms)
4: [ RUN      ] serial.team_policy_runtime_parameters
4: [       OK ] serial.team_policy_runtime_parameters (0 ms)
4: [ RUN      ] serial.team_reduction_scan
4: [       OK ] serial.team_reduction_scan (62 ms)
4: [ RUN      ] serial.team_long_reduce
4: [       OK ] serial.team_long_reduce (43 ms)
4: [ RUN      ] serial.team_double_reduce
4: [       OK ] serial.team_double_reduce (28 ms)
4: [ RUN      ] serial.team_long_array_reduce
4: [       OK ] serial.team_long_array_reduce (57 ms)
4: [ RUN      ] serial.team_double_array_reduce
4: [       OK ] serial.team_double_array_reduce (69 ms)
4: [ RUN      ] serial.team_parallel_dummy_with_reducer_and_scratch_space
4: [       OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
4: [ RUN      ] serial.repeated_team_reduce
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o
[1222/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[1223/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[1224/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[1225/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/CXX.dd
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o
4: [       OK ] serial.repeated_team_reduce (4177 ms)
4: [ RUN      ] serial.nested_team_reduce_functor_as_reducer
4: [       OK ] serial.nested_team_reduce_functor_as_reducer (0 ms)
4: [ RUN      ] serial.team_scan
4: [       OK ] serial.team_scan (81 ms)
4: [ RUN      ] serial.team_scan_ret_val
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
4: [       OK ] serial.team_scan_ret_val (78 ms)
4: [ RUN      ] serial.team_shared_request
4: [       OK ] serial.team_shared_request (26 ms)
4: [ RUN      ] serial.team_scratch_request
4: [       OK ] serial.team_scratch_request (1 ms)
4: [ RUN      ] serial.team_lambda_shared_request
4: [       OK ] serial.team_lambda_shared_request (26 ms)
4: [ RUN      ] serial.scratch_align
4: [       OK ] serial.scratch_align (0 ms)
4: [ RUN      ] serial.shmem_size
4: [       OK ] serial.shmem_size (0 ms)
4: [ RUN      ] serial.multi_level_scratch
4: [       OK ] serial.multi_level_scratch (1 ms)
4: [ RUN      ] serial.team_scratch_memory_index_parallel_for
4: [       OK ] serial.team_scratch_memory_index_parallel_for (0 ms)
4: [ RUN      ] serial.team_policy_max_recommended
4: [       OK ] serial.team_policy_max_recommended (1 ms)
4: [ RUN      ] serial.team_policy_minmax_scalar_without_plus_equal_k
4: [       OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
4: [ RUN      ] serial.team_teamvector_range
4: [       OK ] serial.team_teamvector_range (1 ms)
4: [ RUN      ] serial.timer
4: [       OK ] serial.timer (20 ms)
4: [ RUN      ] serial.unique_token_global
4: [       OK ] serial.unique_token_global (0 ms)
4: [ RUN      ] serial.unique_token_instance
4: [       OK ] serial.unique_token_instance (0 ms)
4: [ RUN      ] serial.unique_token_team_acquire
4: [       OK ] serial.unique_token_team_acquire (0 ms)
4: [ RUN      ] serial.view_api_a
4: [       OK ] serial.view_api_a (5 ms)
4: [ RUN      ] serial.view_layout_left_with_stride
4: [       OK ] serial.view_layout_left_with_stride (0 ms)
4: [ RUN      ] serial.view_layout_right_with_stride
4: [       OK ] serial.view_layout_right_with_stride (0 ms)
4: [ RUN      ] serial.view_api_b
4: [       OK ] serial.view_api_b (1 ms)
4: [ RUN      ] serial.view_api_c
4: [       OK ] serial.view_api_c (3 ms)
4: [ RUN      ] serial.view_api_d
4: [       OK ] serial.view_api_d (0 ms)
4: [ RUN      ] serial.view_remap
4: [       OK ] serial.view_remap (0 ms)
4: [ RUN      ] serial.view_mirror_nonconst
4: [       OK ] serial.view_mirror_nonconst (0 ms)
4: [ RUN      ] serial.view_stride_method
4: [       OK ] serial.view_stride_method (0 ms)
4: [ RUN      ] serial.anonymous_space
4: [       OK ] serial.anonymous_space (0 ms)
4: [ RUN      ] serial.view_overload_resolution
4: [       OK ] serial.view_overload_resolution (0 ms)
4: [ RUN      ] serial.view_allocation_large_rank
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
4: [       OK ] serial.view_allocation_large_rank (1897 ms)
4: [ RUN      ] serial.view_shmem_size_on_device
4: [       OK ] serial.view_shmem_size_on_device (0 ms)
4: [ RUN      ] serial.view_is_assignable
4: [       OK ] serial.view_is_assignable (0 ms)
4: [ RUN      ] serial.view_bad_alloc
4: [       OK ] serial.view_bad_alloc (0 ms)
4: [ RUN      ] serial.view_copy_tests
4: [       OK ] serial.view_copy_tests (3 ms)
4: [ RUN      ] serial.view_copy_tests_rank_0
4: [       OK ] serial.view_copy_tests_rank_0 (0 ms)
4: [ RUN      ] serial.view_copy_degenerated
4: [       OK ] serial.view_copy_degenerated (0 ms)
4: [ RUN      ] serial.view_fill_tests_layout_right
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o
4: [       OK ] serial.view_fill_tests_layout_right (1529 ms)
4: [ RUN      ] serial.view_fill_tests_layout_left
[1226/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 53%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
4: [       OK ] serial.view_fill_tests_layout_left (2271 ms)
4: [ RUN      ] serial.vcp_empty_traits
4: [       OK ] serial.vcp_empty_traits (0 ms)
4: [ RUN      ] serial.is_view_label
4: [       OK ] serial.is_view_label (0 ms)
4: [ RUN      ] serial.vcp_label_base_traits
4: [       OK ] serial.vcp_label_base_traits (0 ms)
4: [ RUN      ] serial.vcp_label_traits
4: [       OK ] serial.vcp_label_traits (0 ms)
4: [ RUN      ] serial.view_alloc_can_perfect_forward_label
4: [       OK ] serial.view_alloc_can_perfect_forward_label (0 ms)
4: [ RUN      ] serial.vcp_label_copy_constructor
4: [       OK ] serial.vcp_label_copy_constructor (0 ms)
4: [ RUN      ] serial.vcp_pointer_add_property
4: [       OK ] serial.vcp_pointer_add_property (0 ms)
4: [ RUN      ] serial.view_empty_runtime_unmanaged
4: [       OK ] serial.view_empty_runtime_unmanaged (0 ms)
4: [ RUN      ] serial.view_layoutstride_left_to_layoutleft_assignment
4: [       OK ] serial.view_layoutstride_left_to_layoutleft_assignment (30 ms)
4: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (26 ms)
4: [ RUN      ] serial.view_mapping
4: [       OK ] serial.view_mapping (67 ms)
4: [ RUN      ] serial.view_mapping_operator
4: [       OK ] serial.view_mapping_operator (3 ms)
4: [ RUN      ] serial.static_extent
4: [       OK ] serial.static_extent (0 ms)
4: [ RUN      ] serial.view_mapping_atomic
4: [       OK ] serial.view_mapping_atomic (0 ms)
4: [ RUN      ] serial.view_mapping_class_value
4: [       OK ] serial.view_mapping_class_value (0 ms)
4: [ RUN      ] serial.view_mapping_assignable
4: [       OK ] serial.view_mapping_assignable (0 ms)
4: [ RUN      ] serial.view_mapping_trivially_copyable
4: [       OK ] serial.view_mapping_trivially_copyable (0 ms)
4: [ RUN      ] serial.view_mapping_subview
4: [       OK ] serial.view_mapping_subview (0 ms)
4: [ RUN      ] serial.view_nested_view
4: [       OK ] serial.view_nested_view (0 ms)
4: [ RUN      ] serial.view_of_views_default
4: [       OK ] serial.view_of_views_default (0 ms)
4: [ RUN      ] serial.view_of_views_without_initializing
4: [       OK ] serial.view_of_views_without_initializing (0 ms)
4: [ RUN      ] serial.test_view_of_views_sequential_host_init
4: [       OK ] serial.test_view_of_views_sequential_host_init (0 ms)
4: [ RUN      ] serial.append_formatted_multidimensional_index
4: [       OK ] serial.append_formatted_multidimensional_index (0 ms)
4: [ RUN      ] serial.view_resize
4: [       OK ] serial.view_resize (2 ms)
4: [ RUN      ] serial.view_realloc
4: [       OK ] serial.view_realloc (0 ms)
4: [ RUN      ] serial.workgraph_fib
4: [       OK ] serial.workgraph_fib (85 ms)
4: [ RUN      ] serial.resize_realloc_no_init
4: [       OK ] serial.resize_realloc_no_init (0 ms)
4: [ RUN      ] serial.resize_realloc_no_alloc
4: [       OK ] serial.resize_realloc_no_alloc (0 ms)
4: [ RUN      ] serial.realloc_exec_space
4: [       OK ] serial.realloc_exec_space (0 ms)
4: [ RUN      ] serial.view_alloc
4: [       OK ] serial.view_alloc (0 ms)
4: [ RUN      ] serial.view_alloc_exec_space
4: [       OK ] serial.view_alloc_exec_space (0 ms)
4: [ RUN      ] serial.view_alloc_int
4: [       OK ] serial.view_alloc_int (0 ms)
4: [ RUN      ] serial.view_alloc_exec_space_int
4: [       OK ] serial.view_alloc_exec_space_int (0 ms)
4: [ RUN      ] serial.deep_copy_zero_memset
4: [       OK ] serial.deep_copy_zero_memset (0 ms)
4: [ RUN      ] serial.resize_exec_space
4: [       OK ] serial.resize_exec_space (0 ms)
4: [ RUN      ] serial.view_allocation_int
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestWithoutInitializing.hpp:305: Skipped
4: skipping since the fence checked for isn't necessary
4: [  SKIPPED ] serial.view_allocation_int (0 ms)
4: [ RUN      ] serial.view_allocation_exec_space_int
4: [       OK ] serial.view_allocation_exec_space_int (0 ms)
4: [ RUN      ] serial.view_not_default_constructible
4: [       OK ] serial.view_not_default_constructible (0 ms)
4: [ RUN      ] serial.view_subview_auto_1d_left
4: [       OK ] serial.view_subview_auto_1d_left (0 ms)
4: [ RUN      ] serial.view_subview_auto_1d_right
4: [       OK ] serial.view_subview_auto_1d_right (0 ms)
4: [ RUN      ] serial.view_subview_auto_1d_stride
4: [       OK ] serial.view_subview_auto_1d_stride (0 ms)
4: [ RUN      ] serial.view_subview_assign_strided
4: [       OK ] serial.view_subview_assign_strided (0 ms)
4: [ RUN      ] serial.view_subview_left_0
4: [       OK ] serial.view_subview_left_0 (0 ms)
4: [ RUN      ] serial.view_subview_left_1
4: [       OK ] serial.view_subview_left_1 (0 ms)
4: [ RUN      ] serial.view_subview_left_2
4: [       OK ] serial.view_subview_left_2 (0 ms)
4: [ RUN      ] serial.view_subview_left_3
4: [       OK ] serial.view_subview_left_3 (0 ms)
4: [ RUN      ] serial.view_subview_right_0
4: [       OK ] serial.view_subview_right_0 (0 ms)
4: [ RUN      ] serial.view_subview_right_1
4: [       OK ] serial.view_subview_right_1 (0 ms)
4: [ RUN      ] serial.view_subview_right_3
4: [       OK ] serial.view_subview_right_3 (0 ms)
4: [ RUN      ] serial.view_static_tests
4: [       OK ] serial.view_static_tests (0 ms)
4: [ RUN      ] serial.view_subview_layoutleft_to_layoutleft
4: [       OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms)
4: [ RUN      ] serial.view_subview_layoutright_to_layoutright
4: [       OK ] serial.view_subview_layoutright_to_layoutright (0 ms)
4: [ RUN      ] serial.view_subview_1d_assign
4: [       OK ] serial.view_subview_1d_assign (0 ms)
4: [ RUN      ] serial.view_subview_1d_assign_atomic
4: [       OK ] serial.view_subview_1d_assign_atomic (0 ms)
4: [ RUN      ] serial.view_subview_1d_assign_randomaccess
4: [       OK ] serial.view_subview_1d_assign_randomaccess (0 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d
4: [       OK ] serial.view_subview_2d_from_3d (2 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d_atomic
4: [       OK ] serial.view_subview_2d_from_3d_atomic (2 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d_randomaccess
4: [       OK ] serial.view_subview_2d_from_3d_randomaccess (2 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left
4: [       OK ] serial.view_subview_3d_from_5d_left (27 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
4: [       OK ] serial.view_subview_3d_from_5d_left_atomic (29 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
4: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (27 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right
4: [       OK ] serial.view_subview_3d_from_5d_right (123 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
4: [       OK ] serial.view_subview_3d_from_5d_right_atomic (125 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (124 ms)
4: [ RUN      ] serial.view_test_unmanaged_subview_reset
4: [       OK ] serial.view_test_unmanaged_subview_reset (0 ms)
4: [ RUN      ] serial.view_subview_memory_traits_construction
4: [       OK ] serial.view_subview_memory_traits_construction (0 ms)
4: [----------] 137 tests from serial (11772 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 147 tests from 2 test suites ran. (33627 ms total)
4: [  PASSED  ] 139 tests.
4: [  SKIPPED ] 8 tests, listed below:
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device
4: [  SKIPPED ] serial_DeathTest.view_subview_wrong_extents
4: [  SKIPPED ] serial.view_allocation_int
 4/59 Test  #4: Kokkos_CoreUnitTest_Serial2 ................................   Passed   34.06 sec
test 5
      Start  5: Kokkos_CoreUnitTest_HIP

5: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_HIP
5: Test timeout computed to be: 1500
[1227/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
5: [==========] Running 465 tests from 8 test suites.
5: [----------] Global test environment set-up.
5: [----------] 19 tests from hip_DeathTest
5: [ RUN      ] hip_DeathTest.abort_from_host
[1228/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
5: [       OK ] hip_DeathTest.abort_from_host (1358 ms)
5: [ RUN      ] hip_DeathTest.abort_from_device
[1229/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[1230/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o
5: [       OK ] hip_DeathTest.abort_from_device (2967 ms)
5: [ RUN      ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort
[1231/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
5: [       OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (1418 ms)
5: [ RUN      ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o
[1232/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[1233/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/CXX.dd
5: [       OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (1386 ms)
5: [ RUN      ] hip_DeathTest.policy_invalid_bounds
5: [       OK ] hip_DeathTest.policy_invalid_bounds (0 ms)
5: [ RUN      ] hip_DeathTest.range_policy_invalid_bounds
5: [       OK ] hip_DeathTest.range_policy_invalid_bounds (0 ms)
5: [ RUN      ] hip_DeathTest.range_policy_round_trip_conversion_fires
5: [       OK ] hip_DeathTest.range_policy_round_trip_conversion_fires (0 ms)
5: [ RUN      ] hip_DeathTest.range_policy_check_sign_changes
5: [       OK ] hip_DeathTest.range_policy_check_sign_changes (0 ms)
5: [ RUN      ] hip_DeathTest.range_policy_implicitly_converted_bounds
5: [       OK ] hip_DeathTest.range_policy_implicitly_converted_bounds (0 ms)
5: [ RUN      ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o
[ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o
5: [       OK ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (1379 ms)
5: [ RUN      ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
[ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[1234/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
5: [       OK ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (2650 ms)
5: [ RUN      ] hip_DeathTest.view_construction_with_wrong_params_dyn
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
5: [ RUN      ] hip_DeathTest.view_construction_with_wrong_params_stat
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_stat (0 ms)
5: [ RUN      ] hip_DeathTest.view_construction_with_wrong_params_mix
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_mix (0 ms)
5: [ RUN      ] hip_DeathTest.view_construction_with_wrong_static_extents
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_static_extents (0 ms)
5: [ RUN      ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[1235/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[1236/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 55%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 55%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3
[1237/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 55%] Built target Kokkos_CoreUnitTest_Cuda3
[ 56%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[1238/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[1239/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[1240/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[1241/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/CXX.dd
[1242/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
5: [       OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (9774 ms)
5: [ RUN      ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o
[1243/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[1244/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[1245/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[1246/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/CXX.dd
[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o
[ 56%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o
5: [       OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (9727 ms)
5: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_host
[1247/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[1248/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[1249/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[1250/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[1251/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/CXX.dd
[1252/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
[1253/1513] Generating CXX dyndep file algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/CXX.dd
[1254/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[1255/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[1256/1513] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o
[1257/1513] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[1258/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[1259/1513] Generating CXX dyndep file simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/CXX.dd
[1260/1513] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o
[1261/1513] Generating CXX dyndep file example/query_device/CMakeFiles/Kokkos_query_device.dir/CXX.dd
[1262/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[1263/1513] Generating CXX dyndep file example/virtual_functions/CMakeFiles/Kokkos_example_virtual_functions.dir/CXX.dd
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o
[1264/1513] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD.cppm.o
[1265/1513] Linking CXX static library simd/src/libkokkossimd.a
[1266/1513] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o
[1267/1513] Linking CXX executable core/unit_test/Kokkos_CoreTestCompileOnly
[1268/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[1269/1513] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[1270/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[1271/1513] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o
[1272/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_Default
[1273/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize
[1274/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_Develop
[1275/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_KokkosP
[1276/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_ToolIndependence
[1277/1513] Linking CXX executable core/unit_test/Kokkos_StackTraceTestExec
[1278/1513] Linking CXX executable core/unit_test/Kokkos_ProfilingAllCalls
[1279/1513] Linking CXX executable core/unit_test/Kokkos_ToolsInitialization
[ 57%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda
[1280/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_CTestDevice
[1281/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[1282/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_Serial1
[1283/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[1284/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[1285/1513] Linking CXX executable core/unit_test/Kokkos_IncrementalTest_SERIAL
[1286/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[1287/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[1288/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[1289/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[1290/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 57%] Built target Kokkos_ContainersPerformanceTest_Cuda
[ 57%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[1291/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[1292/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[1293/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_Serial2
[1294/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[1295/1513] Building CXX object example/virtual_functions/CMakeFiles/Kokkos_example_virtual_functions.dir/main.cpp.o
[1296/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[1297/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[1298/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[1299/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[1300/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[1301/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[1302/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[1303/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[1304/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[1305/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[1306/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[1307/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[1308/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[1309/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[1310/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[1311/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[1312/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[1313/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[1314/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[1315/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[1316/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[1317/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[1318/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[1319/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[1320/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[1321/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[1322/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[1323/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[1324/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[1325/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[1326/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[1327/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[1328/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[1329/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[1330/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[1331/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[1332/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[1333/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[1334/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[1335/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[1336/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_View_hpp
[1337/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[1338/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[1339/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[1340/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[1341/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[1342/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[1343/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[1344/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[1345/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[1346/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[1347/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[1348/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[1349/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[1350/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[1351/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[1352/1513] Linking CXX executable core/perf_test/Kokkos_Benchmark_Atomic_MinMax
[1353/1513] Linking CXX executable core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch
[1354/1513] Linking CXX executable core/perf_test/Kokkos_PerformanceTest_Reduction
[1355/1513] Linking CXX executable core/perf_test/Kokkos_PerformanceTest_Atomic
[1356/1513] Linking CXX executable core/perf_test/Kokkos_PerformanceTest_Mempool
[1357/1513] Linking CXX executable containers/unit_tests/Kokkos_ContainersTestCompileOnly
[1358/1513] Linking CXX executable algorithms/unit_tests/Kokkos_UnitTest_Random
[1359/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
[1360/1513] Linking CXX executable core/perf_test/Kokkos_PerformanceTest_Benchmark
[1361/1513] Linking CXX executable algorithms/unit_tests/Kokkos_UnitTest_Sort
[1362/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
[1363/1513] Linking CXX executable containers/unit_tests/Kokkos_ContainersUnitTest_Serial
[1364/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[1365/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
[1366/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
[1367/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
[1368/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[1369/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[1370/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[1371/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[1372/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[1373/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[1374/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
[1375/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[1376/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[1377/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[1378/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[1379/1513] Generating CXX dyndep file example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/CXX.dd
[1380/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[1381/1513] Linking CXX executable example/query_device/Kokkos_query_device
[1382/1513] Linking CXX executable algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan
[1383/1513] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/functor.cpp.o
[1384/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/02_simple_reduce/simple_reduce.cpp for CXX dependencies
[1385/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/03_simple_view/simple_view.cpp for CXX dependencies
[1386/1513] Generating CXX dyndep file example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/CXX.dd
[1387/1513] Generating CXX dyndep file example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/CXX.dd
[1388/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/01_hello_world/hello_world.cpp for CXX dependencies
[1389/1513] Generating CXX dyndep file example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/CXX.dd
[1390/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o
[1391/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/04_simple_memoryspaces/simple_memoryspaces.cpp for CXX dependencies
[1392/1513] Generating CXX dyndep file example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/CXX.dd
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o
[1393/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
5: [       OK ] hip_DeathTest.view_memory_access_violations_from_host (24845 ms)
5: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_device
[1394/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[1395/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/05_simple_atomics/simple_atomics.cpp for CXX dependencies
[1396/1513] Generating CXX dyndep file example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/CXX.dd
[1397/1513] Building CXX object example/virtual_functions/CMakeFiles/Kokkos_example_virtual_functions.dir/classes.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
[1398/1513] Linking CXX executable example/virtual_functions/Kokkos_example_virtual_functions
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o
[1399/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/06_simple_mdrangepolicy/simple_mdrangepolicy.cpp for CXX dependencies
[1400/1513] Generating CXX dyndep file example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/CXX.dd
[1401/1513] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o
[1402/1513] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/main.cpp.o
[1403/1513] Linking CXX executable example/relocatable_function/Kokkos_example_relocatable_function
[1404/1513] Linking CXX executable example/tutorial/01_hello_world/Kokkos_tutorial_01_hello_world
[1405/1513] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o
[1406/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/Advanced_Views/01_data_layouts/data_layouts.cpp for CXX dependencies
[1407/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/Advanced_Views/02_memory_traits/memory_traits.cpp for CXX dependencies
[1408/1513] Generating CXX dyndep file example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/CXX.dd
[1409/1513] Generating CXX dyndep file example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/CXX.dd
[1410/1513] Linking CXX executable example/tutorial/02_simple_reduce/Kokkos_tutorial_02_simple_reduce
[1411/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/Advanced_Views/03_subviews/subviews.cpp for CXX dependencies
[1412/1513] Generating CXX dyndep file example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/CXX.dd
[1413/1513] Building CXX object example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/simple_view.cpp.o
[1414/1513] Linking CXX executable example/tutorial/03_simple_view/Kokkos_tutorial_03_simple_view
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c15.cpp.o
[1415/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/Advanced_Views/04_dualviews/dual_view.cpp for CXX dependencies
[1416/1513] Generating CXX dyndep file example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/CXX.dd
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[1417/1513] Building CXX object example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/simple_memoryspaces.cpp.o
[1418/1513] Linking CXX executable example/tutorial/04_simple_memoryspaces/Kokkos_tutorial_04_simple_memoryspaces
[1419/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/Algorithms/01_random_numbers/random_numbers.cpp for CXX dependencies
[1420/1513] Generating CXX dyndep file example/tutorial/Algorithms/01_random_numbers/CMakeFiles/Kokkos_tutorial_algorithms_01_random_numbers.dir/CXX.dd
[ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_Ctors.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 57%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[1421/1513] Building CXX object example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/simple_atomics.cpp.o
[1422/1513] Linking CXX executable example/tutorial/05_simple_atomics/Kokkos_tutorial_05_simple_atomics
[1423/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/Hierarchical_Parallelism/01_thread_teams/thread_teams.cpp for CXX dependencies
[1424/1513] Building CXX object example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/simple_mdrangepolicy.cpp.o
[1425/1513] Generating CXX dyndep file example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/CXX.dd
[1426/1513] Linking CXX executable example/tutorial/06_simple_mdrangepolicy/Kokkos_tutorial_06_simple_mdrangepolicy
[1427/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/thread_teams_lambda.cpp for CXX dependencies
[1428/1513] Generating CXX dyndep file example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/CMakeFiles/Kokkos_tutorial_hierarchical_01_thread_teams_lambda.dir/CXX.dd
[1429/1513] Building CXX object example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/data_layouts.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[1430/1513] Linking CXX executable example/tutorial/Advanced_Views/01_data_layouts/Kokkos_tutorial_advancedviews_01_data_layouts
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[1431/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/nested_parallel_for.cpp for CXX dependencies
[1432/1513] Generating CXX dyndep file example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for.dir/CXX.dd
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[1433/1513] Building CXX object example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/subviews.cpp.o
[1434/1513] Building CXX object example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/memory_traits.cpp.o
[1435/1513] Linking CXX executable example/tutorial/Advanced_Views/03_subviews/Kokkos_tutorial_advancedviews_03_subviews
[1436/1513] Linking CXX executable example/tutorial/Advanced_Views/02_memory_traits/Kokkos_tutorial_advancedviews_02_memory_traits
[1437/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/Hierarchical_Parallelism/03_vectorization/vectorization.cpp for CXX dependencies
[1438/1513] Generating CXX dyndep file example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/CXX.dd
[1439/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/Hierarchical_Parallelism/04_team_scan/team_scan.cpp for CXX dependencies
[1440/1513] Generating CXX dyndep file example/tutorial/Hierarchical_Parallelism/04_team_scan/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_04_team_scan.dir/CXX.dd
[1441/1513] Building CXX object example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/dual_view.cpp.o
[1442/1513] Linking CXX executable example/tutorial/Advanced_Views/04_dualviews/Kokkos_tutorial_advancedviews_04_dualviews
[1443/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/launch_bounds/launch_bounds_reduce.cpp for CXX dependencies
[1444/1513] Generating CXX dyndep file example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/CXX.dd
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[1445/1513] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/thread_teams.cpp.o
[1446/1513] Linking CXX executable example/tutorial/Hierarchical_Parallelism/01_thread_teams/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams
[1447/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/01_hello_world_lambda/hello_world_lambda.cpp for CXX dependencies
[1448/1513] Generating CXX dyndep file example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/CXX.dd
[1449/1513] 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
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[1450/1513] Linking CXX executable example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/Kokkos_tutorial_hierarchical_01_thread_teams_lambda
[1451/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/02_simple_reduce_lambda/simple_reduce_lambda.cpp for CXX dependencies
[1452/1513] Generating CXX dyndep file example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/CXX.dd
[1453/1513] 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
[1454/1513] Linking CXX executable example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 79%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[1455/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/03_simple_view_lambda/simple_view_lambda.cpp for CXX dependencies
[1456/1513] Generating CXX dyndep file example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/CXX.dd
[ 79%] Built target Kokkos_CoreUnitTest_Serial1
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o
[ 80%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP
[1457/1513] Building CXX object example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/launch_bounds_reduce.cpp.o
[1458/1513] Building CXX object example/tutorial/Algorithms/01_random_numbers/CMakeFiles/Kokkos_tutorial_algorithms_01_random_numbers.dir/random_numbers.cpp.o
[1459/1513] Building CXX object example/tutorial/Hierarchical_Parallelism/04_team_scan/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_04_team_scan.dir/team_scan.cpp.o
[1460/1513] Linking CXX executable example/tutorial/launch_bounds/Kokkos_launch_bounds_reduce
[1461/1513] Linking CXX executable example/tutorial/Algorithms/01_random_numbers/Kokkos_tutorial_algorithms_01_random_numbers
[1462/1513] Linking CXX executable example/tutorial/Hierarchical_Parallelism/04_team_scan/Kokkos_tutorial_hierarchicalparallelism_04_team_scan
[1463/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/benchmarks/atomic/main.cpp for CXX dependencies
[1464/1513] Generating CXX dyndep file benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/CXX.dd
[1465/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/benchmarks/gather/main.cpp for CXX dependencies
[1466/1513] Generating CXX dyndep file benchmarks/gather/CMakeFiles/Kokkos_gather.dir/CXX.dd
[1467/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/benchmarks/gups/gups.cpp for CXX dependencies
[1468/1513] Generating CXX dyndep file benchmarks/gups/CMakeFiles/Kokkos_gups.dir/CXX.dd
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o
[ 80%] Built target Kokkos_CoreUnitTest_OpenMP
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[1469/1513] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[1470/1513] Linking CXX executable example/tutorial/01_hello_world_lambda/Kokkos_tutorial_01_hello_world_lambda
[1471/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/benchmarks/launch_latency/launch_latency.cpp for CXX dependencies
[1472/1513] Generating CXX dyndep file benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/CXX.dd
[1473/1513] Building CXX object example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/simple_reduce_lambda.cpp.o
[1474/1513] Linking CXX executable example/tutorial/02_simple_reduce_lambda/Kokkos_tutorial_02_simple_reduce_lambda
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[1475/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/benchmarks/stream/stream-kokkos.cpp for CXX dependencies
[1476/1513] Generating CXX dyndep file benchmarks/stream/CMakeFiles/Kokkos_stream.dir/CXX.dd
[1477/1513] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o
[1478/1513] Building CXX object example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/vectorization.cpp.o
[1479/1513] Linking CXX executable example/tutorial/03_simple_view_lambda/Kokkos_tutorial_03_simple_view_lambda
[1480/1513] Linking CXX executable example/tutorial/Hierarchical_Parallelism/03_vectorization/Kokkos_tutorial_hierarchicalparallelism_03_vectorization
[1481/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/benchmarks/view_copy_constructor/view_copy_constructor.cpp for CXX dependencies
[1482/1513] Generating CXX dyndep file benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/CXX.dd
[1483/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/benchmarks/policy_performance/main.cpp for CXX dependencies
[1484/1513] Generating CXX dyndep file benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/CXX.dd
[ 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_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_LayoutMember.cpp.o
[1485/1513] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
[1486/1513] Linking CXX executable benchmarks/gups/Kokkos_gups
[1487/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/benchmarks/bytes_and_flops/bench_double.cpp for CXX dependencies
[1488/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/benchmarks/bytes_and_flops/bench_float.cpp for CXX dependencies
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[1489/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/benchmarks/bytes_and_flops/bench_int32_t.cpp for CXX dependencies
[1490/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/benchmarks/bytes_and_flops/bench_int64_t.cpp for CXX dependencies
[1491/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/benchmarks/bytes_and_flops/main.cpp for CXX dependencies
[1492/1513] Generating CXX dyndep file benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/CXX.dd
[1493/1513] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
[1494/1513] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[1495/1513] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[1496/1513] Linking CXX executable benchmarks/view_copy_constructor/Kokkos_view_copy_constructor
[1497/1513] Linking CXX executable benchmarks/stream/Kokkos_stream
[1498/1513] Linking CXX executable benchmarks/launch_latency/Kokkos_launch_latency
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o
[1499/1513] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[1500/1513] Linking CXX executable benchmarks/atomic/Kokkos_atomic
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 59%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o
[1501/1513] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[1502/1513] Linking CXX executable benchmarks/policy_performance/Kokkos_policy_performance
[1503/1513] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[1504/1513] Linking CXX executable simd/unit_tests/Kokkos_UnitTest_SIMD
[1505/1513] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 82%] 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_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 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_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[1506/1513] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[1507/1513] Linking CXX executable benchmarks/gather/Kokkos_gather
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_TeamScratch.cpp.o
[1508/1513] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[1509/1513] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[1510/1513] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[1511/1513] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[1512/1513] Linking CXX executable benchmarks/bytes_and_flops/Kokkos_bytes_and_flops
[1512/1513] Install the project...
-- Install configuration: "RelWithDebInfo"
-- Up-to-date: /usr/local/include
-- Installing: /usr/local/include/Kokkos_Array.hpp
-- Installing: /usr/local/include/Kokkos_MathematicalSpecialFunctions.hpp
-- Installing: /usr/local/include/Kokkos_Pair.hpp
-- Installing: /usr/local/include/setup
-- Installing: /usr/local/include/setup/Kokkos_Setup_Cuda.hpp
-- Installing: /usr/local/include/setup/Kokkos_Setup_HIP.hpp
-- Installing: /usr/local/include/setup/Kokkos_Setup_SYCL.hpp
-- Installing: /usr/local/include/Kokkos_MathematicalConstants.hpp
-- Installing: /usr/local/include/Kokkos_MemoryPool.hpp
-- Installing: /usr/local/include/Kokkos_MinMax.hpp
-- Installing: /usr/local/include/Kokkos_GraphNode.hpp
-- Installing: /usr/local/include/SYCL
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_WorkgroupReduction.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_ParallelReduce_MDRange.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_ParallelReduce_Range.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_TeamPolicy.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_Half_Impl_Type.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_Instance.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_ParallelScan_Range.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_ParallelFor_Range.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_UniqueToken.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_ParallelFor_MDRange.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_ZeroMemset.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_MDRangePolicy.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_Abort.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_ParallelReduce_Team.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_Graph_Impl.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_GraphNodeKernel.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_Half_Conversion.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_GraphNode_Impl.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_Team.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_DeepCopy.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_Space.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_Half_MathematicalFunctions.hpp
-- Installing: /usr/local/include/SYCL/Kokkos_SYCL_ParallelFor_Team.hpp
-- Installing: /usr/local/include/Kokkos_Complex.hpp
-- Installing: /usr/local/include/Kokkos_ReductionIdentity.hpp
-- Installing: /usr/local/include/Kokkos_AcquireUniqueTokenImpl.hpp
-- Installing: /usr/local/include/Kokkos_Graph.hpp
-- Installing: /usr/local/include/Kokkos_UniqueToken.hpp
-- Installing: /usr/local/include/View
-- Installing: /usr/local/include/View/Kokkos_BasicView.hpp
-- Installing: /usr/local/include/View/Kokkos_ViewUniformType.hpp
-- Installing: /usr/local/include/View/MDSpan
-- Installing: /usr/local/include/View/MDSpan/Kokkos_MDSpan_Accessor.hpp
-- Installing: /usr/local/include/View/MDSpan/Kokkos_MDSpan_Header.hpp
-- Installing: /usr/local/include/View/MDSpan/Kokkos_MDSpan_Extents.hpp
-- Installing: /usr/local/include/View/MDSpan/Kokkos_MDSpan_Layout.hpp
-- Installing: /usr/local/include/View/Kokkos_ViewAtomic.hpp
-- Installing: /usr/local/include/View/Hooks
-- Installing: /usr/local/include/View/Hooks/Kokkos_ViewHooks.hpp
-- Installing: /usr/local/include/View/Kokkos_ViewTraits.hpp
-- Installing: /usr/local/include/View/Kokkos_ViewAlloc.hpp
-- Installing: /usr/local/include/View/Kokkos_ViewCtor.hpp
-- Installing: /usr/local/include/View/Kokkos_ViewCommonType.hpp
-- Installing: /usr/local/include/View/Kokkos_ViewMapping.hpp
-- Installing: /usr/local/include/View/Kokkos_ViewDataAnalysis.hpp
-- Installing: /usr/local/include/View/Kokkos_ViewLegacy.hpp
-- Installing: /usr/local/include/View/Kokkos_ViewAccessPreconditionsCheck.hpp
-- Installing: /usr/local/include/View/Kokkos_ViewTracker.hpp
-- Installing: /usr/local/include/Kokkos_Abort.hpp
-- Installing: /usr/local/include/Kokkos_Layout.hpp
-- Installing: /usr/local/include/Kokkos_Crs.hpp
-- Installing: /usr/local/include/KokkosExp_InterOp.hpp
-- Installing: /usr/local/include/Kokkos_Macros.hpp
-- Installing: /usr/local/include/Kokkos_Atomics_Desul_Wrapper.hpp
-- Installing: /usr/local/include/Kokkos_Extents.hpp
-- Installing: /usr/local/include/Kokkos_BitManipulation.hpp
-- Installing: /usr/local/include/HIP
-- Installing: /usr/local/include/HIP/Kokkos_HIP_TeamPolicyInternal.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_Vectorization.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_UniqueToken.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_Shuffle_Reduce.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_Half_Conversion.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_ParallelReduce_Team.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_Instance.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_DeepCopy.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_Half_Impl_Type.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_WorkGraphPolicy.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_BlockSize_Deduction.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_GraphNodeKernel.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_Graph_Impl.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_Team.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_ParallelReduce_Range.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_GraphNode_Impl.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_Abort.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_ZeroMemset.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_ReduceScan.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_SharedAllocationRecord.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_ParallelFor_MDRange.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_IsXnack.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_Space.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_Error.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_ParallelFor_Team.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_ParallelReduce_MDRange.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_MDRangePolicy.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_ParallelScan_Range.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_KernelLaunch.hpp
-- Installing: /usr/local/include/HIP/Kokkos_HIP_ParallelFor_Range.hpp
-- Installing: /usr/local/include/Kokkos_hwloc.hpp
-- Installing: /usr/local/include/Kokkos_MemoryTraits.hpp
-- Installing: /usr/local/include/Kokkos_Timer.hpp
-- Installing: /usr/local/include/Cuda
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Team.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Instance.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda_GraphNodeKernel.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Half_MathematicalFunctions.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Parallel_Range.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda_WorkGraphPolicy.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda_ZeroMemset.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda_BlockSize_Deduction.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Parallel_MDRange.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Error.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda_GraphNode_Impl.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda_UniqueToken.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda_MDRangePolicy.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_CudaSpace.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Half_Conversion.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Vectorization.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda_abort.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Half_Impl_Type.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda_View.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Graph_Impl.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Parallel_Team.hpp
-- Installing: /usr/local/include/Cuda/Kokkos_Cuda_ReduceScan.hpp
-- Installing: /usr/local/include/Kokkos_Atomic.hpp
-- Installing: /usr/local/include/Kokkos_CopyViews.hpp
-- Installing: /usr/local/include/Kokkos_Graph_fwd.hpp
-- Installing: /usr/local/include/fwd
-- Installing: /usr/local/include/fwd/Kokkos_Fwd_OPENACC.hpp
-- Installing: /usr/local/include/fwd/Kokkos_Fwd_SYCL.hpp
-- Installing: /usr/local/include/fwd/Kokkos_Fwd_THREADS.hpp
-- Installing: /usr/local/include/fwd/Kokkos_Fwd_CUDA.hpp
-- Installing: /usr/local/include/fwd/Kokkos_Fwd_OPENMP.hpp
-- Installing: /usr/local/include/fwd/Kokkos_Fwd_HIP.hpp
-- Installing: /usr/local/include/fwd/Kokkos_Fwd_SERIAL.hpp
-- Installing: /usr/local/include/fwd/Kokkos_Fwd_OPENMPTARGET.hpp
-- Installing: /usr/local/include/fwd/Kokkos_Fwd_HPX.hpp
-- Installing: /usr/local/include/OpenMPTarget
-- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_UniqueToken.hpp
-- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Range.hpp
-- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_FunctorAdapter.hpp
-- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_Abort.hpp
-- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_Macros.hpp
-- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_DeepCopy.hpp
-- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_Range.hpp
-- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_MDRangePolicy.hpp
-- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_Team.hpp
-- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget.hpp
-- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_Instance.hpp
-- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel.hpp
-- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_Range.hpp
-- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_Reducer.hpp
-- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_Team.hpp
-- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTargetSpace.hpp
-- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_MDRange.hpp
-- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_Error.hpp
-- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Team.hpp
-- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_MDRange.hpp
-- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel_Common.hpp
-- Installing: /usr/local/include/Kokkos_Core.hpp
-- Installing: /usr/local/include/Kokkos_TypeInfo.hpp
-- Installing: /usr/local/include/OpenACC
-- Installing: /usr/local/include/OpenACC/Kokkos_OpenACCSpace.hpp
-- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ParallelScan_Range.hpp
-- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_Instance.hpp
-- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_MDRangePolicy.hpp
-- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ScheduleType.hpp
-- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_Macros.hpp
-- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ParallelReduce_Range.hpp
-- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ParallelReduce_Team.hpp
-- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_DeepCopy.hpp
-- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_SharedAllocationRecord.hpp
-- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ParallelFor_Team.hpp
-- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ParallelReduce_MDRange.hpp
-- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ParallelFor_Range.hpp
-- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_Traits.hpp
-- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_FunctorAdapter.hpp
-- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_Team.hpp
-- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ParallelFor_MDRange.hpp
-- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC.hpp
-- Installing: /usr/local/include/Serial
-- Installing: /usr/local/include/Serial/Kokkos_Serial_Parallel_MDRange.hpp
-- Installing: /usr/local/include/Serial/Kokkos_Serial.hpp
-- Installing: /usr/local/include/Serial/Kokkos_Serial_Parallel_Range.hpp
-- Installing: /usr/local/include/Serial/Kokkos_Serial_ZeroMemset.hpp
-- Installing: /usr/local/include/Serial/Kokkos_Serial_WorkGraphPolicy.hpp
-- Installing: /usr/local/include/Serial/Kokkos_Serial_Parallel_Team.hpp
-- Installing: /usr/local/include/Serial/Kokkos_Serial_UniqueToken.hpp
-- Installing: /usr/local/include/Serial/Kokkos_Serial_MDRangePolicy.hpp
-- Installing: /usr/local/include/Kokkos_Clamp.hpp
-- Installing: /usr/local/include/Threads
-- Installing: /usr/local/include/Threads/Kokkos_Threads_ParallelReduce_Range.hpp
-- Installing: /usr/local/include/Threads/Kokkos_Threads.hpp
-- Installing: /usr/local/include/Threads/Kokkos_Threads_Spinwait.hpp
-- Installing: /usr/local/include/Threads/Kokkos_Threads_MDRangePolicy.hpp
-- Installing: /usr/local/include/Threads/Kokkos_Threads_ParallelFor_MDRange.hpp
-- Installing: /usr/local/include/Threads/Kokkos_Threads_ParallelFor_Team.hpp
-- Installing: /usr/local/include/Threads/Kokkos_Threads_WorkGraphPolicy.hpp
-- Installing: /usr/local/include/Threads/Kokkos_Threads_ParallelFor_Range.hpp
-- Installing: /usr/local/include/Threads/Kokkos_Threads_State.hpp
-- Installing: /usr/local/include/Threads/Kokkos_Threads_ParallelReduce_MDRange.hpp
-- Installing: /usr/local/include/Threads/Kokkos_Threads_ParallelReduce_Team.hpp
-- Installing: /usr/local/include/Threads/Kokkos_Threads_ParallelScan_Range.hpp
-- Installing: /usr/local/include/Threads/Kokkos_Threads_ZeroMemset.hpp
-- Installing: /usr/local/include/Threads/Kokkos_Threads_UniqueToken.hpp
-- Installing: /usr/local/include/Threads/Kokkos_Threads_Team.hpp
-- Installing: /usr/local/include/Threads/Kokkos_Threads_Instance.hpp
-- Installing: /usr/local/include/Kokkos_MathematicalFunctions.hpp
-- Installing: /usr/local/include/traits
-- Installing: /usr/local/include/traits/Kokkos_IterationPatternTrait.hpp
-- Installing: /usr/local/include/traits/Kokkos_ScheduleTrait.hpp
-- Installing: /usr/local/include/traits/Kokkos_GraphKernelTrait.hpp
-- Installing: /usr/local/include/traits/Kokkos_WorkItemPropertyTrait.hpp
-- Installing: /usr/local/include/traits/Kokkos_IndexTypeTrait.hpp
-- Installing: /usr/local/include/traits/Kokkos_ExecutionSpaceTrait.hpp
-- Installing: /usr/local/include/traits/Kokkos_LaunchBoundsTrait.hpp
-- Installing: /usr/local/include/traits/Kokkos_OccupancyControlTrait.hpp
-- Installing: /usr/local/include/traits/Kokkos_PolicyTraitMatcher.hpp
-- Installing: /usr/local/include/traits/Kokkos_WorkTagTrait.hpp
-- Installing: /usr/local/include/traits/Kokkos_Traits_fwd.hpp
-- Installing: /usr/local/include/traits/Kokkos_PolicyTraitAdaptor.hpp
-- Installing: /usr/local/include/Kokkos_Concepts.hpp
-- Installing: /usr/local/include/Kokkos_Profiling_ScopedRegion.hpp
-- Installing: /usr/local/include/Kokkos_ExecPolicy.hpp
-- Installing: /usr/local/include/Kokkos_Profiling_ProfileSection.hpp
-- Installing: /usr/local/include/Kokkos_PointerOwnership.hpp
-- Installing: /usr/local/include/decl
-- Installing: /usr/local/include/decl/Kokkos_Declare_HIP.hpp
-- Installing: /usr/local/include/decl/Kokkos_Declare_OPENMPTARGET.hpp
-- Installing: /usr/local/include/decl/Kokkos_Declare_SERIAL.hpp
-- Installing: /usr/local/include/decl/Kokkos_Declare_CUDA.hpp
-- Installing: /usr/local/include/decl/Kokkos_Declare_OPENACC.hpp
-- Installing: /usr/local/include/decl/Kokkos_Declare_THREADS.hpp
-- Installing: /usr/local/include/decl/Kokkos_Declare_OPENMP.hpp
-- Installing: /usr/local/include/decl/Kokkos_Declare_SYCL.hpp
-- Installing: /usr/local/include/decl/Kokkos_Declare_HPX.hpp
-- Installing: /usr/local/include/Kokkos_Assert.hpp
-- Installing: /usr/local/include/Kokkos_Vectorization.hpp
-- Installing: /usr/local/include/Kokkos_ScratchSpace.hpp
-- Installing: /usr/local/include/Kokkos_Parallel_Reduce.hpp
-- Installing: /usr/local/include/Kokkos_Half.hpp
-- Installing: /usr/local/include/Kokkos_Rank.hpp
-- Installing: /usr/local/include/Kokkos_DetectionIdiom.hpp
-- Installing: /usr/local/include/Kokkos_Core_fwd.hpp
-- Installing: /usr/local/include/Kokkos_NumericTraits.hpp
-- Installing: /usr/local/include/HPX
-- Installing: /usr/local/include/HPX/Kokkos_HPX.hpp
-- Installing: /usr/local/include/HPX/Kokkos_HPX_WorkGraphPolicy.hpp
-- Installing: /usr/local/include/HPX/Kokkos_HPX_MDRangePolicy.hpp
-- Installing: /usr/local/include/Kokkos_Printf.hpp
-- Installing: /usr/local/include/Kokkos_AnonymousSpace.hpp
-- Installing: /usr/local/include/OpenMP
-- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP.hpp
-- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_ZeroMemset.hpp
-- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_Team.hpp
-- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_UniqueToken.hpp
-- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_Parallel_Scan.hpp
-- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_WorkGraphPolicy.hpp
-- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_Parallel_For.hpp
-- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_MDRangePolicy.hpp
-- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_Parallel_Reduce.hpp
-- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_Instance.hpp
-- Installing: /usr/local/include/impl
-- Installing: /usr/local/include/impl/Kokkos_InitializationSettings.hpp
-- Installing: /usr/local/include/impl/Kokkos_CPUDiscovery.hpp
-- Installing: /usr/local/include/impl/Kokkos_DesulAtomicsConfig.hpp
-- Installing: /usr/local/include/impl/Kokkos_Stacktrace.hpp
-- Installing: /usr/local/include/impl/Kokkos_GraphNodeCustomization.hpp
-- Installing: /usr/local/include/impl/Kokkos_EBO.hpp
-- Installing: /usr/local/include/impl/Kokkos_Error.hpp
-- Installing: /usr/local/include/impl/Kokkos_Half_ReductionIdentity.hpp
-- Installing: /usr/local/include/impl/Kokkos_Combined_Reducer.hpp
-- Installing: /usr/local/include/impl/Kokkos_GraphNodeThenPolicy.hpp
-- Installing: /usr/local/include/impl/Kokkos_Utilities.hpp
-- Installing: /usr/local/include/impl/Kokkos_BuiltinReducers.hpp
-- Installing: /usr/local/include/impl/Kokkos_AnalyzePolicy.hpp
-- Installing: /usr/local/include/impl/Kokkos_HostBarrier.hpp
-- Installing: /usr/local/include/impl/Kokkos_Volatile_Load.hpp
-- Installing: /usr/local/include/impl/Kokkos_Tools.hpp
-- Installing: /usr/local/include/impl/Kokkos_CheckedIntegerOps.hpp
-- Installing: /usr/local/include/impl/Kokkos_Profiling_Interface.hpp
-- Installing: /usr/local/include/impl/Kokkos_GraphNodeThenImpl.hpp
-- Installing: /usr/local/include/impl/Kokkos_Profiling_DeviceInfo.hpp
-- Installing: /usr/local/include/impl/Kokkos_HostThreadTeam.hpp
-- Installing: /usr/local/include/impl/Kokkos_GraphNodeImpl.hpp
-- Installing: /usr/local/include/impl/Kokkos_Default_Graph_Impl.hpp
-- Installing: /usr/local/include/impl/Kokkos_Default_Graph_fwd.hpp
-- Installing: /usr/local/include/impl/KokkosExp_Host_IterateTile.hpp
-- Installing: /usr/local/include/impl/Kokkos_GraphImpl.hpp
-- Installing: /usr/local/include/impl/Kokkos_FunctorAnalysis.hpp
-- Installing: /usr/local/include/impl/Kokkos_ConcurrentBitset.hpp
-- Installing: /usr/local/include/impl/Kokkos_Default_GraphNode_Impl.hpp
-- Installing: /usr/local/include/impl/Kokkos_Half_NumericTraits.hpp
-- Installing: /usr/local/include/impl/Kokkos_Traits.hpp
-- Installing: /usr/local/include/impl/Kokkos_GraphImpl_fwd.hpp
-- Installing: /usr/local/include/impl/Kokkos_Profiling_C_Interface.h
-- Installing: /usr/local/include/impl/KokkosExp_IterateTileGPU.hpp
-- Installing: /usr/local/include/impl/Kokkos_NvidiaGpuArchitectures.hpp
-- Installing: /usr/local/include/impl/Kokkos_ExecSpaceManager.hpp
-- Installing: /usr/local/include/impl/Kokkos_Tools_Generic.hpp
-- Installing: /usr/local/include/impl/Kokkos_HostSpace_deepcopy.hpp
-- Installing: /usr/local/include/impl/Kokkos_TeamMDPolicy.hpp
-- Installing: /usr/local/include/impl/Kokkos_StringManipulation.hpp
-- Installing: /usr/local/include/impl/Kokkos_GraphImpl_Utilities.hpp
-- Installing: /usr/local/include/impl/Kokkos_Default_GraphNodeKernel.hpp
-- Installing: /usr/local/include/impl/Kokkos_ClockTic.hpp
-- Installing: /usr/local/include/impl/Kokkos_Half_MathematicalFunctions.hpp
-- Installing: /usr/local/include/impl/Kokkos_Command_Line_Parsing.hpp
-- Installing: /usr/local/include/impl/Kokkos_Half_FloatingPointWrapper.hpp
-- Installing: /usr/local/include/impl/Kokkos_ZeroMemset_fwd.hpp
-- Installing: /usr/local/include/impl/Kokkos_ParseCommandLineArgumentsAndEnvironmentVariables.hpp
-- Installing: /usr/local/include/impl/Kokkos_HostSharedPtr.hpp
-- Installing: /usr/local/include/impl/Kokkos_SharedAlloc_timpl.hpp
-- Installing: /usr/local/include/impl/Kokkos_SharedAlloc.hpp
-- Installing: /usr/local/include/impl/Kokkos_Profiling.hpp
-- Installing: /usr/local/include/impl/Kokkos_DeviceManagement.hpp
-- Installing: /usr/local/include/impl/Kokkos_QuadPrecisionMath.hpp
-- Installing: /usr/local/include/Kokkos_Parallel.hpp
-- Installing: /usr/local/include/Kokkos_HostSpace.hpp
-- Installing: /usr/local/include/KokkosExp_MDRangePolicy.hpp
-- Installing: /usr/local/include/Kokkos_View.hpp
-- Installing: /usr/local/include/Kokkos_Swap.hpp
-- Installing: /usr/local/include/Kokkos_WorkGraphPolicy.hpp
-- Installing: /usr/local/include/Kokkos_Tuners.hpp
-- Installing: /usr/local/include/desul
-- Installing: /usr/local/include/desul/atomics.hpp
-- Installing: /usr/local/include/desul/atomics
-- Installing: /usr/local/include/desul/atomics/Thread_Fence.hpp
-- Installing: /usr/local/include/desul/atomics/Fetch_Op_SYCL.hpp
-- Installing: /usr/local/include/desul/atomics/Lock_Free_Fetch_Op.hpp
-- Installing: /usr/local/include/desul/atomics/Lock_Based_Fetch_Op.hpp
-- Installing: /usr/local/include/desul/atomics/Compare_Exchange_SYCL.hpp
-- Installing: /usr/local/include/desul/atomics/Compare_Exchange_GCC.hpp
-- Installing: /usr/local/include/desul/atomics/Lock_Based_Fetch_Op_Host.hpp
-- Installing: /usr/local/include/desul/atomics/Lock_Based_Fetch_Op_SYCL.hpp
-- Installing: /usr/local/include/desul/atomics/Adapt_CXX.hpp
-- Installing: /usr/local/include/desul/atomics/Fetch_Op.hpp
-- Installing: /usr/local/include/desul/atomics/Thread_Fence_ScopeCaller.hpp
-- Installing: /usr/local/include/desul/atomics/Fetch_Op_OpenACC.hpp
-- Installing: /usr/local/include/desul/atomics/cuda
-- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_isglobal
-- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc
-- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc
-- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_memorder.inc
-- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_exchange_memorder.inc
-- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_predicate
-- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_exchange_op.inc
-- Installing: /usr/local/include/desul/atomics/cuda/CUDA_asm.hpp
-- Installing: /usr/local/include/desul/atomics/cuda/CUDA_asm_exchange.hpp
-- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_isglobal
-- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm.inc
-- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_predicate
-- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_exchange.inc
-- Installing: /usr/local/include/desul/atomics/Generic.hpp
-- Installing: /usr/local/include/desul/atomics/Thread_Fence_OpenMP.hpp
-- Installing: /usr/local/include/desul/atomics/Compare_Exchange_ScopeCaller.hpp
-- Installing: /usr/local/include/desul/atomics/Compare_Exchange_OpenMP.hpp
-- Installing: /usr/local/include/desul/atomics/Atomic_Ref.hpp
-- Installing: /usr/local/include/desul/atomics/Compare_Exchange_HIP.hpp
-- Installing: /usr/local/include/desul/atomics/Fetch_Op_HIP.hpp
-- Installing: /usr/local/include/desul/atomics/Common.hpp
-- Installing: /usr/local/include/desul/atomics/Compare_Exchange_MSVC.hpp
-- Installing: /usr/local/include/desul/atomics/Compare_Exchange_CUDA.hpp
-- Installing: /usr/local/include/desul/atomics/Adapt_GCC.hpp
-- Installing: /usr/local/include/desul/atomics/Fetch_Op_CUDA.hpp
-- Installing: /usr/local/include/desul/atomics/Lock_Array_HIP.hpp
-- Installing: /usr/local/include/desul/atomics/Thread_Fence_MSVC.hpp
-- Installing: /usr/local/include/desul/atomics/Adapt_HIP.hpp
-- Installing: /usr/local/include/desul/atomics/Adapt_SYCL.hpp
-- Installing: /usr/local/include/desul/atomics/Compare_Exchange_OpenACC.hpp
-- Installing: /usr/local/include/desul/atomics/Lock_Based_Fetch_Op_OpenACC.hpp
-- Installing: /usr/local/include/desul/atomics/Lock_Based_Fetch_Op_HIP.hpp
-- Installing: /usr/local/include/desul/atomics/Operator_Function_Objects.hpp
-- Installing: /usr/local/include/desul/atomics/openmp
-- Installing: /usr/local/include/desul/atomics/openmp/OpenMP_40.hpp
-- Installing: /usr/local/include/desul/atomics/openmp/OpenMP_40_op.inc
-- Installing: /usr/local/include/desul/atomics/Compare_Exchange.hpp
-- Installing: /usr/local/include/desul/atomics/Thread_Fence_SYCL.hpp
-- Installing: /usr/local/include/desul/atomics/Fetch_Op_ScopeCaller.hpp
-- Installing: /usr/local/include/desul/atomics/Lock_Array.hpp
-- Installing: /usr/local/include/desul/atomics/Fetch_Op_GCC.hpp
-- Installing: /usr/local/include/desul/atomics/Thread_Fence_GCC.hpp
-- Installing: /usr/local/include/desul/atomics/Thread_Fence_HIP.hpp
-- Installing: /usr/local/include/desul/atomics/Fetch_Op_Generic.hpp
-- Installing: /usr/local/include/desul/atomics/Thread_Fence_OpenACC.hpp
-- Installing: /usr/local/include/desul/atomics/Fetch_Op_OpenMP.hpp
-- Installing: /usr/local/include/desul/atomics/Lock_Array_CUDA.hpp
-- Installing: /usr/local/include/desul/atomics/Lock_Based_Fetch_Op_CUDA.hpp
-- Installing: /usr/local/include/desul/atomics/Thread_Fence_CUDA.hpp
-- Installing: /usr/local/include/desul/atomics/Lock_Array_SYCL.hpp
-- Installing: /usr/local/include/desul/atomics/Macros.hpp
-- Up-to-date: /usr/local/include/desul
-- Up-to-date: /usr/local/include/desul/atomics
-- Installing: /usr/local/include/desul/atomics/Config.hpp
-- Installing: /usr/local/lib/libkokkoscore.a
-- Up-to-date: /usr/local/include
-- Installing: /usr/local/include/mdspan
-- Installing: /usr/local/include/mdspan/mdarray.hpp
-- Installing: /usr/local/include/mdspan/mdspan.hpp
-- Installing: /usr/local/include/experimental
-- Installing: /usr/local/include/experimental/__p2389_bits
-- Installing: /usr/local/include/experimental/__p2389_bits/dims.hpp
-- Installing: /usr/local/include/experimental/__p1684_bits
-- Installing: /usr/local/include/experimental/__p1684_bits/mdarray.hpp
-- Installing: /usr/local/include/experimental/__p0009_bits
-- Installing: /usr/local/include/experimental/__p0009_bits/trait_backports.hpp
-- Installing: /usr/local/include/experimental/__p0009_bits/config.hpp
-- Installing: /usr/local/include/experimental/__p0009_bits/default_accessor.hpp
-- Installing: /usr/local/include/experimental/__p0009_bits/full_extent_t.hpp
-- Installing: /usr/local/include/experimental/__p0009_bits/no_unique_address.hpp
-- Installing: /usr/local/include/experimental/__p0009_bits/layout_left.hpp
-- Installing: /usr/local/include/experimental/__p0009_bits/layout_right.hpp
-- Installing: /usr/local/include/experimental/__p0009_bits/extents.hpp
-- Installing: /usr/local/include/experimental/__p0009_bits/compressed_pair.hpp
-- Installing: /usr/local/include/experimental/__p0009_bits/dynamic_extent.hpp
-- Installing: /usr/local/include/experimental/__p0009_bits/utility.hpp
-- Installing: /usr/local/include/experimental/__p0009_bits/layout_stride.hpp
-- Installing: /usr/local/include/experimental/__p0009_bits/macros.hpp
-- Installing: /usr/local/include/experimental/__p0009_bits/type_list.hpp
-- Installing: /usr/local/include/experimental/__p0009_bits/mdspan.hpp
-- Installing: /usr/local/include/experimental/__p2642_bits
-- Installing: /usr/local/include/experimental/__p2642_bits/layout_padded_fwd.hpp
-- Installing: /usr/local/include/experimental/__p2642_bits/layout_padded.hpp
-- Installing: /usr/local/include/experimental/__p2630_bits
-- Installing: /usr/local/include/experimental/__p2630_bits/submdspan.hpp
-- Installing: /usr/local/include/experimental/__p2630_bits/submdspan_extents.hpp
-- Installing: /usr/local/include/experimental/__p2630_bits/submdspan_mapping.hpp
-- Installing: /usr/local/include/experimental/__p2630_bits/strided_slice.hpp
-- Installing: /usr/local/lib/libbenchmark.a
-- Installing: /usr/local/lib/libbenchmark_main.a
-- Installing: /usr/local/include/benchmark
-- Installing: /usr/local/include/benchmark/benchmark.h
-- Installing: /usr/local/include/benchmark/export.h
-- Installing: /usr/local/lib/cmake/benchmark/benchmarkConfig.cmake
-- Installing: /usr/local/lib/cmake/benchmark/benchmarkConfigVersion.cmake
-- Installing: /usr/local/lib/pkgconfig/benchmark.pc
-- Installing: /usr/local/lib/cmake/benchmark/benchmarkTargets.cmake
-- Installing: /usr/local/lib/cmake/benchmark/benchmarkTargets-relwithdebinfo.cmake
-- Installing: /usr/local/share/doc/Kokkos
-- Installing: /usr/local/share/doc/Kokkos/platform_specific_build_instructions.md
-- Installing: /usr/local/share/doc/Kokkos/user_guide.md
-- Installing: /usr/local/share/doc/Kokkos/random_interleaving.md
-- Installing: /usr/local/share/doc/Kokkos/dependencies.md
-- Installing: /usr/local/share/doc/Kokkos/perf_counters.md
-- Installing: /usr/local/share/doc/Kokkos/_config.yml
-- Installing: /usr/local/share/doc/Kokkos/tools.md
-- Installing: /usr/local/share/doc/Kokkos/index.md
-- Installing: /usr/local/share/doc/Kokkos/AssemblyTests.md
-- Installing: /usr/local/share/doc/Kokkos/python_bindings.md
-- Installing: /usr/local/share/doc/Kokkos/reducing_variance.md
-- Installing: /usr/local/share/doc/Kokkos/releasing.md
-- Up-to-date: /usr/local/include
-- Installing: /usr/local/include/Kokkos_Functional.hpp
-- Installing: /usr/local/include/Kokkos_DynRankView.hpp
-- Installing: /usr/local/include/Kokkos_DynamicView.hpp
-- Installing: /usr/local/include/Kokkos_ErrorReporter.hpp
-- Installing: /usr/local/include/Kokkos_Bitset.hpp
-- Installing: /usr/local/include/Kokkos_ScatterView.hpp
-- Installing: /usr/local/include/Kokkos_UnorderedMap.hpp
-- Installing: /usr/local/include/Kokkos_OffsetView.hpp
-- Up-to-date: /usr/local/include/impl
-- Installing: /usr/local/include/impl/Kokkos_Functional_impl.hpp
-- Installing: /usr/local/include/impl/Kokkos_StaticCrsGraph_factory.hpp
-- Installing: /usr/local/include/impl/Kokkos_Bitset_impl.hpp
-- Installing: /usr/local/include/impl/Kokkos_UnorderedMap_impl.hpp
-- Installing: /usr/local/include/Kokkos_DualView.hpp
-- Installing: /usr/local/include/Kokkos_Vector.hpp
-- Installing: /usr/local/include/Kokkos_StaticCrsGraph.hpp
-- Installing: /usr/local/lib/libkokkoscontainers.a
-- Up-to-date: /usr/local/include
-- Installing: /usr/local/include/Kokkos_StdAlgorithms.hpp
-- Installing: /usr/local/include/sorting
-- Installing: /usr/local/include/sorting/Kokkos_BinOpsPublicAPI.hpp
-- Installing: /usr/local/include/sorting/Kokkos_BinSortPublicAPI.hpp
-- Installing: /usr/local/include/sorting/Kokkos_SortPublicAPI.hpp
-- Installing: /usr/local/include/sorting/Kokkos_SortByKeyPublicAPI.hpp
-- Installing: /usr/local/include/sorting/Kokkos_NestedSortPublicAPI.hpp
-- Installing: /usr/local/include/sorting/impl
-- Installing: /usr/local/include/sorting/impl/Kokkos_SortByKeyImpl.hpp
-- Installing: /usr/local/include/sorting/impl/Kokkos_NestedSortImpl.hpp
-- Installing: /usr/local/include/sorting/impl/Kokkos_CopyOpsForBinSortImpl.hpp
-- Installing: /usr/local/include/sorting/impl/Kokkos_SortImpl.hpp
-- Installing: /usr/local/include/Kokkos_Random.hpp
-- Installing: /usr/local/include/Kokkos_Sort.hpp
-- Installing: /usr/local/include/std_algorithms
-- Installing: /usr/local/include/std_algorithms/Kokkos_RotateCopy.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_TransformReduce.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_Remove.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_Copy.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_BeginEnd.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_FindIfNot.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_ReplaceCopy.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_CountIf.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_ForEachN.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_NoneOf.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_Find.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_IsPartitioned.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_PartitionCopy.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_CopyBackward.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_SearchN.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_ShiftRight.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_Mismatch.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_IterSwap.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_AnyOf.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_UniqueCopy.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_FindIf.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_ReplaceCopyIf.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_IsSorted.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_Distance.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_MinElement.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_AdjacentFind.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_MoveBackward.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_Reverse.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_LexicographicalCompare.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_IsSortedUntil.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_CopyN.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_SwapRanges.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_Reduce.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_ReverseCopy.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_ExclusiveScan.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_PartitionPoint.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_Equal.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_Count.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_TransformInclusiveScan.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_AllOf.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_FillN.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_Transform.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_CopyIf.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_Rotate.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_MaxElement.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_InclusiveScan.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_GenerateN.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_Search.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_ForEach.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_Replace.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_ReplaceIf.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_RemoveCopyIf.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_ShiftLeft.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_FindFirstOf.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_MinMaxElement.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_Unique.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_AdjacentDifference.hpp
-- Installing: /usr/local/include/std_algorithms/impl
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_RotateCopy.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_TransformReduce.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_ReplaceCopy.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_HelperPredicates.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_RandomAccessIterator.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_ForEachForEachN.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_CopyCopyN.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_IsPartitioned.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_PartitionCopy.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_CopyBackward.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_GenerateGenerateN.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_SearchN.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_ShiftRight.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_Mismatch.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_ValueWrapperForNoNeutralElement.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_UniqueCopy.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_ReplaceCopyIf.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_IsSorted.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_FindIfOrNot.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_AdjacentFind.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_MoveBackward.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_Constraints.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_Reverse.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_LexicographicalCompare.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_IsSortedUntil.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_SwapRanges.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_Reduce.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_ReverseCopy.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_ExclusiveScan.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_PartitionPoint.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_Equal.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_TransformInclusiveScan.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_ReducerWithArbitraryJoinerNoNeutralElement.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_RemoveAllVariants.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_MinMaxMinmaxElement.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_Transform.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_CopyIf.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_Rotate.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_InclusiveScan.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_IdentityReferenceUnaryFunctor.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_Search.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_Replace.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_ReplaceIf.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_ShiftLeft.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_FunctorsForExclusiveScan.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_FindFirstOf.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_Unique.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_CountCountIf.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_AdjacentDifference.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_AllOfAnyOfNoneOf.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_FillFillN.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_Move.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_MustUseKokkosSingleInTeam.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_TransformExclusiveScan.hpp
-- Installing: /usr/local/include/std_algorithms/impl/Kokkos_FindEnd.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_Move.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_RemoveIf.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_Fill.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_TransformExclusiveScan.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_FindEnd.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_RemoveCopy.hpp
-- Installing: /usr/local/include/std_algorithms/Kokkos_Generate.hpp
-- Installing: /usr/local/include/Kokkos_NestedSort.hpp
-- Installing: /usr/local/lib/libkokkosalgorithms.a
-- Installing: /usr/local/lib/cmake/Kokkos/src/Kokkos_Random.cppm
-- Installing: /usr/local/lib/cmake/Kokkos/src/Kokkos_Sort.cppm
-- Installing: /usr/local/lib/cmake/Kokkos/src/Kokkos_StdAlgorithms.cppm
-- Up-to-date: /usr/local/include
-- Installing: /usr/local/include/Kokkos_SIMD_AVX512.hpp
-- Installing: /usr/local/include/Kokkos_SIMD_SVE.hpp
-- Installing: /usr/local/include/Kokkos_SIMD_Common_Math.hpp
-- Installing: /usr/local/include/Kokkos_SIMD.hpp
-- Installing: /usr/local/include/Kokkos_SIMD_NEON.hpp
-- Installing: /usr/local/include/Kokkos_SIMD_AVX2.hpp
-- Up-to-date: /usr/local/include/impl
-- Installing: /usr/local/include/impl/Kokkos_Neon_SVE_bridge.hpp
-- Installing: /usr/local/include/Kokkos_SIMD_Scalar.hpp
-- Installing: /usr/local/include/Kokkos_SIMD_Common.hpp
-- Installing: /usr/local/lib/libkokkossimd.a
-- Installing: /usr/local/lib/cmake/Kokkos/src/Kokkos_SIMD.cppm
-- Installing: /usr/local/lib/cmake/Kokkos/KokkosConfig.cmake
-- Installing: /usr/local/lib/cmake/Kokkos/KokkosConfigCommon.cmake
-- Installing: /usr/local/lib/cmake/Kokkos/KokkosConfigVersion.cmake
-- Installing: /usr/local/lib/cmake/Kokkos/KokkosTargets.cmake
-- Installing: /usr/local/lib/cmake/Kokkos/KokkosTargets-relwithdebinfo.cmake
-- Installing: /usr/local/lib/cmake/Kokkos/./cxx-modules-KokkosTargets.cmake
-- Installing: /usr/local/lib/cmake/Kokkos/./cxx-modules-KokkosTargets-RelWithDebInfo.cmake
-- Installing: /usr/local/lib/cmake/Kokkos/./target-kokkosalgorithms-RelWithDebInfo.cmake
-- Installing: /usr/local/lib/cmake/Kokkos/./target-kokkossimd-RelWithDebInfo.cmake
-- Installing: /usr/local/include/KokkosCore_config.h
-- Installing: /usr/local/bin/nvcc_wrapper
-- Installing: /usr/local/bin/hpcbind
-- Installing: /usr/local/bin/kokkos_launch_compiler
-- Up-to-date: /usr/local/include/KokkosCore_config.h
-- Installing: /usr/local/include/KokkosCore_Config_FwdBackend.hpp
-- Installing: /usr/local/include/KokkosCore_Config_SetupBackend.hpp
-- Installing: /usr/local/include/KokkosCore_Config_DeclareBackend.hpp
+ ctest --test-dir build --no-compress-output -T Test --verbose
SetCTestConfiguration:BuildDirectory:/var/jenkins/workspace/Kokkos_PR-8428/build
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
SetCMakeVariable:CTEST_SITE:5cea919357fb
SetCMakeVariable:CTEST_BUILD_NAME:Linux-clang++-19
SetCMakeVariable:CTEST_NIGHTLY_START_TIME:01:00:00;UTC
SetCMakeVariable:CTEST_SOURCE_DIRECTORY:/var/jenkins/workspace/Kokkos_PR-8428
SetCMakeVariable:CTEST_BINARY_DIRECTORY:/var/jenkins/workspace/Kokkos_PR-8428/build
SetCMakeVariable:CTEST_UPDATE_COMMAND:/usr/bin/git
SetCMakeVariable:CTEST_UPDATE_TYPE:git
SetCMakeVariable:CTEST_GIT_COMMAND:/usr/bin/git
SetCMakeVariable:CTEST_CONFIGURE_COMMAND:"/opt/cmake/bin/cmake" "/var/jenkins/workspace/Kokkos_PR-8428"
SetCMakeVariable:CTEST_BUILD_COMMAND:/opt/cmake/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}"
SetCMakeVariable:CTEST_COVERAGE_COMMAND:/usr/local/bin/gcov
SetCMakeVariable:CTEST_COVERAGE_EXTRA_FLAGS:-l
SetCMakeVariable:CTEST_MEMORYCHECK_COMMAND:MEMORYCHECK_COMMAND-NOTFOUND
SetCMakeVariable:CTEST_SUBMIT_URL:https://my.cdash.org/submit.php?project=Kokkos
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
SetCMakeVariable:CTEST_SITE:5cea919357fb
SetCMakeVariable:CTEST_BUILD_NAME:Linux-clang++-19
SetCMakeVariable:CTEST_NIGHTLY_START_TIME:01:00:00;UTC
SetCMakeVariable:CTEST_SOURCE_DIRECTORY:/var/jenkins/workspace/Kokkos_PR-8428
SetCMakeVariable:CTEST_BINARY_DIRECTORY:/var/jenkins/workspace/Kokkos_PR-8428/build
SetCMakeVariable:CTEST_UPDATE_COMMAND:/usr/bin/git
SetCMakeVariable:CTEST_UPDATE_TYPE:git
SetCMakeVariable:CTEST_GIT_COMMAND:/usr/bin/git
SetCMakeVariable:CTEST_CONFIGURE_COMMAND:"/opt/cmake/bin/cmake" "/var/jenkins/workspace/Kokkos_PR-8428"
SetCMakeVariable:CTEST_BUILD_COMMAND:/opt/cmake/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}"
SetCMakeVariable:CTEST_COVERAGE_COMMAND:/usr/local/bin/gcov
SetCMakeVariable:CTEST_COVERAGE_EXTRA_FLAGS:-l
SetCMakeVariable:CTEST_MEMORYCHECK_COMMAND:MEMORYCHECK_COMMAND-NOTFOUND
SetCMakeVariable:CTEST_SUBMIT_URL:https://my.cdash.org/submit.php?project=Kokkos
SetCTestConfiguration:BuildDirectory:/var/jenkins/workspace/Kokkos_PR-8428/build
SetCTestConfiguration:SourceDirectory:/var/jenkins/workspace/Kokkos_PR-8428
Test project /var/jenkins/workspace/Kokkos_PR-8428/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_Serial_ViewSupport

1: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport
1: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
1: Test timeout computed to be: 1500
1: [==========] Running 21 tests from 1 test suite.
1: [----------] Global test environment set-up.
1: [----------] 21 tests from serial
1: [ RUN      ] serial.basic_view_default_ctor
1: [       OK ] serial.basic_view_default_ctor (0 ms)
1: [ RUN      ] serial.basic_view_extents_ctor
1: [       OK ] serial.basic_view_extents_ctor (0 ms)
1: [ RUN      ] serial.basic_view_mapping_ctor_right
1: [       OK ] serial.basic_view_mapping_ctor_right (0 ms)
1: [ RUN      ] serial.basic_view_access
1: [       OK ] serial.basic_view_access (0 ms)
1: [ RUN      ] serial.basic_view_atomic_accessor
1: [       OK ] serial.basic_view_atomic_accessor (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Typedefs
1: [       OK ] serial.RefCountedAcc_Typedefs (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Ctors
1: [       OK ] serial.RefCountedAcc_Ctors (0 ms)
1: [ RUN      ] serial.RefCountedAcc_ConversionToDefaultAcc
1: [       OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Access
1: [       OK ] serial.RefCountedAcc_Access (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Conversion
1: [       OK ] serial.RefCountedAcc_Conversion (0 ms)
1: [ RUN      ] serial.RefCountedDataHandle_Typedefs
1: [       OK ] serial.RefCountedDataHandle_Typedefs (0 ms)
1: [ RUN      ] serial.RefCountedDataHandle
1: [       OK ] serial.RefCountedDataHandle (0 ms)
1: [ RUN      ] serial.RefCountedDataHandleAnonym
1: [       OK ] serial.RefCountedDataHandleAnonym (0 ms)
1: [ RUN      ] serial.RefCountedDataHandleConversion
1: [       OK ] serial.RefCountedDataHandleConversion (0 ms)
1: [ RUN      ] serial.view_customization_accessor_arg
1: [       OK ] serial.view_customization_accessor_arg (0 ms)
1: [ RUN      ] serial.view_customization_allocation_type
1: [       OK ] serial.view_customization_allocation_type (0 ms)
1: [ RUN      ] serial.view_customization_mirror
1: [       OK ] serial.view_customization_mirror (0 ms)
1: [ RUN      ] serial.view_customization_deep_copy
1: [       OK ] serial.view_customization_deep_copy (0 ms)
1: [ RUN      ] serial.view_customization_deep_copy_single_element_view
1: [       OK ] serial.view_customization_deep_copy_single_element_view (0 ms)
1: [ RUN      ] serial.view_customization_accessor_from_mapping
1: [       OK ] serial.view_customization_accessor_from_mapping (0 ms)
1: [ RUN      ] serial.view_customization_extra_int_arg
1: [       OK ] serial.view_customization_extra_int_arg (0 ms)
1: [----------] 21 tests from serial (0 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 21 tests from 1 test suite ran. (0 ms total)
1: [  PASSED  ] 21 tests.
 1/51 Test  #1: Kokkos_CoreUnitTest_Serial_ViewSupport .....................   Passed    0.00 sec
test 2
      Start  2: Kokkos_CoreUnitTest_Serial1

2: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Serial1
2: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
2: Test timeout computed to be: 1500
2: [==========] Running 247 tests from 4 test suites.
2: [----------] Global test environment set-up.
2: [----------] 11 tests from serial_DeathTest
2: [ RUN      ] serial_DeathTest.abort_from_host
2: [       OK ] serial_DeathTest.abort_from_host (2 ms)
2: [ RUN      ] serial_DeathTest.abort_from_device
2: [       OK ] serial_DeathTest.abort_from_device (3 ms)
2: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
2: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (2 ms)
2: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
2: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (2 ms)
2: [ RUN      ] serial_DeathTest.policy_invalid_bounds
2: [       OK ] serial_DeathTest.policy_invalid_bounds (2 ms)
2: [ RUN      ] serial_DeathTest.range_policy_invalid_bounds
2: [       OK ] serial_DeathTest.range_policy_invalid_bounds (4 ms)
2: [ RUN      ] serial_DeathTest.range_policy_round_trip_conversion_fires
2: [       OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (2 ms)
2: [ RUN      ] serial_DeathTest.range_policy_check_sign_changes
2: [       OK ] serial_DeathTest.range_policy_check_sign_changes (4 ms)
2: [ RUN      ] serial_DeathTest.range_policy_implicitly_converted_bounds
2: [       OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (9 ms)
2: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
2: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:93: Skipped
2: skipping since no memory access violation would occur
2: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms)
2: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
2: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:108: Skipped
2: skipping since no memory access violation would occur
2: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
2: [----------] 11 tests from serial_DeathTest (34 ms total)
2: 
2: [----------] 1 test from serial_graph_DeathTest
2: [ RUN      ] serial_graph_DeathTest.can_instantiate_only_once
2: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:181: Skipped
2: Preconditions are not checked.
2: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms)
2: [----------] 1 test from serial_graph_DeathTest (0 ms total)
2: 
2: [----------] 218 tests from serial
2: [ RUN      ] serial.array_capacity
2: [       OK ] serial.array_capacity (0 ms)
2: [ RUN      ] serial.array_element_access
2: [       OK ] serial.array_element_access (0 ms)
2: [ RUN      ] serial.array_operator_equal
2: [       OK ] serial.array_operator_equal (0 ms)
2: [ RUN      ] serial.array_zero_capacity
2: [       OK ] serial.array_zero_capacity (0 ms)
2: [ RUN      ] serial.array_zero_data_nullptr
2: [       OK ] serial.array_zero_data_nullptr (0 ms)
2: [ RUN      ] serial.atomic_operations_complexdouble
2: [       OK ] serial.atomic_operations_complexdouble (0 ms)
2: [ RUN      ] serial.atomic_operations_complexfloat
2: [       OK ] serial.atomic_operations_complexfloat (0 ms)
2: [ RUN      ] serial.atomic_operations_double
2: [       OK ] serial.atomic_operations_double (0 ms)
2: [ RUN      ] serial.atomic_operations_float
2: [       OK ] serial.atomic_operations_float (0 ms)
2: [ RUN      ] serial.atomic_operations_int8
2: [       OK ] serial.atomic_operations_int8 (0 ms)
2: [ RUN      ] serial.atomic_operations_int16
2: [       OK ] serial.atomic_operations_int16 (0 ms)
2: [ RUN      ] serial.atomic_operations_int
2: [       OK ] serial.atomic_operations_int (0 ms)
2: [ RUN      ] serial.atomic_operations_long
2: [       OK ] serial.atomic_operations_long (0 ms)
2: [ RUN      ] serial.atomic_operations_longlong
2: [       OK ] serial.atomic_operations_longlong (0 ms)
2: [ RUN      ] serial.atomic_shared
2: [       OK ] serial.atomic_shared (0 ms)
2: [ RUN      ] serial.atomic_operations_unsigned
2: [       OK ] serial.atomic_operations_unsigned (0 ms)
2: [ RUN      ] serial.atomic_operations_unsignedlong
2: [       OK ] serial.atomic_operations_unsignedlong (0 ms)
2: [ RUN      ] serial.atomics
2: [       OK ] serial.atomics (1 ms)
2: [ RUN      ] serial.atomics_tpetra_max_abs
2: [       OK ] serial.atomics_tpetra_max_abs (0 ms)
2: [ RUN      ] serial.atomic_views_integral
2: [       OK ] serial.atomic_views_integral (68 ms)
2: [ RUN      ] serial.atomic_views_nonintegral
2: [       OK ] serial.atomic_views_nonintegral (40 ms)
2: [ RUN      ] serial.atomic_view_api
2: [       OK ] serial.atomic_view_api (0 ms)
2: [ RUN      ] serial.bit_manip_countl_zero
2: [       OK ] serial.bit_manip_countl_zero (0 ms)
2: [ RUN      ] serial.bit_manip_countl_one
2: [       OK ] serial.bit_manip_countl_one (0 ms)
2: [ RUN      ] serial.bit_manip_countr_zero
2: [       OK ] serial.bit_manip_countr_zero (0 ms)
2: [ RUN      ] serial.bit_manip_countr_one
2: [       OK ] serial.bit_manip_countr_one (0 ms)
2: [ RUN      ] serial.bit_manip_popcount
2: [       OK ] serial.bit_manip_popcount (0 ms)
2: [ RUN      ] serial.bit_manip_has_single_bit
2: [       OK ] serial.bit_manip_has_single_bit (0 ms)
2: [ RUN      ] serial.bit_manip_bit_floor
2: [       OK ] serial.bit_manip_bit_floor (0 ms)
2: [ RUN      ] serial.bit_manip_bit_ceil
2: [       OK ] serial.bit_manip_bit_ceil (0 ms)
2: [ RUN      ] serial.bit_manip_bit_width
2: [       OK ] serial.bit_manip_bit_width (0 ms)
2: [ RUN      ] serial.bit_manip_rotl
2: [       OK ] serial.bit_manip_rotl (0 ms)
2: [ RUN      ] serial.bit_manip_rotr
2: [       OK ] serial.bit_manip_rotr (0 ms)
2: [ RUN      ] serial.bit_manip_byeswap
2: [       OK ] serial.bit_manip_byeswap (0 ms)
2: [ RUN      ] serial.bit_manip_bit_cast
2: [       OK ] serial.bit_manip_bit_cast (0 ms)
2: [ RUN      ] serial.test_block_deduction_bug_pr_3103
2: [       OK ] serial.test_block_deduction_bug_pr_3103 (0 ms)
2: [ RUN      ] serial.checked_integer_operations_multiply_overflow
2: [       OK ] serial.checked_integer_operations_multiply_overflow (0 ms)
2: [ RUN      ] serial.execution_policy_occupancy_and_hint
2: [       OK ] serial.execution_policy_occupancy_and_hint (0 ms)
2: [ RUN      ] serial.complex_construction
2: [       OK ] serial.complex_construction (0 ms)
2: [ RUN      ] serial.complex_basic_math
2: [       OK ] serial.complex_basic_math (0 ms)
2: [ RUN      ] serial.complex_special_funtions
2: [       OK ] serial.complex_special_funtions (0 ms)
2: [ RUN      ] serial.complex_io
2: [       OK ] serial.complex_io (0 ms)
2: [ RUN      ] serial.complex_trivially_copyable
2: [       OK ] serial.complex_trivially_copyable (0 ms)
2: [ RUN      ] serial.complex_issue_3865
2: [       OK ] serial.complex_issue_3865 (0 ms)
2: [ RUN      ] serial.complex_operations_arithmetic_types_overloads
2: [       OK ] serial.complex_operations_arithmetic_types_overloads (0 ms)
2: [ RUN      ] serial.complex_structured_bindings
2: [       OK ] serial.complex_structured_bindings (0 ms)
2: [ RUN      ] serial.crs_count_fill
2: [       OK ] serial.crs_count_fill (0 ms)
2: [ RUN      ] serial.crs_copy_constructor
2: [       OK ] serial.crs_copy_constructor (1 ms)
2: [ RUN      ] serial.deep_copy_assignable_types_rank_0
2: [       OK ] serial.deep_copy_assignable_types_rank_0 (0 ms)
2: [ RUN      ] serial.deep_copy_assignable_types_rank_1
2: [       OK ] serial.deep_copy_assignable_types_rank_1 (0 ms)
2: [ RUN      ] serial.deep_copy_assignable_types_rank_2
2: [       OK ] serial.deep_copy_assignable_types_rank_2 (0 ms)
2: [ RUN      ] serial.deep_copy_assignable_types_rank_3
2: [       OK ] serial.deep_copy_assignable_types_rank_3 (0 ms)
2: [ RUN      ] serial.deep_copy_assignable_types_rank_4
2: [       OK ] serial.deep_copy_assignable_types_rank_4 (0 ms)
2: [ RUN      ] serial.deep_copy_assignable_types_rank_5
2: [       OK ] serial.deep_copy_assignable_types_rank_5 (0 ms)
2: [ RUN      ] serial.deep_copy_assignable_types_rank_6
2: [       OK ] serial.deep_copy_assignable_types_rank_6 (0 ms)
2: [ RUN      ] serial.deep_copy_assignable_types_rank_7
2: [       OK ] serial.deep_copy_assignable_types_rank_7 (0 ms)
2: [ RUN      ] serial.deep_copy_assignable_types_rank_8
2: [       OK ] serial.deep_copy_assignable_types_rank_8 (0 ms)
2: [ RUN      ] serial.deep_copy_assignable_types_rank_1_half
2: [       OK ] serial.deep_copy_assignable_types_rank_1_half (0 ms)
2: [ RUN      ] serial.deep_copy_assignable_types_rank_2_half
2: [       OK ] serial.deep_copy_assignable_types_rank_2_half (0 ms)
2: [ RUN      ] serial.deep_copy_assignable_types_rank_3_half
2: [       OK ] serial.deep_copy_assignable_types_rank_3_half (0 ms)
2: [ RUN      ] serial.deep_copy_narrowing_rank_0
2: [       OK ] serial.deep_copy_narrowing_rank_0 (0 ms)
2: [ RUN      ] serial.deep_copy_narrowing_rank_1
2: [       OK ] serial.deep_copy_narrowing_rank_1 (0 ms)
2: [ RUN      ] serial.deep_copy_narrowing_rank_2
2: [       OK ] serial.deep_copy_narrowing_rank_2 (0 ms)
2: [ RUN      ] serial.deep_copy_narrowing_rank_3
2: [       OK ] serial.deep_copy_narrowing_rank_3 (0 ms)
2: [ RUN      ] serial.deep_copy_narrowing_rank_4
2: [       OK ] serial.deep_copy_narrowing_rank_4 (0 ms)
2: [ RUN      ] serial.deep_copy_narrowing_rank_5
2: [       OK ] serial.deep_copy_narrowing_rank_5 (0 ms)
2: [ RUN      ] serial.deep_copy_narrowing_rank_6
2: [       OK ] serial.deep_copy_narrowing_rank_6 (0 ms)
2: [ RUN      ] serial.deep_copy_narrowing_rank_7
2: [       OK ] serial.deep_copy_narrowing_rank_7 (0 ms)
2: [ RUN      ] serial.deep_copy_narrowing_rank_8
2: [       OK ] serial.deep_copy_narrowing_rank_8 (0 ms)
2: [ RUN      ] serial.deep_copy_alignment
2: [       OK ] serial.deep_copy_alignment (2 ms)
2: [ RUN      ] serial.deep_copy_conversion
2: [       OK ] serial.deep_copy_conversion (19 ms)
2: [ RUN      ] serial.partitioning_by_args
2: [       OK ] serial.partitioning_by_args (0 ms)
2: [ RUN      ] serial.partitioning_by_args_with_structured_bindings
2: [       OK ] serial.partitioning_by_args_with_structured_bindings (0 ms)
2: [ RUN      ] serial.partitioning_by_vector
2: [       OK ] serial.partitioning_by_vector (0 ms)
2: [ RUN      ] serial.exec_space_thread_safety_range
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
2: [       OK ] serial.exec_space_thread_safety_range (1066 ms)
2: [ RUN      ] serial.exec_space_thread_safety_mdrange
2: [       OK ] serial.exec_space_thread_safety_mdrange (107 ms)
2: [ RUN      ] serial.exec_space_thread_safety_team_policy
2: [       OK ] serial.exec_space_thread_safety_team_policy (107 ms)
2: [ RUN      ] serial.exec_space_thread_safety_range_reduce
2: [       OK ] serial.exec_space_thread_safety_range_reduce (106 ms)
2: [ RUN      ] serial.exec_space_thread_safety_mdrange_reduce
2: [       OK ] serial.exec_space_thread_safety_mdrange_reduce (107 ms)
2: [ RUN      ] serial.exec_space_thread_safety_team_policy_reduce
2: [       OK ] serial.exec_space_thread_safety_team_policy_reduce (107 ms)
2: [ RUN      ] serial.exec_space_thread_safety_range_scan
2: [       OK ] serial.exec_space_thread_safety_range_scan (106 ms)
2: [ RUN      ] serial.execution_space_as_class_data_member
2: [       OK ] serial.execution_space_as_class_data_member (0 ms)
2: [ RUN      ] serial.functor_analysis
2: [       OK ] serial.functor_analysis (0 ms)
2: [ RUN      ] serial.when_all_type
2: [       OK ] serial.when_all_type (0 ms)
2: [ RUN      ] serial.graph_capture
2: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:1105: Skipped
2: The graph backend for Serial does not support capture.
2: [  SKIPPED ] serial.graph_capture (0 ms)
2: [ RUN      ] serial.graph_then
2: [       OK ] serial.graph_then (0 ms)
2: [ RUN      ] serial.then_host
2: [       OK ] serial.then_host (0 ms)
2: [ RUN      ] serial.mixed_then_host_device_nodes
2: [       OK ] serial.mixed_then_host_device_nodes (0 ms)
2: [ RUN      ] serial.graph_then_tag
2: [       OK ] serial.graph_then_tag (0 ms)
2: [ RUN      ] serial.host_shared_ptr_use_count
2: [       OK ] serial.host_shared_ptr_use_count (0 ms)
2: [ RUN      ] serial.host_shared_ptr_get
2: [       OK ] serial.host_shared_ptr_get (0 ms)
2: [ RUN      ] serial.host_shared_ptr_dereference_on_device
2: [       OK ] serial.host_shared_ptr_dereference_on_device (0 ms)
2: [ RUN      ] serial.host_shared_ptr_special_members_on_device
2: [       OK ] serial.host_shared_ptr_special_members_on_device (0 ms)
2: [ RUN      ] serial.host_shared_ptr_tracking
2: [       OK ] serial.host_shared_ptr_tracking (0 ms)
2: [ RUN      ] serial.join_backward_compatibility
2: [       OK ] serial.join_backward_compatibility (0 ms)
2: [ RUN      ] serial.local_deepcopy_teampolicy_layoutleft
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
2: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (2653 ms)
2: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
2: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (2325 ms)
2: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
2: [       OK ] serial.local_deepcopy_teampolicy_layoutright (1333 ms)
2: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
[ 60%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
2: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (1302 ms)
2: [ RUN      ] serial.deep_copy_scratch
2: [       OK ] serial.deep_copy_scratch (0 ms)
2: [ RUN      ] serial.mathematical_constants_e
2: [       OK ] serial.mathematical_constants_e (0 ms)
2: [ RUN      ] serial.mathematical_constants_log2e
2: [       OK ] serial.mathematical_constants_log2e (0 ms)
2: [ RUN      ] serial.mathematical_constants_log10e
2: [       OK ] serial.mathematical_constants_log10e (0 ms)
2: [ RUN      ] serial.mathematical_constants_pi
2: [       OK ] serial.mathematical_constants_pi (0 ms)
2: [ RUN      ] serial.mathematical_constants_inv_pi
2: [       OK ] serial.mathematical_constants_inv_pi (0 ms)
2: [ RUN      ] serial.mathematical_constants_inv_sqrtpi
2: [       OK ] serial.mathematical_constants_inv_sqrtpi (0 ms)
2: [ RUN      ] serial.mathematical_constants_ln2
2: [       OK ] serial.mathematical_constants_ln2 (0 ms)
2: [ RUN      ] serial.mathematical_constants_ln10
2: [       OK ] serial.mathematical_constants_ln10 (0 ms)
2: [ RUN      ] serial.mathematical_constants_sqrt2
2: [       OK ] serial.mathematical_constants_sqrt2 (0 ms)
2: [ RUN      ] serial.mathematical_constants_sqrt3
2: [       OK ] serial.mathematical_constants_sqrt3 (0 ms)
2: [ RUN      ] serial.mathematical_constants_inv_sqrt3
2: [       OK ] serial.mathematical_constants_inv_sqrt3 (0 ms)
2: [ RUN      ] serial.mathematical_constants_egamma
2: [       OK ] serial.mathematical_constants_egamma (0 ms)
2: [ RUN      ] serial.mathematical_constants_phi
2: [       OK ] serial.mathematical_constants_phi (0 ms)
2: [ RUN      ] serial.mathematical_functions_trigonometric_functions
2: [       OK ] serial.mathematical_functions_trigonometric_functions (0 ms)
2: [ RUN      ] serial.mathematical_functions_hyperbolic_functions
2: [       OK ] serial.mathematical_functions_hyperbolic_functions (0 ms)
2: [ RUN      ] serial.mathematical_functions_non_standard
2: [       OK ] serial.mathematical_functions_non_standard (0 ms)
2: [ RUN      ] serial.mathematical_functions_power_functions
2: [       OK ] serial.mathematical_functions_power_functions (0 ms)
2: [ RUN      ] serial.mathematical_functions_fma
2: [       OK ] serial.mathematical_functions_fma (0 ms)
2: [ RUN      ] serial.mathematical_functions_fmax_fmin
2: [       OK ] serial.mathematical_functions_fmax_fmin (0 ms)
2: [ RUN      ] serial.mathematical_functions_error_and_gamma_functions
2: [       OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms)
2: [ RUN      ] serial.mathematical_functions_nearest_interger_floating_point_operations
2: [       OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms)
2: [ RUN      ] serial.mathematical_functions_floating_point_manipulation_functions
2: [       OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms)
2: [ RUN      ] serial.mathematical_functions_absolute_value
2: [       OK ] serial.mathematical_functions_absolute_value (0 ms)
2: [ RUN      ] serial.mathematical_functions_floating_point_absolute_value
2: [       OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms)
2: [ RUN      ] serial.mathematical_functions_remainder_function
2: [       OK ] serial.mathematical_functions_remainder_function (0 ms)
2: [ RUN      ] serial.mathematical_functions_isfinite
2: [       OK ] serial.mathematical_functions_isfinite (0 ms)
2: [ RUN      ] serial.mathematical_functions_isinf
2: [       OK ] serial.mathematical_functions_isinf (0 ms)
2: [ RUN      ] serial.mathematical_functions_isnan
2: [       OK ] serial.mathematical_functions_isnan (0 ms)
2: [ RUN      ] serial.mathematical_functions_impl_half_fallback
2: [       OK ] serial.mathematical_functions_impl_half_fallback (0 ms)
2: [ RUN      ] serial.mathematical_functions_nextafter_fp16
2: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestMathematicalFunctions.hpp:2013: Skipped
2: no 16-bit floating-point precision support
2: [  SKIPPED ] serial.mathematical_functions_nextafter_fp16 (0 ms)
2: [ RUN      ] serial.mathematical_functions_exponential_functions
2: [       OK ] serial.mathematical_functions_exponential_functions (0 ms)
2: [ RUN      ] serial.mathspecialfunc_expint1
2: [       OK ] serial.mathspecialfunc_expint1 (0 ms)
2: [ RUN      ] serial.mathspecialfunc_errorfunc
2: [       OK ] serial.mathspecialfunc_errorfunc (0 ms)
2: [ RUN      ] serial.mathspecialfunc_cbesselj0y0
2: [       OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms)
2: [ RUN      ] serial.mathspecialfunc_cbesselj1y1
2: [       OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms)
2: [ RUN      ] serial.mathspecialfunc_cbesseli0k0
2: [       OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms)
2: [ RUN      ] serial.mathspecialfunc_cbesseli1k1
2: [       OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms)
2: [ RUN      ] serial.mathspecialfunc_cbesselh1stkind
2: [       OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms)
2: [ RUN      ] serial.mathspecialfunc_cbesselh2ndkind
2: [       OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms)
2: [ RUN      ] serial.mdrange_5d
2: [       OK ] serial.mdrange_5d (25 ms)
2: [ RUN      ] serial.mdrange_6d
2: [       OK ] serial.mdrange_6d (117 ms)
2: [ RUN      ] serial.mdrange_2d
2: [       OK ] serial.mdrange_2d (0 ms)
2: [ RUN      ] serial.mdrange_array_reduce
2: [       OK ] serial.mdrange_array_reduce (0 ms)
2: [ RUN      ] serial.mdrange_3d
2: [       OK ] serial.mdrange_3d (5 ms)
2: [ RUN      ] serial.mdrange_neg_idx
2: [       OK ] serial.mdrange_neg_idx (99 ms)
2: [ RUN      ] serial.mdrange_4d
2: [       OK ] serial.mdrange_4d (5 ms)
2: [ RUN      ] serial.mdrange_scalar
2: [       OK ] serial.mdrange_scalar (0 ms)
2: [ RUN      ] serial.mdrange_large_deep_copy
2: [       OK ] serial.mdrange_large_deep_copy (926 ms)
2: [ RUN      ] serial.md_range_policy_construction_from_arrays
2: [       OK ] serial.md_range_policy_construction_from_arrays (0 ms)
2: [ RUN      ] serial.policy_get_tile_size
2: [       OK ] serial.policy_get_tile_size (0 ms)
2: [ RUN      ] serial.mdrange_parallel_reduce_primitive_types
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_ViewCustomization.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
2: [       OK ] serial.mdrange_parallel_reduce_primitive_types (3011 ms)
2: [ RUN      ] serial.mdspan_minimal_functional
2: [       OK ] serial.mdspan_minimal_functional (0 ms)
2: [ RUN      ] serial.mdspan_atomic_accessor
2: [       OK ] serial.mdspan_atomic_accessor (0 ms)
2: [ RUN      ] serial.view_mdspan_conversion
2: [       OK ] serial.view_mdspan_conversion (0 ms)
2: [ RUN      ] serial.view_mdspan_conversion_with_stride
2: [       OK ] serial.view_mdspan_conversion_with_stride (0 ms)
2: [ RUN      ] serial.max
2: [       OK ] serial.max (0 ms)
2: [ RUN      ] serial.max_within_parfor
2: [       OK ] serial.max_within_parfor (0 ms)
2: [ RUN      ] serial.min
2: [       OK ] serial.min (0 ms)
2: [ RUN      ] serial.min_within_parfor
2: [       OK ] serial.min_within_parfor (0 ms)
2: [ RUN      ] serial.minmax
2: [       OK ] serial.minmax (0 ms)
2: [ RUN      ] serial.minmax_within_parfor
2: [       OK ] serial.minmax_within_parfor (0 ms)
2: [ RUN      ] serial.clamp
2: [       OK ] serial.clamp (0 ms)
2: [ RUN      ] serial.clamp_within_parfor
2: [       OK ] serial.clamp_within_parfor (0 ms)
2: [ RUN      ] serial.numeric_traits_infinity
2: [       OK ] serial.numeric_traits_infinity (0 ms)
2: [ RUN      ] serial.numeric_traits_epsilon
2: [       OK ] serial.numeric_traits_epsilon (0 ms)
2: [ RUN      ] serial.numeric_traits_round_error
2: [       OK ] serial.numeric_traits_round_error (0 ms)
2: [ RUN      ] serial.numeric_traits_norm_min
2: [       OK ] serial.numeric_traits_norm_min (0 ms)
2: [ RUN      ] serial.numeric_traits_denorm_min
2: [       OK ] serial.numeric_traits_denorm_min (0 ms)
2: [ RUN      ] serial.numeric_traits_finite_min_max
2: [       OK ] serial.numeric_traits_finite_min_max (0 ms)
2: [ RUN      ] serial.numeric_traits_digits
2: [       OK ] serial.numeric_traits_digits (0 ms)
2: [ RUN      ] serial.numeric_traits_digits10
2: [       OK ] serial.numeric_traits_digits10 (0 ms)
2: [ RUN      ] serial.numeric_traits_max_digits10
2: [       OK ] serial.numeric_traits_max_digits10 (0 ms)
2: [ RUN      ] serial.numeric_traits_radix
2: [       OK ] serial.numeric_traits_radix (0 ms)
2: [ RUN      ] serial.numeric_traits_min_max_exponent
2: [       OK ] serial.numeric_traits_min_max_exponent (0 ms)
2: [ RUN      ] serial.numeric_traits_min_max_exponent10
2: [       OK ] serial.numeric_traits_min_max_exponent10 (0 ms)
2: [ RUN      ] serial.numeric_traits_quiet_and_signaling_nan
2: [       OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms)
2: [ RUN      ] serial.numeric_traits_sfinae_friendly
2: [       OK ] serial.numeric_traits_sfinae_friendly (0 ms)
2: [ RUN      ] serial.occupancy_control
2: [       OK ] serial.occupancy_control (0 ms)
2: [ RUN      ] serial.memory_pool
2: [       OK ] serial.memory_pool (33 ms)
2: [ RUN      ] serial.cxx11
2: [       OK ] serial.cxx11 (0 ms)
2: [ RUN      ] serial.parallel_scan_range_policy
2: [       OK ] serial.parallel_scan_range_policy (3 ms)
2: [ RUN      ] serial.kokkos_printf
2: [       OK ] serial.kokkos_printf (0 ms)
2: [ RUN      ] serial.range_for
2: [       OK ] serial.range_for (0 ms)
2: [ RUN      ] serial.range_reduce
2: [       OK ] serial.range_reduce (0 ms)
2: [ RUN      ] serial.range_dynamic_policy
2: [       OK ] serial.range_dynamic_policy (7 ms)
2: [ RUN      ] serial.large_parallel_for_reduce
2: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestRange.hpp:379: Skipped
2: Disabling for host backends
2: [  SKIPPED ] serial.large_parallel_for_reduce (0 ms)
2: [ RUN      ] serial.range_policy_runtime_parameters
2: [       OK ] serial.range_policy_runtime_parameters (0 ms)
2: [ RUN      ] serial.range_policy_one_way_convertible_bounds
2: [       OK ] serial.range_policy_one_way_convertible_bounds (0 ms)
2: [ RUN      ] serial.range_for_require
2: [       OK ] serial.range_for_require (0 ms)
2: [ RUN      ] serial.range_reduce_require
2: [       OK ] serial.range_reduce_require (0 ms)
2: [ RUN      ] serial.range_dynamic_policy_require
2: [       OK ] serial.range_dynamic_policy_require (7 ms)
2: [ RUN      ] serial.reducers_int
2: [       OK ] serial.reducers_int (1 ms)
2: [ RUN      ] serial.reducers_double
2: [       OK ] serial.reducers_double (1 ms)
2: [ RUN      ] serial.reducers_complex_double
2: [       OK ] serial.reducers_complex_double (0 ms)
2: [ RUN      ] serial.reducers_struct
2: [       OK ] serial.reducers_struct (0 ms)
2: [ RUN      ] serial.reducers_half_t
2: [       OK ] serial.reducers_half_t (0 ms)
2: [ RUN      ] serial.reducers_bhalf_t
2: [       OK ] serial.reducers_bhalf_t (0 ms)
2: [ RUN      ] serial.reducers_int8_t
2: [       OK ] serial.reducers_int8_t (0 ms)
2: [ RUN      ] serial.reducers_int16_t
2: [       OK ] serial.reducers_int16_t (0 ms)
2: [ RUN      ] serial.reducers_point_t
2: [       OK ] serial.reducers_point_t (0 ms)
2: [ RUN      ] serial.reducers_bool
2: [       OK ] serial.reducers_bool (0 ms)
2: [ RUN      ] serial.int64_t_reduce
2: [       OK ] serial.int64_t_reduce (134 ms)
2: [ RUN      ] serial.double_reduce
2: [       OK ] serial.double_reduce (278 ms)
2: [ RUN      ] serial.int64_t_reduce_dynamic
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
2: [       OK ] serial.int64_t_reduce_dynamic (817 ms)
2: [ RUN      ] serial.double_reduce_dynamic
2: [       OK ] serial.double_reduce_dynamic (905 ms)
2: [ RUN      ] serial.int64_t_reduce_dynamic_view
2: [       OK ] serial.int64_t_reduce_dynamic_view (173 ms)
2: [ RUN      ] serial.int_combined_reduce
2: [       OK ] serial.int_combined_reduce (0 ms)
2: [ RUN      ] serial.mdrange_combined_reduce
2: [       OK ] serial.mdrange_combined_reduce (0 ms)
2: [ RUN      ] serial.int_combined_reduce_mixed
2: [       OK ] serial.int_combined_reduce_mixed (0 ms)
2: [ RUN      ] serial.reduction_with_large_iteration_count
2: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestReduce.hpp:663: Skipped
2: Disabling for host backends
2: [  SKIPPED ] serial.reduction_with_large_iteration_count (0 ms)
2: [ RUN      ] serial.reduction_identity_min_max_floating_point_types
2: [       OK ] serial.reduction_identity_min_max_floating_point_types (0 ms)
2: [ RUN      ] serial.reduction_deduction
2: [       OK ] serial.reduction_deduction (0 ms)
2: [ RUN      ] serial.reduce_device_view_range_policy
2: [       OK ] serial.reduce_device_view_range_policy (5 ms)
2: [ RUN      ] serial.reduce_device_view_mdrange_policy
2: [       OK ] serial.reduce_device_view_mdrange_policy (2306 ms)
2: [ RUN      ] serial.reduce_device_view_team_policy
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
2: [       OK ] serial.reduce_device_view_team_policy (465 ms)
2: [ RUN      ] serial.impl_shared_alloc
2: [       OK ] serial.impl_shared_alloc (3 ms)
2: [ RUN      ] serial.mdspan_space_aware_accessor
2: [       OK ] serial.mdspan_space_aware_accessor (0 ms)
2: [ RUN      ] serial.kokkos_swap
2: [       OK ] serial.kokkos_swap (0 ms)
2: [----------] 218 tests from serial (18810 ms total)
2: 
2: [----------] 17 tests from serial_graph
2: [ RUN      ] serial_graph.submit_once
2: [       OK ] serial_graph.submit_once (0 ms)
2: [ RUN      ] serial_graph.submit_once_rvalue
2: [       OK ] serial_graph.submit_once_rvalue (0 ms)
2: [ RUN      ] serial_graph.instantiate_and_submit_once
2: [       OK ] serial_graph.instantiate_and_submit_once (0 ms)
2: [ RUN      ] serial_graph.submit_onto_another_execution_space_instance
2: [       OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms)
2: [ RUN      ] serial_graph.create_graph_no_closure_with_exec
2: [       OK ] serial_graph.create_graph_no_closure_with_exec (0 ms)
2: [ RUN      ] serial_graph.create_graph_no_arg
2: [       OK ] serial_graph.create_graph_no_arg (0 ms)
2: [ RUN      ] serial_graph.submit_six
2: [       OK ] serial_graph.submit_six (0 ms)
2: [ RUN      ] serial_graph.when_all_cycle
2: [       OK ] serial_graph.when_all_cycle (0 ms)
2: [ RUN      ] serial_graph.repeat_chain
2: [       OK ] serial_graph.repeat_chain (0 ms)
2: [ RUN      ] serial_graph.zero_work_reduce
2: [       OK ] serial_graph.zero_work_reduce (0 ms)
2: [ RUN      ] serial_graph.empty_graph
2: [       OK ] serial_graph.empty_graph (0 ms)
2: [ RUN      ] serial_graph.force_global_launch
2: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:444: Skipped
2: This execution space does not support global launch.
2: [  SKIPPED ] serial_graph.force_global_launch (0 ms)
2: [ RUN      ] serial_graph.sized_functor_launch
2: [       OK ] serial_graph.sized_functor_launch (0 ms)
2: [ RUN      ] serial_graph.empty_graph_default_host_exec
2: [       OK ] serial_graph.empty_graph_default_host_exec (0 ms)
2: [ RUN      ] serial_graph.node_lifetime
2: [       OK ] serial_graph.node_lifetime (0 ms)
2: [ RUN      ] serial_graph.diamond
2: [       OK ] serial_graph.diamond (0 ms)
2: [ RUN      ] serial_graph.end_of_submit_control_flow
2: [       OK ] serial_graph.end_of_submit_control_flow (0 ms)
2: [----------] 17 tests from serial_graph (0 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 247 tests from 4 test suites ran. (18845 ms total)
2: [  PASSED  ] 239 tests.
2: [  SKIPPED ] 8 tests, listed below:
2: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
2: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
2: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once
2: [  SKIPPED ] serial.graph_capture
2: [  SKIPPED ] serial.mathematical_functions_nextafter_fp16
2: [  SKIPPED ] serial.large_parallel_for_reduce
2: [  SKIPPED ] serial.reduction_with_large_iteration_count
2: [  SKIPPED ] serial_graph.force_global_launch
 2/51 Test  #2: Kokkos_CoreUnitTest_Serial1 ................................   Passed   18.85 sec
test 3
      Start  3: Kokkos_CoreUnitTest_Serial2

3: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Serial2
3: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
3: Test timeout computed to be: 1500
3: [==========] Running 147 tests from 2 test suites.
3: [----------] Global test environment set-up.
3: [----------] 10 tests from serial_DeathTest
3: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_dyn
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
3: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_stat
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms)
3: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_mix
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms)
3: [ RUN      ] serial_DeathTest.view_construction_with_wrong_static_extents
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms)
3: [ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment
3: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (36 ms)
3: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
3: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (31 ms)
3: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_host
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:159: Skipped
3: skipping since no memory access violation would occur
3: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms)
3: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_device
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped
3: skipping since no memory access violation would occur
3: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms)
3: [ RUN      ] serial_DeathTest.view_subview_wrong_extents
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSubView_a.hpp:81: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] serial_DeathTest.view_subview_wrong_extents (0 ms)
3: [ RUN      ] serial_DeathTest.view_subview_constructor_layout_compatibility
3: [       OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (6 ms)
3: [----------] 10 tests from serial_DeathTest (75 ms total)
3: 
3: [----------] 137 tests from serial
3: [ RUN      ] serial.team_for
3: [       OK ] serial.team_for (0 ms)
3: [ RUN      ] serial.team_reduce
3: [       OK ] serial.team_reduce (0 ms)
3: [ RUN      ] serial.team_reduce_large
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
3: [       OK ] serial.team_reduce_large (386 ms)
3: [ RUN      ] serial.team_parallel_single
3: [       OK ] serial.team_parallel_single (9 ms)
3: [ RUN      ] serial.large_team_scratch_size
3: [       OK ] serial.large_team_scratch_size (0 ms)
3: [ RUN      ] serial.team_broadcast_long
3: [       OK ] serial.team_broadcast_long (0 ms)
3: [ RUN      ] serial.team_broadcast_long_wrapper
3: [       OK ] serial.team_broadcast_long_wrapper (0 ms)
3: [ RUN      ] serial.team_broadcast_char
3: [       OK ] serial.team_broadcast_char (0 ms)
3: [ RUN      ] serial.team_broadcast_float
3: [       OK ] serial.team_broadcast_float (0 ms)
3: [ RUN      ] serial.team_broadcast_double
3: [       OK ] serial.team_broadcast_double (0 ms)
3: [ RUN      ] serial.team_broadcast_int_ptr
3: [       OK ] serial.team_broadcast_int_ptr (0 ms)
3: [ RUN      ] serial.team_single_thread_int_ptr
3: [       OK ] serial.team_single_thread_int_ptr (0 ms)
3: [ RUN      ] serial.team_single_team_int_ptr
3: [       OK ] serial.team_single_team_int_ptr (0 ms)
3: [ RUN      ] serial.team_handle_by_value
3: [       OK ] serial.team_handle_by_value (0 ms)
3: [ RUN      ] serial.team_vector
3: [       OK ] serial.team_vector (4 ms)
3: [ RUN      ] serial.triple_nested_parallelism
[ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
3: [       OK ] serial.triple_nested_parallelism (513 ms)
3: [ RUN      ] serial.parallel_scan_with_reducers
3: [       OK ] serial.parallel_scan_with_reducers (58 ms)
3: [ RUN      ] serial.team_thread_range_combined_reducers
3: [       OK ] serial.team_thread_range_combined_reducers (0 ms)
3: [ RUN      ] serial.thread_vector_range_combined_reducers
3: [       OK ] serial.thread_vector_range_combined_reducers (0 ms)
3: [ RUN      ] serial.team_vector_range_combined_reducers
3: [       OK ] serial.team_vector_range_combined_reducers (0 ms)
3: [ RUN      ] serial.TeamThreadMDRangeParallelFor
3: [       OK ] serial.TeamThreadMDRangeParallelFor (3 ms)
3: [ RUN      ] serial.ThreadVectorMDRangeParallelFor
3: [       OK ] serial.ThreadVectorMDRangeParallelFor (2 ms)
3: [ RUN      ] serial.TeamVectorMDRangeParallelFor
3: [       OK ] serial.TeamVectorMDRangeParallelFor (2 ms)
3: [ RUN      ] serial.TeamThreadMDRangeParallelReduce
3: [       OK ] serial.TeamThreadMDRangeParallelReduce (8 ms)
3: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
3: [       OK ] serial.ThreadVectorMDRangeParallelReduce (7 ms)
3: [ RUN      ] serial.TeamVectorMDRangeParallelReduce
3: [       OK ] serial.TeamVectorMDRangeParallelReduce (8 ms)
3: [ RUN      ] serial.team_policy_runtime_parameters
3: [       OK ] serial.team_policy_runtime_parameters (0 ms)
3: [ RUN      ] serial.team_reduction_scan
3: [       OK ] serial.team_reduction_scan (33 ms)
3: [ RUN      ] serial.team_long_reduce
3: [       OK ] serial.team_long_reduce (88 ms)
3: [ RUN      ] serial.team_double_reduce
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
3: [       OK ] serial.team_double_reduce (38 ms)
3: [ RUN      ] serial.team_long_array_reduce
3: [       OK ] serial.team_long_array_reduce (93 ms)
3: [ RUN      ] serial.team_double_array_reduce
3: [       OK ] serial.team_double_array_reduce (67 ms)
3: [ RUN      ] serial.team_parallel_dummy_with_reducer_and_scratch_space
3: [       OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
3: [ RUN      ] serial.repeated_team_reduce
[ 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
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
3: [       OK ] serial.repeated_team_reduce (4257 ms)
3: [ RUN      ] serial.nested_team_reduce_functor_as_reducer
3: [       OK ] serial.nested_team_reduce_functor_as_reducer (0 ms)
3: [ RUN      ] serial.team_scan
3: [       OK ] serial.team_scan (102 ms)
3: [ RUN      ] serial.team_scan_ret_val
3: [       OK ] serial.team_scan_ret_val (92 ms)
3: [ RUN      ] serial.team_shared_request
3: [       OK ] serial.team_shared_request (28 ms)
3: [ RUN      ] serial.team_scratch_request
3: [       OK ] serial.team_scratch_request (2 ms)
3: [ RUN      ] serial.team_lambda_shared_request
3: [       OK ] serial.team_lambda_shared_request (25 ms)
3: [ RUN      ] serial.scratch_align
3: [       OK ] serial.scratch_align (0 ms)
3: [ RUN      ] serial.shmem_size
3: [       OK ] serial.shmem_size (0 ms)
3: [ RUN      ] serial.multi_level_scratch
3: [       OK ] serial.multi_level_scratch (2 ms)
3: [ RUN      ] serial.team_scratch_memory_index_parallel_for
3: [       OK ] serial.team_scratch_memory_index_parallel_for (0 ms)
3: [ RUN      ] serial.team_policy_max_recommended
3: [       OK ] serial.team_policy_max_recommended (1 ms)
3: [ RUN      ] serial.team_policy_minmax_scalar_without_plus_equal_k
3: [       OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
3: [ RUN      ] serial.team_teamvector_range
3: [       OK ] serial.team_teamvector_range (1 ms)
3: [ RUN      ] serial.timer
3: [       OK ] serial.timer (20 ms)
3: [ RUN      ] serial.unique_token_global
3: [       OK ] serial.unique_token_global (0 ms)
3: [ RUN      ] serial.unique_token_instance
3: [       OK ] serial.unique_token_instance (0 ms)
3: [ RUN      ] serial.unique_token_team_acquire
3: [       OK ] serial.unique_token_team_acquire (0 ms)
3: [ RUN      ] serial.view_api_a
3: [       OK ] serial.view_api_a (3 ms)
3: [ RUN      ] serial.view_layout_left_with_stride
3: [       OK ] serial.view_layout_left_with_stride (0 ms)
3: [ RUN      ] serial.view_layout_right_with_stride
3: [       OK ] serial.view_layout_right_with_stride (0 ms)
3: [ RUN      ] serial.view_api_b
3: [       OK ] serial.view_api_b (0 ms)
3: [ RUN      ] serial.view_api_c
3: [       OK ] serial.view_api_c (0 ms)
3: [ RUN      ] serial.view_api_d
3: [       OK ] serial.view_api_d (0 ms)
3: [ RUN      ] serial.view_remap
3: [       OK ] serial.view_remap (0 ms)
3: [ RUN      ] serial.view_mirror_nonconst
3: [       OK ] serial.view_mirror_nonconst (0 ms)
3: [ RUN      ] serial.view_stride_method
3: [       OK ] serial.view_stride_method (0 ms)
3: [ RUN      ] serial.anonymous_space
3: [       OK ] serial.anonymous_space (0 ms)
3: [ RUN      ] serial.view_overload_resolution
3: [       OK ] serial.view_overload_resolution (0 ms)
3: [ RUN      ] serial.view_allocation_large_rank
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
5: [       OK ] hip_DeathTest.view_memory_access_violations_from_device (60097 ms)
5: [----------] 19 tests from hip_DeathTest (115607 ms total)
5: 
5: [----------] 1 test from hip_graph_DeathTest
5: [ RUN      ] hip_graph_DeathTest.can_instantiate_only_once
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:181: Skipped
5: Preconditions are not checked.
5: [  SKIPPED ] hip_graph_DeathTest.can_instantiate_only_once (0 ms)
5: [----------] 1 test from hip_graph_DeathTest (0 ms total)
5: 
5: [----------] 2 tests from hip_managed_DeathTest
5: [ RUN      ] hip_managed_DeathTest.view_subview_wrong_extents
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSubView_a.hpp:81: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] hip_managed_DeathTest.view_subview_wrong_extents (0 ms)
5: [ RUN      ] hip_managed_DeathTest.view_subview_constructor_layout_compatibility
5: [       OK ] hip_managed_DeathTest.view_subview_constructor_layout_compatibility (2781 ms)
5: [----------] 2 tests from hip_managed_DeathTest (2781 ms total)
5: 
5: [----------] 340 tests from hip
5: [ RUN      ] hip.array_capacity
5: [       OK ] hip.array_capacity (0 ms)
5: [ RUN      ] hip.array_element_access
5: [       OK ] hip.array_element_access (0 ms)
5: [ RUN      ] hip.array_operator_equal
5: [       OK ] hip.array_operator_equal (0 ms)
5: [ RUN      ] hip.array_zero_capacity
5: [       OK ] hip.array_zero_capacity (0 ms)
5: [ RUN      ] hip.array_zero_data_nullptr
5: [       OK ] hip.array_zero_data_nullptr (0 ms)
5: [ RUN      ] hip.array_contiguous_capacity
5: [       OK ] hip.array_contiguous_capacity (0 ms)
5: [ RUN      ] hip.array_contiguous_element_access
5: [       OK ] hip.array_contiguous_element_access (0 ms)
5: [ RUN      ] hip.array_contiguous_assignment
5: [       OK ] hip.array_contiguous_assignment (0 ms)
5: [ RUN      ] hip.array_strided_capacity
5: [       OK ] hip.array_strided_capacity (0 ms)
5: [ RUN      ] hip.array_strided_element_access
5: [       OK ] hip.array_strided_element_access (0 ms)
5: [ RUN      ] hip.array_strided_assignment
5: [       OK ] hip.array_strided_assignment (0 ms)
5: [ RUN      ] hip.atomic_operations_complexdouble
5: [       OK ] hip.atomic_operations_complexdouble (11 ms)
5: [ RUN      ] hip.atomic_operations_complexfloat
5: [       OK ] hip.atomic_operations_complexfloat (8 ms)
5: [ RUN      ] hip.atomic_operations_double
5: [       OK ] hip.atomic_operations_double (12 ms)
5: [ RUN      ] hip.atomic_operations_float
5: [       OK ] hip.atomic_operations_float (10 ms)
5: [ RUN      ] hip.atomic_operations_int8
5: [       OK ] hip.atomic_operations_int8 (29 ms)
5: [ RUN      ] hip.atomic_operations_int16
5: [       OK ] hip.atomic_operations_int16 (29 ms)
5: [ RUN      ] hip.atomic_operations_int
5: [       OK ] hip.atomic_operations_int (28 ms)
5: [ RUN      ] hip.atomic_operations_long
5: [       OK ] hip.atomic_operations_long (29 ms)
5: [ RUN      ] hip.atomic_operations_longlong
5: [       OK ] hip.atomic_operations_longlong (29 ms)
5: [ RUN      ] hip.atomic_shared
5: [       OK ] hip.atomic_shared (0 ms)
5: [ RUN      ] hip.atomic_operations_unsigned
5: [       OK ] hip.atomic_operations_unsigned (23 ms)
5: [ RUN      ] hip.atomic_operations_unsignedlong
5: [       OK ] hip.atomic_operations_unsignedlong (24 ms)
5: [ RUN      ] hip.atomics
5: [       OK ] hip.atomics (280 ms)
5: [ RUN      ] hip.atomics_tpetra_max_abs
5: [       OK ] hip.atomics_tpetra_max_abs (0 ms)
5: [ RUN      ] hip.atomic_views_integral
5: [       OK ] hip.atomic_views_integral (18 ms)
5: [ RUN      ] hip.atomic_views_nonintegral
3: [       OK ] serial.view_allocation_large_rank (4762 ms)
3: [ RUN      ] serial.view_shmem_size_on_device
3: [       OK ] serial.view_shmem_size_on_device (0 ms)
3: [ RUN      ] serial.view_is_assignable
3: [       OK ] serial.view_is_assignable (0 ms)
3: [ RUN      ] serial.view_bad_alloc
3: [       OK ] serial.view_bad_alloc (0 ms)
3: [ RUN      ] serial.view_copy_tests
3: [       OK ] serial.view_copy_tests (3 ms)
3: [ RUN      ] serial.view_copy_tests_rank_0
3: [       OK ] serial.view_copy_tests_rank_0 (0 ms)
3: [ RUN      ] serial.view_copy_degenerated
3: [       OK ] serial.view_copy_degenerated (0 ms)
3: [ RUN      ] serial.view_fill_tests_layout_right
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
3: [       OK ] serial.view_fill_tests_layout_right (3119 ms)
3: [ RUN      ] serial.view_fill_tests_layout_left
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 60%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
3: [       OK ] serial.view_fill_tests_layout_left (3415 ms)
3: [ RUN      ] serial.vcp_empty_traits
3: [       OK ] serial.vcp_empty_traits (0 ms)
3: [ RUN      ] serial.is_view_label
3: [       OK ] serial.is_view_label (0 ms)
3: [ RUN      ] serial.vcp_label_base_traits
3: [       OK ] serial.vcp_label_base_traits (0 ms)
3: [ RUN      ] serial.vcp_label_traits
3: [       OK ] serial.vcp_label_traits (0 ms)
3: [ RUN      ] serial.view_alloc_can_perfect_forward_label
3: [       OK ] serial.view_alloc_can_perfect_forward_label (0 ms)
3: [ RUN      ] serial.vcp_label_copy_constructor
3: [       OK ] serial.vcp_label_copy_constructor (0 ms)
3: [ RUN      ] serial.vcp_pointer_add_property
3: [       OK ] serial.vcp_pointer_add_property (0 ms)
3: [ RUN      ] serial.view_empty_runtime_unmanaged
3: [       OK ] serial.view_empty_runtime_unmanaged (0 ms)
3: [ RUN      ] serial.view_layoutstride_left_to_layoutleft_assignment
3: [       OK ] serial.view_layoutstride_left_to_layoutleft_assignment (38 ms)
3: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
3: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (38 ms)
3: [ RUN      ] serial.view_mapping
3: [       OK ] serial.view_mapping (60 ms)
3: [ RUN      ] serial.view_mapping_operator
3: [       OK ] serial.view_mapping_operator (3 ms)
3: [ RUN      ] serial.static_extent
3: [       OK ] serial.static_extent (0 ms)
3: [ RUN      ] serial.view_mapping_atomic
3: [       OK ] serial.view_mapping_atomic (0 ms)
3: [ RUN      ] serial.view_mapping_class_value
3: [       OK ] serial.view_mapping_class_value (0 ms)
3: [ RUN      ] serial.view_mapping_assignable
3: [       OK ] serial.view_mapping_assignable (0 ms)
3: [ RUN      ] serial.view_mapping_trivially_copyable
3: [       OK ] serial.view_mapping_trivially_copyable (0 ms)
3: [ RUN      ] serial.view_mapping_subview
3: [       OK ] serial.view_mapping_subview (0 ms)
3: [ RUN      ] serial.view_nested_view
3: [       OK ] serial.view_nested_view (0 ms)
3: [ RUN      ] serial.view_of_views_default
3: [       OK ] serial.view_of_views_default (0 ms)
3: [ RUN      ] serial.view_of_views_without_initializing
3: [       OK ] serial.view_of_views_without_initializing (0 ms)
3: [ RUN      ] serial.test_view_of_views_sequential_host_init
3: [       OK ] serial.test_view_of_views_sequential_host_init (0 ms)
3: [ RUN      ] serial.append_formatted_multidimensional_index
3: [       OK ] serial.append_formatted_multidimensional_index (0 ms)
3: [ RUN      ] serial.view_resize
3: [       OK ] serial.view_resize (3 ms)
3: [ RUN      ] serial.view_realloc
3: [       OK ] serial.view_realloc (0 ms)
3: [ RUN      ] serial.workgraph_fib
3: [       OK ] serial.workgraph_fib (119 ms)
3: [ RUN      ] serial.resize_realloc_no_init
3: [       OK ] serial.resize_realloc_no_init (0 ms)
3: [ RUN      ] serial.resize_realloc_no_alloc
3: [       OK ] serial.resize_realloc_no_alloc (0 ms)
3: [ RUN      ] serial.realloc_exec_space
3: [       OK ] serial.realloc_exec_space (0 ms)
3: [ RUN      ] serial.view_alloc
3: [       OK ] serial.view_alloc (0 ms)
3: [ RUN      ] serial.view_alloc_exec_space
3: [       OK ] serial.view_alloc_exec_space (0 ms)
3: [ RUN      ] serial.view_alloc_int
3: [       OK ] serial.view_alloc_int (0 ms)
3: [ RUN      ] serial.view_alloc_exec_space_int
3: [       OK ] serial.view_alloc_exec_space_int (0 ms)
3: [ RUN      ] serial.deep_copy_zero_memset
3: [       OK ] serial.deep_copy_zero_memset (0 ms)
3: [ RUN      ] serial.resize_exec_space
3: [       OK ] serial.resize_exec_space (0 ms)
3: [ RUN      ] serial.view_allocation_int
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestWithoutInitializing.hpp:305: Skipped
3: skipping since the fence checked for isn't necessary
3: [  SKIPPED ] serial.view_allocation_int (0 ms)
3: [ RUN      ] serial.view_allocation_exec_space_int
3: [       OK ] serial.view_allocation_exec_space_int (0 ms)
3: [ RUN      ] serial.view_not_default_constructible
3: [       OK ] serial.view_not_default_constructible (0 ms)
3: [ RUN      ] serial.view_subview_auto_1d_left
3: [       OK ] serial.view_subview_auto_1d_left (0 ms)
3: [ RUN      ] serial.view_subview_auto_1d_right
3: [       OK ] serial.view_subview_auto_1d_right (0 ms)
3: [ RUN      ] serial.view_subview_auto_1d_stride
3: [       OK ] serial.view_subview_auto_1d_stride (0 ms)
3: [ RUN      ] serial.view_subview_assign_strided
3: [       OK ] serial.view_subview_assign_strided (0 ms)
3: [ RUN      ] serial.view_subview_left_0
3: [       OK ] serial.view_subview_left_0 (0 ms)
3: [ RUN      ] serial.view_subview_left_1
3: [       OK ] serial.view_subview_left_1 (0 ms)
3: [ RUN      ] serial.view_subview_left_2
3: [       OK ] serial.view_subview_left_2 (0 ms)
3: [ RUN      ] serial.view_subview_left_3
3: [       OK ] serial.view_subview_left_3 (0 ms)
3: [ RUN      ] serial.view_subview_right_0
3: [       OK ] serial.view_subview_right_0 (0 ms)
3: [ RUN      ] serial.view_subview_right_1
3: [       OK ] serial.view_subview_right_1 (0 ms)
3: [ RUN      ] serial.view_subview_right_3
3: [       OK ] serial.view_subview_right_3 (0 ms)
3: [ RUN      ] serial.view_static_tests
3: [       OK ] serial.view_static_tests (0 ms)
3: [ RUN      ] serial.view_subview_layoutleft_to_layoutleft
3: [       OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms)
3: [ RUN      ] serial.view_subview_layoutright_to_layoutright
3: [       OK ] serial.view_subview_layoutright_to_layoutright (0 ms)
3: [ RUN      ] serial.view_subview_1d_assign
3: [       OK ] serial.view_subview_1d_assign (0 ms)
3: [ RUN      ] serial.view_subview_1d_assign_atomic
3: [       OK ] serial.view_subview_1d_assign_atomic (0 ms)
3: [ RUN      ] serial.view_subview_1d_assign_randomaccess
3: [       OK ] serial.view_subview_1d_assign_randomaccess (0 ms)
3: [ RUN      ] serial.view_subview_2d_from_3d
3: [       OK ] serial.view_subview_2d_from_3d (2 ms)
3: [ RUN      ] serial.view_subview_2d_from_3d_atomic
3: [       OK ] serial.view_subview_2d_from_3d_atomic (2 ms)
3: [ RUN      ] serial.view_subview_2d_from_3d_randomaccess
3: [       OK ] serial.view_subview_2d_from_3d_randomaccess (2 ms)
3: [ RUN      ] serial.view_subview_3d_from_5d_left
3: [       OK ] serial.view_subview_3d_from_5d_left (41 ms)
3: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
3: [       OK ] serial.view_subview_3d_from_5d_left_atomic (41 ms)
3: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
3: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (41 ms)
3: [ RUN      ] serial.view_subview_3d_from_5d_right
3: [       OK ] serial.view_subview_3d_from_5d_right (124 ms)
3: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
3: [       OK ] serial.view_subview_3d_from_5d_right_atomic (124 ms)
3: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
3: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (124 ms)
3: [ RUN      ] serial.view_test_unmanaged_subview_reset
3: [       OK ] serial.view_test_unmanaged_subview_reset (0 ms)
3: [ RUN      ] serial.view_subview_memory_traits_construction
3: [       OK ] serial.view_subview_memory_traits_construction (0 ms)
3: [----------] 137 tests from serial (17944 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 147 tests from 2 test suites ran. (18020 ms total)
3: [  PASSED  ] 139 tests.
3: [  SKIPPED ] 8 tests, listed below:
3: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn
3: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat
3: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix
3: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents
3: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host
3: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device
3: [  SKIPPED ] serial_DeathTest.view_subview_wrong_extents
3: [  SKIPPED ] serial.view_allocation_int
 3/51 Test  #3: Kokkos_CoreUnitTest_Serial2 ................................   Passed   18.03 sec
test 4
      Start  4: Kokkos_CoreUnitTest_Default

4: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Default
4: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
4: Test timeout computed to be: 1500
4: [==========] Running 59 tests from 41 test suites.
4: [----------] Global test environment set-up.
4: [----------] 19 tests from defaultdevicetype
4: [ RUN      ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free
4: [       OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms)
4: [ RUN      ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free
4: [       OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms)
4: [ RUN      ] defaultdevicetype.shared_space
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSharedSpace.cpp:105: Skipped
4: Skipping as host and device are the same space
4: [  SKIPPED ] defaultdevicetype.shared_space (0 ms)
4: [ RUN      ] defaultdevicetype.shared_host_pinned_space
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSharedHostPinnedSpace.cpp:65: Skipped
4: Skipping as host and device are the same space
4: [  SKIPPED ] defaultdevicetype.shared_host_pinned_space (0 ms)
4: [ RUN      ] defaultdevicetype.compiler_macros
4: [       OK ] defaultdevicetype.compiler_macros (0 ms)
4: [ RUN      ] defaultdevicetype.half_conversion
4: [       OK ] defaultdevicetype.half_conversion (0 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: [ RUN      ] defaultdevicetype.reduce_instantiation_a1
4: [       OK ] defaultdevicetype.reduce_instantiation_a1 (0 ms)
4: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
4: [       OK ] defaultdevicetype.reduce_instantiation_b1 (0 ms)
4: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
4: [       OK ] defaultdevicetype.reduce_instantiation_c1 (0 ms)
4: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
4: [       OK ] defaultdevicetype.reduce_instantiation_a2 (0 ms)
4: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
4: [       OK ] defaultdevicetype.reduce_instantiation_b2 (0 ms)
4: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
4: [       OK ] defaultdevicetype.reduce_instantiation_c2 (0 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 (1 ms)
4: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
4: [       OK ] defaultdevicetype.reduce_instantiation_c3 (0 ms)
4: [----------] 19 tests from defaultdevicetype (6 ms total)
4: 
4: [----------] 1 test from kokkosresize
4: [ RUN      ] kokkosresize.host_space_access
4: [       OK ] kokkosresize.host_space_access (5 ms)
4: [----------] 1 test from kokkosresize (5 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: [==========] 59 tests from 41 test suites ran. (12 ms total)
4: [  PASSED  ] 57 tests.
4: [  SKIPPED ] 2 tests, listed below:
4: [  SKIPPED ] defaultdevicetype.shared_space
4: [  SKIPPED ] defaultdevicetype.shared_host_pinned_space
 4/51 Test  #4: Kokkos_CoreUnitTest_Default ................................   Passed    0.02 sec
test 5
      Start  5: Kokkos_CoreUnitTest_InitializeFinalize

5: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize
5: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
5: Test timeout computed to be: 1500
5: [==========] Running 30 tests from 7 test suites.
5: [----------] Global test environment set-up.
5: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest
5: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views
5: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (6 ms)
5: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views
5: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (9 ms)
5: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management
5: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (11 ms)
5: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (27 ms total)
5: 
5: [----------] 4 tests from InitializeFinalize_DeathTest
5: [ RUN      ] InitializeFinalize_DeathTest.initialize
5: [       OK ] InitializeFinalize_DeathTest.initialize (5 ms)
5: [ RUN      ] InitializeFinalize_DeathTest.finalize
5: [       OK ] InitializeFinalize_DeathTest.finalize (5 ms)
5: [ RUN      ] InitializeFinalize_DeathTest.is_initialized
5: [       OK ] InitializeFinalize_DeathTest.is_initialized (1 ms)
5: [ RUN      ] InitializeFinalize_DeathTest.is_finalized
5: [       OK ] InitializeFinalize_DeathTest.is_finalized (1 ms)
5: [----------] 4 tests from InitializeFinalize_DeathTest (13 ms total)
5: 
5: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest
5: [ RUN      ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early
5: [       OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (1 ms)
5: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (1 ms total)
5: 
5: [----------] 1 test from Legion_DeathTest
5: [ RUN      ] Legion_DeathTest.individual_backend_initialization
5: [       OK ] Legion_DeathTest.individual_backend_initialization (1 ms)
5: [----------] 1 test from Legion_DeathTest (1 ms total)
5: 
5: [----------] 2 tests from PushFinalizeHook_DeathTest
5: [ RUN      ] PushFinalizeHook_DeathTest.called_in_reverse_order
5: [       OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (1 ms)
5: [ RUN      ] PushFinalizeHook_DeathTest.terminate_on_throw
5: [       OK ] PushFinalizeHook_DeathTest.terminate_on_throw (1 ms)
5: [----------] 2 tests from PushFinalizeHook_DeathTest (2 ms total)
5: 
5: [----------] 6 tests from ScopeGuard_DeathTest
5: [ RUN      ] ScopeGuard_DeathTest.create
5: [       OK ] ScopeGuard_DeathTest.create (1 ms)
5: [ RUN      ] ScopeGuard_DeathTest.create_argument
5: [       OK ] ScopeGuard_DeathTest.create_argument (1 ms)
5: [ RUN      ] ScopeGuard_DeathTest.create_while_initialize
5: [       OK ] ScopeGuard_DeathTest.create_while_initialize (1 ms)
5: [ RUN      ] ScopeGuard_DeathTest.create_after_initialize
5: [       OK ] ScopeGuard_DeathTest.create_after_initialize (1 ms)
5: [ RUN      ] ScopeGuard_DeathTest.create_after_finalize
5: [       OK ] ScopeGuard_DeathTest.create_after_finalize (1 ms)
5: [ RUN      ] ScopeGuard_DeathTest.destroy_after_finalize
5: [       OK ] ScopeGuard_DeathTest.destroy_after_finalize (1 ms)
5: [----------] 6 tests from ScopeGuard_DeathTest (9 ms total)
5: 
5: [----------] 13 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: [       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: [----------] 13 tests from defaultdevicetype (0 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 30 tests from 7 test suites ran. (56 ms total)
5: [  PASSED  ] 30 tests.
 5/51 Test  #5: Kokkos_CoreUnitTest_InitializeFinalize .....................   Passed    0.06 sec
test 6
      Start  6: Kokkos_CoreUnitTest_Develop

6: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Develop
6: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
6: Test timeout computed to be: 1500
6: [==========] Running 1 test from 1 test suite.
6: [----------] Global test environment set-up.
6: [----------] 1 test from defaultdevicetype
6: [ RUN      ] defaultdevicetype.development_test
6: [       OK ] defaultdevicetype.development_test (0 ms)
6: [----------] 1 test from defaultdevicetype (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/51 Test  #6: Kokkos_CoreUnitTest_Develop ................................   Passed    0.00 sec
test 7
      Start  7: Kokkos_CoreUnitTest_KokkosP

7: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP
7: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
7: Test timeout computed to be: 1500
7: [==========] Running 31 tests from 1 test suite.
7: [----------] Global test environment set-up.
7: [----------] 31 tests from kokkosp
7: [ RUN      ] kokkosp.test_named_instance_fence
7: [       OK ] kokkosp.test_named_instance_fence (0 ms)
7: [ RUN      ] kokkosp.test_unnamed_instance_fence
7: [       OK ] kokkosp.test_unnamed_instance_fence (0 ms)
7: [ RUN      ] kokkosp.test_named_global_fence
7: [       OK ] kokkosp.test_named_global_fence (0 ms)
7: [ RUN      ] kokkosp.test_unnamed_global_fence
7: [       OK ] kokkosp.test_unnamed_global_fence (0 ms)
7: [ RUN      ] kokkosp.test_multiple_default_instances
7: [       OK ] kokkosp.test_multiple_default_instances (0 ms)
7: [ RUN      ] kokkosp.test_id_gen
7: [       OK ] kokkosp.test_id_gen (0 ms)
7: [ RUN      ] kokkosp.test_kernel_sequence
7: [       OK ] kokkosp.test_kernel_sequence (0 ms)
7: [ RUN      ] kokkosp.async_deep_copy
7: [       OK ] kokkosp.async_deep_copy (0 ms)
7: [ RUN      ] kokkosp.parallel_for
7: [       OK ] kokkosp.parallel_for (0 ms)
7: [ RUN      ] kokkosp.parallel_reduce
7: [       OK ] kokkosp.parallel_reduce (0 ms)
7: [ RUN      ] kokkosp.parallel_scan
7: [       OK ] kokkosp.parallel_scan (0 ms)
7: [ RUN      ] kokkosp.parallel_scan_no_fence
7: [       OK ] kokkosp.parallel_scan_no_fence (0 ms)
7: [ RUN      ] kokkosp.parallel_scan_no_fence_view
7: [       OK ] kokkosp.parallel_scan_no_fence_view (0 ms)
7: [ RUN      ] kokkosp.regions
7: [       OK ] kokkosp.regions (0 ms)
7: [ RUN      ] kokkosp.fences
7: [       OK ] kokkosp.fences (0 ms)
7: [ RUN      ] kokkosp.raw_allocation
7: [       OK ] kokkosp.raw_allocation (0 ms)
7: [ RUN      ] kokkosp.view
7: [       OK ] kokkosp.view (0 ms)
7: [ RUN      ] kokkosp.sections
7: [       OK ] kokkosp.sections (0 ms)
7: [ RUN      ] kokkosp.metadata
7: [       OK ] kokkosp.metadata (0 ms)
7: [ RUN      ] kokkosp.profile_events
7: [       OK ] kokkosp.profile_events (0 ms)
7: [ RUN      ] kokkosp.no_init_kernel
7: [       OK ] kokkosp.no_init_kernel (0 ms)
7: [ RUN      ] kokkosp.get_events
7: [       OK ] kokkosp.get_events (0 ms)
7: [ RUN      ] kokkosp.kernel_name_parallel_for
7: [       OK ] kokkosp.kernel_name_parallel_for (0 ms)
7: [ RUN      ] kokkosp.kernel_name_parallel_reduce
7: [       OK ] kokkosp.kernel_name_parallel_reduce (0 ms)
7: [ RUN      ] kokkosp.kernel_name_parallel_scan
7: [       OK ] kokkosp.kernel_name_parallel_scan (0 ms)
7: [ RUN      ] kokkosp.kernel_name_internal
7: [       OK ] kokkosp.kernel_name_internal (0 ms)
7: [ RUN      ] kokkosp.profiling_section
7: [       OK ] kokkosp.profiling_section (0 ms)
7: [ RUN      ] kokkosp.scoped_profile_region
7: [       OK ] kokkosp.scoped_profile_region (0 ms)
7: [ RUN      ] kokkosp.create_mirror_no_init
7: [       OK ] kokkosp.create_mirror_no_init (0 ms)
7: [ RUN      ] kokkosp.create_mirror_no_init_view_ctor
7: [       OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms)
7: [ RUN      ] kokkosp.create_mirror_view_and_copy
7: [       OK ] kokkosp.create_mirror_view_and_copy (0 ms)
7: [----------] 31 tests from kokkosp (0 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 31 tests from 1 test suite ran. (0 ms total)
7: [  PASSED  ] 31 tests.
 7/51 Test  #7: Kokkos_CoreUnitTest_KokkosP ................................   Passed    0.00 sec
test 8
      Start  8: Kokkos_CoreUnitTest_ToolIndependence

8: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence
8: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
8: Test timeout computed to be: 1500
 8/51 Test  #8: Kokkos_CoreUnitTest_ToolIndependence .......................   Passed    0.00 sec
test 9
      Start  9: Kokkos_ProfilingTestLibraryLoadHelp

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

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

11: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
11: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
11: Environment variables: 
11:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkosprinter-tool.so
11: Test timeout computed to be: 1500
11: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize().
11: 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:Serial::kokkosp_declare_metadata:GPU architecture:none::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:fd8da8299519d7ecde91a1c11a3ac8469ce29cac::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1914::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM: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.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x5650164d7e40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x5650164d8000:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x5650164d8080:Host:source:0x5650164d7ec0: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:0x5650164d8180: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:0x5650164d8000:40::kokkosp_deallocate_data:Host:source:0x5650164d7e40:40::kokkosp_finalize_library::
11/51 Test #11: Kokkos_ProfilingTestLibraryLoad ............................   Passed    0.00 sec
test 12
      Start 12: Kokkos_ProfilingTestLibraryCmdLine

12: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkosprinter-tool.so"
12: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
12: Test timeout computed to be: 1500
12: 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:Serial::kokkosp_declare_metadata:GPU architecture:none::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:fd8da8299519d7ecde91a1c11a3ac8469ce29cac::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1914::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM: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.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x55fe93d0fe40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x55fe93d10000:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x55fe93d10080:Host:source:0x55fe93d0fec0: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:0x55fe93d10180: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:0x55fe93d10000:40::kokkosp_deallocate_data:Host:source:0x55fe93d0fe40:40::kokkosp_finalize_library::
12/51 Test #12: Kokkos_ProfilingTestLibraryCmdLine .........................   Passed    0.00 sec
test 13
      Start 13: Kokkos_CoreUnitTest_StackTraceTest

13: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec
13: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
13: Test timeout computed to be: 1500
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: Top of f1
13: Top of f0
13: Top of f0
13: test_f1:
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55c68fbe8c12]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55c68fb87b00]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x55c68fb83826]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xeb) [0x55c68fb8547b]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x55c68fbbe4b9]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x55c68fb957e0]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x55c68fb96b59]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x55c68fb97498]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x55c68fba7b8d]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x55c68fbbf369]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55c68fba7713]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55c68fb859a0]
13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7f2336b6924a]
13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7f2336b69305]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x55c68fb83691]
13:  
13: demangled test_f1:
13: [0x55c68fbe8c12] Kokkos::Impl::save_stacktrace()
13: [0x55c68fb87b00] Test::stacktrace_test_f1(std::ostream&)
13: [0x55c68fb83826] Test::test_stacktrace(bool, bool)
13: [0x55c68fb8547b] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
13: [0x55c68fbbe4b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
13: [0x55c68fb957e0] testing::Test::Run()
13: [0x55c68fb96b59] testing::TestInfo::Run()
13: [0x55c68fb97498] testing::TestSuite::Run()
13: [0x55c68fba7b8d] testing::internal::UnitTestImpl::RunAllTests()
13: [0x55c68fbbf369] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
13: [0x55c68fba7713] testing::UnitTest::Run()
13: [0x55c68fb859a0] main
13: [0x7f2336b6924a] 
13: [0x7f2336b69305] __libc_start_main
13: [0x55c68fb83691] _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-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55c68fbe8c12]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55c68fb87b00]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x55c68fb87cc4]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2f9) [0x55c68fb83af9]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xeb) [0x55c68fb8547b]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x55c68fbbe4b9]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x55c68fb957e0]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x55c68fb96b59]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x55c68fb97498]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x55c68fba7b8d]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x55c68fbbf369]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55c68fba7713]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55c68fb859a0]
13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7f2336b6924a]
13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7f2336b69305]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x55c68fb83691]
13:  
13: demangled test_f3:
13: [0x55c68fbe8c12] Kokkos::Impl::save_stacktrace()
13: [0x55c68fb87b00] Test::stacktrace_test_f1(std::ostream&)
13: [0x55c68fb87cc4] Test::stacktrace_test_f3(std::ostream&, int)
13: [0x55c68fb83af9] Test::test_stacktrace(bool, bool)
13: [0x55c68fb8547b] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
13: [0x55c68fbbe4b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
13: [0x55c68fb957e0] testing::Test::Run()
13: [0x55c68fb96b59] testing::TestInfo::Run()
13: [0x55c68fb97498] testing::TestSuite::Run()
13: [0x55c68fba7b8d] testing::internal::UnitTestImpl::RunAllTests()
13: [0x55c68fbbf369] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
13: [0x55c68fba7713] testing::UnitTest::Run()
13: [0x55c68fb859a0] main
13: [0x7f2336b6924a] 
13: [0x7f2336b69305] __libc_start_main
13: [0x55c68fb83691] _start
13:  
13: Test setting std::terminate handler that prints the last saved stack trace
13: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (4 ms)
13: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
13: Top of f1
13: Top of f0
13: Top of f0
13: test_f1:
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55f6ba443c12]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55f6ba3e2b00]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x55f6ba3de826]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xe8) [0x55f6ba3e0768]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x55f6ba4194b9]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x55f6ba3f07e0]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x55f6ba3f1b59]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x55f6ba3f2498]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x55f6ba402b8d]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x55f6ba41a369]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55f6ba402713]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55f6ba3e09a0]
13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7fe5641f324a]
13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7fe5641f3305]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x55f6ba3de691]
13:  
13: demangled test_f1:
13: [0x55f6ba443c12] Kokkos::Impl::save_stacktrace()
13: [0x55f6ba3e2b00] Test::stacktrace_test_f1(std::ostream&)
13: [0x55f6ba3de826] Test::test_stacktrace(bool, bool)
13: [0x55f6ba3e0768] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
13: [0x55f6ba4194b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
13: [0x55f6ba3f07e0] testing::Test::Run()
13: [0x55f6ba3f1b59] testing::TestInfo::Run()
13: [0x55f6ba3f2498] testing::TestSuite::Run()
13: [0x55f6ba402b8d] testing::internal::UnitTestImpl::RunAllTests()
13: [0x55f6ba41a369] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
13: [0x55f6ba402713] testing::UnitTest::Run()
13: [0x55f6ba3e09a0] main
13: [0x7fe5641f324a] 
13: [0x7fe5641f3305] __libc_start_main
13: [0x55f6ba3de691] _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-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55f6ba443c12]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55f6ba3e2b00]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x55f6ba3e2cc4]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2f9) [0x55f6ba3deaf9]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xe8) [0x55f6ba3e0768]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x55f6ba4194b9]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x55f6ba3f07e0]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x55f6ba3f1b59]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x55f6ba3f2498]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x55f6ba402b8d]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x55f6ba41a369]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55f6ba402713]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55f6ba3e09a0]
13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7fe5641f324a]
13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7fe5641f3305]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x55f6ba3de691]
13:  
13: demangled test_f3:
13: [0x55f6ba443c12] Kokkos::Impl::save_stacktrace()
13: [0x55f6ba3e2b00] Test::stacktrace_test_f1(std::ostream&)
13: [0x55f6ba3e2cc4] Test::stacktrace_test_f3(std::ostream&, int)
13: [0x55f6ba3deaf9] Test::test_stacktrace(bool, bool)
13: [0x55f6ba3e0768] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
13: [0x55f6ba4194b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
13: [0x55f6ba3f07e0] testing::Test::Run()
13: [0x55f6ba3f1b59] testing::TestInfo::Run()
13: [0x55f6ba3f2498] testing::TestSuite::Run()
13: [0x55f6ba402b8d] testing::internal::UnitTestImpl::RunAllTests()
13: [0x55f6ba41a369] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
13: [0x55f6ba402713] testing::UnitTest::Run()
13: [0x55f6ba3e09a0] main
13: [0x7fe5641f324a] 
13: [0x7fe5641f3305] __libc_start_main
13: [0x55f6ba3de691] _start
13:  
13: Test setting std::terminate handler that prints the last saved stack trace
13: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (2 ms)
13: [----------] 2 tests from defaultdevicetype_DeathTest (6 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-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5613c86b7c12]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x5613c8656b00]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x5613c8652826]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x5613c868d4b9]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x5613c86647e0]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x5613c8665b59]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x5613c8666498]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x5613c8676b8d]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x5613c868e369]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5613c8676713]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x5613c86549a0]
13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7fccfbe0024a]
13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7fccfbe00305]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x5613c8652691]
13:  
13: demangled test_f1:
13: [0x5613c86b7c12] Kokkos::Impl::save_stacktrace()
13: [0x5613c8656b00] Test::stacktrace_test_f1(std::ostream&)
13: [0x5613c8652826] Test::test_stacktrace(bool, bool)
13: [0x5613c868d4b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
13: [0x5613c86647e0] testing::Test::Run()
13: [0x5613c8665b59] testing::TestInfo::Run()
13: [0x5613c8666498] testing::TestSuite::Run()
13: [0x5613c8676b8d] testing::internal::UnitTestImpl::RunAllTests()
13: [0x5613c868e369] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
13: [0x5613c8676713] testing::UnitTest::Run()
13: [0x5613c86549a0] main
13: [0x7fccfbe0024a] 
13: [0x7fccfbe00305] __libc_start_main
13: [0x5613c8652691] _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-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5613c86b7c12]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x5613c8656b00]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x5613c8656cc4]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2f9) [0x5613c8652af9]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x5613c868d4b9]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x5613c86647e0]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x5613c8665b59]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x5613c8666498]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x5613c8676b8d]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x5613c868e369]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5613c8676713]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x5613c86549a0]
13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7fccfbe0024a]
13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7fccfbe00305]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x5613c8652691]
13:  
13: demangled test_f3:
13: [0x5613c86b7c12] Kokkos::Impl::save_stacktrace()
13: [0x5613c8656b00] Test::stacktrace_test_f1(std::ostream&)
13: [0x5613c8656cc4] Test::stacktrace_test_f3(std::ostream&, int)
13: [0x5613c8652af9] Test::test_stacktrace(bool, bool)
13: [0x5613c868d4b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
13: [0x5613c86647e0] testing::Test::Run()
13: [0x5613c8665b59] testing::TestInfo::Run()
13: [0x5613c8666498] testing::TestSuite::Run()
13: [0x5613c8676b8d] testing::internal::UnitTestImpl::RunAllTests()
13: [0x5613c868e369] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
13: [0x5613c8676713] testing::UnitTest::Run()
13: [0x5613c86549a0] main
13: [0x7fccfbe0024a] 
13: [0x7fccfbe00305] __libc_start_main
13: [0x5613c8652691] _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. (7 ms total)
13: [  PASSED  ] 3 tests.
13/51 Test #13: Kokkos_CoreUnitTest_StackTraceTest .........................   Passed    0.24 sec
test 14
      Start 14: Kokkos_IncrementalTest_SERIAL

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

15: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice
15: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
15: Test timeout computed to be: 1500
15: [==========] Running 8 tests from 2 test suites.
15: [----------] Global test environment set-up.
15: [----------] 5 tests from ctest_environment_DeathTest
15: [ RUN      ] ctest_environment_DeathTest.invalid_rank
15: [       OK ] ctest_environment_DeathTest.invalid_rank (2 ms)
15: [ RUN      ] ctest_environment_DeathTest.no_type_str
15: [       OK ] ctest_environment_DeathTest.no_type_str (1 ms)
15: [ RUN      ] ctest_environment_DeathTest.missing_type
15: [       OK ] ctest_environment_DeathTest.missing_type (4 ms)
15: [ RUN      ] ctest_environment_DeathTest.no_id_str
15: [       OK ] ctest_environment_DeathTest.no_id_str (1 ms)
15: [ RUN      ] ctest_environment_DeathTest.invalid_id_str
15: [       OK ] ctest_environment_DeathTest.invalid_id_str (3 ms)
15: [----------] 5 tests from ctest_environment_DeathTest (14 ms total)
15: 
15: [----------] 3 tests from ctest_environment
15: [ RUN      ] ctest_environment.no_device_type
15: [       OK ] ctest_environment.no_device_type (0 ms)
15: [ RUN      ] ctest_environment.no_process_count
15: [       OK ] ctest_environment.no_process_count (0 ms)
15: [ RUN      ] ctest_environment.good
15: [       OK ] ctest_environment.good (0 ms)
15: [----------] 3 tests from ctest_environment (0 ms total)
15: 
15: [----------] Global test environment tear-down
15: [==========] 8 tests from 2 test suites ran. (14 ms total)
15: [  PASSED  ] 8 tests.
15/51 Test #15: Kokkos_CoreUnitTest_CTestDevice ............................   Passed    0.02 sec
test 16
      Start 16: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

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

17: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
17: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
17: Test timeout computed to be: 1500
17: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument
17/51 Test #17: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ......   Passed    0.00 sec
test 18
      Start 18: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs

18: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1"
18: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
18: Test timeout computed to be: 1500
18/51 Test #18: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs .....   Passed    0.00 sec
test 19
      Start 19: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment

19: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
19: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
19: Environment variables: 
19:  KOKKOS_TEST_TRIBITS_COMPATIBILITY=1
19: Test timeout computed to be: 1500
19/51 Test #19: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ...   Passed    0.00 sec
test 20
      Start 20: Kokkos_CoreUnitTest_DeviceAndThreads

20: Test command: /usr/bin/python3.11 "/var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/TestDeviceAndThreads.py" "-v"
20: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
20: Test timeout computed to be: 1500
20: test_device_id (__main__.KokkosInitializationTestCase.test_device_id) ... skipped 'no device backend enabled'
20: test_disable_warnings (__main__.KokkosInitializationTestCase.test_disable_warnings) ... ok
20: test_num_devices (__main__.KokkosInitializationTestCase.test_num_devices) ... skipped 'no device backend enabled'
20: test_num_threads (__main__.KokkosInitializationTestCase.test_num_threads) ... skipped 'no host parallel backend enabled'
20: test_tune_internals (__main__.KokkosInitializationTestCase.test_tune_internals) ... ok
20: 
20: ----------------------------------------------------------------------
20: Ran 5 tests in 0.014s
20: 
20: OK (skipped=3)
20/51 Test #20: Kokkos_CoreUnitTest_DeviceAndThreads .......................   Passed    0.08 sec
test 21
      Start 21: Kokkos_PerformanceTest_Benchmark

21: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-09-11_T05-14-39.json"
21: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test
21: Test timeout computed to be: 1500
21: 2025-09-11T05:29:32+00:00
21: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
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: 4.48, 6.74, 5.16
21: CPU architecture: none
21: Default Device: Serial
21: GIT_BRANCH: HEAD
21: GIT_CLEAN_STATUS: CLEAN
21: GIT_COMMIT_DATE: 2025-09-11T01:14:26-04:00
21: GIT_COMMIT_DESCRIPTION: Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD
21: GIT_COMMIT_HASH: 95123c50c
21: GPU architecture: none
21: KOKKOS_COMPILER_CLANG: 1914
21: KOKKOS_ENABLE_ASM: no
21: KOKKOS_ENABLE_CXX20: yes
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: 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_ENABLE_SERIAL: yes
21: Kokkos Version: 4.7.99
21: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
21: mdspan: enabled
21: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
21: platform: 64bit
21: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: Benchmark                                                                                                                                                                          Time             CPU   Iterations      Count Time normalized
21: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: GramSchmidt<double>/Count:1024/iterations:5/manual_time                                                                                                                        0.001 s         0.001 s             5       1024        979.411n
21: GramSchmidt<double>/Count:2048/iterations:5/manual_time                                                                                                                        0.002 s         0.002 s             5     2.048k        835.027n
21: GramSchmidt<double>/Count:4096/iterations:5/manual_time                                                                                                                        0.003 s         0.003 s             5     4.096k        922.401n
21: GramSchmidt<double>/Count:8192/iterations:5/manual_time                                                                                                                        0.006 s         0.007 s             5     8.192k        690.041n
21: GramSchmidt<double>/Count:16384/iterations:5/manual_time                                                                                                                       0.011 s         0.014 s             5    16.384k        671.288n
21: GramSchmidt<double>/Count:32768/iterations:5/manual_time                                                                                                                       0.022 s         0.026 s             5    32.768k        661.859n
21: GramSchmidt<double>/Count:65536/iterations:5/manual_time                                                                                                                       0.045 s         0.055 s             5    65.536k        698.346n
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
21: GramSchmidt<double>/Count:131072/iterations:5/manual_time                                                                                                                      0.097 s         0.132 s             5   131.072k        724.378n
5: [       OK ] hip.atomic_views_nonintegral (15259 ms)
5: [ RUN      ] hip.atomic_view_api
5: [       OK ] hip.atomic_view_api (0 ms)
5: [ RUN      ] hip.bit_manip_countl_zero
5: [       OK ] hip.bit_manip_countl_zero (9 ms)
5: [ RUN      ] hip.bit_manip_countl_one
5: [       OK ] hip.bit_manip_countl_one (0 ms)
5: [ RUN      ] hip.bit_manip_countr_zero
5: [       OK ] hip.bit_manip_countr_zero (0 ms)
5: [ RUN      ] hip.bit_manip_countr_one
5: [       OK ] hip.bit_manip_countr_one (0 ms)
5: [ RUN      ] hip.bit_manip_popcount
5: [       OK ] hip.bit_manip_popcount (0 ms)
5: [ RUN      ] hip.bit_manip_has_single_bit
5: [       OK ] hip.bit_manip_has_single_bit (0 ms)
5: [ RUN      ] hip.bit_manip_bit_floor
5: [       OK ] hip.bit_manip_bit_floor (0 ms)
5: [ RUN      ] hip.bit_manip_bit_ceil
5: [       OK ] hip.bit_manip_bit_ceil (0 ms)
5: [ RUN      ] hip.bit_manip_bit_width
5: [       OK ] hip.bit_manip_bit_width (0 ms)
5: [ RUN      ] hip.bit_manip_rotl
5: [       OK ] hip.bit_manip_rotl (0 ms)
5: [ RUN      ] hip.bit_manip_rotr
5: [       OK ] hip.bit_manip_rotr (0 ms)
5: [ RUN      ] hip.bit_manip_byeswap
5: [       OK ] hip.bit_manip_byeswap (0 ms)
5: [ RUN      ] hip.bit_manip_bit_cast
5: [       OK ] hip.bit_manip_bit_cast (0 ms)
5: [ RUN      ] hip.test_block_deduction_bug_pr_3103
5: [       OK ] hip.test_block_deduction_bug_pr_3103 (0 ms)
5: [ RUN      ] hip.checked_integer_operations_multiply_overflow
5: [       OK ] hip.checked_integer_operations_multiply_overflow (0 ms)
5: [ RUN      ] hip.execution_policy_occupancy_and_hint
5: [       OK ] hip.execution_policy_occupancy_and_hint (0 ms)
5: [ RUN      ] hip.complex_construction
5: [       OK ] hip.complex_construction (1 ms)
5: [ RUN      ] hip.complex_basic_math
5: [       OK ] hip.complex_basic_math (0 ms)
5: [ RUN      ] hip.complex_special_funtions
5: [       OK ] hip.complex_special_funtions (0 ms)
5: [ RUN      ] hip.complex_io
5: [       OK ] hip.complex_io (0 ms)
5: [ RUN      ] hip.complex_trivially_copyable
5: [       OK ] hip.complex_trivially_copyable (0 ms)
5: [ RUN      ] hip.complex_issue_3865
5: [       OK ] hip.complex_issue_3865 (0 ms)
5: [ RUN      ] hip.complex_operations_arithmetic_types_overloads
5: [       OK ] hip.complex_operations_arithmetic_types_overloads (0 ms)
5: [ RUN      ] hip.complex_structured_bindings
5: [       OK ] hip.complex_structured_bindings (0 ms)
5: [ RUN      ] hip.crs_count_fill
5: [       OK ] hip.crs_count_fill (3 ms)
5: [ RUN      ] hip.crs_copy_constructor
5: [       OK ] hip.crs_copy_constructor (8 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_0
5: 
5: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
5:                                  does not support page migration between device and host.
5:                                  HIPManagedSpace might not work as expected.
5:                                  Please refer to the ROCm documentation on unified/managed memory.
5: [       OK ] hip.deep_copy_assignable_types_rank_0 (10 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_1
5: [       OK ] hip.deep_copy_assignable_types_rank_1 (0 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_2
5: [       OK ] hip.deep_copy_assignable_types_rank_2 (0 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_3
5: [       OK ] hip.deep_copy_assignable_types_rank_3 (0 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_4
5: [       OK ] hip.deep_copy_assignable_types_rank_4 (0 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_5
5: [       OK ] hip.deep_copy_assignable_types_rank_5 (0 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_6
5: [       OK ] hip.deep_copy_assignable_types_rank_6 (0 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_7
5: [       OK ] hip.deep_copy_assignable_types_rank_7 (0 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_8
5: [       OK ] hip.deep_copy_assignable_types_rank_8 (0 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_1_half
5: [       OK ] hip.deep_copy_assignable_types_rank_1_half (0 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_2_half
5: [       OK ] hip.deep_copy_assignable_types_rank_2_half (0 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_3_half
5: [       OK ] hip.deep_copy_assignable_types_rank_3_half (0 ms)
5: [ RUN      ] hip.deep_copy_narrowing_rank_0
5: [       OK ] hip.deep_copy_narrowing_rank_0 (10 ms)
5: [ RUN      ] hip.deep_copy_narrowing_rank_1
5: [       OK ] hip.deep_copy_narrowing_rank_1 (0 ms)
5: [ RUN      ] hip.deep_copy_narrowing_rank_2
5: [       OK ] hip.deep_copy_narrowing_rank_2 (0 ms)
5: [ RUN      ] hip.deep_copy_narrowing_rank_3
5: [       OK ] hip.deep_copy_narrowing_rank_3 (0 ms)
5: [ RUN      ] hip.deep_copy_narrowing_rank_4
5: [       OK ] hip.deep_copy_narrowing_rank_4 (0 ms)
5: [ RUN      ] hip.deep_copy_narrowing_rank_5
5: [       OK ] hip.deep_copy_narrowing_rank_5 (0 ms)
5: [ RUN      ] hip.deep_copy_narrowing_rank_6
5: [       OK ] hip.deep_copy_narrowing_rank_6 (0 ms)
5: [ RUN      ] hip.deep_copy_narrowing_rank_7
5: [       OK ] hip.deep_copy_narrowing_rank_7 (0 ms)
5: [ RUN      ] hip.deep_copy_narrowing_rank_8
5: [       OK ] hip.deep_copy_narrowing_rank_8 (0 ms)
5: [ RUN      ] hip.deep_copy_alignment
5: [       OK ] hip.deep_copy_alignment (9 ms)
5: [ RUN      ] hip.deep_copy_conversion
5: [       OK ] hip.deep_copy_conversion (8 ms)
5: [ RUN      ] hip.partitioning_by_args
5: [       OK ] hip.partitioning_by_args (14 ms)
5: [ RUN      ] hip.partitioning_by_args_with_structured_bindings
5: [       OK ] hip.partitioning_by_args_with_structured_bindings (1 ms)
5: [ RUN      ] hip.partitioning_by_vector
5: [       OK ] hip.partitioning_by_vector (1 ms)
5: [ RUN      ] hip.exec_space_thread_safety_range
21: GramSchmidt<double>/Count:262144/iterations:5/manual_time                                                                                                                      0.199 s         0.271 s             5   262.144k        755.514n
21: GramSchmidt<double>/Count:524288/iterations:5/manual_time                                                                                                                      0.422 s         0.563 s             5   524.288k        804.944n
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o
21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s        Max
21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: CustomReduction<double>/N:100000/R:1000/manual_time                                                                                                                            0.132 s         0.234 s             5  46.0788/s       11.5
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o
21: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: Benchmark                                                                                                                                                                          Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced
21: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: OverlapRangePolicy/N:2000/M:10000/R:10                                                                                                                                          1.62 s          1.62 s             1       0.0910925    0.0907536                 0.38076             0.381028    0.190252        0.190355
21: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: Benchmark                                                                                                                                                                          Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced
21: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: OverlapMDRangePolicy/N:200/M:10000/R:10                                                                                                                                        0.151 s         0.151 s             5        8.08166m     8.08759m               0.0376893                 0.0377959   0.0189353       0.0188641
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
21: OverlapTeamPolicy/N:20/M:1000000/R:10                                                                                                                                           1.70 s          1.70 s             1        0.104335     0.104824                 0.38126                  0.381489     0.19244          0.1994
21: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: Benchmark                                                                                                                                                                          Time             CPU   Iterations      Count Time normalized
21: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5       1024        80.9639n
21: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     2.048k         75.606n
21: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     4.096k        75.5452n
21: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                                                                                                                  0.001 s         0.001 s             5     8.192k        77.0333n
21: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                                                                                                                 0.001 s         0.002 s             5    16.384k        77.3434n
21: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                                                                                                                 0.003 s         0.003 s             5    32.768k        76.0907n
21: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                                                                                                                 0.005 s         0.008 s             5    65.536k         76.516n
21: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                                                                                                                0.010 s         0.020 s             5   131.072k        76.5563n
21: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                                                                                                                0.020 s         0.048 s             5   262.144k        77.9466n
21: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                                                                                                                0.040 s         0.114 s             5   524.288k        76.0495n
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
5: [       OK ] hip.exec_space_thread_safety_range (10738 ms)
5: [ RUN      ] hip.exec_space_thread_safety_mdrange
5: [       OK ] hip.exec_space_thread_safety_mdrange (1074 ms)
5: [ RUN      ] hip.exec_space_thread_safety_team_policy
5: [       OK ] hip.exec_space_thread_safety_team_policy (1241 ms)
5: [ RUN      ] hip.exec_space_thread_safety_range_reduce
21: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: rate
21: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: Malloc/N:1/manual_time                                                                                                                                                         0.182 us        0.379 us      3783221 5.49804M/s
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o
5: [       OK ] hip.exec_space_thread_safety_range_reduce (1081 ms)
5: [ RUN      ] hip.exec_space_thread_safety_mdrange_reduce
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
21: Malloc/N:16/manual_time                                                                                                                                                        0.163 us        0.347 us      4320740 6.15042M/s
5: [       OK ] hip.exec_space_thread_safety_mdrange_reduce (1079 ms)
5: [ RUN      ] hip.exec_space_thread_safety_team_policy_reduce
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
5: [       OK ] hip.exec_space_thread_safety_team_policy_reduce (1030 ms)
5: [ RUN      ] hip.exec_space_thread_safety_range_scan
21: Malloc/N:256/manual_time                                                                                                                                                       0.205 us        0.415 us      3382997 4.87697M/s
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
5: [       OK ] hip.exec_space_thread_safety_range_scan (1077 ms)
5: [ RUN      ] hip.execution_space_as_class_data_member
5: [       OK ] hip.execution_space_as_class_data_member (0 ms)
5: [ RUN      ] hip.functor_analysis
5: [       OK ] hip.functor_analysis (0 ms)
5: [ RUN      ] hip.when_all_type
5: [       OK ] hip.when_all_type (1 ms)
5: [ RUN      ] hip.graph_capture
5: [       OK ] hip.graph_capture (4 ms)
5: [ RUN      ] hip.graph_then
5: [       OK ] hip.graph_then (0 ms)
5: [ RUN      ] hip.then_host
5: [       OK ] hip.then_host (0 ms)
5: [ RUN      ] hip.mixed_then_host_device_nodes
5: [       OK ] hip.mixed_then_host_device_nodes (0 ms)
5: [ RUN      ] hip.graph_then_tag
5: [       OK ] hip.graph_then_tag (0 ms)
5: [ RUN      ] hip.host_shared_ptr_use_count
5: [       OK ] hip.host_shared_ptr_use_count (0 ms)
5: [ RUN      ] hip.host_shared_ptr_get
5: [       OK ] hip.host_shared_ptr_get (0 ms)
5: [ RUN      ] hip.host_shared_ptr_dereference_on_device
5: [       OK ] hip.host_shared_ptr_dereference_on_device (0 ms)
5: [ RUN      ] hip.host_shared_ptr_special_members_on_device
5: [       OK ] hip.host_shared_ptr_special_members_on_device (0 ms)
5: [ RUN      ] hip.host_shared_ptr_tracking
5: [       OK ] hip.host_shared_ptr_tracking (0 ms)
5: [ RUN      ] hip.join_backward_compatibility
5: [       OK ] hip.join_backward_compatibility (0 ms)
5: [ RUN      ] hip.local_deepcopy_teampolicy_layoutleft
5: [       OK ] hip.local_deepcopy_teampolicy_layoutleft (567 ms)
5: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutleft
21: Malloc/N:4096/manual_time                                                                                                                                                      0.176 us        0.348 us      3968177 5.67214M/s
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
5: [       OK ] hip.local_deepcopy_rangepolicy_layoutleft (1903 ms)
5: [ RUN      ] hip.local_deepcopy_teampolicy_layoutright
5: [       OK ] hip.local_deepcopy_teampolicy_layoutright (523 ms)
5: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutright
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
21: Malloc/N:65536/manual_time                                                                                                                                                     0.141 us        0.355 us      4922107 7.07936M/s
5: [       OK ] hip.local_deepcopy_rangepolicy_layoutright (1348 ms)
5: [ RUN      ] hip.deep_copy_scratch
5: [       OK ] hip.deep_copy_scratch (0 ms)
5: [ RUN      ] hip.mathematical_constants_e
5: [       OK ] hip.mathematical_constants_e (2 ms)
5: [ RUN      ] hip.mathematical_constants_log2e
5: [       OK ] hip.mathematical_constants_log2e (0 ms)
5: [ RUN      ] hip.mathematical_constants_log10e
5: [       OK ] hip.mathematical_constants_log10e (0 ms)
5: [ RUN      ] hip.mathematical_constants_pi
5: [       OK ] hip.mathematical_constants_pi (0 ms)
5: [ RUN      ] hip.mathematical_constants_inv_pi
5: [       OK ] hip.mathematical_constants_inv_pi (0 ms)
5: [ RUN      ] hip.mathematical_constants_inv_sqrtpi
5: [       OK ] hip.mathematical_constants_inv_sqrtpi (0 ms)
5: [ RUN      ] hip.mathematical_constants_ln2
5: [       OK ] hip.mathematical_constants_ln2 (0 ms)
5: [ RUN      ] hip.mathematical_constants_ln10
5: [       OK ] hip.mathematical_constants_ln10 (0 ms)
5: [ RUN      ] hip.mathematical_constants_sqrt2
5: [       OK ] hip.mathematical_constants_sqrt2 (0 ms)
5: [ RUN      ] hip.mathematical_constants_sqrt3
5: [       OK ] hip.mathematical_constants_sqrt3 (0 ms)
5: [ RUN      ] hip.mathematical_constants_inv_sqrt3
5: [       OK ] hip.mathematical_constants_inv_sqrt3 (0 ms)
5: [ RUN      ] hip.mathematical_constants_egamma
5: [       OK ] hip.mathematical_constants_egamma (0 ms)
5: [ RUN      ] hip.mathematical_constants_phi
5: [       OK ] hip.mathematical_constants_phi (0 ms)
5: [ RUN      ] hip.mathematical_functions_trigonometric_functions
5: [       OK ] hip.mathematical_functions_trigonometric_functions (24 ms)
5: [ RUN      ] hip.mathematical_functions_hyperbolic_functions
5: [       OK ] hip.mathematical_functions_hyperbolic_functions (6 ms)
5: [ RUN      ] hip.mathematical_functions_non_standard
5: [       OK ] hip.mathematical_functions_non_standard (0 ms)
5: [ RUN      ] hip.mathematical_functions_power_functions
5: [       OK ] hip.mathematical_functions_power_functions (19 ms)
5: [ RUN      ] hip.mathematical_functions_fma
5: [       OK ] hip.mathematical_functions_fma (0 ms)
5: [ RUN      ] hip.mathematical_functions_fmax_fmin
5: [       OK ] hip.mathematical_functions_fmax_fmin (0 ms)
5: [ RUN      ] hip.mathematical_functions_error_and_gamma_functions
5: [       OK ] hip.mathematical_functions_error_and_gamma_functions (2 ms)
5: [ RUN      ] hip.mathematical_functions_nearest_interger_floating_point_operations
5: [       OK ] hip.mathematical_functions_nearest_interger_floating_point_operations (2 ms)
5: [ RUN      ] hip.mathematical_functions_floating_point_manipulation_functions
5: [       OK ] hip.mathematical_functions_floating_point_manipulation_functions (1 ms)
5: [ RUN      ] hip.mathematical_functions_absolute_value
5: [       OK ] hip.mathematical_functions_absolute_value (0 ms)
5: [ RUN      ] hip.mathematical_functions_floating_point_absolute_value
5: [       OK ] hip.mathematical_functions_floating_point_absolute_value (0 ms)
5: [ RUN      ] hip.mathematical_functions_remainder_function
5: [       OK ] hip.mathematical_functions_remainder_function (0 ms)
5: [ RUN      ] hip.mathematical_functions_isfinite
5: [       OK ] hip.mathematical_functions_isfinite (0 ms)
5: [ RUN      ] hip.mathematical_functions_isinf
5: [       OK ] hip.mathematical_functions_isinf (0 ms)
5: [ RUN      ] hip.mathematical_functions_isnan
5: [       OK ] hip.mathematical_functions_isnan (0 ms)
5: [ RUN      ] hip.mathematical_functions_impl_half_fallback
5: [       OK ] hip.mathematical_functions_impl_half_fallback (0 ms)
5: [ RUN      ] hip.mathematical_functions_nextafter_fp16
5: [       OK ] hip.mathematical_functions_nextafter_fp16 (0 ms)
5: [ RUN      ] hip.mathematical_functions_exponential_functions
5: [       OK ] hip.mathematical_functions_exponential_functions (9 ms)
5: [ RUN      ] hip.mathspecialfunc_expint1
5: [       OK ] hip.mathspecialfunc_expint1 (4 ms)
5: [ RUN      ] hip.mathspecialfunc_errorfunc
5: [       OK ] hip.mathspecialfunc_errorfunc (0 ms)
5: [ RUN      ] hip.mathspecialfunc_cbesselj0y0
5: [       OK ] hip.mathspecialfunc_cbesselj0y0 (26 ms)
5: [ RUN      ] hip.mathspecialfunc_cbesselj1y1
5: [       OK ] hip.mathspecialfunc_cbesselj1y1 (27 ms)
5: [ RUN      ] hip.mathspecialfunc_cbesseli0k0
5: [       OK ] hip.mathspecialfunc_cbesseli0k0 (1 ms)
5: [ RUN      ] hip.mathspecialfunc_cbesseli1k1
5: [       OK ] hip.mathspecialfunc_cbesseli1k1 (1 ms)
5: [ RUN      ] hip.mathspecialfunc_cbesselh1stkind
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestMathematicalSpecialFunctions.hpp:1975: Skipped
5: skipping since test is known to fail on MI100 and for some versions of ROCm
5: [  SKIPPED ] hip.mathspecialfunc_cbesselh1stkind (0 ms)
5: [ RUN      ] hip.mathspecialfunc_cbesselh2ndkind
5: [       OK ] hip.mathspecialfunc_cbesselh2ndkind (1 ms)
5: [ RUN      ] hip.mdrange_5d
5: [       OK ] hip.mdrange_5d (128 ms)
5: [ RUN      ] hip.mdrange_6d
5: [       OK ] hip.mdrange_6d (210 ms)
5: [ RUN      ] hip.mdrange_2d
5: [       OK ] hip.mdrange_2d (4 ms)
5: [ RUN      ] hip.mdrange_array_reduce
5: [       OK ] hip.mdrange_array_reduce (0 ms)
5: [ RUN      ] hip.mdrange_3d
5: [       OK ] hip.mdrange_3d (8 ms)
5: [ RUN      ] hip.mdrange_neg_idx
5: [       OK ] hip.mdrange_neg_idx (1 ms)
5: [ RUN      ] hip.mdrange_4d
5: [       OK ] hip.mdrange_4d (63 ms)
5: [ RUN      ] hip.mdrange_scalar
5: [       OK ] hip.mdrange_scalar (0 ms)
5: [ RUN      ] hip.mdrange_large_deep_copy
5: [       OK ] hip.mdrange_large_deep_copy (59 ms)
5: [ RUN      ] hip.md_range_policy_construction_from_arrays
5: [       OK ] hip.md_range_policy_construction_from_arrays (0 ms)
5: [ RUN      ] hip.policy_get_tile_size
5: [       OK ] hip.policy_get_tile_size (0 ms)
5: [ RUN      ] hip.mdrange_parallel_reduce_primitive_types
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
21: Malloc/N:1048576/manual_time                                                                                                                                                   0.133 us        0.346 us      5229518 7.53012M/s
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
21: Malloc/N:16777216/manual_time                                                                                                                                                  0.132 us        0.346 us      5328052 7.55542M/s
5: [       OK ] hip.mdrange_parallel_reduce_primitive_types (4028 ms)
5: [ RUN      ] hip.mdspan_minimal_functional
5: [       OK ] hip.mdspan_minimal_functional (1 ms)
5: [ RUN      ] hip.mdspan_atomic_accessor
5: [       OK ] hip.mdspan_atomic_accessor (0 ms)
5: [ RUN      ] hip.view_mdspan_conversion
5: [       OK ] hip.view_mdspan_conversion (8 ms)
5: [ RUN      ] hip.view_mdspan_conversion_with_stride
5: [       OK ] hip.view_mdspan_conversion_with_stride (0 ms)
5: [ RUN      ] hip.max
5: [       OK ] hip.max (0 ms)
5: [ RUN      ] hip.max_within_parfor
5: [       OK ] hip.max_within_parfor (0 ms)
5: [ RUN      ] hip.min
5: [       OK ] hip.min (0 ms)
5: [ RUN      ] hip.min_within_parfor
5: [       OK ] hip.min_within_parfor (0 ms)
5: [ RUN      ] hip.minmax
5: [       OK ] hip.minmax (0 ms)
5: [ RUN      ] hip.minmax_within_parfor
5: [       OK ] hip.minmax_within_parfor (0 ms)
5: [ RUN      ] hip.clamp
5: [       OK ] hip.clamp (0 ms)
5: [ RUN      ] hip.clamp_within_parfor
5: [       OK ] hip.clamp_within_parfor (0 ms)
5: [ RUN      ] hip.numeric_traits_infinity
5: [       OK ] hip.numeric_traits_infinity (9 ms)
5: [ RUN      ] hip.numeric_traits_epsilon
5: [       OK ] hip.numeric_traits_epsilon (0 ms)
5: [ RUN      ] hip.numeric_traits_round_error
5: [       OK ] hip.numeric_traits_round_error (0 ms)
5: [ RUN      ] hip.numeric_traits_norm_min
5: [       OK ] hip.numeric_traits_norm_min (0 ms)
5: [ RUN      ] hip.numeric_traits_denorm_min
5: [       OK ] hip.numeric_traits_denorm_min (0 ms)
5: [ RUN      ] hip.numeric_traits_finite_min_max
5: [       OK ] hip.numeric_traits_finite_min_max (3 ms)
5: [ RUN      ] hip.numeric_traits_digits
5: [       OK ] hip.numeric_traits_digits (1 ms)
5: [ RUN      ] hip.numeric_traits_digits10
5: [       OK ] hip.numeric_traits_digits10 (1 ms)
5: [ RUN      ] hip.numeric_traits_max_digits10
5: [       OK ] hip.numeric_traits_max_digits10 (0 ms)
5: [ RUN      ] hip.numeric_traits_radix
5: [       OK ] hip.numeric_traits_radix (1 ms)
5: [ RUN      ] hip.numeric_traits_min_max_exponent
5: [       OK ] hip.numeric_traits_min_max_exponent (0 ms)
5: [ RUN      ] hip.numeric_traits_min_max_exponent10
5: [       OK ] hip.numeric_traits_min_max_exponent10 (0 ms)
5: [ RUN      ] hip.numeric_traits_quiet_and_signaling_nan
5: [       OK ] hip.numeric_traits_quiet_and_signaling_nan (1 ms)
5: [ RUN      ] hip.numeric_traits_sfinae_friendly
5: [       OK ] hip.numeric_traits_sfinae_friendly (0 ms)
5: [ RUN      ] hip.occupancy_control
5: [       OK ] hip.occupancy_control (0 ms)
5: [ RUN      ] hip.memory_pool
5: [       OK ] hip.memory_pool (23 ms)
5: [ RUN      ] hip.cxx11
5: [       OK ] hip.cxx11 (1 ms)
5: [ RUN      ] hip.parallel_scan_range_policy
5: [       OK ] hip.parallel_scan_range_policy (60 ms)
5: [ RUN      ] hip.kokkos_printf
5: [       OK ] hip.kokkos_printf (0 ms)
5: [ RUN      ] hip.range_for
5: [       OK ] hip.range_for (3 ms)
5: [ RUN      ] hip.range_reduce
5: [       OK ] hip.range_reduce (1 ms)
5: [ RUN      ] hip.range_dynamic_policy
5: [       OK ] hip.range_dynamic_policy (0 ms)
5: [ RUN      ] hip.large_parallel_for_reduce
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o
[ 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_D.dir/TestStdAlgorithmsCommon.cpp.o
5: [       OK ] hip.large_parallel_for_reduce (30 ms)
5: [ RUN      ] hip.range_policy_runtime_parameters
5: [       OK ] hip.range_policy_runtime_parameters (0 ms)
5: [ RUN      ] hip.range_policy_one_way_convertible_bounds
5: [       OK ] hip.range_policy_one_way_convertible_bounds (0 ms)
5: [ RUN      ] hip.range_for_require
5: [       OK ] hip.range_for_require (3 ms)
5: [ RUN      ] hip.range_reduce_require
5: [       OK ] hip.range_reduce_require (0 ms)
5: [ RUN      ] hip.range_dynamic_policy_require
5: [       OK ] hip.range_dynamic_policy_require (0 ms)
5: [ RUN      ] hip.reducers_int
5: [       OK ] hip.reducers_int (12 ms)
5: [ RUN      ] hip.reducers_double
5: [       OK ] hip.reducers_double (9 ms)
5: [ RUN      ] hip.reducers_complex_double
5: [       OK ] hip.reducers_complex_double (10 ms)
5: [ RUN      ] hip.reducers_struct
5: [       OK ] hip.reducers_struct (5 ms)
5: [ RUN      ] hip.reducers_half_t
5: [       OK ] hip.reducers_half_t (7 ms)
5: [ RUN      ] hip.reducers_bhalf_t
5: [       OK ] hip.reducers_bhalf_t (6 ms)
5: [ RUN      ] hip.reducers_int8_t
5: [       OK ] hip.reducers_int8_t (6 ms)
5: [ RUN      ] hip.reducers_int16_t
5: [       OK ] hip.reducers_int16_t (6 ms)
5: [ RUN      ] hip.reducers_bool
5: [       OK ] hip.reducers_bool (1 ms)
5: [ RUN      ] hip.int64_t_reduce
5: [       OK ] hip.int64_t_reduce (26 ms)
5: [ RUN      ] hip.double_reduce
5: [       OK ] hip.double_reduce (22 ms)
5: [ RUN      ] hip.int64_t_reduce_dynamic
5: [       OK ] hip.int64_t_reduce_dynamic (29 ms)
5: [ RUN      ] hip.double_reduce_dynamic
5: [       OK ] hip.double_reduce_dynamic (29 ms)
5: [ RUN      ] hip.int64_t_reduce_dynamic_view
5: [       OK ] hip.int64_t_reduce_dynamic_view (9 ms)
5: [ RUN      ] hip.int_combined_reduce
5: [       OK ] hip.int_combined_reduce (0 ms)
5: [ RUN      ] hip.mdrange_combined_reduce
5: [       OK ] hip.mdrange_combined_reduce (0 ms)
5: [ RUN      ] hip.int_combined_reduce_mixed
5: [       OK ] hip.int_combined_reduce_mixed (0 ms)
5: [ RUN      ] hip.reduction_with_large_iteration_count
5: [       OK ] hip.reduction_with_large_iteration_count (307 ms)
5: [ RUN      ] hip.reduction_identity_min_max_floating_point_types
5: [       OK ] hip.reduction_identity_min_max_floating_point_types (0 ms)
5: [ RUN      ] hip.reduction_deduction
5: [       OK ] hip.reduction_deduction (0 ms)
5: [ RUN      ] hip.reduce_device_view_range_policy
5: [       OK ] hip.reduce_device_view_range_policy (12 ms)
5: [ RUN      ] hip.reduce_device_view_mdrange_policy
5: [       OK ] hip.reduce_device_view_mdrange_policy (70 ms)
5: [ RUN      ] hip.reduce_device_view_team_policy
5: [       OK ] hip.reduce_device_view_team_policy (14 ms)
5: [ RUN      ] hip.impl_shared_alloc
5: [       OK ] hip.impl_shared_alloc (122 ms)
5: [ RUN      ] hip.mdspan_space_aware_accessor
5: [       OK ] hip.mdspan_space_aware_accessor (1 ms)
5: [ RUN      ] hip.kokkos_swap
5: [       OK ] hip.kokkos_swap (0 ms)
5: [ RUN      ] hip.team_for
5: [       OK ] hip.team_for (21 ms)
5: [ RUN      ] hip.team_reduce
5: [       OK ] hip.team_reduce (1 ms)
5: [ RUN      ] hip.team_reduce_large
5: [       OK ] hip.team_reduce_large (45 ms)
5: [ RUN      ] hip.team_parallel_single
5: [       OK ] hip.team_parallel_single (10 ms)
5: [ RUN      ] hip.large_team_scratch_size
5: [       OK ] hip.large_team_scratch_size (0 ms)
5: [ RUN      ] hip.team_broadcast_long
5: [       OK ] hip.team_broadcast_long (1 ms)
5: [ RUN      ] hip.team_broadcast_long_wrapper
5: [       OK ] hip.team_broadcast_long_wrapper (1 ms)
5: [ RUN      ] hip.team_broadcast_char
5: [       OK ] hip.team_broadcast_char (1 ms)
5: [ RUN      ] hip.team_broadcast_float
5: [       OK ] hip.team_broadcast_float (0 ms)
5: [ RUN      ] hip.team_broadcast_double
5: [       OK ] hip.team_broadcast_double (0 ms)
5: [ RUN      ] hip.team_broadcast_int_ptr
5: [       OK ] hip.team_broadcast_int_ptr (0 ms)
5: [ RUN      ] hip.team_single_thread_int_ptr
5: [       OK ] hip.team_single_thread_int_ptr (0 ms)
5: [ RUN      ] hip.team_single_team_int_ptr
5: [       OK ] hip.team_single_team_int_ptr (0 ms)
5: [ RUN      ] hip.team_handle_by_value
5: [       OK ] hip.team_handle_by_value (0 ms)
5: [ RUN      ] hip.team_vector
5: [       OK ] hip.team_vector (12 ms)
5: [ RUN      ] hip.triple_nested_parallelism
5: [       OK ] hip.triple_nested_parallelism (8 ms)
5: [ RUN      ] hip.parallel_scan_with_reducers
5: [       OK ] hip.parallel_scan_with_reducers (65 ms)
5: [ RUN      ] hip.team_thread_range_combined_reducers
5: [       OK ] hip.team_thread_range_combined_reducers (2 ms)
5: [ RUN      ] hip.thread_vector_range_combined_reducers
5: [       OK ] hip.thread_vector_range_combined_reducers (0 ms)
5: [ RUN      ] hip.team_vector_range_combined_reducers
5: [       OK ] hip.team_vector_range_combined_reducers (0 ms)
5: [ RUN      ] hip.TeamThreadMDRangeParallelFor
5: [       OK ] hip.TeamThreadMDRangeParallelFor (38 ms)
5: [ RUN      ] hip.ThreadVectorMDRangeParallelFor
5: [       OK ] hip.ThreadVectorMDRangeParallelFor (9 ms)
5: [ RUN      ] hip.TeamVectorMDRangeParallelFor
5: [       OK ] hip.TeamVectorMDRangeParallelFor (11 ms)
5: [ RUN      ] hip.TeamThreadMDRangeParallelReduce
5: [       OK ] hip.TeamThreadMDRangeParallelReduce (26 ms)
5: [ RUN      ] hip.ThreadVectorMDRangeParallelReduce
5: [       OK ] hip.ThreadVectorMDRangeParallelReduce (7 ms)
5: [ RUN      ] hip.TeamVectorMDRangeParallelReduce
5: [       OK ] hip.TeamVectorMDRangeParallelReduce (7 ms)
5: [ RUN      ] hip.team_policy_runtime_parameters
5: [       OK ] hip.team_policy_runtime_parameters (0 ms)
5: [ RUN      ] hip.team_reduction_scan
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
21: Malloc/N:268435456/manual_time                                                                                                                                                  2.55 us         8.00 us       271802 392.711k/s
5: [       OK ] hip.team_reduction_scan (1908 ms)
5: [ RUN      ] hip.team_long_reduce
5: [       OK ] hip.team_long_reduce (17 ms)
5: [ RUN      ] hip.team_double_reduce
5: [       OK ] hip.team_double_reduce (17 ms)
5: [ RUN      ] hip.team_long_array_reduce
5: [       OK ] hip.team_long_array_reduce (19 ms)
5: [ RUN      ] hip.team_double_array_reduce
5: [       OK ] hip.team_double_array_reduce (19 ms)
5: [ RUN      ] hip.team_parallel_dummy_with_reducer_and_scratch_space
5: [       OK ] hip.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
5: [ RUN      ] hip.repeated_team_reduce
5: [       OK ] hip.repeated_team_reduce (22 ms)
5: [ RUN      ] hip.nested_team_reduce_functor_as_reducer
5: [       OK ] hip.nested_team_reduce_functor_as_reducer (0 ms)
5: [ RUN      ] hip.team_scan
5: [       OK ] hip.team_scan (88 ms)
5: [ RUN      ] hip.team_scan_ret_val
5: [       OK ] hip.team_scan_ret_val (76 ms)
5: [ RUN      ] hip.team_shared_request
5: [       OK ] hip.team_shared_request (4 ms)
5: [ RUN      ] hip.team_scratch_request
5: [       OK ] hip.team_scratch_request (1 ms)
5: [ RUN      ] hip.team_lambda_shared_request
5: [       OK ] hip.team_lambda_shared_request (3 ms)
5: [ RUN      ] hip.scratch_align
5: [       OK ] hip.scratch_align (0 ms)
5: [ RUN      ] hip.shmem_size
5: [       OK ] hip.shmem_size (0 ms)
5: [ RUN      ] hip.multi_level_scratch
5: [       OK ] hip.multi_level_scratch (15 ms)
5: [ RUN      ] hip.team_scratch_memory_index_parallel_for
5: [       OK ] hip.team_scratch_memory_index_parallel_for (0 ms)
5: [ RUN      ] hip.team_policy_max_recommended
5: [       OK ] hip.team_policy_max_recommended (22 ms)
5: [ RUN      ] hip.team_policy_minmax_scalar_without_plus_equal_k
5: [       OK ] hip.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
5: [ RUN      ] hip.team_teamvector_range
5: [       OK ] hip.team_teamvector_range (4 ms)
5: [ RUN      ] hip.timer
5: [       OK ] hip.timer (20 ms)
5: [ RUN      ] hip.unique_token_global
5: [       OK ] hip.unique_token_global (20 ms)
5: [ RUN      ] hip.unique_token_instance
5: [       OK ] hip.unique_token_instance (20 ms)
5: [ RUN      ] hip.unique_token_team_acquire
5: [       OK ] hip.unique_token_team_acquire (16 ms)
5: [ RUN      ] hip.view_api_a
5: [       OK ] hip.view_api_a (7 ms)
5: [ RUN      ] hip.view_layout_left_with_stride
5: [       OK ] hip.view_layout_left_with_stride (0 ms)
5: [ RUN      ] hip.view_layout_right_with_stride
5: [       OK ] hip.view_layout_right_with_stride (0 ms)
5: [ RUN      ] hip.view_api_b
5: [       OK ] hip.view_api_b (6 ms)
5: [ RUN      ] hip.view_api_c
5: [       OK ] hip.view_api_c (6 ms)
5: [ RUN      ] hip.view_api_d
5: [       OK ] hip.view_api_d (2 ms)
5: [ RUN      ] hip.view_remap
5: [       OK ] hip.view_remap (0 ms)
5: [ RUN      ] hip.view_mirror_nonconst
5: [       OK ] hip.view_mirror_nonconst (0 ms)
5: [ RUN      ] hip.view_stride_method
5: [       OK ] hip.view_stride_method (0 ms)
5: [ RUN      ] hip.anonymous_space
5: [       OK ] hip.anonymous_space (1 ms)
5: [ RUN      ] hip.view_overload_resolution
5: [       OK ] hip.view_overload_resolution (0 ms)
5: [ RUN      ] hip.view_allocation_large_rank
5: [       OK ] hip.view_allocation_large_rank (5 ms)
5: [ RUN      ] hip.view_shmem_size_on_device
5: [       OK ] hip.view_shmem_size_on_device (0 ms)
5: [ RUN      ] hip.view_is_assignable
5: [       OK ] hip.view_is_assignable (3 ms)
5: [ RUN      ] hip.view_bad_alloc
5: [       OK ] hip.view_bad_alloc (0 ms)
5: [ RUN      ] hip.view_copy_tests
5: [       OK ] hip.view_copy_tests (5 ms)
5: [ RUN      ] hip.view_copy_tests_rank_0
5: [       OK ] hip.view_copy_tests_rank_0 (2 ms)
5: [ RUN      ] hip.view_copy_degenerated
5: [       OK ] hip.view_copy_degenerated (0 ms)
5: [ RUN      ] hip.view_fill_tests_layout_right
5: [       OK ] hip.view_fill_tests_layout_right (67 ms)
5: [ RUN      ] hip.view_fill_tests_layout_left
5: [       OK ] hip.view_fill_tests_layout_left (41 ms)
5: [ RUN      ] hip.vcp_empty_traits
5: [       OK ] hip.vcp_empty_traits (0 ms)
5: [ RUN      ] hip.is_view_label
5: [       OK ] hip.is_view_label (0 ms)
5: [ RUN      ] hip.vcp_label_base_traits
5: [       OK ] hip.vcp_label_base_traits (0 ms)
5: [ RUN      ] hip.vcp_label_traits
5: [       OK ] hip.vcp_label_traits (0 ms)
5: [ RUN      ] hip.view_alloc_can_perfect_forward_label
5: [       OK ] hip.view_alloc_can_perfect_forward_label (0 ms)
5: [ RUN      ] hip.vcp_label_copy_constructor
5: [       OK ] hip.vcp_label_copy_constructor (0 ms)
5: [ RUN      ] hip.vcp_pointer_add_property
5: [       OK ] hip.vcp_pointer_add_property (0 ms)
5: [ RUN      ] hip.view_empty_runtime_unmanaged
5: [       OK ] hip.view_empty_runtime_unmanaged (0 ms)
5: [ RUN      ] hip.view_layoutstride_left_to_layoutleft_assignment
5: [       OK ] hip.view_layoutstride_left_to_layoutleft_assignment (36 ms)
5: [ RUN      ] hip.view_layoutstride_right_to_layoutright_assignment
5: [       OK ] hip.view_layoutstride_right_to_layoutright_assignment (36 ms)
5: [ RUN      ] hip.view_mapping
5: [       OK ] hip.view_mapping (68 ms)
5: [ RUN      ] hip.view_mapping_operator
5: [       OK ] hip.view_mapping_operator (21 ms)
5: [ RUN      ] hip.static_extent
5: [       OK ] hip.static_extent (0 ms)
5: [ RUN      ] hip.view_mapping_atomic
5: [       OK ] hip.view_mapping_atomic (1 ms)
5: [ RUN      ] hip.view_mapping_class_value
5: [       OK ] hip.view_mapping_class_value (0 ms)
5: [ RUN      ] hip.view_mapping_assignable
5: [       OK ] hip.view_mapping_assignable (0 ms)
5: [ RUN      ] hip.view_mapping_trivially_copyable
5: [       OK ] hip.view_mapping_trivially_copyable (0 ms)
5: [ RUN      ] hip.view_mapping_subview
5: [       OK ] hip.view_mapping_subview (1 ms)
5: [ RUN      ] hip.view_nested_view
5: [       OK ] hip.view_nested_view (0 ms)
5: [ RUN      ] hip.view_of_views_default
5: [       OK ] hip.view_of_views_default (0 ms)
5: [ RUN      ] hip.view_of_views_without_initializing
5: [       OK ] hip.view_of_views_without_initializing (0 ms)
5: [ RUN      ] hip.test_view_of_views_sequential_host_init
5: [       OK ] hip.test_view_of_views_sequential_host_init (0 ms)
5: [ RUN      ] hip.append_formatted_multidimensional_index
5: [       OK ] hip.append_formatted_multidimensional_index (0 ms)
5: [ RUN      ] hip.view_resize
5: [       OK ] hip.view_resize (12 ms)
5: [ RUN      ] hip.view_realloc
5: [       OK ] hip.view_realloc (0 ms)
5: [ RUN      ] hip.workgraph_fib
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o
5: [       OK ] hip.workgraph_fib (3155 ms)
5: [ RUN      ] hip.resize_realloc_no_init
5: [       OK ] hip.resize_realloc_no_init (0 ms)
5: [ RUN      ] hip.resize_realloc_no_alloc
5: [       OK ] hip.resize_realloc_no_alloc (0 ms)
5: [ RUN      ] hip.realloc_exec_space
5: [       OK ] hip.realloc_exec_space (0 ms)
5: [ RUN      ] hip.view_alloc
5: [       OK ] hip.view_alloc (1 ms)
5: [ RUN      ] hip.view_alloc_exec_space
5: [       OK ] hip.view_alloc_exec_space (0 ms)
5: [ RUN      ] hip.view_alloc_int
5: [       OK ] hip.view_alloc_int (0 ms)
5: [ RUN      ] hip.view_alloc_exec_space_int
5: [       OK ] hip.view_alloc_exec_space_int (0 ms)
5: [ RUN      ] hip.deep_copy_zero_memset
5: [       OK ] hip.deep_copy_zero_memset (0 ms)
5: [ RUN      ] hip.resize_exec_space
5: [       OK ] hip.resize_exec_space (0 ms)
5: [ RUN      ] hip.view_allocation_int
5: [       OK ] hip.view_allocation_int (0 ms)
5: [ RUN      ] hip.view_allocation_exec_space_int
5: [       OK ] hip.view_allocation_exec_space_int (0 ms)
5: [ RUN      ] hip.view_not_default_constructible
5: [       OK ] hip.view_not_default_constructible (0 ms)
5: [ RUN      ] hip.scan_unit
5: [       OK ] hip.scan_unit (4 ms)
5: [ RUN      ] hip.space_access
5: [       OK ] hip.space_access (0 ms)
5: [ RUN      ] hip.impl_view_accessible
5: [       OK ] hip.impl_view_accessible (2 ms)
5: [ RUN      ] hip.memory_requirements
5: [       OK ] hip.memory_requirements (0 ms)
5: [ RUN      ] hip.team_scratch_1_streams
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
21: Malloc/N:4294967296/manual_time                                                                                                                                                 3.11 us         14.1 us       225680 321.982k/s
21: MallocFree/N:1/manual_time                                                                                                                                                     0.388 us        0.427 us      1778887 2.57492M/s
21: MallocFree/N:16/manual_time                                                                                                                                                    0.320 us        0.359 us      2203085 3.12111M/s
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o
21: MallocFree/N:256/manual_time                                                                                                                                                   0.451 us        0.489 us      1541136 2.21869M/s
21: MallocFree/N:4096/manual_time                                                                                                                                                  0.322 us        0.361 us      2168567 3.10509M/s
[ 62%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 62%] Built target Kokkos_ContainersUnitTest_Serial
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
21: MallocFree/N:65536/manual_time                                                                                                                                                 0.330 us        0.369 us      2120012 3.02805M/s
21: MallocFree/N:1048576/manual_time                                                                                                                                               0.324 us        0.362 us      2160573 3.08749M/s
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
21: MallocFree/N:16777216/manual_time                                                                                                                                              0.326 us        0.365 us      2172462 3.06938M/s
21: MallocFree/N:268435456/manual_time                                                                                                                                              8.06 us         7.83 us        88087 124.108k/s
21: MallocFree/N:4294967296/manual_time                                                                                                                                             14.4 us         14.0 us        48720   69.29k/s
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
21: MallocTouch/N:1/manual_time                                                                                                                                                    0.525 us        0.694 us      1284886 1.90609M/s
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
21: MallocTouch/N:16/manual_time                                                                                                                                                   0.415 us        0.598 us      1683284 2.40881M/s
21: MallocTouch/N:256/manual_time                                                                                                                                                  0.588 us        0.755 us      1265973 1.70108M/s
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
21: MallocTouch/N:4096/manual_time                                                                                                                                                 0.434 us        0.600 us      1613609 2.30363M/s
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
21: MallocTouch/N:65536/manual_time                                                                                                                                                0.500 us        0.710 us      1000000 1.99819M/s
21: MallocTouch/N:1048576/manual_time                                                                                                                                               5.33 us         5.56 us       133647 187.584k/s
21: MallocTouch/N:16777216/manual_time                                                                                                                                              90.6 us         90.9 us         7711 11.0428k/s
21: MallocTouch/N:268435456/manual_time                                                                                                                                            84803 us       100728 us            8  11.7921/s
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o
21: MallocTouch/N:4294967296/manual_time                                                                                                                                         1331320 us      1517530 us            1 0.751134/s
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
21: MallocTouchFree/N:1/manual_time                                                                                                                                                0.654 us        0.693 us      1035919 1.52935M/s
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
21: MallocTouchFree/N:16/manual_time                                                                                                                                               0.573 us        0.612 us      1216636 1.74378M/s
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
21: MallocTouchFree/N:256/manual_time                                                                                                                                              0.723 us        0.761 us      1029377 1.38342M/s
21: MallocTouchFree/N:4096/manual_time                                                                                                                                             0.577 us        0.616 us      1211636 1.73256M/s
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
21: MallocTouchFree/N:65536/manual_time                                                                                                                                            0.673 us        0.712 us      1038357 1.48548M/s
21: MallocTouchFree/N:1048576/manual_time                                                                                                                                           5.52 us         5.56 us       126316 181.262k/s
21: MallocTouchFree/N:16777216/manual_time                                                                                                                                          91.0 us         91.0 us         7694 10.9917k/s
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
21: MallocTouchFree/N:268435456/manual_time                                                                                                                                       100644 us       100630 us            7  9.93602/s
21: MallocTouchFree/N:4294967296/manual_time                                                                                                                                     1393609 us      1392806 us            1 0.717562/s
21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s         MB
21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.256 s         0.303 s             3  3.12073/s        800
21: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.257 s         0.303 s             3  3.11373/s        800
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
21: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.256 s         0.302 s             3  3.12965/s        800
21: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.256 s         0.302 s             3  3.12545/s        800
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o
21: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.257 s         0.304 s             3  3.11589/s        800
21: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.256 s         0.302 s             3  3.12181/s        800
21: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.256 s         0.302 s             3  3.12393/s        800
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
21: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.257 s         0.303 s             3   3.1183/s        800
21: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.256 s         0.303 s             3  3.12288/s        800
21: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.257 s         0.303 s             3  3.11822/s        800
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
21: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.257 s         0.303 s             3  3.11757/s        800
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
21: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.257 s         0.303 s             3  3.11124/s        800
21: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.256 s         0.302 s             3  3.12444/s        800
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
21: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.257 s         0.303 s             3   3.1121/s        800
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
21: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.257 s         0.303 s             3   3.1173/s        800
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
21: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.257 s         0.303 s             3  3.11382/s        800
21: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time      0.066 s         0.066 s            11  24.2304/s       1.6k
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
21: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time      0.066 s         0.066 s            11  24.1913/s       1.6k
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o
21: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.066 s         0.066 s            10   24.262/s       1.6k
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o
21: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.066 s         0.066 s            11  24.1859/s       1.6k
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
21: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.065 s         0.065 s            10  24.6233/s       1.6k
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.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_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
21: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time                                           0.110 s         0.110 s             6  7.24895/s        800
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
21: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time                                   0.110 s         0.110 s             6  7.24491/s        800
21: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.066 s         0.066 s            11  24.2632/s       1.6k
21: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.065 s         0.065 s            11  24.5331/s       1.6k
5: [       OK ] hip.team_scratch_1_streams (64375 ms)
5: [ RUN      ] hip.async_launcher
5: [       OK ] hip.async_launcher (2 ms)
5: [ RUN      ] hip.preferred_blocksize_deduction
5: [       OK ] hip.preferred_blocksize_deduction (0 ms)
5: [ RUN      ] hip.unified_memory_zero_memset
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp:45: Skipped
5: this test should only be run with HIP unified memory enabled
5: [  SKIPPED ] hip.unified_memory_zero_memset (0 ms)
5: [----------] 340 tests from hip (113541 ms total)
5: 
5: [----------] 17 tests from hip_graph
5: [ RUN      ] hip_graph.submit_once
5: [       OK ] hip_graph.submit_once (1 ms)
5: [ RUN      ] hip_graph.submit_once_rvalue
5: [       OK ] hip_graph.submit_once_rvalue (0 ms)
5: [ RUN      ] hip_graph.instantiate_and_submit_once
5: [       OK ] hip_graph.instantiate_and_submit_once (0 ms)
5: [ RUN      ] hip_graph.submit_onto_another_execution_space_instance
5: [       OK ] hip_graph.submit_onto_another_execution_space_instance (1 ms)
5: [ RUN      ] hip_graph.create_graph_no_closure_with_exec
5: [       OK ] hip_graph.create_graph_no_closure_with_exec (0 ms)
5: [ RUN      ] hip_graph.create_graph_no_arg
5: [       OK ] hip_graph.create_graph_no_arg (0 ms)
5: [ RUN      ] hip_graph.submit_six
5: [       OK ] hip_graph.submit_six (3 ms)
5: [ RUN      ] hip_graph.when_all_cycle
5: [       OK ] hip_graph.when_all_cycle (0 ms)
5: [ RUN      ] hip_graph.repeat_chain
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:338: Skipped
5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space.
5: [  SKIPPED ] hip_graph.repeat_chain (0 ms)
5: [ RUN      ] hip_graph.zero_work_reduce
5: [       OK ] hip_graph.zero_work_reduce (0 ms)
5: [ RUN      ] hip_graph.empty_graph
5: [       OK ] hip_graph.empty_graph (0 ms)
5: [ RUN      ] hip_graph.force_global_launch
5: [       OK ] hip_graph.force_global_launch (0 ms)
5: [ RUN      ] hip_graph.sized_functor_launch
5: [       OK ] hip_graph.sized_functor_launch (2 ms)
5: [ RUN      ] hip_graph.empty_graph_default_host_exec
5: [       OK ] hip_graph.empty_graph_default_host_exec (0 ms)
5: [ RUN      ] hip_graph.node_lifetime
5: [       OK ] hip_graph.node_lifetime (0 ms)
5: [ RUN      ] hip_graph.diamond
5: [       OK ] hip_graph.diamond (3 ms)
5: [ RUN      ] hip_graph.end_of_submit_control_flow
5: [       OK ] hip_graph.end_of_submit_control_flow (2 ms)
5: [----------] 17 tests from hip_graph (20 ms total)
5: 
5: [----------] 56 tests from hip_managed
5: [ RUN      ] hip_managed.view_subview_auto_1d_left
5: [       OK ] hip_managed.view_subview_auto_1d_left (1 ms)
5: [ RUN      ] hip_managed.view_subview_auto_1d_right
5: [       OK ] hip_managed.view_subview_auto_1d_right (0 ms)
5: [ RUN      ] hip_managed.view_subview_auto_1d_stride
5: [       OK ] hip_managed.view_subview_auto_1d_stride (0 ms)
5: [ RUN      ] hip_managed.view_subview_assign_strided
5: [       OK ] hip_managed.view_subview_assign_strided (1 ms)
5: [ RUN      ] hip_managed.view_subview_left_0
5: [       OK ] hip_managed.view_subview_left_0 (0 ms)
5: [ RUN      ] hip_managed.view_subview_left_1
5: [       OK ] hip_managed.view_subview_left_1 (0 ms)
5: [ RUN      ] hip_managed.view_subview_left_2
5: [       OK ] hip_managed.view_subview_left_2 (0 ms)
5: [ RUN      ] hip_managed.view_subview_left_3
5: [       OK ] hip_managed.view_subview_left_3 (0 ms)
5: [ RUN      ] hip_managed.view_subview_right_0
5: [       OK ] hip_managed.view_subview_right_0 (0 ms)
5: [ RUN      ] hip_managed.view_subview_right_1
5: [       OK ] hip_managed.view_subview_right_1 (0 ms)
5: [ RUN      ] hip_managed.view_subview_right_3
5: [       OK ] hip_managed.view_subview_right_3 (0 ms)
5: [ RUN      ] hip_managed.view_static_tests
5: [       OK ] hip_managed.view_static_tests (0 ms)
5: [ RUN      ] hip_managed.view_subview_layoutleft_to_layoutleft
5: [       OK ] hip_managed.view_subview_layoutleft_to_layoutleft (2 ms)
5: [ RUN      ] hip_managed.view_subview_layoutright_to_layoutright
5: [       OK ] hip_managed.view_subview_layoutright_to_layoutright (1 ms)
5: [ RUN      ] hip_managed.view_subview_1d_assign
5: [       OK ] hip_managed.view_subview_1d_assign (3 ms)
5: [ RUN      ] hip_managed.view_subview_1d_assign_atomic
5: [       OK ] hip_managed.view_subview_1d_assign_atomic (3 ms)
5: [ RUN      ] hip_managed.view_subview_1d_assign_randomaccess
5: [       OK ] hip_managed.view_subview_1d_assign_randomaccess (3 ms)
5: [ RUN      ] hip_managed.view_subview_2d_from_3d
5: [       OK ] hip_managed.view_subview_2d_from_3d (40 ms)
5: [ RUN      ] hip_managed.view_subview_2d_from_3d_atomic
5: [       OK ] hip_managed.view_subview_2d_from_3d_atomic (39 ms)
5: [ RUN      ] hip_managed.view_subview_2d_from_3d_randomaccess
5: [       OK ] hip_managed.view_subview_2d_from_3d_randomaccess (40 ms)
5: [ RUN      ] hip_managed.view_subview_3d_from_5d_left
5: [       OK ] hip_managed.view_subview_3d_from_5d_left (119 ms)
5: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_atomic
5: [       OK ] hip_managed.view_subview_3d_from_5d_left_atomic (120 ms)
5: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_randomaccess
5: [       OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (120 ms)
5: [ RUN      ] hip_managed.view_subview_3d_from_5d_right
5: [       OK ] hip_managed.view_subview_3d_from_5d_right (126 ms)
5: [ RUN      ] hip_managed.view_subview_3d_from_5d_right_atomic
5: [       OK ] hip_managed.view_subview_3d_from_5d_right_atomic (127 ms)
5: [ RUN      ] hip_managed.view_subview_3d_from_5d_right_randomaccess
5: [       OK ] hip_managed.view_subview_3d_from_5d_right_randomaccess (123 ms)
5: [ RUN      ] hip_managed.view_test_unmanaged_subview_reset
5: [       OK ] hip_managed.view_test_unmanaged_subview_reset (0 ms)
5: [ RUN      ] hip_managed.view_subview_memory_traits_construction
5: [       OK ] hip_managed.view_subview_memory_traits_construction (0 ms)
5: [ RUN      ] hip_managed.impl_shared_alloc
5: [       OK ] hip_managed.impl_shared_alloc (217 ms)
5: [ RUN      ] hip_managed.view_api_a
5: [       OK ] hip_managed.view_api_a (7 ms)
5: [ RUN      ] hip_managed.view_layout_left_with_stride
5: [       OK ] hip_managed.view_layout_left_with_stride (0 ms)
5: [ RUN      ] hip_managed.view_layout_right_with_stride
5: [       OK ] hip_managed.view_layout_right_with_stride (0 ms)
5: [ RUN      ] hip_managed.view_api_b
5: [       OK ] hip_managed.view_api_b (15 ms)
5: [ RUN      ] hip_managed.view_api_c
5: [       OK ] hip_managed.view_api_c (1 ms)
5: [ RUN      ] hip_managed.view_api_d
5: [       OK ] hip_managed.view_api_d (4 ms)
5: [ RUN      ] hip_managed.view_remap
5: [       OK ] hip_managed.view_remap (1 ms)
5: [ RUN      ] hip_managed.view_mirror_nonconst
5: [       OK ] hip_managed.view_mirror_nonconst (0 ms)
5: [ RUN      ] hip_managed.view_stride_method
5: [       OK ] hip_managed.view_stride_method (0 ms)
5: [ RUN      ] hip_managed.anonymous_space
5: [       OK ] hip_managed.anonymous_space (0 ms)
5: [ RUN      ] hip_managed.view_overload_resolution
5: [       OK ] hip_managed.view_overload_resolution (0 ms)
5: [ RUN      ] hip_managed.view_allocation_large_rank
5: [       OK ] hip_managed.view_allocation_large_rank (745 ms)
5: [ RUN      ] hip_managed.view_shmem_size_on_device
5: [       OK ] hip_managed.view_shmem_size_on_device (1 ms)
5: [ RUN      ] hip_managed.view_is_assignable
5: [       OK ] hip_managed.view_is_assignable (11 ms)
5: [ RUN      ] hip_managed.view_copy_tests
5: [       OK ] hip_managed.view_copy_tests (9 ms)
5: [ RUN      ] hip_managed.view_copy_tests_rank_0
5: [       OK ] hip_managed.view_copy_tests_rank_0 (2 ms)
5: [ RUN      ] hip_managed.view_copy_degenerated
5: [       OK ] hip_managed.view_copy_degenerated (0 ms)
5: [ RUN      ] hip_managed.view_fill_tests_layout_right
5: [       OK ] hip_managed.view_fill_tests_layout_right (1354 ms)
5: [ RUN      ] hip_managed.view_fill_tests_layout_left
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
5: [       OK ] hip_managed.view_fill_tests_layout_left (752 ms)
5: [ RUN      ] hip_managed.view_mapping
5: [       OK ] hip_managed.view_mapping (73 ms)
5: [ RUN      ] hip_managed.view_mapping_operator
5: [       OK ] hip_managed.view_mapping_operator (19 ms)
5: [ RUN      ] hip_managed.static_extent
5: [       OK ] hip_managed.static_extent (0 ms)
5: [ RUN      ] hip_managed.view_mapping_atomic
5: [       OK ] hip_managed.view_mapping_atomic (1 ms)
5: [ RUN      ] hip_managed.view_mapping_class_value
5: [       OK ] hip_managed.view_mapping_class_value (0 ms)
5: [ RUN      ] hip_managed.view_mapping_assignable
5: [       OK ] hip_managed.view_mapping_assignable (0 ms)
5: [ RUN      ] hip_managed.view_mapping_trivially_copyable
5: [       OK ] hip_managed.view_mapping_trivially_copyable (0 ms)
5: [ RUN      ] hip_managed.view_mapping_subview
5: [       OK ] hip_managed.view_mapping_subview (1 ms)
5: [----------] 56 tests from hip_managed (4100 ms total)
5: 
5: [----------] 28 tests from hip_hostpinned
5: [ RUN      ] hip_hostpinned.impl_shared_alloc
5: [       OK ] hip_hostpinned.impl_shared_alloc (124 ms)
5: [ RUN      ] hip_hostpinned.view_api_a
5: [       OK ] hip_hostpinned.view_api_a (6 ms)
5: [ RUN      ] hip_hostpinned.view_layout_left_with_stride
5: [       OK ] hip_hostpinned.view_layout_left_with_stride (0 ms)
5: [ RUN      ] hip_hostpinned.view_layout_right_with_stride
5: [       OK ] hip_hostpinned.view_layout_right_with_stride (0 ms)
5: [ RUN      ] hip_hostpinned.view_api_b
5: [       OK ] hip_hostpinned.view_api_b (5 ms)
5: [ RUN      ] hip_hostpinned.view_api_c
5: [       OK ] hip_hostpinned.view_api_c (0 ms)
5: [ RUN      ] hip_hostpinned.view_api_d
5: [       OK ] hip_hostpinned.view_api_d (1 ms)
5: [ RUN      ] hip_hostpinned.view_remap
5: [       OK ] hip_hostpinned.view_remap (0 ms)
5: [ RUN      ] hip_hostpinned.view_mirror_nonconst
5: [       OK ] hip_hostpinned.view_mirror_nonconst (0 ms)
5: [ RUN      ] hip_hostpinned.view_stride_method
5: [       OK ] hip_hostpinned.view_stride_method (0 ms)
5: [ RUN      ] hip_hostpinned.anonymous_space
5: [       OK ] hip_hostpinned.anonymous_space (0 ms)
5: [ RUN      ] hip_hostpinned.view_overload_resolution
5: [       OK ] hip_hostpinned.view_overload_resolution (0 ms)
5: [ RUN      ] hip_hostpinned.view_allocation_large_rank
21: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.065 s         0.065 s            11  24.5641/s       1.6k
5: [       OK ] hip_hostpinned.view_allocation_large_rank (898 ms)
5: [ RUN      ] hip_hostpinned.view_shmem_size_on_device
5: [       OK ] hip_hostpinned.view_shmem_size_on_device (0 ms)
5: [ RUN      ] hip_hostpinned.view_is_assignable
5: [       OK ] hip_hostpinned.view_is_assignable (1 ms)
5: [ RUN      ] hip_hostpinned.view_copy_tests
5: [       OK ] hip_hostpinned.view_copy_tests (3 ms)
5: [ RUN      ] hip_hostpinned.view_copy_tests_rank_0
5: [       OK ] hip_hostpinned.view_copy_tests_rank_0 (0 ms)
5: [ RUN      ] hip_hostpinned.view_copy_degenerated
5: [       OK ] hip_hostpinned.view_copy_degenerated (0 ms)
5: [ RUN      ] hip_hostpinned.view_fill_tests_layout_right
21: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.065 s         0.065 s            11  24.4605/s       1.6k
5: [       OK ] hip_hostpinned.view_fill_tests_layout_right (2354 ms)
5: [ RUN      ] hip_hostpinned.view_fill_tests_layout_left
21: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    1.27 s          1.27 s             1  1.25586/s       1.6k
[ 65%] Linking CXX executable Kokkos_UnitTest_Random
[ 65%] Built target Kokkos_UnitTest_Random
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
21: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.946 s         0.945 s             1   1.6913/s       1.6k
5: [       OK ] hip_hostpinned.view_fill_tests_layout_left (3596 ms)
5: [ RUN      ] hip_hostpinned.view_mapping
5: [       OK ] hip_hostpinned.view_mapping (68 ms)
5: [ RUN      ] hip_hostpinned.view_mapping_operator
5: [       OK ] hip_hostpinned.view_mapping_operator (3 ms)
5: [ RUN      ] hip_hostpinned.static_extent
5: [       OK ] hip_hostpinned.static_extent (0 ms)
5: [ RUN      ] hip_hostpinned.view_mapping_atomic
5: [       OK ] hip_hostpinned.view_mapping_atomic (0 ms)
5: [ RUN      ] hip_hostpinned.view_mapping_class_value
5: [       OK ] hip_hostpinned.view_mapping_class_value (0 ms)
5: [ RUN      ] hip_hostpinned.view_mapping_assignable
5: [       OK ] hip_hostpinned.view_mapping_assignable (0 ms)
5: [ RUN      ] hip_hostpinned.view_mapping_trivially_copyable
5: [       OK ] hip_hostpinned.view_mapping_trivially_copyable (0 ms)
5: [ RUN      ] hip_hostpinned.view_mapping_subview
5: [       OK ] hip_hostpinned.view_mapping_subview (0 ms)
5: [----------] 28 tests from hip_hostpinned (7066 ms total)
5: 
5: [----------] 2 tests from hip_constant_memory
5: [ RUN      ] hip_constant_memory.many_streams_per_device
5: [       OK ] hip_constant_memory.many_streams_per_device (78 ms)
5: [ RUN      ] hip_constant_memory.one_stream_per_device
5: [       OK ] hip_constant_memory.one_stream_per_device (64 ms)
5: [----------] 2 tests from hip_constant_memory (142 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 465 tests from 8 test suites ran. (243261 ms total)
5: [  PASSED  ] 456 tests.
5: [  SKIPPED ] 9 tests, listed below:
5: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_dyn
5: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_stat
5: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_mix
5: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_static_extents
5: [  SKIPPED ] hip_graph_DeathTest.can_instantiate_only_once
5: [  SKIPPED ] hip_managed_DeathTest.view_subview_wrong_extents
5: [  SKIPPED ] hip.mathspecialfunc_cbesselh1stkind
5: [  SKIPPED ] hip.unified_memory_zero_memset
5: [  SKIPPED ] hip_graph.repeat_chain
 5/59 Test  #5: Kokkos_CoreUnitTest_HIP ....................................   Passed  243.80 sec
test 6
      Start  6: Kokkos_CoreUnitTest_HIPGraphAtomicLocks

6: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_HIPGraphAtomicLocks
6: Test timeout computed to be: 1500
6: [==========] Running 1 test from 1 test suite.
6: [----------] Global test environment set-up.
6: [----------] 1 test from hip
6: [ RUN      ] hip.graph_lock_based_atomic_op
6: [       OK ] hip.graph_lock_based_atomic_op (8 ms)
6: [----------] 1 test from hip (8 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 1 test from 1 test suite ran. (8 ms total)
6: [  PASSED  ] 1 test.
 6/59 Test  #6: Kokkos_CoreUnitTest_HIPGraphAtomicLocks ....................   Passed    0.44 sec
test 7
      Start  7: Kokkos_CoreUnitTest_HIPInterOpInit

7: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpInit
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 hip
7: [ RUN      ] hip.raw_hip_interop
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
7: [       OK ] hip.raw_hip_interop (373 ms)
7: [----------] 1 test from hip (373 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 1 test from 1 test suite ran. (373 ms total)
7: [  PASSED  ] 1 test.
 7/59 Test  #7: Kokkos_CoreUnitTest_HIPInterOpInit .........................   Passed    0.42 sec
test 8
      Start  8: Kokkos_CoreUnitTest_HIPInterOpStreams

8: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpStreams
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 hip
8: [ RUN      ] hip.raw_hip_streams
21: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.065 s         0.065 s            11  24.4767/s       1.6k
8: [       OK ] hip.raw_hip_streams (369 ms)
8: [----------] 1 test from hip (369 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 1 test from 1 test suite ran. (369 ms total)
8: [  PASSED  ] 1 test.
 8/59 Test  #8: Kokkos_CoreUnitTest_HIPInterOpStreams ......................   Passed    0.42 sec
test 9
      Start  9: Kokkos_CoreUnitTest_HIPInterOpGraph

9: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpGraph
9: Test timeout computed to be: 1500
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o
9: [==========] Running 3 tests from 1 test suite.
9: [----------] Global test environment set-up.
9: [----------] 3 tests from hip
9: [ RUN      ] hip.graph_promises_on_native_objects
9: [       OK ] hip.graph_promises_on_native_objects (6 ms)
9: [ RUN      ] hip.graph_instantiate_and_debug_dot_print
9: [       OK ] hip.graph_instantiate_and_debug_dot_print (1 ms)
9: [ RUN      ] hip.graph_construct_from_native
9: 
9: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
9:                                  does not support page migration between device and host.
9:                                  HIPManagedSpace might not work as expected.
9:                                  Please refer to the ROCm documentation on unified/managed memory.
9: [       OK ] hip.graph_construct_from_native (0 ms)
9: [----------] 3 tests from hip (8 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 3 tests from 1 test suite ran. (8 ms total)
9: [  PASSED  ] 3 tests.
 9/59 Test  #9: Kokkos_CoreUnitTest_HIPInterOpGraph ........................   Passed    0.44 sec
test 10
      Start 10: Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU

10: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU
10: Test timeout computed to be: 1500
10: [==========] Running 4 tests from 1 test suite.
10: [----------] Global test environment set-up.
10: [----------] 4 tests from hip_multi_gpu
10: [ RUN      ] hip_multi_gpu.managed_views
10: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:62: Skipped
10: Skipping HIP multi-gpu testing since current machine only contains a single GPU.
10: 
10: [  SKIPPED ] hip_multi_gpu.managed_views (12 ms)
10: [ RUN      ] hip_multi_gpu.unmanaged_views
10: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:62: Skipped
10: Skipping HIP multi-gpu testing since current machine only contains a single GPU.
10: 
10: [  SKIPPED ] hip_multi_gpu.unmanaged_views (0 ms)
10: [ RUN      ] hip_multi_gpu.scratch_space
10: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:62: Skipped
10: Skipping HIP multi-gpu testing since current machine only contains a single GPU.
10: 
10: [  SKIPPED ] hip_multi_gpu.scratch_space (0 ms)
10: [ RUN      ] hip_multi_gpu.stream_sync_semantics_raw_hip
10: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:62: Skipped
10: Skipping HIP multi-gpu testing since current machine only contains a single GPU.
10: 
10: [  SKIPPED ] hip_multi_gpu.stream_sync_semantics_raw_hip (0 ms)
10: [----------] 4 tests from hip_multi_gpu (14 ms total)
10: 
10: [----------] Global test environment tear-down
10: [==========] 4 tests from 1 test suite ran. (14 ms total)
10: [  PASSED  ] 0 tests.
10: [  SKIPPED ] 4 tests, listed below:
10: [  SKIPPED ] hip_multi_gpu.managed_views
10: [  SKIPPED ] hip_multi_gpu.unmanaged_views
10: [  SKIPPED ] hip_multi_gpu.scratch_space
10: [  SKIPPED ] hip_multi_gpu.stream_sync_semantics_raw_hip
10/59 Test #10: Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU ..............   Passed    0.45 sec
test 11
      Start 11: Kokkos_CoreUnitTest_Default

11: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Default
11: Test timeout computed to be: 1500
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
11: [==========] Running 59 tests from 41 test suites.
11: [----------] Global test environment set-up.
11: [----------] 19 tests from defaultdevicetype
11: [ RUN      ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free
11: [       OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (1 ms)
11: [ RUN      ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free
11: [       OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms)
11: [ RUN      ] defaultdevicetype.shared_space
11: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSharedSpace.cpp:109: Skipped
11: skipping because specified arch does not support page migration
11: [  SKIPPED ] defaultdevicetype.shared_space (0 ms)
11: [ RUN      ] defaultdevicetype.shared_host_pinned_space
11: [       OK ] defaultdevicetype.shared_host_pinned_space (0 ms)
11: [ RUN      ] defaultdevicetype.compiler_macros
11: [       OK ] defaultdevicetype.compiler_macros (0 ms)
11: [ RUN      ] defaultdevicetype.half_conversion
11: [       OK ] defaultdevicetype.half_conversion (4 ms)
11: [ RUN      ] defaultdevicetype.bhalf_conversion
11: [       OK ] defaultdevicetype.bhalf_conversion (0 ms)
11: [ RUN      ] defaultdevicetype.half_operators
11: [       OK ] defaultdevicetype.half_operators (1 ms)
11: [ RUN      ] defaultdevicetype.bhalf_operators
11: [       OK ] defaultdevicetype.bhalf_operators (0 ms)
11: [ RUN      ] defaultdevicetype.host_space_access
11: [       OK ] defaultdevicetype.host_space_access (0 ms)
11: [ RUN      ] defaultdevicetype.reduce_instantiation_a1
11: [       OK ] defaultdevicetype.reduce_instantiation_a1 (6 ms)
11: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
11: [       OK ] defaultdevicetype.reduce_instantiation_b1 (16 ms)
11: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
11: [       OK ] defaultdevicetype.reduce_instantiation_c1 (6 ms)
11: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
11: [       OK ] defaultdevicetype.reduce_instantiation_a2 (9 ms)
11: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
11: [       OK ] defaultdevicetype.reduce_instantiation_b2 (22 ms)
11: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
11: [       OK ] defaultdevicetype.reduce_instantiation_c2 (9 ms)
11: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
11: [       OK ] defaultdevicetype.reduce_instantiation_a3 (12 ms)
11: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
11: [       OK ] defaultdevicetype.reduce_instantiation_b3 (26 ms)
11: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
11: [       OK ] defaultdevicetype.reduce_instantiation_c3 (11 ms)
11: [----------] 19 tests from defaultdevicetype (131 ms total)
11: 
11: [----------] 1 test from kokkosresize
11: [ RUN      ] kokkosresize.host_space_access
11: [       OK ] kokkosresize.host_space_access (14 ms)
11: [----------] 1 test from kokkosresize (14 ms total)
11: 
11: [----------] 1 test from TestViewAPI/0, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/0.sizes
11: [       OK ] TestViewAPI/0.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/0 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/1, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/1.sizes
11: [       OK ] TestViewAPI/1.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/1 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/2, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/2.sizes
11: [       OK ] TestViewAPI/2.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/2 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/3, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/3.sizes
11: [       OK ] TestViewAPI/3.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/3 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/4, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/4.sizes
11: [       OK ] TestViewAPI/4.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/4 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/5, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/5.sizes
11: [       OK ] TestViewAPI/5.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/5 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/6, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/6.sizes
11: [       OK ] TestViewAPI/6.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/6 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/7, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/7.sizes
11: [       OK ] TestViewAPI/7.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/7 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/8, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/8.sizes
11: [       OK ] TestViewAPI/8.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/8 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/9, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/9.sizes
11: [       OK ] TestViewAPI/9.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/9 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/10, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/10.sizes
11: [       OK ] TestViewAPI/10.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/10 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/11, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/11.sizes
11: [       OK ] TestViewAPI/11.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/11 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/12, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/12.sizes
11: [       OK ] TestViewAPI/12.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/12 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/13, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/13.sizes
11: [       OK ] TestViewAPI/13.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/13 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/14, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/14.sizes
11: [       OK ] TestViewAPI/14.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/14 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/15, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/15.sizes
11: [       OK ] TestViewAPI/15.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/15 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/16, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/16.sizes
11: [       OK ] TestViewAPI/16.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/16 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/17, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/17.sizes
11: [       OK ] TestViewAPI/17.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/17 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/18, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/18.sizes
11: [       OK ] TestViewAPI/18.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/18 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/19, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/19.sizes
11: [       OK ] TestViewAPI/19.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/19 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/20, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/20.sizes
11: [       OK ] TestViewAPI/20.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/20 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/21, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/21.sizes
11: [       OK ] TestViewAPI/21.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/21 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/22, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/22.sizes
11: [       OK ] TestViewAPI/22.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/22 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/23, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/23.sizes
11: [       OK ] TestViewAPI/23.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/23 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/24, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/24.sizes
11: [       OK ] TestViewAPI/24.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/24 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/25, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/25.sizes
11: [       OK ] TestViewAPI/25.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/25 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/26, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/26.sizes
11: [       OK ] TestViewAPI/26.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/26 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/27, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/27.sizes
11: [       OK ] TestViewAPI/27.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/27 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/28, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/28.sizes
11: [       OK ] TestViewAPI/28.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/28 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/29, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/29.sizes
11: [       OK ] TestViewAPI/29.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/29 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/30, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/30.sizes
11: [       OK ] TestViewAPI/30.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/30 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/31, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/31.sizes
11: [       OK ] TestViewAPI/31.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/31 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/32, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/32.sizes
11: [       OK ] TestViewAPI/32.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/32 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/33, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/33.sizes
11: [       OK ] TestViewAPI/33.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/33 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/34, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/34.sizes
11: [       OK ] TestViewAPI/34.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/34 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/35, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/35.sizes
11: [       OK ] TestViewAPI/35.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/35 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/36, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/36.sizes
11: [       OK ] TestViewAPI/36.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/36 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/37, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/37.sizes
11: [       OK ] TestViewAPI/37.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/37 (0 ms total)
11: 
11: [----------] 1 test from TestViewAPI/38, where TypeParam = <type>
11: [ RUN      ] TestViewAPI/38.sizes
11: [       OK ] TestViewAPI/38.sizes (0 ms)
11: [----------] 1 test from TestViewAPI/38 (0 ms total)
11: 
11: [----------] Global test environment tear-down
11: [==========] 59 tests from 41 test suites ran. (147 ms total)
11: [  PASSED  ] 58 tests.
11: [  SKIPPED ] 1 test, listed below:
11: [  SKIPPED ] defaultdevicetype.shared_space
11/59 Test #11: Kokkos_CoreUnitTest_Default ................................   Passed    0.58 sec
test 12
      Start 12: Kokkos_CoreUnitTest_InitializeFinalize

12: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize
12: Test timeout computed to be: 1500
12: [==========] Running 30 tests from 7 test suites.
12: [----------] Global test environment set-up.
12: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest
12: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views
21: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    1.28 s          1.28 s             1  1.25004/s       1.6k
12: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (984 ms)
12: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views
21: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.653 s         0.653 s             1   2.4498/s       1.6k
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
21: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.065 s         0.065 s            11  24.5537/s       1.6k
21: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.065 s         0.065 s            11  24.5741/s       1.6k
12: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (4118 ms)
12: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management
[ 92%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 92%] Built target Kokkos_CoreUnitTest_Serial2
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
21: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.065 s         0.065 s            11  24.4948/s       1.6k
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
21: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.065 s         0.065 s            11  24.5984/s       1.6k
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
21: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    1.03 s          1.02 s             1  1.55874/s       1.6k
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
12: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (6569 ms)
12: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (11673 ms total)
12: 
12: [----------] 4 tests from InitializeFinalize_DeathTest
12: [ RUN      ] InitializeFinalize_DeathTest.initialize
21: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    1.10 s          1.10 s             1  1.45154/s       1.6k
21: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    1.02 s          1.02 s             1  1.56979/s       1.6k
[ 92%] 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_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
12: [       OK ] InitializeFinalize_DeathTest.initialize (3113 ms)
12: [ RUN      ] InitializeFinalize_DeathTest.finalize
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
21: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    1.18 s          1.18 s             1  1.35575/s       1.6k
[ 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/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
12: [       OK ] InitializeFinalize_DeathTest.finalize (2299 ms)
12: [ RUN      ] InitializeFinalize_DeathTest.is_initialized
21: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.065 s         0.065 s            11  24.5056/s       1.6k
12: [       OK ] InitializeFinalize_DeathTest.is_initialized (428 ms)
12: [ RUN      ] InitializeFinalize_DeathTest.is_finalized
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o
12: [       OK ] InitializeFinalize_DeathTest.is_finalized (420 ms)
12: [----------] 4 tests from InitializeFinalize_DeathTest (6262 ms total)
12: 
12: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest
12: [ RUN      ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early
12: [       OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (146 ms)
12: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (146 ms total)
12: 
12: [----------] 1 test from Legion_DeathTest
12: [ RUN      ] Legion_DeathTest.individual_backend_initialization
12: [       OK ] Legion_DeathTest.individual_backend_initialization (422 ms)
12: [----------] 1 test from Legion_DeathTest (422 ms total)
12: 
12: [----------] 2 tests from PushFinalizeHook_DeathTest
12: [ RUN      ] PushFinalizeHook_DeathTest.called_in_reverse_order
12: [       OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (421 ms)
12: [ RUN      ] PushFinalizeHook_DeathTest.terminate_on_throw
21: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.065 s         0.065 s            11   24.485/s       1.6k
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
12: [       OK ] PushFinalizeHook_DeathTest.terminate_on_throw (1320 ms)
12: [----------] 2 tests from PushFinalizeHook_DeathTest (1741 ms total)
12: 
12: [----------] 6 tests from ScopeGuard_DeathTest
12: [ RUN      ] ScopeGuard_DeathTest.create
12: [       OK ] ScopeGuard_DeathTest.create (428 ms)
12: [ RUN      ] ScopeGuard_DeathTest.create_argument
12: [       OK ] ScopeGuard_DeathTest.create_argument (421 ms)
12: [ RUN      ] ScopeGuard_DeathTest.create_while_initialize
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
21: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    1.34 s          1.34 s             1  1.19364/s       1.6k
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
12: [       OK ] ScopeGuard_DeathTest.create_while_initialize (1347 ms)
12: [ RUN      ] ScopeGuard_DeathTest.create_after_initialize
21: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    1.34 s          1.34 s             1  1.19715/s       1.6k
12: [       OK ] ScopeGuard_DeathTest.create_after_initialize (1364 ms)
12: [ RUN      ] ScopeGuard_DeathTest.create_after_finalize
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
21: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.065 s         0.065 s            11   24.515/s       1.6k
12: [       OK ] ScopeGuard_DeathTest.create_after_finalize (1362 ms)
12: [ RUN      ] ScopeGuard_DeathTest.destroy_after_finalize
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
12: [       OK ] ScopeGuard_DeathTest.destroy_after_finalize (1341 ms)
12: [----------] 6 tests from ScopeGuard_DeathTest (6266 ms total)
12: 
12: [----------] 13 tests from defaultdevicetype
12: [ RUN      ] defaultdevicetype.initialization_settings
12: [       OK ] defaultdevicetype.initialization_settings (0 ms)
12: [ RUN      ] defaultdevicetype.cmd_line_args_num_threads
12: [       OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms)
12: [ RUN      ] defaultdevicetype.cmd_line_args_device_id
12: [       OK ] defaultdevicetype.cmd_line_args_device_id (0 ms)
12: [ RUN      ] defaultdevicetype.cmd_line_args_disable_warning
12: [       OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms)
12: [ RUN      ] defaultdevicetype.cmd_line_args_tune_internals
12: [       OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms)
12: [ RUN      ] defaultdevicetype.cmd_line_args_help
12: [       OK ] defaultdevicetype.cmd_line_args_help (0 ms)
12: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
12: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms)
12: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
12: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 ms)
12: [ RUN      ] defaultdevicetype.env_vars_num_threads
12: [       OK ] defaultdevicetype.env_vars_num_threads (0 ms)
12: [ RUN      ] defaultdevicetype.env_vars_device_id
12: [       OK ] defaultdevicetype.env_vars_device_id (0 ms)
12: [ RUN      ] defaultdevicetype.env_vars_disable_warnings
12: [       OK ] defaultdevicetype.env_vars_disable_warnings (0 ms)
12: [ RUN      ] defaultdevicetype.env_vars_tune_internals
12: [       OK ] defaultdevicetype.env_vars_tune_internals (0 ms)
12: [ RUN      ] defaultdevicetype.visible_devices
12: [       OK ] defaultdevicetype.visible_devices (0 ms)
12: [----------] 13 tests from defaultdevicetype (1 ms total)
12: 
12: [----------] Global test environment tear-down
12: [==========] 30 tests from 7 test suites ran. (26514 ms total)
12: [  PASSED  ] 30 tests.
12/59 Test #12: Kokkos_CoreUnitTest_InitializeFinalize .....................   Passed   26.66 sec
test 13
      Start 13: Kokkos_CoreUnitTest_Develop

13: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Develop
13: Test timeout computed to be: 1500
21: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.065 s         0.065 s            11  24.5291/s       1.6k
13: [==========] Running 1 test from 1 test suite.
13: [----------] Global test environment set-up.
13: [----------] 1 test from defaultdevicetype
13: [ RUN      ] defaultdevicetype.development_test
13: [       OK ] defaultdevicetype.development_test (0 ms)
13: [----------] 1 test from defaultdevicetype (0 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 1 test from 1 test suite ran. (0 ms total)
13: [  PASSED  ] 1 test.
13/59 Test #13: Kokkos_CoreUnitTest_Develop ................................   Passed    0.43 sec
test 14
      Start 14: Kokkos_CoreUnitTest_KokkosP

14: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP
14: Test timeout computed to be: 1500
14: [==========] Running 31 tests from 1 test suite.
14: [----------] Global test environment set-up.
14: [----------] 31 tests from kokkosp
14: [ RUN      ] kokkosp.test_named_instance_fence
14: Ref: 50331649
14: Ref: named_instance
14: 50331649
14: named_instance
14: [       OK ] kokkosp.test_named_instance_fence (0 ms)
14: [ RUN      ] kokkosp.test_unnamed_instance_fence
14: Ref: 50331649
14: Ref: Unnamed Instance Fence
14: 50331649
14: Kokkos::HIP::fence(): Unnamed Instance Fence
14: [       OK ] kokkosp.test_unnamed_instance_fence (0 ms)
14: [ RUN      ] kokkosp.test_named_global_fence
14: Ref: 50331648
14: Ref: test global fence
14: 0
14: test global fence
14: Miss on id
14: 50331648
14: test global fence
14: [       OK ] kokkosp.test_named_global_fence (0 ms)
14: [ RUN      ] kokkosp.test_unnamed_global_fence
14: Ref: 50331648
14: Ref: Unnamed Global Fence
14: 0
14: Kokkos::fence: Unnamed Global Fence
14: Miss on id
14: 50331648
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: 50331649
14: Ref: named_instance
14: 50331649
14: named_instance
14: Ref: 50331649
14: Ref: test_kernel
14: 50331649
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: 50331648
14: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
14: Miss on name
14: Miss on id
14: 50331649
14: test_kernel
14: [       OK ] kokkosp.test_kernel_sequence (0 ms)
14: [ RUN      ] kokkosp.async_deep_copy
14: [       OK ] 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 (1 ms)
14: [ RUN      ] kokkosp.parallel_scan
14: [       OK ] kokkosp.parallel_scan (4 ms)
14: [ RUN      ] kokkosp.parallel_scan_no_fence
14: [       OK ] kokkosp.parallel_scan_no_fence (0 ms)
14: [ RUN      ] kokkosp.parallel_scan_no_fence_view
14: [       OK ] 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: [       OK ] kokkosp.raw_allocation (0 ms)
14: [ RUN      ] kokkosp.view
14: [       OK ] 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.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 (0 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: [       OK ] kokkosp.create_mirror_view_and_copy (0 ms)
14: [----------] 31 tests from kokkosp (9 ms total)
14: 
14: [----------] Global test environment tear-down
14: [==========] 31 tests from 1 test suite ran. (9 ms total)
14: [  PASSED  ] 31 tests.
14/59 Test #14: Kokkos_CoreUnitTest_KokkosP ................................   Passed    0.44 sec
test 15
      Start 15: Kokkos_CoreUnitTest_ToolIndependence

15: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence
15: Test timeout computed to be: 1500
15/59 Test #15: Kokkos_CoreUnitTest_ToolIndependence .......................   Passed    0.15 sec
test 16
      Start 16: Kokkos_ProfilingTestLibraryLoadHelp

16: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
16: Environment variables: 
16:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8428/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/59 Test #16: Kokkos_ProfilingTestLibraryLoadHelp ........................   Passed    0.42 sec
test 17
      Start 17: Kokkos_ProfilingTestLibraryCmdLineHelp

17: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkosprinter-tool.so"
17: Test timeout computed to be: 1500
17: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
17/59 Test #17: Kokkos_ProfilingTestLibraryCmdLineHelp .....................   Passed    0.42 sec
test 18
      Start 18: Kokkos_ProfilingTestLibraryLoad

18: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
18: Environment variables: 
18:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8428/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().
21: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    1.18 s          1.18 s             1  1.35369/s       1.6k
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:desul atomics version:fd8da8299519d7ecde91a1c11a3ac8469ce29cac::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1800::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM: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.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x1d18b00:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1ed3d40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1ed3e40:Host:source:0x1d18c00: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:0x1ebc2c0: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:0x1ed3d40:40::kokkosp_deallocate_data:Host:source:0x1d18b00:40::kokkosp_finalize_library::
18/59 Test #18: Kokkos_ProfilingTestLibraryLoad ............................   Passed    0.42 sec
test 19
      Start 19: Kokkos_ProfilingTestLibraryCmdLine

19: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkosprinter-tool.so"
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:HIP::kokkosp_declare_metadata:GPU architecture:AMD_GFX908::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:fd8da8299519d7ecde91a1c11a3ac8469ce29cac::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1800::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM: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.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0xd94340:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xd945c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xd946c0:Host:source:0xd94440: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:0x14d5040: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:0xd945c0:40::kokkosp_deallocate_data:Host:source:0xd94340:40::kokkosp_finalize_library::
19/59 Test #19: Kokkos_ProfilingTestLibraryCmdLine .........................   Passed    0.43 sec
test 20
      Start 20: Kokkos_CoreUnitTest_StackTraceTest

20: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec
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
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
20: Top of f1
20: Top of f0
20: Top of f0
20: test_f1:
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f19433e77d2]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26d93e]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x22) [0x269492]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdc) [0x26ae3c]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f1944de88a9]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f1944dc1028]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f1944dc238d]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7f1944dc2c68]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f1944dd28cd]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f1944de9479]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7f1944dd246a]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26b310]
20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f1942d61d90]
20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f1942d61e40]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x269305]
20:  
20: demangled test_f1:
20: [0x7f19433e77d2] Kokkos::Impl::save_stacktrace()
20: [0x26d93e] Test::stacktrace_test_f1(std::ostream&)
20: [0x269492] Test::test_stacktrace(bool, bool)
20: [0x26ae3c] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
20: [0x7f1944de88a9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
20: [0x7f1944dc1028] testing::Test::Run()
20: [0x7f1944dc238d] testing::TestInfo::Run()
20: [0x7f1944dc2c68] testing::TestSuite::Run()
20: [0x7f1944dd28cd] testing::internal::UnitTestImpl::RunAllTests()
20: [0x7f1944de9479] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
20: [0x7f1944dd246a] testing::UnitTest::Run()
20: [0x26b310] main
20: [0x7f1942d61d90] 
20: [0x7f1942d61e40] __libc_start_main
20: [0x269305] _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-8428/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f19433e77d2]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26d93e]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x26de46]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaca) [0x269f3a]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdc) [0x26ae3c]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f1944de88a9]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f1944dc1028]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f1944dc238d]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7f1944dc2c68]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f1944dd28cd]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f1944de9479]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7f1944dd246a]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26b310]
20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f1942d61d90]
20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f1942d61e40]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x269305]
20:  
20: demangled test_f3:
20: [0x7f19433e77d2] Kokkos::Impl::save_stacktrace()
20: [0x26d93e] Test::stacktrace_test_f1(std::ostream&)
20: [0x26de46] Test::stacktrace_test_f3(std::ostream&, int)
20: [0x269f3a] Test::test_stacktrace(bool, bool)
20: [0x26ae3c] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
20: [0x7f1944de88a9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
20: [0x7f1944dc1028] testing::Test::Run()
20: [0x7f1944dc238d] testing::TestInfo::Run()
20: [0x7f1944dc2c68] testing::TestSuite::Run()
20: [0x7f1944dd28cd] testing::internal::UnitTestImpl::RunAllTests()
20: [0x7f1944de9479] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
20: [0x7f1944dd246a] testing::UnitTest::Run()
20: [0x26b310] main
20: [0x7f1942d61d90] 
20: [0x7f1942d61e40] __libc_start_main
20: [0x269305] _start
20:  
20: Test setting std::terminate handler that prints the last saved stack trace
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
21: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.859 s         0.858 s             1  1.86335/s       1.6k
20: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (1370 ms)
20: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
20: Top of f1
20: Top of f0
20: Top of f0
20: test_f1:
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f18d82d67d2]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26d93e]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x22) [0x269492]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd9) [0x26b0f9]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f18d9cd78a9]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f18d9cb0028]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f18d9cb138d]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7f18d9cb1c68]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f18d9cc18cd]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f18d9cd8479]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7f18d9cc146a]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26b310]
20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f18d7c50d90]
20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f18d7c50e40]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x269305]
20:  
20: demangled test_f1:
20: [0x7f18d82d67d2] Kokkos::Impl::save_stacktrace()
20: [0x26d93e] Test::stacktrace_test_f1(std::ostream&)
20: [0x269492] Test::test_stacktrace(bool, bool)
20: [0x26b0f9] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
20: [0x7f18d9cd78a9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
20: [0x7f18d9cb0028] testing::Test::Run()
20: [0x7f18d9cb138d] testing::TestInfo::Run()
20: [0x7f18d9cb1c68] testing::TestSuite::Run()
20: [0x7f18d9cc18cd] testing::internal::UnitTestImpl::RunAllTests()
20: [0x7f18d9cd8479] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
20: [0x7f18d9cc146a] testing::UnitTest::Run()
20: [0x26b310] main
20: [0x7f18d7c50d90] 
20: [0x7f18d7c50e40] __libc_start_main
20: [0x269305] _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-8428/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f18d82d67d2]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26d93e]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x26de46]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaca) [0x269f3a]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd9) [0x26b0f9]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f18d9cd78a9]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f18d9cb0028]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f18d9cb138d]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7f18d9cb1c68]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f18d9cc18cd]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f18d9cd8479]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7f18d9cc146a]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26b310]
20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f18d7c50d90]
20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f18d7c50e40]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x269305]
20:  
20: demangled test_f3:
20: [0x7f18d82d67d2] Kokkos::Impl::save_stacktrace()
20: [0x26d93e] Test::stacktrace_test_f1(std::ostream&)
20: [0x26de46] Test::stacktrace_test_f3(std::ostream&, int)
20: [0x269f3a] Test::test_stacktrace(bool, bool)
20: [0x26b0f9] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
20: [0x7f18d9cd78a9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
20: [0x7f18d9cb0028] testing::Test::Run()
20: [0x7f18d9cb138d] testing::TestInfo::Run()
20: [0x7f18d9cb1c68] testing::TestSuite::Run()
20: [0x7f18d9cc18cd] testing::internal::UnitTestImpl::RunAllTests()
20: [0x7f18d9cd8479] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
20: [0x7f18d9cc146a] testing::UnitTest::Run()
20: [0x26b310] main
20: [0x7f18d7c50d90] 
20: [0x7f18d7c50e40] __libc_start_main
20: [0x269305] _start
20:  
20: Test setting std::terminate handler that prints the last saved stack trace
21: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.065 s         0.065 s            11  24.5539/s       1.6k
20: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (1399 ms)
20: [----------] 2 tests from defaultdevicetype_DeathTest (2770 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-8428/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f372fd537d2]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26d93e]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x22) [0x269492]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f37317548a9]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f373172d028]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f373172e38d]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7f373172ec68]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f373173e8cd]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f3731755479]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7f373173e46a]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26b310]
20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f372f6cdd90]
20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f372f6cde40]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x269305]
20:  
20: demangled test_f1:
20: [0x7f372fd537d2] Kokkos::Impl::save_stacktrace()
20: [0x26d93e] Test::stacktrace_test_f1(std::ostream&)
20: [0x269492] Test::test_stacktrace(bool, bool)
20: [0x7f37317548a9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
20: [0x7f373172d028] testing::Test::Run()
20: [0x7f373172e38d] testing::TestInfo::Run()
20: [0x7f373172ec68] testing::TestSuite::Run()
20: [0x7f373173e8cd] testing::internal::UnitTestImpl::RunAllTests()
20: [0x7f3731755479] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
20: [0x7f373173e46a] testing::UnitTest::Run()
20: [0x26b310] main
20: [0x7f372f6cdd90] 
20: [0x7f372f6cde40] __libc_start_main
20: [0x269305] _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-8428/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f372fd537d2]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x26d93e]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x26de46]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaca) [0x269f3a]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f37317548a9]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f373172d028]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f373172e38d]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7f373172ec68]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f373173e8cd]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f3731755479]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7f373173e46a]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x26b310]
20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f372f6cdd90]
20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f372f6cde40]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x269305]
20:  
20: demangled test_f3:
20: [0x7f372fd537d2] Kokkos::Impl::save_stacktrace()
20: [0x26d93e] Test::stacktrace_test_f1(std::ostream&)
20: [0x26de46] Test::stacktrace_test_f3(std::ostream&, int)
20: [0x269f3a] Test::test_stacktrace(bool, bool)
20: [0x7f37317548a9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
20: [0x7f373172d028] testing::Test::Run()
20: [0x7f373172e38d] testing::TestInfo::Run()
20: [0x7f373172ec68] testing::TestSuite::Run()
20: [0x7f373173e8cd] testing::internal::UnitTestImpl::RunAllTests()
20: [0x7f3731755479] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
20: [0x7f373173e46a] testing::UnitTest::Run()
20: [0x26b310] main
20: [0x7f372f6cdd90] 
20: [0x7f372f6cde40] __libc_start_main
20: [0x269305] _start
20:  
20: Test setting std::terminate handler that prints the last saved stack trace
20: [       OK ] defaultdevicetype.stacktrace_normal (0 ms)
20: [----------] 1 test from defaultdevicetype (0 ms total)
20: 
20: [----------] Global test environment tear-down
20: [==========] 3 tests from 2 test suites ran. (2770 ms total)
20: [  PASSED  ] 3 tests.
20/59 Test #20: Kokkos_CoreUnitTest_StackTraceTest .........................   Passed    3.20 sec
test 21
      Start 21: Kokkos_IncrementalTest_SERIAL

21: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_IncrementalTest_SERIAL
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 (51 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 (85 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 (1 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 (138 ms total)
21: 
21: [----------] Global test environment tear-down
21: [==========] 28 tests from 1 test suite ran. (138 ms total)
21: [  PASSED  ] 28 tests.
21/59 Test #21: Kokkos_IncrementalTest_SERIAL ..............................   Passed    0.57 sec
test 22
      Start 22: Kokkos_IncrementalTest_HIP

22: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_IncrementalTest_HIP
22: Test timeout computed to be: 1500
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
22: [==========] Running 28 tests from 1 test suite.
22: [----------] Global test environment set-up.
22: [----------] 28 tests from HIP
22: [ RUN      ] HIP.IncrTest_01_execspace_typedef
22: [       OK ] HIP.IncrTest_01_execspace_typedef (0 ms)
22: [ RUN      ] HIP.IncrTest_01_execspace
22: Device Execution Space:
22:   KOKKOS_ENABLE_HIP: yes
22: HIP Options:
22:   KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
22: 
22: Runtime Configuration:
22:   XNACK environment variable set: no
22:   Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
22: macro  KOKKOS_ENABLE_HIP : defined
22: macro  HIP_VERSION : 60241134 = version 6.2.41134
22: macro KOKKOS_ENABLE_ROCTHRUST : defined
22: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
22: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected
22:   Total Global Memory: 31.98 GiB
22:   Shared Memory per Block: 64 KiB
22:   APU or dGPU: dGPU
22:   Is Large Bar: 1
22:   Supports Managed Memory: 1
22:   Architecture capable of accessing system allocated memory: 1
22:   System allows accessing system allocated memory on GPU: 0
22:   Wavefront Size: 64
22: HIP
22: [       OK ] HIP.IncrTest_01_execspace (0 ms)
22: [ RUN      ] HIP.IncrTest_02_AtomicExchange
22: [       OK ] HIP.IncrTest_02_AtomicExchange (0 ms)
22: [ RUN      ] HIP.IncrTest_02_AtomicAdd
22: [       OK ] HIP.IncrTest_02_AtomicAdd (0 ms)
22: [ RUN      ] HIP.IncrTest_02_AtomicSub
22: [       OK ] HIP.IncrTest_02_AtomicSub (0 ms)
22: [ RUN      ] HIP.IncrTest_03a_memspace_malloc
22: [       OK ] HIP.IncrTest_03a_memspace_malloc (1 ms)
22: [ RUN      ] HIP.IncrTest_03b_memspace_free
21: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.065 s         0.065 s            11  24.4869/s       1.6k
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 67%] Linking CXX executable Kokkos_UnitTest_Sort
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 67%] Built target Kokkos_UnitTest_Sort
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
21: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    1.31 s          1.30 s             1  1.22239/s       1.6k
[ 68%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o
[ 68%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
21: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.719 s         0.717 s             1  2.22422/s       1.6k
22: [       OK ] HIP.IncrTest_03b_memspace_free (4428 ms)
22: [ RUN      ] HIP.IncrTest_04_simple_parallelFor
22: [       OK ] HIP.IncrTest_04_simple_parallelFor (1 ms)
22: [ RUN      ] HIP.IncrTest_04_RangePolicy_parallelFor
22: [       OK ] HIP.IncrTest_04_RangePolicy_parallelFor (0 ms)
22: [ RUN      ] HIP.IncrTest_05_reduction
22: [       OK ] HIP.IncrTest_05_reduction (7 ms)
22: [ RUN      ] HIP.IncrTest_06_mdrange2D
22: [       OK ] HIP.IncrTest_06_mdrange2D (0 ms)
22: [ RUN      ] HIP.IncrTest_06_mdrange3D
22: [       OK ] HIP.IncrTest_06_mdrange3D (0 ms)
22: [ RUN      ] HIP.IncrTest_06_mdrange4D
22: [       OK ] HIP.IncrTest_06_mdrange4D (0 ms)
22: [ RUN      ] HIP.IncrTest_08_deep_copy_2D
22: [       OK ] HIP.IncrTest_08_deep_copy_2D (2 ms)
22: [ RUN      ] HIP.IncrTest_08_deep_copy_3D
22: [       OK ] HIP.IncrTest_08_deep_copy_3D (0 ms)
22: [ RUN      ] HIP.IncrTest_08_deep_copy_4D
22: [       OK ] HIP.IncrTest_08_deep_copy_4D (0 ms)
22: [ RUN      ] HIP.IncrTest_10_Hierarchical_Basics
22: [       OK ] HIP.IncrTest_10_Hierarchical_Basics (1 ms)
22: [ RUN      ] HIP.IncrTest_11a_Hierarchical_ForLoop
22: [       OK ] HIP.IncrTest_11a_Hierarchical_ForLoop (1 ms)
22: [ RUN      ] HIP.IncrTest_11b_Hierarchical_ForLoop
22: [       OK ] HIP.IncrTest_11b_Hierarchical_ForLoop (0 ms)
22: [ RUN      ] HIP.IncrTest_11c_Hierarchical_ForLoop
22: [       OK ] HIP.IncrTest_11c_Hierarchical_ForLoop (118 ms)
22: [ RUN      ] HIP.IncrTest_12a_ThreadScratch
22: [       OK ] HIP.IncrTest_12a_ThreadScratch (3 ms)
22: [ RUN      ] HIP.IncrTest_12b_TeamScratch
22: [       OK ] HIP.IncrTest_12b_TeamScratch (1 ms)
22: [ RUN      ] HIP.IncrTest_13a_Hierarchical_Red
22: [       OK ] HIP.IncrTest_13a_Hierarchical_Red (1 ms)
22: [ RUN      ] HIP.IncrTest_13b_Hierarchical_Red
22: [       OK ] HIP.IncrTest_13b_Hierarchical_Red (1 ms)
22: [ RUN      ] HIP.IncrTest_13c_Hierarchical_Red
22: [       OK ] HIP.IncrTest_13c_Hierarchical_Red (0 ms)
22: [ RUN      ] HIP.incr_14_MDrangeReduce
22: [       OK ] HIP.incr_14_MDrangeReduce (0 ms)
22: [ RUN      ] HIP.IncrTest_16_parallelscan
22: [       OK ] HIP.IncrTest_16_parallelscan (6 ms)
22: [ RUN      ] HIP.incr_17_atomicView
22: [       OK ] HIP.incr_17_atomicView (0 ms)
22: [----------] 28 tests from HIP (4581 ms total)
22: 
22: [----------] Global test environment tear-down
22: [==========] 28 tests from 1 test suite ran. (4581 ms total)
22: [  PASSED  ] 28 tests.
22/59 Test #22: Kokkos_IncrementalTest_HIP .................................   Passed    5.02 sec
test 23
      Start 23: Kokkos_CoreUnitTest_CTestDevice

23: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice
23: Test timeout computed to be: 1500
23: [==========] Running 8 tests from 2 test suites.
23: [----------] Global test environment set-up.
23: [----------] 5 tests from ctest_environment_DeathTest
23: [ RUN      ] ctest_environment_DeathTest.invalid_rank
23: [       OK ] ctest_environment_DeathTest.invalid_rank (1027 ms)
23: [ RUN      ] ctest_environment_DeathTest.no_type_str
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
21: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                      0.110 s         0.110 s             6  14.5488/s       1.6k
23: [       OK ] ctest_environment_DeathTest.no_type_str (753 ms)
23: [ RUN      ] ctest_environment_DeathTest.missing_type
21: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    0.110 s         0.110 s             6  14.5299/s       1.6k
23: [       OK ] ctest_environment_DeathTest.missing_type (1196 ms)
23: [ RUN      ] ctest_environment_DeathTest.no_id_str
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
23: [       OK ] ctest_environment_DeathTest.no_id_str (571 ms)
23: [ RUN      ] ctest_environment_DeathTest.invalid_id_str
23: [       OK ] ctest_environment_DeathTest.invalid_id_str (1194 ms)
23: [----------] 5 tests from ctest_environment_DeathTest (4744 ms total)
23: 
23: [----------] 3 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.good
23: [       OK ] ctest_environment.good (0 ms)
23: [----------] 3 tests from ctest_environment (0 ms total)
23: 
23: [----------] Global test environment tear-down
23: [==========] 8 tests from 2 test suites ran. (4744 ms total)
23: [  PASSED  ] 8 tests.
23/59 Test #23: Kokkos_CoreUnitTest_CTestDevice ............................   Passed    4.90 sec
test 24
      Start 24: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

24: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
24: Test timeout computed to be: 1500
21: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                     0.111 s         0.111 s             6  14.4514/s       1.6k
24/59 Test #24: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ..................   Passed    0.15 sec
test 25
      Start 25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail

25: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
25: Test timeout computed to be: 1500
25: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument
25/59 Test #25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ......   Passed    0.14 sec
test 26
      Start 26: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs

26: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1"
26: Test timeout computed to be: 1500
26/59 Test #26: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs .....   Passed    0.14 sec
test 27
      Start 27: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment

27: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
27: Environment variables: 
27:  KOKKOS_TEST_TRIBITS_COMPATIBILITY=1
27: Test timeout computed to be: 1500
27/59 Test #27: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ...   Passed    0.15 sec
test 28
      Start 28: Kokkos_CoreUnitTest_DeviceAndThreads

28: Test command: /usr/bin/python3.10 "/var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/TestDeviceAndThreads.py" "-v"
28: Test timeout computed to be: 1500
28: test_device_id (__main__.KokkosInitializationTestCase) ... ok
21: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                     0.110 s         0.110 s             6  14.5548/s       1.6k
21: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.076 s         0.076 s             9  10.5791/s        800
28: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok
28: test_num_devices (__main__.KokkosInitializationTestCase) ... ok
28: test_num_threads (__main__.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled'
21: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time                                                                                                       0.076 s         0.076 s             9  10.5526/s        800
28: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok
28: 
28: ----------------------------------------------------------------------
28: Ran 5 tests in 5.017s
28: 
28: OK (skipped=1)
28/59 Test #28: Kokkos_CoreUnitTest_DeviceAndThreads .......................   Passed    5.06 sec
test 29
      Start 29: Kokkos_PerformanceTest_Benchmark

29: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-09-11_T05-21-40.json"
29: Test timeout computed to be: 1500
29: 2025-09-11T05:38:42+00:00
29: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
29: Run on (255 X 3371.46 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: 2.59, 6.43, 7.85
29: APU or dGPU: dGPU
29: Architecture capable of accessing system allocated memory: 1
29: CPU architecture: none
29: Default Device: HIP
29: GPU architecture: AMD_GFX908
29: Is Large Bar: 1
29: KOKKOS_COMPILER_CLANG: 1800
29: KOKKOS_ENABLE_ASM: 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: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
29: Kokkos Version: 4.7.99
29: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected
29: Shared Memory per Block: 64 KiB
29: Supports Managed Memory: 1
29: System allows accessing system allocated memory on GPU: 0
29: Total Global Memory: 31.98 GiB
29: Wavefront Size: 64
29: XNACK environment variable set: no
29: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
29: macro  HIP_VERSION: 60241134 = version 6.2.41134
29: macro  KOKKOS_ENABLE_HIP: defined
29: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
29: macro KOKKOS_ENABLE_ROCTHRUST: defined
29: mdspan: enabled
29: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
29: platform: 64bit
29: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: Benchmark                                                                                                                                                                          Time             CPU   Iterations      Count Time normalized
29: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: GramSchmidt<double>/Count:1024/iterations:5/manual_time                                                                                                                        0.007 s         0.008 s             5       1024        6.77998u
29: GramSchmidt<double>/Count:2048/iterations:5/manual_time                                                                                                                        0.007 s         0.008 s             5     2.048k        3.37236u
29: GramSchmidt<double>/Count:4096/iterations:5/manual_time                                                                                                                        0.007 s         0.008 s             5     4.096k        1.68533u
29: GramSchmidt<double>/Count:8192/iterations:5/manual_time                                                                                                                        0.007 s         0.008 s             5     8.192k        839.152n
29: GramSchmidt<double>/Count:16384/iterations:5/manual_time                                                                                                                       0.007 s         0.009 s             5    16.384k         418.75n
21: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.076 s         0.076 s             9  10.5139/s        800
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
29: GramSchmidt<double>/Count:32768/iterations:5/manual_time                                                                                                                       0.007 s         0.010 s             5    32.768k        215.518n
29: GramSchmidt<double>/Count:65536/iterations:5/manual_time                                                                                                                       0.008 s         0.012 s             5    65.536k        124.316n
29: GramSchmidt<double>/Count:131072/iterations:5/manual_time                                                                                                                      0.010 s         0.016 s             5   131.072k        75.5174n
29: GramSchmidt<double>/Count:262144/iterations:5/manual_time                                                                                                                      0.030 s         0.043 s             5   262.144k        116.255n
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
29: GramSchmidt<double>/Count:524288/iterations:5/manual_time                                                                                                                      0.033 s         0.074 s             5   524.288k        62.5513n
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
21: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time                                                                                                      0.076 s         0.076 s             9  10.5632/s        800
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Vector.cpp.o
29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s        Max
29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: CustomReduction<double>/N:100000/R:1000/manual_time                                                                                                                            0.007 s         0.018 s            86 14.4696k/s       11.5
21: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.076 s         0.076 s             9  10.5681/s        800
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
29: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: Benchmark                                                                                                                                                                          Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced
29: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: OverlapRangePolicy/N:2000/M:10000/R:10                                                                                                                                         0.515 s         0.514 s             1       0.0988232    0.0480458               0.0869156            0.0426819   0.0426454           2.69u
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
21: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.076 s         0.076 s             9  10.5647/s        800
29: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: Benchmark                                                                                                                                                                          Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced
29: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: OverlapMDRangePolicy/N:200/M:10000/R:10                                                                                                                                        0.045 s         0.045 s            16         8.4032m     4.13973m                 7.7732m                   3.8219m     3.8686m           2.06u
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
29: OverlapTeamPolicy/N:20/M:1000000/R:10                                                                                                                                          0.204 s         0.203 s             3       0.0351605    0.0250037               0.0378953                 0.0187781   0.0190392           3.19u
29: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: Benchmark                                                                                                                                                                          Time             CPU   Iterations      Count Time normalized
29: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                                                                                                                  0.000 s         0.001 s             5       1024        35.2539n
29: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     2.048k        16.4404n
29: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     4.096k         6.3623n
29: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     8.192k         3.1665n
29: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    16.384k        1.78033n
29: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    32.768k        1061.68p
29: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    65.536k        697.617p
29: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                                                                                                                0.000 s         0.000 s             5   131.072k        526.886p
29: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                                                                                                                0.000 s         0.001 s             5   262.144k        431.705p
29: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                                                                                                                0.000 s         0.001 s             5   524.288k        382.896p
21: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.076 s         0.076 s             9  10.5775/s        800
21: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.076 s         0.076 s             9  10.5815/s        800
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
29: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: rate
29: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: Malloc/N:1/manual_time                                                                                                                                                          25.0 us         58.0 us        29895 39.9488k/s
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
21: ViewFill_Rank1Strided/N:10/manual_time                                                                                                                                         0.075 s         0.075 s             9  5.32402/s        400
21: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.076 s         0.076 s             9   10.577/s        800
29: Malloc/N:16/manual_time                                                                                                                                                         21.2 us         47.7 us        35058 47.0808k/s
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
21: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.076 s         0.076 s             9  10.5676/s        800
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
29: Malloc/N:256/manual_time                                                                                                                                                        19.5 us         45.6 us        35869 51.3707k/s
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
21: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.076 s         0.076 s             9  10.5816/s        800
21: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.076 s         0.076 s             9  10.5646/s        800
29: Malloc/N:4096/manual_time                                                                                                                                                       19.4 us         45.3 us        36931 51.6746k/s
21: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.076 s         0.076 s             9  10.5519/s        800
[ 95%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o
29: Malloc/N:65536/manual_time                                                                                                                                                      19.0 us         44.7 us        36180 52.6506k/s
21: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.076 s         0.076 s             9  10.5247/s        800
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
21: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.076 s         0.076 s             9  10.5211/s        800
29: Malloc/N:1048576/manual_time                                                                                                                                                    18.7 us         44.8 us        37977 53.6159k/s
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
21: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.076 s         0.076 s             9  10.5234/s        800
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
21: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.076 s         0.076 s             9  10.5319/s        800
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 96%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
29: Malloc/N:16777216/manual_time                                                                                                                                                    447 us          277 us         4897 2.23626k/s
29: Malloc/N:268435456/manual_time                                                                                                                                                  9346 us          448 us           75  106.998/s
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
21: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.076 s         0.076 s             9  10.5427/s        800
29: Malloc/N:4294967296/manual_time                                                                                                                                               149086 us         1345 us            5  6.70754/s
21: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                              0.076 s         0.076 s             9  10.5416/s        800
29: MallocFree/N:1/manual_time                                                                                                                                                       154 us          153 us         4539 6.50599k/s
[ 68%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda
[ 68%] Built target Kokkos_ContainersUnitTest_Cuda
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
21: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                             0.076 s         0.076 s             9  10.5492/s        800
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 97%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
29: MallocFree/N:16/manual_time                                                                                                                                                     47.4 us         47.3 us        15645 21.1015k/s
21: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.037 s         0.037 s            10  42.9488/s       1.6k
[ 97%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o
21: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.037 s         0.037 s            10  42.9586/s       1.6k
29: MallocFree/N:256/manual_time                                                                                                                                                    44.1 us         44.0 us        15972 22.6677k/s
21: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.037 s         0.037 s            10  43.0492/s       1.6k
21: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.037 s         0.037 s            10  43.0988/s       1.6k
29: MallocFree/N:4096/manual_time                                                                                                                                                   46.6 us         46.5 us        15589  21.443k/s
21: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.041 s         0.041 s            10  39.1203/s       1.6k
29: MallocFree/N:65536/manual_time                                                                                                                                                  45.2 us         45.1 us        16008 22.1062k/s
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
21: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.037 s         0.037 s            10  43.4056/s       1.6k
[ 97%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o
29: MallocFree/N:1048576/manual_time                                                                                                                                                53.0 us         52.9 us        11931 18.8556k/s
21: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.030 s         0.030 s            10  53.9987/s       1.6k
21: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.030 s         0.030 s            10  53.7191/s       1.6k
29: MallocFree/N:16777216/manual_time                                                                                                                                                366 us          265 us         2468 2.73046k/s
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
21: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.031 s         0.031 s            10  52.1557/s       1.6k
29: MallocFree/N:268435456/manual_time                                                                                                                                              9441 us         5208 us           74   105.92/s
21: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.029 s         0.029 s            10  54.2716/s       1.6k
21: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.037 s         0.037 s            10  43.1382/s       1.6k
29: MallocFree/N:4294967296/manual_time                                                                                                                                           146922 us         1355 us            5  6.80633/s
[ 97%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan
21: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.033 s         0.033 s            10  48.3159/s       1.6k
[ 97%] Built target Kokkos_PerformanceTest_InclusiveScan
[ 97%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
29: MallocTouch/N:1/manual_time                                                                                                                                                      128 us          153 us         5533 7.82621k/s
21: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.040 s         0.040 s            10  39.7439/s       1.6k
21: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.038 s         0.038 s            10  41.8372/s       1.6k
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
29: MallocTouch/N:16/manual_time                                                                                                                                                    19.7 us         45.2 us        29632 50.8487k/s
[ 97%] Linking CXX executable Kokkos_atomic
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
21: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.050 s         0.050 s            10  31.7712/s       1.6k
[ 97%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 97%] Built target Kokkos_atomic
[ 97%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
21: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.048 s         0.048 s            10  33.1468/s       1.6k
21: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.040 s         0.040 s            10  39.7031/s       1.6k
21: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.039 s         0.039 s            10  41.3826/s       1.6k
29: MallocTouch/N:256/manual_time                                                                                                                                                   20.9 us         46.8 us        36712 47.8055k/s
21: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.044 s         0.044 s            10  36.7251/s       1.6k
21: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.042 s         0.042 s            10  38.1507/s       1.6k
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
29: MallocTouch/N:4096/manual_time                                                                                                                                                  31.3 us         57.1 us        22062 31.9351k/s
21: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.050 s         0.050 s            10  31.8871/s       1.6k
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
21: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.049 s         0.049 s            10  32.9493/s       1.6k
29: MallocTouch/N:65536/manual_time                                                                                                                                                 33.1 us         59.9 us        23027 30.2063k/s
21: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.044 s         0.044 s            10  36.4724/s       1.6k
[ 97%] Linking CXX executable Kokkos_gups
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 97%] Built target Kokkos_gups
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 97%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
21: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.042 s         0.042 s            10  37.9444/s       1.6k
[ 98%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
21: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.048 s         0.048 s            10  33.1764/s       1.6k
[ 98%] Linking CXX executable Kokkos_launch_latency
29: MallocTouch/N:1048576/manual_time                                                                                                                                               35.0 us         61.0 us        20677 28.5588k/s
[ 98%] Built target Kokkos_launch_latency
[ 98%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
21: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.064 s         0.064 s            10   25.174/s       1.6k
21: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.044 s         0.044 s            10  36.4551/s       1.6k
29: MallocTouch/N:16777216/manual_time                                                                                                                                               406 us          254 us         3847 2.46344k/s
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o
21: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.054 s         0.054 s            10  29.7951/s       1.6k
29: MallocTouch/N:268435456/manual_time                                                                                                                                             9284 us          524 us           74  107.712/s
21: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.077 s         0.077 s            10  20.6918/s       1.6k
29: MallocTouch/N:4294967296/manual_time                                                                                                                                          146993 us         1800 us            5  6.80306/s
[ 98%] Linking CXX executable Kokkos_view_copy_constructor
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 99%] Built target Kokkos_view_copy_constructor
[ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
29: MallocTouchFree/N:1/manual_time                                                                                                                                                  154 us          152 us         4545 6.50329k/s
21: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.061 s         0.061 s            10  26.0722/s       1.6k
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o
21: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.055 s         0.055 s            10  28.8758/s       1.6k
[ 99%] Linking CXX executable Kokkos_stream
[ 99%] Built target Kokkos_stream
[ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
21: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.050 s         0.050 s            10  32.0689/s       1.6k
29: MallocTouchFree/N:16/manual_time                                                                                                                                                57.0 us         56.9 us        12769  17.534k/s
29: MallocTouchFree/N:256/manual_time                                                                                                                                               54.9 us         54.8 us        12591 18.2079k/s
[ 69%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
29: MallocTouchFree/N:4096/manual_time                                                                                                                                              71.8 us         71.4 us        10908 13.9373k/s
29: MallocTouchFree/N:65536/manual_time                                                                                                                                             65.4 us         65.2 us        10257 15.2796k/s
[ 69%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
29: MallocTouchFree/N:1048576/manual_time                                                                                                                                           75.3 us         75.0 us        10110 13.2749k/s
[100%] Linking CXX executable Kokkos_gather
[100%] Built target Kokkos_gather
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
21: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                       0.297 s         0.336 s            10  5.39404/s       1.6k
29: MallocTouchFree/N:16777216/manual_time                                                                                                                                           499 us          267 us         3749 2.00477k/s
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
29: MallocTouchFree/N:268435456/manual_time                                                                                                                                         9444 us          505 us           74  105.893/s
[100%] Linking CXX executable Kokkos_policy_performance
[100%] Built target Kokkos_policy_performance
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
29: MallocTouchFree/N:4294967296/manual_time                                                                                                                                      147218 us         1966 us            5  6.79264/s
29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s         MB
29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.054 s         0.001 s            10  14.9329/s        800
21: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                      0.297 s         0.336 s            10  5.39319/s       1.6k
21/51 Test #21: Kokkos_PerformanceTest_Benchmark ...........................   Passed  219.19 sec
test 22
      Start 22: Kokkos_Benchmark_Atomic_MinMax

22: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-09-11_T05-14-39.json"
22: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test
22: Test timeout computed to be: 1500
22: 2025-09-11T05:33:12+00:00
22: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
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: 1.09, 3.75, 4.28
22: CPU architecture: none
22: Default Device: Serial
22: GIT_BRANCH: HEAD
22: GIT_CLEAN_STATUS: CLEAN
22: GIT_COMMIT_DATE: 2025-09-11T01:14:26-04:00
22: GIT_COMMIT_DESCRIPTION: Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD
22: GIT_COMMIT_HASH: 95123c50c
22: GPU architecture: none
22: KOKKOS_COMPILER_CLANG: 1914
22: KOKKOS_ENABLE_ASM: no
22: KOKKOS_ENABLE_CXX20: yes
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: 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_ENABLE_SERIAL: yes
22: Kokkos Version: 4.7.99
22: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
22: mdspan: enabled
22: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
22: platform: 64bit
22: ----------------------------------------------------------------------------------------------------------------------------------------
22: Benchmark                                                                                              Time             CPU   Iterations
22: ----------------------------------------------------------------------------------------------------------------------------------------
22: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.005 s         0.005 s            10
22: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.005 s         0.005 s            10
22: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.001 s            10
22: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.001 s            10
22: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.001 s         0.001 s            10
22: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.001 s         0.001 s            10
22: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.005 s         0.006 s            10
22: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.005 s         0.006 s            10
22: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.001 s         0.001 s            10
22: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.001 s         0.001 s            10
22: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.001 s         0.001 s            10
22: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.001 s         0.001 s            10
22: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.005 s         0.006 s            10
22: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.005 s         0.006 s            10
22: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.001 s         0.001 s            10
22: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.001 s         0.001 s            10
22: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.001 s         0.001 s            10
22: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.001 s         0.001 s            10
22: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.005 s         0.005 s            10
22: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.005 s         0.005 s            10
22: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.001 s         0.001 s            10
22: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.001 s            10
22: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.001 s         0.001 s            10
22: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.001 s         0.001 s            10
22: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.005 s         0.006 s            10
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
22: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.005 s         0.006 s            10
22: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.001 s         0.001 s            10
22: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.001 s         0.001 s            10
22: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.001 s         0.001 s            10
22: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.001 s         0.001 s            10
22: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.005 s         0.006 s            10
22: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.005 s         0.006 s            10
22: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.001 s         0.001 s            10
22: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.001 s         0.001 s            10
22: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.001 s         0.001 s            10
22: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.001 s         0.001 s            10
22: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.005 s         0.006 s            10
22: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.005 s         0.006 s            10
22: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.001 s         0.001 s            10
22: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.001 s         0.001 s            10
22: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.001 s         0.001 s            10
22: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.001 s         0.001 s            10
22: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.005 s         0.006 s            10
22: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.005 s         0.006 s            10
22: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.001 s         0.001 s            10
22: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.001 s         0.001 s            10
22: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.001 s         0.001 s            10
22: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.001 s         0.001 s            10
22/51 Test #22: Kokkos_Benchmark_Atomic_MinMax .............................   Passed    1.24 sec
test 23
      Start 23: Kokkos_PerformanceTest_ViewFirstTouch

23: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-09-11_T05-14-39.json"
23: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test
23: Test timeout computed to be: 1500
23: 2025-09-11T05:33:13+00:00
23: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch
23: Run on (4 X 1996.25 MHz CPU s)
23: CPU Caches:
23:   L1 Data 64 KiB (x4)
23:   L1 Instruction 64 KiB (x4)
23:   L2 Unified 512 KiB (x4)
23:   L3 Unified 16384 KiB (x4)
23: Load Average: 1.09, 3.75, 4.28
23: CPU architecture: none
23: Default Device: Serial
23: GIT_BRANCH: HEAD
23: GIT_CLEAN_STATUS: CLEAN
23: GIT_COMMIT_DATE: 2025-09-11T01:14:26-04:00
23: GIT_COMMIT_DESCRIPTION: Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD
23: GIT_COMMIT_HASH: 95123c50c
23: GPU architecture: none
23: KOKKOS_COMPILER_CLANG: 1914
23: KOKKOS_ENABLE_ASM: no
23: KOKKOS_ENABLE_CXX20: yes
23: KOKKOS_ENABLE_CXX23: no
23: KOKKOS_ENABLE_CXX26: no
23: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
23: KOKKOS_ENABLE_HWLOC: no
23: KOKKOS_ENABLE_LIBDL: yes
23: KOKKOS_ENABLE_PRAGMA_IVDEP: no
23: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
23: KOKKOS_ENABLE_PRAGMA_UNROLL: no
23: KOKKOS_ENABLE_PRAGMA_VECTOR: no
23: KOKKOS_ENABLE_SERIAL: yes
23: Kokkos Version: 4.7.99
23: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
23: mdspan: enabled
23: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
23: platform: 64bit
29: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            43  29.8072/s        800
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
23: ------------------------------------------------------------------------------------------------------------------------------------
23: Benchmark                                                                    Time             CPU   Iterations  FOM: GB/s         MB
23: ------------------------------------------------------------------------------------------------------------------------------------
23: ViewFirstTouch_Initialize<double>/N:64/manual_time                       0.000 s         0.000 s       1048715 0.774423/s       512u
29: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.8211/s        800
23: ViewFirstTouch_Initialize<double>/N:512/manual_time                      0.000 s         0.000 s        991912  5.81697/s     4.096m
29: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            28  29.8568/s        800
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
23: ViewFirstTouch_Initialize<double>/N:4096/manual_time                     0.000 s         0.000 s        673992  31.8856/s   0.032768
29: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.8157/s        800
23: ViewFirstTouch_Initialize<double>/N:32768/manual_time                    0.000 s         0.000 s        216718  81.0302/s   0.262144
29: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.8203/s        800
23: ViewFirstTouch_Initialize<double>/N:262144/manual_time                   0.000 s         0.000 s         21810  65.4649/s    2.09715
29: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26   29.823/s        800
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
23: ViewFirstTouch_Initialize<double>/N:2097152/manual_time                  0.001 s         0.001 s           647  16.1359/s    16.7772
29: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.8504/s        800
29: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            24  29.8197/s        800
23: ViewFirstTouch_Initialize<double>/N:16777216/manual_time                 0.044 s         0.052 s            16  3.07715/s    134.218
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
29: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.8328/s        800
[100%] Linking CXX executable Kokkos_bytes_and_flops
[100%] Built target Kokkos_bytes_and_flops
29: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.8213/s        800
29: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.8296/s        800
29: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.8173/s        800
23: ViewFirstTouch_ParallelFor<double>/N:64/manual_time                      0.000 s         0.000 s       2053516  3.00118/s      1024u
29: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            28  29.8516/s        800
29: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.8185/s        800
29: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.8193/s        800
23: ViewFirstTouch_ParallelFor<double>/N:512/manual_time                     0.000 s         0.000 s       1534886    17.95/s     8.192m
29: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time      0.031 s         0.030 s            18  52.4263/s       1.6k
23: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time                    0.000 s         0.000 s        544510  50.6988/s   0.065536
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
23: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time                   0.000 s         0.000 s         89955  67.2233/s   0.524288
29: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time      0.030 s         0.030 s            21  52.6111/s       1.6k
29: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           404  933.304/s       1.6k
23: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time                  0.000 s         0.000 s         11376  67.9264/s     4.1943
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o
29: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           400  932.261/s       1.6k
[100%] Linking CXX executable Kokkos_UnitTest_SIMD
[100%] Built target Kokkos_UnitTest_SIMD
+ ctest --no-compress-output -T Test --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
   Site: 9e23d8040cab
   Build name: Linux-c++
Create new tag: 20250911-0533 - Experimental
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-8428/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_Serial_ViewSupport

1: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport
1: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
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 21 tests from 1 test suite.
1: [----------] Global test environment set-up.
1: [----------] 21 tests from serial
1: [ RUN      ] serial.basic_view_default_ctor
1: [       OK ] serial.basic_view_default_ctor (0 ms)
1: [ RUN      ] serial.basic_view_extents_ctor
1: [       OK ] serial.basic_view_extents_ctor (0 ms)
1: [ RUN      ] serial.basic_view_mapping_ctor_right
1: [       OK ] serial.basic_view_mapping_ctor_right (0 ms)
1: [ RUN      ] serial.basic_view_access
1: [       OK ] serial.basic_view_access (0 ms)
1: [ RUN      ] serial.basic_view_atomic_accessor
1: [       OK ] serial.basic_view_atomic_accessor (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Typedefs
1: [       OK ] serial.RefCountedAcc_Typedefs (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Ctors
1: [       OK ] serial.RefCountedAcc_Ctors (0 ms)
1: [ RUN      ] serial.RefCountedAcc_ConversionToDefaultAcc
1: [       OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Access
1: [       OK ] serial.RefCountedAcc_Access (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Conversion
1: [       OK ] serial.RefCountedAcc_Conversion (0 ms)
1: [ RUN      ] serial.RefCountedDataHandle_Typedefs
1: [       OK ] serial.RefCountedDataHandle_Typedefs (0 ms)
1: [ RUN      ] serial.RefCountedDataHandle
1: [       OK ] serial.RefCountedDataHandle (0 ms)
1: [ RUN      ] serial.RefCountedDataHandleAnonym
1: [       OK ] serial.RefCountedDataHandleAnonym (0 ms)
1: [ RUN      ] serial.RefCountedDataHandleConversion
1: [       OK ] serial.RefCountedDataHandleConversion (0 ms)
1: [ RUN      ] serial.view_customization_accessor_arg
1: [       OK ] serial.view_customization_accessor_arg (0 ms)
1: [ RUN      ] serial.view_customization_allocation_type
1: [       OK ] serial.view_customization_allocation_type (0 ms)
1: [ RUN      ] serial.view_customization_mirror
1: [       OK ] serial.view_customization_mirror (0 ms)
1: [ RUN      ] serial.view_customization_deep_copy
1: [       OK ] serial.view_customization_deep_copy (0 ms)
1: [ RUN      ] serial.view_customization_deep_copy_single_element_view
1: [       OK ] serial.view_customization_deep_copy_single_element_view (0 ms)
1: [ RUN      ] serial.view_customization_accessor_from_mapping
1: [       OK ] serial.view_customization_accessor_from_mapping (0 ms)
1: [ RUN      ] serial.view_customization_extra_int_arg
1: [       OK ] serial.view_customization_extra_int_arg (0 ms)
1: [----------] 21 tests from serial (1 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 21 tests from 1 test suite ran. (1 ms total)
1: [  PASSED  ] 21 tests.
 1/49 Test  #1: Kokkos_CoreUnitTest_Serial_ViewSupport .....................   Passed    0.01 sec
test 2
      Start  2: Kokkos_CoreUnitTest_OpenMP_ViewSupport

2: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP_ViewSupport
2: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
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 21 tests from 1 test suite.
2: [----------] Global test environment set-up.
2: [----------] 21 tests from openmp
2: [ RUN      ] openmp.basic_view_default_ctor
2: [       OK ] openmp.basic_view_default_ctor (0 ms)
2: [ RUN      ] openmp.basic_view_extents_ctor
2: [       OK ] openmp.basic_view_extents_ctor (0 ms)
2: [ RUN      ] openmp.basic_view_mapping_ctor_right
2: [       OK ] openmp.basic_view_mapping_ctor_right (0 ms)
2: [ RUN      ] openmp.basic_view_access
2: [       OK ] openmp.basic_view_access (0 ms)
2: [ RUN      ] openmp.basic_view_atomic_accessor
2: [       OK ] openmp.basic_view_atomic_accessor (0 ms)
2: [ RUN      ] openmp.RefCountedAcc_Typedefs
2: [       OK ] openmp.RefCountedAcc_Typedefs (0 ms)
2: [ RUN      ] openmp.RefCountedAcc_Ctors
2: [       OK ] openmp.RefCountedAcc_Ctors (0 ms)
2: [ RUN      ] openmp.RefCountedAcc_ConversionToDefaultAcc
2: [       OK ] openmp.RefCountedAcc_ConversionToDefaultAcc (0 ms)
2: [ RUN      ] openmp.RefCountedAcc_Access
2: [       OK ] openmp.RefCountedAcc_Access (0 ms)
2: [ RUN      ] openmp.RefCountedAcc_Conversion
2: [       OK ] openmp.RefCountedAcc_Conversion (0 ms)
2: [ RUN      ] openmp.RefCountedDataHandle_Typedefs
2: [       OK ] openmp.RefCountedDataHandle_Typedefs (0 ms)
2: [ RUN      ] openmp.RefCountedDataHandle
2: [       OK ] openmp.RefCountedDataHandle (0 ms)
2: [ RUN      ] openmp.RefCountedDataHandleAnonym
2: [       OK ] openmp.RefCountedDataHandleAnonym (0 ms)
2: [ RUN      ] openmp.RefCountedDataHandleConversion
2: [       OK ] openmp.RefCountedDataHandleConversion (0 ms)
2: [ RUN      ] openmp.view_customization_accessor_arg
2: [       OK ] openmp.view_customization_accessor_arg (0 ms)
2: [ RUN      ] openmp.view_customization_allocation_type
2: [       OK ] openmp.view_customization_allocation_type (0 ms)
2: [ RUN      ] openmp.view_customization_mirror
2: [       OK ] openmp.view_customization_mirror (0 ms)
2: [ RUN      ] openmp.view_customization_deep_copy
2: [       OK ] openmp.view_customization_deep_copy (0 ms)
2: [ RUN      ] openmp.view_customization_deep_copy_single_element_view
2: [       OK ] openmp.view_customization_deep_copy_single_element_view (0 ms)
2: [ RUN      ] openmp.view_customization_accessor_from_mapping
2: [       OK ] openmp.view_customization_accessor_from_mapping (0 ms)
2: [ RUN      ] openmp.view_customization_extra_int_arg
2: [       OK ] openmp.view_customization_extra_int_arg (0 ms)
2: [----------] 21 tests from openmp (2 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 21 tests from 1 test suite ran. (2 ms total)
2: [  PASSED  ] 21 tests.
 2/49 Test  #2: Kokkos_CoreUnitTest_OpenMP_ViewSupport .....................   Passed    0.01 sec
test 3
      Start  3: Kokkos_CoreUnitTest_Serial1

3: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Serial1
3: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
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 255 tests from 4 test suites.
3: [----------] Global test environment set-up.
3: [----------] 11 tests from serial_DeathTest
3: [ RUN      ] serial_DeathTest.abort_from_host
3: [       OK ] serial_DeathTest.abort_from_host (3 ms)
3: [ RUN      ] serial_DeathTest.abort_from_device
3: [       OK ] serial_DeathTest.abort_from_device (2 ms)
3: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
3: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (2 ms)
3: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
3: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (2 ms)
3: [ RUN      ] serial_DeathTest.policy_invalid_bounds
3: [       OK ] serial_DeathTest.policy_invalid_bounds (0 ms)
3: [ RUN      ] serial_DeathTest.range_policy_invalid_bounds
3: [       OK ] serial_DeathTest.range_policy_invalid_bounds (0 ms)
3: [ RUN      ] serial_DeathTest.range_policy_round_trip_conversion_fires
3: [       OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (0 ms)
3: [ RUN      ] serial_DeathTest.range_policy_check_sign_changes
3: [       OK ] serial_DeathTest.range_policy_check_sign_changes (0 ms)
3: [ RUN      ] serial_DeathTest.range_policy_implicitly_converted_bounds
3: [       OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (0 ms)
3: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:93: Skipped
3: skipping since no memory access violation would occur
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms)
3: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:108: Skipped
3: skipping since no memory access violation would occur
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
3: [----------] 11 tests from serial_DeathTest (12 ms total)
3: 
3: [----------] 1 test from serial_graph_DeathTest
3: [ RUN      ] serial_graph_DeathTest.can_instantiate_only_once
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:181: Skipped
3: Preconditions are not checked.
3: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms)
3: [----------] 1 test from serial_graph_DeathTest (0 ms total)
3: 
3: [----------] 226 tests from serial
3: [ RUN      ] serial.array_capacity
3: [       OK ] serial.array_capacity (0 ms)
3: [ RUN      ] serial.array_element_access
3: [       OK ] serial.array_element_access (0 ms)
3: [ RUN      ] serial.array_operator_equal
3: [       OK ] serial.array_operator_equal (0 ms)
3: [ RUN      ] serial.array_zero_capacity
3: [       OK ] serial.array_zero_capacity (0 ms)
3: [ RUN      ] serial.array_zero_data_nullptr
3: [       OK ] serial.array_zero_data_nullptr (0 ms)
3: [ RUN      ] serial.array_contiguous_capacity
3: [       OK ] serial.array_contiguous_capacity (0 ms)
3: [ RUN      ] serial.array_contiguous_element_access
3: [       OK ] serial.array_contiguous_element_access (0 ms)
3: [ RUN      ] serial.array_contiguous_assignment
3: [       OK ] serial.array_contiguous_assignment (0 ms)
3: [ RUN      ] serial.array_strided_capacity
3: [       OK ] serial.array_strided_capacity (0 ms)
3: [ RUN      ] serial.array_strided_element_access
3: [       OK ] serial.array_strided_element_access (0 ms)
3: [ RUN      ] serial.array_strided_assignment
3: [       OK ] serial.array_strided_assignment (0 ms)
3: [ RUN      ] serial.atomic_operations_complexdouble
3: [       OK ] serial.atomic_operations_complexdouble (3 ms)
3: [ RUN      ] serial.atomic_operations_complexfloat
3: [       OK ] serial.atomic_operations_complexfloat (3 ms)
3: [ RUN      ] serial.atomic_operations_double
3: [       OK ] serial.atomic_operations_double (0 ms)
3: [ RUN      ] serial.atomic_operations_float
3: [       OK ] serial.atomic_operations_float (0 ms)
3: [ RUN      ] serial.atomic_operations_int8
3: [       OK ] serial.atomic_operations_int8 (0 ms)
3: [ RUN      ] serial.atomic_operations_int16
3: [       OK ] serial.atomic_operations_int16 (0 ms)
3: [ RUN      ] serial.atomic_operations_int
3: [       OK ] serial.atomic_operations_int (0 ms)
3: [ RUN      ] serial.atomic_operations_long
3: [       OK ] serial.atomic_operations_long (0 ms)
3: [ RUN      ] serial.atomic_operations_longlong
3: [       OK ] serial.atomic_operations_longlong (0 ms)
3: [ RUN      ] serial.atomic_shared
3: [       OK ] serial.atomic_shared (0 ms)
3: [ RUN      ] serial.atomic_operations_unsigned
3: [       OK ] serial.atomic_operations_unsigned (0 ms)
3: [ RUN      ] serial.atomic_operations_unsignedlong
3: [       OK ] serial.atomic_operations_unsignedlong (0 ms)
3: [ RUN      ] serial.atomics
3: [       OK ] serial.atomics (4 ms)
3: [ RUN      ] serial.atomics_tpetra_max_abs
3: [       OK ] serial.atomics_tpetra_max_abs (0 ms)
3: [ RUN      ] serial.atomic_views_integral
3: [       OK ] serial.atomic_views_integral (82 ms)
3: [ RUN      ] serial.atomic_views_nonintegral
3: [       OK ] serial.atomic_views_nonintegral (43 ms)
3: [ RUN      ] serial.atomic_view_api
3: [       OK ] serial.atomic_view_api (0 ms)
3: [ RUN      ] serial.bit_manip_countl_zero
3: [       OK ] serial.bit_manip_countl_zero (0 ms)
3: [ RUN      ] serial.bit_manip_countl_one
3: [       OK ] serial.bit_manip_countl_one (0 ms)
3: [ RUN      ] serial.bit_manip_countr_zero
3: [       OK ] serial.bit_manip_countr_zero (0 ms)
3: [ RUN      ] serial.bit_manip_countr_one
3: [       OK ] serial.bit_manip_countr_one (0 ms)
3: [ RUN      ] serial.bit_manip_popcount
3: [       OK ] serial.bit_manip_popcount (0 ms)
3: [ RUN      ] serial.bit_manip_has_single_bit
3: [       OK ] serial.bit_manip_has_single_bit (0 ms)
3: [ RUN      ] serial.bit_manip_bit_floor
3: [       OK ] serial.bit_manip_bit_floor (0 ms)
3: [ RUN      ] serial.bit_manip_bit_ceil
3: [       OK ] serial.bit_manip_bit_ceil (0 ms)
3: [ RUN      ] serial.bit_manip_bit_width
3: [       OK ] serial.bit_manip_bit_width (0 ms)
3: [ RUN      ] serial.bit_manip_rotl
3: [       OK ] serial.bit_manip_rotl (0 ms)
3: [ RUN      ] serial.bit_manip_rotr
3: [       OK ] serial.bit_manip_rotr (0 ms)
3: [ RUN      ] serial.bit_manip_byeswap
3: [       OK ] serial.bit_manip_byeswap (0 ms)
3: [ RUN      ] serial.bit_manip_bit_cast
3: [       OK ] serial.bit_manip_bit_cast (0 ms)
3: [ RUN      ] serial.test_block_deduction_bug_pr_3103
3: [       OK ] serial.test_block_deduction_bug_pr_3103 (0 ms)
3: [ RUN      ] serial.checked_integer_operations_multiply_overflow
3: [       OK ] serial.checked_integer_operations_multiply_overflow (0 ms)
3: [ RUN      ] serial.execution_policy_occupancy_and_hint
3: [       OK ] serial.execution_policy_occupancy_and_hint (0 ms)
3: [ RUN      ] serial.complex_construction
3: [       OK ] serial.complex_construction (0 ms)
3: [ RUN      ] serial.complex_basic_math
3: [       OK ] serial.complex_basic_math (0 ms)
3: [ RUN      ] serial.complex_special_funtions
3: [       OK ] serial.complex_special_funtions (0 ms)
3: [ RUN      ] serial.complex_io
3: [       OK ] serial.complex_io (0 ms)
3: [ RUN      ] serial.complex_trivially_copyable
3: [       OK ] serial.complex_trivially_copyable (0 ms)
3: [ RUN      ] serial.complex_issue_3865
3: [       OK ] serial.complex_issue_3865 (0 ms)
3: [ RUN      ] serial.complex_operations_arithmetic_types_overloads
3: [       OK ] serial.complex_operations_arithmetic_types_overloads (0 ms)
3: [ RUN      ] serial.complex_structured_bindings
3: [       OK ] serial.complex_structured_bindings (0 ms)
3: [ RUN      ] serial.crs_count_fill
3: [       OK ] serial.crs_count_fill (0 ms)
3: [ RUN      ] serial.crs_copy_constructor
3: [       OK ] serial.crs_copy_constructor (1 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_0
3: [       OK ] serial.deep_copy_assignable_types_rank_0 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_1
3: [       OK ] serial.deep_copy_assignable_types_rank_1 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_2
3: [       OK ] serial.deep_copy_assignable_types_rank_2 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_3
3: [       OK ] serial.deep_copy_assignable_types_rank_3 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_4
3: [       OK ] serial.deep_copy_assignable_types_rank_4 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_5
3: [       OK ] serial.deep_copy_assignable_types_rank_5 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_6
3: [       OK ] serial.deep_copy_assignable_types_rank_6 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_7
3: [       OK ] serial.deep_copy_assignable_types_rank_7 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_8
3: [       OK ] serial.deep_copy_assignable_types_rank_8 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_1_half
3: [       OK ] serial.deep_copy_assignable_types_rank_1_half (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_2_half
3: [       OK ] serial.deep_copy_assignable_types_rank_2_half (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_3_half
3: [       OK ] serial.deep_copy_assignable_types_rank_3_half (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_0
3: [       OK ] serial.deep_copy_narrowing_rank_0 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_1
3: [       OK ] serial.deep_copy_narrowing_rank_1 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_2
3: [       OK ] serial.deep_copy_narrowing_rank_2 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_3
3: [       OK ] serial.deep_copy_narrowing_rank_3 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_4
3: [       OK ] serial.deep_copy_narrowing_rank_4 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_5
3: [       OK ] serial.deep_copy_narrowing_rank_5 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_6
3: [       OK ] serial.deep_copy_narrowing_rank_6 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_7
3: [       OK ] serial.deep_copy_narrowing_rank_7 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_8
3: [       OK ] serial.deep_copy_narrowing_rank_8 (0 ms)
3: [ RUN      ] serial.deep_copy_alignment
3: [       OK ] serial.deep_copy_alignment (4 ms)
3: [ RUN      ] serial.deep_copy_conversion
3: [       OK ] serial.deep_copy_conversion (30 ms)
3: [ RUN      ] serial.partitioning_by_args
3: [       OK ] serial.partitioning_by_args (11 ms)
3: [ RUN      ] serial.partitioning_by_args_with_structured_bindings
3: [       OK ] serial.partitioning_by_args_with_structured_bindings (20 ms)
3: [ RUN      ] serial.partitioning_by_vector
3: [       OK ] serial.partitioning_by_vector (22 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range
29: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           400  932.999/s       1.6k
23: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time                 0.001 s         0.002 s           585   27.779/s    33.5544
3: [       OK ] serial.exec_space_thread_safety_range (1069 ms)
3: [ RUN      ] serial.exec_space_thread_safety_mdrange
3: [       OK ] serial.exec_space_thread_safety_mdrange (128 ms)
3: [ RUN      ] serial.exec_space_thread_safety_team_policy
3: [       OK ] serial.exec_space_thread_safety_team_policy (110 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range_reduce
29: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time                                           0.003 s         0.003 s           254   297.09/s        800
3: [       OK ] serial.exec_space_thread_safety_range_reduce (114 ms)
3: [ RUN      ] serial.exec_space_thread_safety_mdrange_reduce
3: [       OK ] serial.exec_space_thread_safety_mdrange_reduce (112 ms)
3: [ RUN      ] serial.exec_space_thread_safety_team_policy_reduce
3: [       OK ] serial.exec_space_thread_safety_team_policy_reduce (119 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range_scan
3: [       OK ] serial.exec_space_thread_safety_range_scan (131 ms)
3: [ RUN      ] serial.execution_space_as_class_data_member
3: [       OK ] serial.execution_space_as_class_data_member (0 ms)
3: [ RUN      ] serial.functor_analysis
3: [       OK ] serial.functor_analysis (0 ms)
3: [ RUN      ] serial.when_all_type
3: [       OK ] serial.when_all_type (0 ms)
3: [ RUN      ] serial.graph_capture
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:1105: Skipped
3: The graph backend for Serial does not support capture.
3: [  SKIPPED ] serial.graph_capture (0 ms)
3: [ RUN      ] serial.graph_then
3: [       OK ] serial.graph_then (0 ms)
3: [ RUN      ] serial.then_host
3: [       OK ] serial.then_host (0 ms)
3: [ RUN      ] serial.mixed_then_host_device_nodes
3: [       OK ] serial.mixed_then_host_device_nodes (0 ms)
3: [ RUN      ] serial.graph_then_tag
3: [       OK ] serial.graph_then_tag (0 ms)
3: [ RUN      ] serial.host_shared_ptr_use_count
3: [       OK ] serial.host_shared_ptr_use_count (0 ms)
3: [ RUN      ] serial.host_shared_ptr_get
3: [       OK ] serial.host_shared_ptr_get (0 ms)
3: [ RUN      ] serial.host_shared_ptr_dereference_on_device
3: [       OK ] serial.host_shared_ptr_dereference_on_device (0 ms)
3: [ RUN      ] serial.host_shared_ptr_special_members_on_device
3: [       OK ] serial.host_shared_ptr_special_members_on_device (0 ms)
3: [ RUN      ] serial.host_shared_ptr_tracking
3: [       OK ] serial.host_shared_ptr_tracking (0 ms)
3: [ RUN      ] serial.join_backward_compatibility
3: [       OK ] serial.join_backward_compatibility (0 ms)
3: [ RUN      ] serial.local_deepcopy_teampolicy_layoutleft
3: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (2382 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
23: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time                0.014 s         0.065 s            51  19.7156/s    268.435
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
29: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time                                   0.051 s         0.050 s            14  15.8237/s        800
23: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time            0.000 s         0.000 s       2547534   3.7333/s      1024u
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (1976 ms)
3: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
29: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           404  933.034/s       1.6k
3: [       OK ] serial.local_deepcopy_teampolicy_layoutright (1090 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
23: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time           0.000 s         0.000 s       2290554   26.706/s     8.192m
29: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           400  932.585/s       1.6k
29: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           400  932.859/s       1.6k
23: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time          0.000 s         0.000 s       1067501  100.218/s   0.065536
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (1068 ms)
3: [ RUN      ] serial.deep_copy_scratch
3: [       OK ] serial.deep_copy_scratch (0 ms)
3: [ RUN      ] serial.mathematical_constants_e
3: [       OK ] serial.mathematical_constants_e (0 ms)
3: [ RUN      ] serial.mathematical_constants_log2e
3: [       OK ] serial.mathematical_constants_log2e (0 ms)
3: [ RUN      ] serial.mathematical_constants_log10e
3: [       OK ] serial.mathematical_constants_log10e (0 ms)
3: [ RUN      ] serial.mathematical_constants_pi
3: [       OK ] serial.mathematical_constants_pi (0 ms)
3: [ RUN      ] serial.mathematical_constants_inv_pi
3: [       OK ] serial.mathematical_constants_inv_pi (0 ms)
3: [ RUN      ] serial.mathematical_constants_inv_sqrtpi
3: [       OK ] serial.mathematical_constants_inv_sqrtpi (0 ms)
3: [ RUN      ] serial.mathematical_constants_ln2
3: [       OK ] serial.mathematical_constants_ln2 (0 ms)
3: [ RUN      ] serial.mathematical_constants_ln10
3: [       OK ] serial.mathematical_constants_ln10 (0 ms)
3: [ RUN      ] serial.mathematical_constants_sqrt2
3: [       OK ] serial.mathematical_constants_sqrt2 (0 ms)
3: [ RUN      ] serial.mathematical_constants_sqrt3
3: [       OK ] serial.mathematical_constants_sqrt3 (0 ms)
3: [ RUN      ] serial.mathematical_constants_inv_sqrt3
3: [       OK ] serial.mathematical_constants_inv_sqrt3 (0 ms)
3: [ RUN      ] serial.mathematical_constants_egamma
3: [       OK ] serial.mathematical_constants_egamma (0 ms)
3: [ RUN      ] serial.mathematical_constants_phi
3: [       OK ] serial.mathematical_constants_phi (0 ms)
3: [ RUN      ] serial.mathematical_functions_trigonometric_functions
3: [       OK ] serial.mathematical_functions_trigonometric_functions (7 ms)
3: [ RUN      ] serial.mathematical_functions_hyperbolic_functions
3: [       OK ] serial.mathematical_functions_hyperbolic_functions (3 ms)
3: [ RUN      ] serial.mathematical_functions_non_standard
3: [       OK ] serial.mathematical_functions_non_standard (0 ms)
3: [ RUN      ] serial.mathematical_functions_power_functions
3: [       OK ] serial.mathematical_functions_power_functions (1 ms)
3: [ RUN      ] serial.mathematical_functions_fma
3: [       OK ] serial.mathematical_functions_fma (0 ms)
3: [ RUN      ] serial.mathematical_functions_fmax_fmin
3: [       OK ] serial.mathematical_functions_fmax_fmin (0 ms)
3: [ RUN      ] serial.mathematical_functions_error_and_gamma_functions
3: [       OK ] serial.mathematical_functions_error_and_gamma_functions (2 ms)
3: [ RUN      ] serial.mathematical_functions_nearest_interger_floating_point_operations
3: [       OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (2 ms)
3: [ RUN      ] serial.mathematical_functions_floating_point_manipulation_functions
3: [       OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_absolute_value
3: [       OK ] serial.mathematical_functions_absolute_value (0 ms)
3: [ RUN      ] serial.mathematical_functions_floating_point_absolute_value
3: [       OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms)
3: [ RUN      ] serial.mathematical_functions_remainder_function
3: [       OK ] serial.mathematical_functions_remainder_function (0 ms)
3: [ RUN      ] serial.mathematical_functions_isfinite
3: [       OK ] serial.mathematical_functions_isfinite (0 ms)
3: [ RUN      ] serial.mathematical_functions_isinf
3: [       OK ] serial.mathematical_functions_isinf (0 ms)
3: [ RUN      ] serial.mathematical_functions_isnan
3: [       OK ] serial.mathematical_functions_isnan (0 ms)
3: [ RUN      ] serial.mathematical_functions_impl_half_fallback
3: [       OK ] serial.mathematical_functions_impl_half_fallback (0 ms)
3: [ RUN      ] serial.mathematical_functions_nextafter_fp16
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestMathematicalFunctions.hpp:2013: Skipped
3: no 16-bit floating-point precision support
3: [  SKIPPED ] serial.mathematical_functions_nextafter_fp16 (0 ms)
3: [ RUN      ] serial.mathematical_functions_exponential_functions
3: [       OK ] serial.mathematical_functions_exponential_functions (3 ms)
3: [ RUN      ] serial.mathspecialfunc_expint1
3: [       OK ] serial.mathspecialfunc_expint1 (0 ms)
3: [ RUN      ] serial.mathspecialfunc_errorfunc
3: [       OK ] serial.mathspecialfunc_errorfunc (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselj0y0
3: [       OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselj1y1
3: [       OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesseli0k0
3: [       OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesseli1k1
3: [       OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselh1stkind
3: [       OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselh2ndkind
3: [       OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms)
3: [ RUN      ] serial.mdrange_5d
3: [       OK ] serial.mdrange_5d (30 ms)
3: [ RUN      ] serial.mdrange_6d
3: [       OK ] serial.mdrange_6d (106 ms)
3: [ RUN      ] serial.mdrange_2d
3: [       OK ] serial.mdrange_2d (0 ms)
3: [ RUN      ] serial.mdrange_array_reduce
3: [       OK ] serial.mdrange_array_reduce (0 ms)
3: [ RUN      ] serial.mdrange_3d
3: [       OK ] serial.mdrange_3d (9 ms)
3: [ RUN      ] serial.mdrange_neg_idx
3: [       OK ] serial.mdrange_neg_idx (97 ms)
3: [ RUN      ] serial.mdrange_4d
3: [       OK ] serial.mdrange_4d (8 ms)
3: [ RUN      ] serial.mdrange_scalar
3: [       OK ] serial.mdrange_scalar (0 ms)
3: [ RUN      ] serial.mdrange_large_deep_copy
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
29: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.002 s         0.002 s           400  933.203/s       1.6k
23: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time         0.000 s         0.000 s        238365  178.467/s   0.524288
3: [       OK ] serial.mdrange_large_deep_copy (853 ms)
3: [ RUN      ] serial.md_range_policy_construction_from_arrays
3: [       OK ] serial.md_range_policy_construction_from_arrays (0 ms)
3: [ RUN      ] serial.policy_get_tile_size
3: [       OK ] serial.policy_get_tile_size (0 ms)
3: [ RUN      ] serial.mdrange_parallel_reduce_primitive_types
23: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time        0.000 s         0.000 s         22127  133.047/s     4.1943
29: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.003 s         0.003 s           223  510.509/s       1.6k
23: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time       0.001 s         0.001 s           651  32.6781/s    33.5544
29: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.003 s         0.003 s           224  517.616/s       1.6k
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
23: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time      0.014 s         0.014 s            50  19.2653/s    268.435
29: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.002 s         0.002 s           400  933.351/s       1.6k
3: [       OK ] serial.mdrange_parallel_reduce_primitive_types (2964 ms)
3: [ RUN      ] serial.mdspan_minimal_functional
3: [       OK ] serial.mdspan_minimal_functional (0 ms)
3: [ RUN      ] serial.mdspan_atomic_accessor
3: [       OK ] serial.mdspan_atomic_accessor (0 ms)
3: [ RUN      ] serial.view_mdspan_conversion
3: [       OK ] serial.view_mdspan_conversion (0 ms)
3: [ RUN      ] serial.view_mdspan_conversion_with_stride
3: [       OK ] serial.view_mdspan_conversion_with_stride (0 ms)
3: [ RUN      ] serial.max
3: [       OK ] serial.max (0 ms)
3: [ RUN      ] serial.max_within_parfor
3: [       OK ] serial.max_within_parfor (0 ms)
3: [ RUN      ] serial.min
3: [       OK ] serial.min (0 ms)
3: [ RUN      ] serial.min_within_parfor
3: [       OK ] serial.min_within_parfor (0 ms)
3: [ RUN      ] serial.minmax
3: [       OK ] serial.minmax (0 ms)
3: [ RUN      ] serial.minmax_within_parfor
3: [       OK ] serial.minmax_within_parfor (0 ms)
3: [ RUN      ] serial.clamp
3: [       OK ] serial.clamp (0 ms)
3: [ RUN      ] serial.clamp_within_parfor
3: [       OK ] serial.clamp_within_parfor (0 ms)
3: [ RUN      ] serial.numeric_traits_infinity
3: [       OK ] serial.numeric_traits_infinity (0 ms)
3: [ RUN      ] serial.numeric_traits_epsilon
3: [       OK ] serial.numeric_traits_epsilon (0 ms)
3: [ RUN      ] serial.numeric_traits_round_error
3: [       OK ] serial.numeric_traits_round_error (0 ms)
3: [ RUN      ] serial.numeric_traits_norm_min
3: [       OK ] serial.numeric_traits_norm_min (0 ms)
3: [ RUN      ] serial.numeric_traits_denorm_min
3: [       OK ] serial.numeric_traits_denorm_min (0 ms)
3: [ RUN      ] serial.numeric_traits_finite_min_max
3: [       OK ] serial.numeric_traits_finite_min_max (0 ms)
3: [ RUN      ] serial.numeric_traits_digits
3: [       OK ] serial.numeric_traits_digits (0 ms)
3: [ RUN      ] serial.numeric_traits_digits10
3: [       OK ] serial.numeric_traits_digits10 (0 ms)
3: [ RUN      ] serial.numeric_traits_max_digits10
3: [       OK ] serial.numeric_traits_max_digits10 (0 ms)
3: [ RUN      ] serial.numeric_traits_radix
3: [       OK ] serial.numeric_traits_radix (0 ms)
3: [ RUN      ] serial.numeric_traits_min_max_exponent
3: [       OK ] serial.numeric_traits_min_max_exponent (0 ms)
3: [ RUN      ] serial.numeric_traits_min_max_exponent10
3: [       OK ] serial.numeric_traits_min_max_exponent10 (0 ms)
3: [ RUN      ] serial.numeric_traits_quiet_and_signaling_nan
3: [       OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms)
3: [ RUN      ] serial.numeric_traits_sfinae_friendly
3: [       OK ] serial.numeric_traits_sfinae_friendly (0 ms)
3: [ RUN      ] serial.occupancy_control
3: [       OK ] serial.occupancy_control (0 ms)
3: [ RUN      ] serial.memory_pool
3: [       OK ] serial.memory_pool (38 ms)
3: [ RUN      ] serial.cxx11
3: [       OK ] serial.cxx11 (0 ms)
3: [ RUN      ] serial.parallel_scan_range_policy
3: [       OK ] serial.parallel_scan_range_policy (4 ms)
3: [ RUN      ] serial.kokkos_printf
3: [       OK ] serial.kokkos_printf (0 ms)
3: [ RUN      ] serial.quad_precision_reductions
3: [       OK ] serial.quad_precision_reductions (0 ms)
3: [ RUN      ] serial.quad_precision_common_math_functions
3: [       OK ] serial.quad_precision_common_math_functions (0 ms)
3: [ RUN      ] serial.range_for
3: [       OK ] serial.range_for (0 ms)
3: [ RUN      ] serial.range_reduce
3: [       OK ] serial.range_reduce (0 ms)
3: [ RUN      ] serial.range_dynamic_policy
3: [       OK ] serial.range_dynamic_policy (6 ms)
3: [ RUN      ] serial.large_parallel_for_reduce
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestRange.hpp:379: Skipped
3: Disabling for host backends
3: [  SKIPPED ] serial.large_parallel_for_reduce (0 ms)
3: [ RUN      ] serial.range_policy_runtime_parameters
3: [       OK ] serial.range_policy_runtime_parameters (0 ms)
3: [ RUN      ] serial.range_policy_one_way_convertible_bounds
3: [       OK ] serial.range_policy_one_way_convertible_bounds (0 ms)
3: [ RUN      ] serial.range_for_require
3: [       OK ] serial.range_for_require (0 ms)
3: [ RUN      ] serial.range_reduce_require
3: [       OK ] serial.range_reduce_require (0 ms)
3: [ RUN      ] serial.range_dynamic_policy_require
3: [       OK ] serial.range_dynamic_policy_require (6 ms)
3: [ RUN      ] serial.reducers_int
3: [       OK ] serial.reducers_int (1 ms)
3: [ RUN      ] serial.reducers_double
3: [       OK ] serial.reducers_double (1 ms)
3: [ RUN      ] serial.reducers_complex_double
3: [       OK ] serial.reducers_complex_double (0 ms)
3: [ RUN      ] serial.reducers_struct
3: [       OK ] serial.reducers_struct (1 ms)
3: [ RUN      ] serial.reducers_half_t
3: [       OK ] serial.reducers_half_t (0 ms)
3: [ RUN      ] serial.reducers_bhalf_t
3: [       OK ] serial.reducers_bhalf_t (0 ms)
3: [ RUN      ] serial.reducers_int8_t
3: [       OK ] serial.reducers_int8_t (0 ms)
3: [ RUN      ] serial.reducers_int16_t
3: [       OK ] serial.reducers_int16_t (0 ms)
3: [ RUN      ] serial.reducers_point_t
3: [       OK ] serial.reducers_point_t (1 ms)
3: [ RUN      ] serial.reducers_bool
3: [       OK ] serial.reducers_bool (0 ms)
3: [ RUN      ] serial.int64_t_reduce
3: [       OK ] serial.int64_t_reduce (208 ms)
3: [ RUN      ] serial.double_reduce
3: [       OK ] serial.double_reduce (248 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic
29: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.002 s         0.002 s           330  753.107/s       1.6k
[ 73%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
23: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time            0.000 s         0.000 s       1635313  2.38897/s      1024u
3: [       OK ] serial.int64_t_reduce_dynamic (816 ms)
3: [ RUN      ] serial.double_reduce_dynamic
29: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.002 s         0.002 s           279  644.948/s       1.6k
23: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time           0.000 s         0.000 s       1389401  16.2406/s     8.192m
[ 73%] Built target Kokkos_CoreUnitTest_Serial2
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
29: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           400  933.081/s       1.6k
3: [       OK ] serial.double_reduce_dynamic (1097 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic_view
3: [       OK ] serial.int64_t_reduce_dynamic_view (236 ms)
3: [ RUN      ] serial.int_combined_reduce
3: [       OK ] serial.int_combined_reduce (0 ms)
3: [ RUN      ] serial.mdrange_combined_reduce
3: [       OK ] serial.mdrange_combined_reduce (0 ms)
3: [ RUN      ] serial.int_combined_reduce_mixed
3: [       OK ] serial.int_combined_reduce_mixed (0 ms)
3: [ RUN      ] serial.reduction_with_large_iteration_count
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestReduce.hpp:663: Skipped
3: Disabling for host backends
3: [  SKIPPED ] serial.reduction_with_large_iteration_count (0 ms)
3: [ RUN      ] serial.reduction_identity_min_max_floating_point_types
3: [       OK ] serial.reduction_identity_min_max_floating_point_types (0 ms)
3: [ RUN      ] serial.reduction_deduction
3: [       OK ] serial.reduction_deduction (0 ms)
3: [ RUN      ] serial.reduce_device_view_range_policy
3: [       OK ] serial.reduce_device_view_range_policy (5 ms)
3: [ RUN      ] serial.reduce_device_view_mdrange_policy
23: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time          0.000 s         0.000 s        629509  58.8544/s   0.065536
29: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.003 s         0.003 s           400  500.732/s       1.6k
23: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time         0.000 s         0.000 s        128149  95.7844/s   0.524288
29: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           400  933.429/s       1.6k
23: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time        0.000 s         0.000 s         16954  101.683/s     4.1943
3: [       OK ] serial.reduce_device_view_mdrange_policy (1993 ms)
3: [ RUN      ] serial.reduce_device_view_team_policy
29: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           351   933.18/s       1.6k
23: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time       0.001 s         0.001 s           592  28.7812/s    33.5544
3: [       OK ] serial.reduce_device_view_team_policy (1628 ms)
3: [ RUN      ] serial.impl_shared_alloc
3: [       OK ] serial.impl_shared_alloc (3 ms)
3: [ RUN      ] serial.mdspan_space_aware_accessor
3: [       OK ] serial.mdspan_space_aware_accessor (0 ms)
3: [ RUN      ] serial.kokkos_swap
3: [       OK ] serial.kokkos_swap (0 ms)
3: [----------] 226 tests from serial (18947 ms total)
3: 
3: [----------] 17 tests from serial_graph
3: [ RUN      ] serial_graph.submit_once
3: [       OK ] serial_graph.submit_once (0 ms)
3: [ RUN      ] serial_graph.submit_once_rvalue
3: [       OK ] serial_graph.submit_once_rvalue (0 ms)
3: [ RUN      ] serial_graph.instantiate_and_submit_once
3: [       OK ] serial_graph.instantiate_and_submit_once (0 ms)
3: [ RUN      ] serial_graph.submit_onto_another_execution_space_instance
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:208: Skipped
3: insufficient number of supported concurrent threads
3: [  SKIPPED ] serial_graph.submit_onto_another_execution_space_instance (0 ms)
3: [ RUN      ] serial_graph.create_graph_no_closure_with_exec
3: [       OK ] serial_graph.create_graph_no_closure_with_exec (0 ms)
3: [ RUN      ] serial_graph.create_graph_no_arg
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:250: Skipped
3: Skipping since useless if the test fixture is not on the default execution space.
3: [  SKIPPED ] serial_graph.create_graph_no_arg (0 ms)
3: [ RUN      ] serial_graph.submit_six
3: [       OK ] serial_graph.submit_six (0 ms)
3: [ RUN      ] serial_graph.when_all_cycle
3: [       OK ] serial_graph.when_all_cycle (0 ms)
3: [ RUN      ] serial_graph.repeat_chain
3: [       OK ] serial_graph.repeat_chain (0 ms)
3: [ RUN      ] serial_graph.zero_work_reduce
3: [       OK ] serial_graph.zero_work_reduce (0 ms)
3: [ RUN      ] serial_graph.empty_graph
3: [       OK ] serial_graph.empty_graph (0 ms)
3: [ RUN      ] serial_graph.force_global_launch
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:444: Skipped
3: This execution space does not support global launch.
3: [  SKIPPED ] serial_graph.force_global_launch (0 ms)
3: [ RUN      ] serial_graph.sized_functor_launch
3: [       OK ] serial_graph.sized_functor_launch (0 ms)
3: [ RUN      ] serial_graph.empty_graph_default_host_exec
3: [       OK ] serial_graph.empty_graph_default_host_exec (0 ms)
3: [ RUN      ] serial_graph.node_lifetime
3: [       OK ] serial_graph.node_lifetime (0 ms)
3: [ RUN      ] serial_graph.diamond
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:658: Skipped
3: test needs at least 4 OpenMP threads
3: [  SKIPPED ] serial_graph.diamond (0 ms)
3: [ RUN      ] serial_graph.end_of_submit_control_flow
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:735: Skipped
3: insufficient number of supported concurrent threads
3: [  SKIPPED ] serial_graph.end_of_submit_control_flow (0 ms)
3: [----------] 17 tests from serial_graph (0 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 255 tests from 4 test suites ran. (18960 ms total)
3: [  PASSED  ] 243 tests.
3: [  SKIPPED ] 12 tests, listed below:
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
3: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once
3: [  SKIPPED ] serial.graph_capture
3: [  SKIPPED ] serial.mathematical_functions_nextafter_fp16
3: [  SKIPPED ] serial.large_parallel_for_reduce
3: [  SKIPPED ] serial.reduction_with_large_iteration_count
3: [  SKIPPED ] serial_graph.submit_onto_another_execution_space_instance
3: [  SKIPPED ] serial_graph.create_graph_no_arg
3: [  SKIPPED ] serial_graph.force_global_launch
3: [  SKIPPED ] serial_graph.diamond
3: [  SKIPPED ] serial_graph.end_of_submit_control_flow
 3/49 Test  #3: Kokkos_CoreUnitTest_Serial1 ................................   Passed   18.97 sec
test 4
      Start  4: Kokkos_CoreUnitTest_Serial2

4: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Serial2
4: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
4: Test timeout computed to be: 1500
4: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
4:                                     Detected: 4 cores per node.
4:                                     Detected: 1 MPI_ranks per node.
4:                                     Requested: 8 threads per process.
4: [==========] Running 147 tests from 2 test suites.
4: [----------] Global test environment set-up.
4: [----------] 10 tests from serial_DeathTest
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_dyn
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_stat
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms)
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_mix
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms)
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_static_extents
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms)
4: [ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment
4: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (39 ms)
4: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
4: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (35 ms)
4: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_host
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:159: Skipped
4: skipping since no memory access violation would occur
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms)
4: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_device
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped
4: skipping since no memory access violation would occur
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms)
4: [ RUN      ] serial_DeathTest.view_subview_wrong_extents
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSubView_a.hpp:81: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_subview_wrong_extents (0 ms)
4: [ RUN      ] serial_DeathTest.view_subview_constructor_layout_compatibility
4: [       OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (6 ms)
4: [----------] 10 tests from serial_DeathTest (81 ms total)
4: 
4: [----------] 137 tests from serial
4: [ RUN      ] serial.team_for
4: [       OK ] serial.team_for (0 ms)
4: [ RUN      ] serial.team_reduce
4: [       OK ] serial.team_reduce (0 ms)
4: [ RUN      ] serial.team_reduce_large
29: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.014 s         0.014 s            49  112.458/s       1.6k
23: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time      0.013 s         0.013 s            54  20.9562/s    268.435
23/51 Test #23: Kokkos_PerformanceTest_ViewFirstTouch ......................   Passed   40.50 sec
test 24
      Start 24: Kokkos_PerformanceTest_Mempool

24: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-09-11_T05-14-39.json"
24: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test
24: Test timeout computed to be: 1500
24: 2025-09-11T05:33:53+00:00
24: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Mempool
24: Run on (4 X 1996.25 MHz CPU s)
24: CPU Caches:
24:   L1 Data 64 KiB (x4)
24:   L1 Instruction 64 KiB (x4)
24:   L2 Unified 512 KiB (x4)
24:   L3 Unified 16384 KiB (x4)
24: Load Average: 1.04, 3.40, 4.14
24: CPU architecture: none
24: Default Device: Serial
24: GIT_BRANCH: HEAD
24: GIT_CLEAN_STATUS: CLEAN
24: GIT_COMMIT_DATE: 2025-09-11T01:14:26-04:00
24: GIT_COMMIT_DESCRIPTION: Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD
24: GIT_COMMIT_HASH: 95123c50c
24: GPU architecture: none
24: KOKKOS_COMPILER_CLANG: 1914
24: KOKKOS_ENABLE_ASM: no
24: KOKKOS_ENABLE_CXX20: yes
24: KOKKOS_ENABLE_CXX23: no
24: KOKKOS_ENABLE_CXX26: no
24: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
24: KOKKOS_ENABLE_HWLOC: no
24: KOKKOS_ENABLE_LIBDL: yes
24: KOKKOS_ENABLE_PRAGMA_IVDEP: no
24: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
24: KOKKOS_ENABLE_PRAGMA_UNROLL: no
24: KOKKOS_ENABLE_PRAGMA_VECTOR: no
24: KOKKOS_ENABLE_SERIAL: yes
24: Kokkos Version: 4.7.99
24: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
24: mdspan: enabled
24: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
24: platform: 64bit
4: [       OK ] serial.team_reduce_large (388 ms)
4: [ RUN      ] serial.team_parallel_single
4: [       OK ] serial.team_parallel_single (4 ms)
4: [ RUN      ] serial.large_team_scratch_size
4: [       OK ] serial.large_team_scratch_size (0 ms)
4: [ RUN      ] serial.team_broadcast_long
4: [       OK ] serial.team_broadcast_long (0 ms)
4: [ RUN      ] serial.team_broadcast_long_wrapper
4: [       OK ] serial.team_broadcast_long_wrapper (0 ms)
4: [ RUN      ] serial.team_broadcast_char
4: [       OK ] serial.team_broadcast_char (0 ms)
4: [ RUN      ] serial.team_broadcast_float
4: [       OK ] serial.team_broadcast_float (0 ms)
4: [ RUN      ] serial.team_broadcast_double
4: [       OK ] serial.team_broadcast_double (0 ms)
4: [ RUN      ] serial.team_broadcast_int_ptr
4: [       OK ] serial.team_broadcast_int_ptr (0 ms)
4: [ RUN      ] serial.team_single_thread_int_ptr
4: [       OK ] serial.team_single_thread_int_ptr (0 ms)
4: [ RUN      ] serial.team_single_team_int_ptr
4: [       OK ] serial.team_single_team_int_ptr (0 ms)
4: [ RUN      ] serial.team_handle_by_value
4: [       OK ] serial.team_handle_by_value (0 ms)
4: [ RUN      ] serial.team_vector
4: [       OK ] serial.team_vector (3 ms)
4: [ RUN      ] serial.triple_nested_parallelism
4: [       OK ] serial.triple_nested_parallelism (436 ms)
4: [ RUN      ] serial.parallel_scan_with_reducers
4: [       OK ] serial.parallel_scan_with_reducers (51 ms)
4: [ RUN      ] serial.team_thread_range_combined_reducers
4: [       OK ] serial.team_thread_range_combined_reducers (0 ms)
4: [ RUN      ] serial.thread_vector_range_combined_reducers
4: [       OK ] serial.thread_vector_range_combined_reducers (0 ms)
4: [ RUN      ] serial.team_vector_range_combined_reducers
4: [       OK ] serial.team_vector_range_combined_reducers (0 ms)
4: [ RUN      ] serial.TeamThreadMDRangeParallelFor
4: [       OK ] serial.TeamThreadMDRangeParallelFor (5 ms)
4: [ RUN      ] serial.ThreadVectorMDRangeParallelFor
4: [       OK ] serial.ThreadVectorMDRangeParallelFor (5 ms)
4: [ RUN      ] serial.TeamVectorMDRangeParallelFor
4: [       OK ] serial.TeamVectorMDRangeParallelFor (5 ms)
4: [ RUN      ] serial.TeamThreadMDRangeParallelReduce
4: [       OK ] serial.TeamThreadMDRangeParallelReduce (5 ms)
4: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
4: [       OK ] serial.ThreadVectorMDRangeParallelReduce (5 ms)
4: [ RUN      ] serial.TeamVectorMDRangeParallelReduce
4: [       OK ] serial.TeamVectorMDRangeParallelReduce (5 ms)
4: [ RUN      ] serial.team_policy_runtime_parameters
4: [       OK ] serial.team_policy_runtime_parameters (0 ms)
4: [ RUN      ] serial.team_reduction_scan
4: [       OK ] serial.team_reduction_scan (32 ms)
4: [ RUN      ] serial.team_long_reduce
4: [       OK ] serial.team_long_reduce (92 ms)
4: [ RUN      ] serial.team_double_reduce
29: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.015 s         0.015 s            49  106.213/s       1.6k
4: [       OK ] serial.team_double_reduce (81 ms)
4: [ RUN      ] serial.team_long_array_reduce
4: [       OK ] serial.team_long_array_reduce (97 ms)
4: [ RUN      ] serial.team_double_array_reduce
4: [       OK ] serial.team_double_array_reduce (82 ms)
4: [ RUN      ] serial.team_parallel_dummy_with_reducer_and_scratch_space
4: [       OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
4: [ RUN      ] serial.repeated_team_reduce
24: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
24: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
24: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
24: 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          1911               15.2502M/s
29: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.003 s         0.003 s           203  511.998/s       1.6k
24: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
24: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
24: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
24: 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          4889                77.4875M/s
24/51 Test #24: Kokkos_PerformanceTest_Mempool .............................   Passed    1.99 sec
test 25
      Start 25: Kokkos_PerformanceTest_Atomic

25: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-09-11_T05-14-39.json"
25: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test
25: Test timeout computed to be: 1500
25: 2025-09-11T05:33:55+00:00
25: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Atomic
25: Run on (4 X 1996.25 MHz CPU s)
25: CPU Caches:
25:   L1 Data 64 KiB (x4)
25:   L1 Instruction 64 KiB (x4)
25:   L2 Unified 512 KiB (x4)
25:   L3 Unified 16384 KiB (x4)
25: Load Average: 1.04, 3.36, 4.12
25: CPU architecture: none
25: Default Device: Serial
25: GIT_BRANCH: HEAD
25: GIT_CLEAN_STATUS: CLEAN
25: GIT_COMMIT_DATE: 2025-09-11T01:14:26-04:00
25: GIT_COMMIT_DESCRIPTION: Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD
25: GIT_COMMIT_HASH: 95123c50c
25: GPU architecture: none
25: KOKKOS_COMPILER_CLANG: 1914
25: KOKKOS_ENABLE_ASM: no
25: KOKKOS_ENABLE_CXX20: yes
25: KOKKOS_ENABLE_CXX23: no
25: KOKKOS_ENABLE_CXX26: no
25: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
25: KOKKOS_ENABLE_HWLOC: no
25: KOKKOS_ENABLE_LIBDL: yes
25: KOKKOS_ENABLE_PRAGMA_IVDEP: no
25: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
25: KOKKOS_ENABLE_PRAGMA_UNROLL: no
25: KOKKOS_ENABLE_PRAGMA_VECTOR: no
25: KOKKOS_ENABLE_SERIAL: yes
25: Kokkos Version: 4.7.99
25: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
25: mdspan: enabled
25: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
25: platform: 64bit
25: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
25: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: Test_Atomic<int>/30000/iterations:10                          0.001 s         0.001 s            10          1            4   0.0108577        887.033u    126.233u     449.985M         449.985M     449.985M
25: Test_Atomic<long int>/100000/iterations:10                    0.004 s         0.004 s            10          1            8   0.0107934         856.22u     173.92u     4.99995G         4.99995G     4.99995G
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
25: Test_Atomic<long long int>/100000/iterations:10               0.004 s         0.004 s            10          1            8   0.0107605         879.06u     149.98u     4.99995G         4.99995G     4.99995G
25: Test_Atomic<unsigned int>/100000/iterations:10                0.005 s         0.005 s            10          1            4   0.0106558          643.6u     100.09u     704.983M         704.983M     704.983M
25: Test_Atomic<unsigned long int>/100000/iterations:10           0.004 s         0.004 s            10          1            8   0.0106684         730.58u     149.89u     4.99995G         4.99995G     4.99995G
25: Test_Atomic<unsigned long long int>/100000/iterations:10      0.004 s         0.004 s            10          1            8   0.0107816         831.07u     149.98u     4.99995G         4.99995G     4.99995G
25: Test_Atomic<float>/100000/iterations:10                       0.006 s         0.006 s            10          1            4   0.0107963        3.33437m        961u     4.99989G         4.99989G     4.99989G
25: Test_Atomic<double>/100000/iterations:10                      0.006 s         0.006 s            10          1            8   0.0107176        3.38577m     897.49u     4.99995G         4.99995G     4.99995G
25/51 Test #25: Kokkos_PerformanceTest_Atomic ..............................   Passed    0.35 sec
test 26
      Start 26: Kokkos_PerformanceTest_Reduction

26: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-09-11_T05-14-39.json"
26: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test
26: Test timeout computed to be: 1500
26: 2025-09-11T05:33:56+00:00
26: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Reduction
26: Run on (4 X 1996.25 MHz CPU s)
26: CPU Caches:
26:   L1 Data 64 KiB (x4)
26:   L1 Instruction 64 KiB (x4)
26:   L2 Unified 512 KiB (x4)
26:   L3 Unified 16384 KiB (x4)
26: Load Average: 1.04, 3.36, 4.12
26: CPU architecture: none
26: Default Device: Serial
26: GIT_BRANCH: HEAD
26: GIT_CLEAN_STATUS: CLEAN
26: GIT_COMMIT_DATE: 2025-09-11T01:14:26-04:00
26: GIT_COMMIT_DESCRIPTION: Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD
26: GIT_COMMIT_HASH: 95123c50c
26: GPU architecture: none
26: KOKKOS_COMPILER_CLANG: 1914
26: KOKKOS_ENABLE_ASM: 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_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 Version: 4.7.99
26: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
26: mdspan: enabled
26: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
26: platform: 64bit
26: ----------------------------------------------------------------------------------------------------
26: Benchmark                                                          Time             CPU   Iterations
26: ----------------------------------------------------------------------------------------------------
26: ReductionCheapScalarResult<double>/10000/iterations:10          9.96 us         9.79 us           10
26: ReductionCheapScalarResult<double>/100000/iterations:10         94.3 us         94.3 us           10
26: ReductionCheapScalarResult<double>/1000000/iterations:10         954 us          950 us           10
26: ReductionCheapScalarResult<double>/10000000/iterations:10      10816 us        10804 us           10
26: ReductionCheapHostResult<double>/10000/iterations:10            9.82 us         9.74 us           10
26: ReductionCheapHostResult<double>/100000/iterations:10           94.0 us         94.0 us           10
26: ReductionCheapHostResult<double>/1000000/iterations:10           944 us          944 us           10
29: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.007 s         0.007 s           103   235.92/s       1.6k
26: ReductionCheapHostResult<double>/10000000/iterations:10        10897 us        10886 us           10
26: ReductionCheapDeviceResult<double>/10000/iterations:10          10.5 us         10.4 us           10
26: ReductionCheapDeviceResult<double>/100000/iterations:10         94.1 us         94.1 us           10
26: ReductionCheapDeviceResult<double>/1000000/iterations:10        1008 us         1008 us           10
26: ReductionCheapDeviceResult<double>/10000000/iterations:10      10928 us        10915 us           10
26: ReductionExpensive<double>/10000/iterations:10                 33952 us        33939 us           10
29: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           400  933.226/s       1.6k
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o
29: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           400  933.198/s       1.6k
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o
29: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.016 s         0.016 s            35  101.478/s       1.6k
4: [       OK ] serial.repeated_team_reduce (4407 ms)
4: [ RUN      ] serial.nested_team_reduce_functor_as_reducer
4: [       OK ] serial.nested_team_reduce_functor_as_reducer (0 ms)
4: [ RUN      ] serial.team_scan
4: [       OK ] serial.team_scan (94 ms)
4: [ RUN      ] serial.team_scan_ret_val
4: [       OK ] serial.team_scan_ret_val (86 ms)
4: [ RUN      ] serial.team_shared_request
4: [       OK ] serial.team_shared_request (31 ms)
4: [ RUN      ] serial.team_scratch_request
4: [       OK ] serial.team_scratch_request (3 ms)
4: [ RUN      ] serial.team_lambda_shared_request
4: [       OK ] serial.team_lambda_shared_request (30 ms)
4: [ RUN      ] serial.scratch_align
4: [       OK ] serial.scratch_align (0 ms)
4: [ RUN      ] serial.shmem_size
4: [       OK ] serial.shmem_size (0 ms)
4: [ RUN      ] serial.multi_level_scratch
4: [       OK ] serial.multi_level_scratch (5 ms)
4: [ RUN      ] serial.team_scratch_memory_index_parallel_for
4: [       OK ] serial.team_scratch_memory_index_parallel_for (0 ms)
4: [ RUN      ] serial.team_policy_max_recommended
4: [       OK ] serial.team_policy_max_recommended (1 ms)
4: [ RUN      ] serial.team_policy_minmax_scalar_without_plus_equal_k
4: [       OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
4: [ RUN      ] serial.team_teamvector_range
4: [       OK ] serial.team_teamvector_range (1 ms)
4: [ RUN      ] serial.timer
4: [       OK ] serial.timer (20 ms)
4: [ RUN      ] serial.unique_token_global
4: [       OK ] serial.unique_token_global (0 ms)
4: [ RUN      ] serial.unique_token_instance
4: [       OK ] serial.unique_token_instance (0 ms)
4: [ RUN      ] serial.unique_token_team_acquire
4: [       OK ] serial.unique_token_team_acquire (0 ms)
4: [ RUN      ] serial.view_api_a
4: [       OK ] serial.view_api_a (7 ms)
4: [ RUN      ] serial.view_layout_left_with_stride
4: [       OK ] serial.view_layout_left_with_stride (0 ms)
4: [ RUN      ] serial.view_layout_right_with_stride
4: [       OK ] serial.view_layout_right_with_stride (0 ms)
4: [ RUN      ] serial.view_api_b
4: [       OK ] serial.view_api_b (0 ms)
4: [ RUN      ] serial.view_api_c
4: [       OK ] serial.view_api_c (1 ms)
4: [ RUN      ] serial.view_api_d
4: [       OK ] serial.view_api_d (0 ms)
4: [ RUN      ] serial.view_remap
4: [       OK ] serial.view_remap (0 ms)
4: [ RUN      ] serial.view_mirror_nonconst
4: [       OK ] serial.view_mirror_nonconst (0 ms)
4: [ RUN      ] serial.view_stride_method
4: [       OK ] serial.view_stride_method (0 ms)
4: [ RUN      ] serial.anonymous_space
4: [       OK ] serial.anonymous_space (0 ms)
4: [ RUN      ] serial.view_overload_resolution
4: [       OK ] serial.view_overload_resolution (0 ms)
4: [ RUN      ] serial.view_allocation_large_rank
29: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.018 s         0.018 s            33  87.5962/s       1.6k
4: [       OK ] serial.view_allocation_large_rank (810 ms)
4: [ RUN      ] serial.view_shmem_size_on_device
4: [       OK ] serial.view_shmem_size_on_device (0 ms)
4: [ RUN      ] serial.view_is_assignable
4: [       OK ] serial.view_is_assignable (0 ms)
4: [ RUN      ] serial.view_bad_alloc
4: [       OK ] serial.view_bad_alloc (1 ms)
4: [ RUN      ] serial.view_copy_tests
4: [       OK ] serial.view_copy_tests (9 ms)
4: [ RUN      ] serial.view_copy_tests_rank_0
4: [       OK ] serial.view_copy_tests_rank_0 (1 ms)
4: [ RUN      ] serial.view_copy_degenerated
4: [       OK ] serial.view_copy_degenerated (0 ms)
4: [ RUN      ] serial.view_fill_tests_layout_right
29: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           400  933.115/s       1.6k
26: ReductionExpensive<double>/100000/iterations:10               339289 us       339116 us           10
29: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           400  933.021/s       1.6k
29: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.018 s         0.017 s            40  91.3778/s       1.6k
29: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.019 s         0.019 s            37  84.9282/s       1.6k
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
29: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           400  933.351/s       1.6k
29: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           400  881.765/s       1.6k
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
4: [       OK ] serial.view_fill_tests_layout_right (4773 ms)
4: [ RUN      ] serial.view_fill_tests_layout_left
29: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.019 s         0.019 s            39   83.845/s       1.6k
29: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.019 s         0.019 s            37  83.5731/s       1.6k
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
29: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                      0.002 s         0.002 s           445  1032.81/s       1.6k
29: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    0.002 s         0.002 s           445  1032.89/s       1.6k
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
29: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                     0.002 s         0.002 s           445  1032.96/s       1.6k
29: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                     0.002 s         0.002 s           445  1032.88/s       1.6k
29: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           890   1045.8/s        800
29: 
29: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
29:                                  does not support page migration between device and host.
29:                                  HIPManagedSpace might not work as expected.
29:                                  Please refer to the ROCm documentation on unified/managed memory.
4: [       OK ] serial.view_fill_tests_layout_left (6075 ms)
4: [ RUN      ] serial.vcp_empty_traits
4: [       OK ] serial.vcp_empty_traits (0 ms)
4: [ RUN      ] serial.is_view_label
4: [       OK ] serial.is_view_label (0 ms)
4: [ RUN      ] serial.vcp_label_base_traits
4: [       OK ] serial.vcp_label_base_traits (0 ms)
4: [ RUN      ] serial.vcp_label_traits
4: [       OK ] serial.vcp_label_traits (0 ms)
4: [ RUN      ] serial.view_alloc_can_perfect_forward_label
4: [       OK ] serial.view_alloc_can_perfect_forward_label (0 ms)
4: [ RUN      ] serial.vcp_label_copy_constructor
4: [       OK ] serial.vcp_label_copy_constructor (0 ms)
4: [ RUN      ] serial.vcp_pointer_add_property
4: [       OK ] serial.vcp_pointer_add_property (0 ms)
4: [ RUN      ] serial.view_empty_runtime_unmanaged
4: [       OK ] serial.view_empty_runtime_unmanaged (0 ms)
4: [ RUN      ] serial.view_layoutstride_left_to_layoutleft_assignment
4: [       OK ] serial.view_layoutstride_left_to_layoutleft_assignment (36 ms)
4: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (35 ms)
4: [ RUN      ] serial.view_mapping
4: [       OK ] serial.view_mapping (49 ms)
4: [ RUN      ] serial.view_mapping_operator
4: [       OK ] serial.view_mapping_operator (4 ms)
4: [ RUN      ] serial.static_extent
4: [       OK ] serial.static_extent (0 ms)
4: [ RUN      ] serial.view_mapping_atomic
4: [       OK ] serial.view_mapping_atomic (0 ms)
4: [ RUN      ] serial.view_mapping_class_value
4: [       OK ] serial.view_mapping_class_value (0 ms)
4: [ RUN      ] serial.view_mapping_assignable
4: [       OK ] serial.view_mapping_assignable (0 ms)
4: [ RUN      ] serial.view_mapping_trivially_copyable
4: [       OK ] serial.view_mapping_trivially_copyable (0 ms)
4: [ RUN      ] serial.view_mapping_subview
4: [       OK ] serial.view_mapping_subview (0 ms)
4: [ RUN      ] serial.view_nested_view
4: [       OK ] serial.view_nested_view (0 ms)
4: [ RUN      ] serial.view_of_views_default
4: [       OK ] serial.view_of_views_default (0 ms)
4: [ RUN      ] serial.view_of_views_without_initializing
4: [       OK ] serial.view_of_views_without_initializing (0 ms)
4: [ RUN      ] serial.test_view_of_views_sequential_host_init
4: [       OK ] serial.test_view_of_views_sequential_host_init (0 ms)
4: [ RUN      ] serial.append_formatted_multidimensional_index
4: [       OK ] serial.append_formatted_multidimensional_index (0 ms)
4: [ RUN      ] serial.view_resize
4: [       OK ] serial.view_resize (4 ms)
4: [ RUN      ] serial.view_realloc
4: [       OK ] serial.view_realloc (0 ms)
4: [ RUN      ] serial.workgraph_fib
4: [       OK ] serial.workgraph_fib (134 ms)
4: [ RUN      ] serial.resize_realloc_no_init
4: [       OK ] serial.resize_realloc_no_init (0 ms)
4: [ RUN      ] serial.resize_realloc_no_alloc
4: [       OK ] serial.resize_realloc_no_alloc (0 ms)
4: [ RUN      ] serial.realloc_exec_space
4: [       OK ] serial.realloc_exec_space (0 ms)
4: [ RUN      ] serial.view_alloc
4: [       OK ] serial.view_alloc (0 ms)
4: [ RUN      ] serial.view_alloc_exec_space
4: [       OK ] serial.view_alloc_exec_space (0 ms)
4: [ RUN      ] serial.view_alloc_int
4: [       OK ] serial.view_alloc_int (0 ms)
4: [ RUN      ] serial.view_alloc_exec_space_int
4: [       OK ] serial.view_alloc_exec_space_int (0 ms)
4: [ RUN      ] serial.deep_copy_zero_memset
4: [       OK ] serial.deep_copy_zero_memset (0 ms)
4: [ RUN      ] serial.resize_exec_space
4: [       OK ] serial.resize_exec_space (0 ms)
4: [ RUN      ] serial.view_allocation_int
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestWithoutInitializing.hpp:305: Skipped
4: skipping since the fence checked for isn't necessary
4: [  SKIPPED ] serial.view_allocation_int (0 ms)
4: [ RUN      ] serial.view_allocation_exec_space_int
4: [       OK ] serial.view_allocation_exec_space_int (0 ms)
4: [ RUN      ] serial.view_not_default_constructible
4: [       OK ] serial.view_not_default_constructible (0 ms)
4: [ RUN      ] serial.view_subview_auto_1d_left
4: [       OK ] serial.view_subview_auto_1d_left (0 ms)
4: [ RUN      ] serial.view_subview_auto_1d_right
4: [       OK ] serial.view_subview_auto_1d_right (0 ms)
4: [ RUN      ] serial.view_subview_auto_1d_stride
4: [       OK ] serial.view_subview_auto_1d_stride (0 ms)
4: [ RUN      ] serial.view_subview_assign_strided
4: [       OK ] serial.view_subview_assign_strided (0 ms)
4: [ RUN      ] serial.view_subview_left_0
4: [       OK ] serial.view_subview_left_0 (0 ms)
4: [ RUN      ] serial.view_subview_left_1
4: [       OK ] serial.view_subview_left_1 (0 ms)
4: [ RUN      ] serial.view_subview_left_2
4: [       OK ] serial.view_subview_left_2 (0 ms)
4: [ RUN      ] serial.view_subview_left_3
4: [       OK ] serial.view_subview_left_3 (0 ms)
4: [ RUN      ] serial.view_subview_right_0
4: [       OK ] serial.view_subview_right_0 (0 ms)
4: [ RUN      ] serial.view_subview_right_1
4: [       OK ] serial.view_subview_right_1 (0 ms)
4: [ RUN      ] serial.view_subview_right_3
4: [       OK ] serial.view_subview_right_3 (0 ms)
4: [ RUN      ] serial.view_static_tests
4: [       OK ] serial.view_static_tests (0 ms)
4: [ RUN      ] serial.view_subview_layoutleft_to_layoutleft
4: [       OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms)
4: [ RUN      ] serial.view_subview_layoutright_to_layoutright
4: [       OK ] serial.view_subview_layoutright_to_layoutright (0 ms)
4: [ RUN      ] serial.view_subview_1d_assign
4: [       OK ] serial.view_subview_1d_assign (0 ms)
4: [ RUN      ] serial.view_subview_1d_assign_atomic
4: [       OK ] serial.view_subview_1d_assign_atomic (0 ms)
4: [ RUN      ] serial.view_subview_1d_assign_randomaccess
4: [       OK ] serial.view_subview_1d_assign_randomaccess (0 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d
4: [       OK ] serial.view_subview_2d_from_3d (3 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d_atomic
4: [       OK ] serial.view_subview_2d_from_3d_atomic (3 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d_randomaccess
4: [       OK ] serial.view_subview_2d_from_3d_randomaccess (3 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left
4: [       OK ] serial.view_subview_3d_from_5d_left (120 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
4: [       OK ] serial.view_subview_3d_from_5d_left_atomic (122 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
4: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (121 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right
4: [       OK ] serial.view_subview_3d_from_5d_right (147 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
4: [       OK ] serial.view_subview_3d_from_5d_right_atomic (147 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (150 ms)
4: [ RUN      ] serial.view_test_unmanaged_subview_reset
4: [       OK ] serial.view_test_unmanaged_subview_reset (0 ms)
4: [ RUN      ] serial.view_subview_memory_traits_construction
4: [       OK ] serial.view_subview_memory_traits_construction (0 ms)
4: [----------] 137 tests from serial (18768 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 147 tests from 2 test suites ran. (18850 ms total)
4: [  PASSED  ] 139 tests.
4: [  SKIPPED ] 8 tests, listed below:
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device
4: [  SKIPPED ] serial_DeathTest.view_subview_wrong_extents
4: [  SKIPPED ] serial.view_allocation_int
 4/49 Test  #4: Kokkos_CoreUnitTest_Serial2 ................................   Passed   18.86 sec
test 5
      Start  5: Kokkos_CoreUnitTest_OpenMP

5: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP
5: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
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 402 tests from 4 test suites.
5: [----------] Global test environment set-up.
5: [----------] 21 tests from openmp_DeathTest
5: [ RUN      ] openmp_DeathTest.abort_from_host
5: [       OK ] openmp_DeathTest.abort_from_host (4 ms)
5: [ RUN      ] openmp_DeathTest.abort_from_device
5: [       OK ] openmp_DeathTest.abort_from_device (2 ms)
5: [ RUN      ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort
5: [       OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (2 ms)
5: [ RUN      ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions
5: [       OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (3 ms)
5: [ RUN      ] openmp_DeathTest.policy_invalid_bounds
5: [       OK ] openmp_DeathTest.policy_invalid_bounds (0 ms)
5: [ RUN      ] openmp_DeathTest.range_policy_invalid_bounds
5: [       OK ] openmp_DeathTest.range_policy_invalid_bounds (0 ms)
5: [ RUN      ] openmp_DeathTest.range_policy_round_trip_conversion_fires
5: [       OK ] openmp_DeathTest.range_policy_round_trip_conversion_fires (0 ms)
5: [ RUN      ] openmp_DeathTest.range_policy_check_sign_changes
5: [       OK ] openmp_DeathTest.range_policy_check_sign_changes (0 ms)
5: [ RUN      ] openmp_DeathTest.range_policy_implicitly_converted_bounds
5: [       OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (0 ms)
5: [ RUN      ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:93: Skipped
5: skipping since no memory access violation would occur
5: [  SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms)
5: [ RUN      ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:108: Skipped
5: skipping since no memory access violation would occur
5: [  SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
5: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_dyn
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
5: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_stat
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_stat (0 ms)
5: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_mix
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_mix (0 ms)
5: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_static_extents
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_static_extents (0 ms)
5: [ RUN      ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment
5: [       OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (41 ms)
5: [ RUN      ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment
5: [       OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (39 ms)
5: [ RUN      ] openmp_DeathTest.view_memory_access_violations_from_host
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:159: Skipped
5: skipping since no memory access violation would occur
5: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host (0 ms)
5: [ RUN      ] openmp_DeathTest.view_memory_access_violations_from_device
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped
5: skipping since no memory access violation would occur
5: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device (0 ms)
5: [ RUN      ] openmp_DeathTest.view_subview_wrong_extents
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSubView_a.hpp:81: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] openmp_DeathTest.view_subview_wrong_extents (0 ms)
5: [ RUN      ] openmp_DeathTest.view_subview_constructor_layout_compatibility
5: [       OK ] openmp_DeathTest.view_subview_constructor_layout_compatibility (7 ms)
5: [----------] 21 tests from openmp_DeathTest (103 ms total)
5: 
5: [----------] 1 test from openmp_graph_DeathTest
5: [ RUN      ] openmp_graph_DeathTest.can_instantiate_only_once
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:181: Skipped
5: Preconditions are not checked.
5: [  SKIPPED ] openmp_graph_DeathTest.can_instantiate_only_once (0 ms)
5: [----------] 1 test from openmp_graph_DeathTest (0 ms total)
5: 
5: [----------] 363 tests from openmp
5: [ RUN      ] openmp.array_capacity
5: [       OK ] openmp.array_capacity (0 ms)
5: [ RUN      ] openmp.array_element_access
5: [       OK ] openmp.array_element_access (0 ms)
5: [ RUN      ] openmp.array_operator_equal
5: [       OK ] openmp.array_operator_equal (0 ms)
5: [ RUN      ] openmp.array_zero_capacity
5: [       OK ] openmp.array_zero_capacity (0 ms)
5: [ RUN      ] openmp.array_zero_data_nullptr
5: [       OK ] openmp.array_zero_data_nullptr (0 ms)
5: [ RUN      ] openmp.array_contiguous_capacity
5: [       OK ] openmp.array_contiguous_capacity (0 ms)
5: [ RUN      ] openmp.array_contiguous_element_access
5: [       OK ] openmp.array_contiguous_element_access (0 ms)
5: [ RUN      ] openmp.array_contiguous_assignment
5: [       OK ] openmp.array_contiguous_assignment (0 ms)
5: [ RUN      ] openmp.array_strided_capacity
5: [       OK ] openmp.array_strided_capacity (0 ms)
5: [ RUN      ] openmp.array_strided_element_access
5: [       OK ] openmp.array_strided_element_access (0 ms)
5: [ RUN      ] openmp.array_strided_assignment
5: [       OK ] openmp.array_strided_assignment (0 ms)
5: [ RUN      ] openmp.atomic_operations_complexdouble
5: [       OK ] openmp.atomic_operations_complexdouble (10 ms)
5: [ RUN      ] openmp.atomic_operations_complexfloat
5: [       OK ] openmp.atomic_operations_complexfloat (10 ms)
5: [ RUN      ] openmp.atomic_operations_double
5: [       OK ] openmp.atomic_operations_double (9 ms)
5: [ RUN      ] openmp.atomic_operations_float
5: [       OK ] openmp.atomic_operations_float (10 ms)
5: [ RUN      ] openmp.atomic_operations_int8
5: [       OK ] openmp.atomic_operations_int8 (25 ms)
5: [ RUN      ] openmp.atomic_operations_int16
5: [       OK ] openmp.atomic_operations_int16 (25 ms)
5: [ RUN      ] openmp.atomic_operations_int
5: [       OK ] openmp.atomic_operations_int (25 ms)
5: [ RUN      ] openmp.atomic_operations_long
5: [       OK ] openmp.atomic_operations_long (25 ms)
5: [ RUN      ] openmp.atomic_operations_longlong
5: [       OK ] openmp.atomic_operations_longlong (25 ms)
5: [ RUN      ] openmp.atomic_shared
5: [       OK ] openmp.atomic_shared (0 ms)
5: [ RUN      ] openmp.atomic_operations_unsigned
5: [       OK ] openmp.atomic_operations_unsigned (20 ms)
5: [ RUN      ] openmp.atomic_operations_unsignedlong
5: [       OK ] openmp.atomic_operations_unsignedlong (20 ms)
5: [ RUN      ] openmp.atomics
5: [       OK ] openmp.atomics (32 ms)
5: [ RUN      ] openmp.atomics_tpetra_max_abs
5: [       OK ] openmp.atomics_tpetra_max_abs (0 ms)
5: [ RUN      ] openmp.atomic_views_integral
5: [       OK ] openmp.atomic_views_integral (214 ms)
5: [ RUN      ] openmp.atomic_views_nonintegral
29: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time                                                                                                       0.031 s         0.031 s            23  26.0487/s        800
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
5: [       OK ] openmp.atomic_views_nonintegral (54 ms)
5: [ RUN      ] openmp.atomic_view_api
5: [       OK ] openmp.atomic_view_api (0 ms)
5: [ RUN      ] openmp.bit_manip_countl_zero
5: [       OK ] openmp.bit_manip_countl_zero (0 ms)
5: [ RUN      ] openmp.bit_manip_countl_one
5: [       OK ] openmp.bit_manip_countl_one (0 ms)
5: [ RUN      ] openmp.bit_manip_countr_zero
5: [       OK ] openmp.bit_manip_countr_zero (0 ms)
5: [ RUN      ] openmp.bit_manip_countr_one
5: [       OK ] openmp.bit_manip_countr_one (0 ms)
5: [ RUN      ] openmp.bit_manip_popcount
5: [       OK ] openmp.bit_manip_popcount (0 ms)
5: [ RUN      ] openmp.bit_manip_has_single_bit
5: [       OK ] openmp.bit_manip_has_single_bit (0 ms)
5: [ RUN      ] openmp.bit_manip_bit_floor
5: [       OK ] openmp.bit_manip_bit_floor (0 ms)
5: [ RUN      ] openmp.bit_manip_bit_ceil
5: [       OK ] openmp.bit_manip_bit_ceil (0 ms)
5: [ RUN      ] openmp.bit_manip_bit_width
5: [       OK ] openmp.bit_manip_bit_width (0 ms)
5: [ RUN      ] openmp.bit_manip_rotl
5: [       OK ] openmp.bit_manip_rotl (0 ms)
5: [ RUN      ] openmp.bit_manip_rotr
5: [       OK ] openmp.bit_manip_rotr (0 ms)
5: [ RUN      ] openmp.bit_manip_byeswap
5: [       OK ] openmp.bit_manip_byeswap (0 ms)
5: [ RUN      ] openmp.bit_manip_bit_cast
5: [       OK ] openmp.bit_manip_bit_cast (0 ms)
5: [ RUN      ] openmp.test_block_deduction_bug_pr_3103
5: [       OK ] openmp.test_block_deduction_bug_pr_3103 (0 ms)
5: [ RUN      ] openmp.checked_integer_operations_multiply_overflow
5: [       OK ] openmp.checked_integer_operations_multiply_overflow (0 ms)
5: [ RUN      ] openmp.execution_policy_occupancy_and_hint
5: [       OK ] openmp.execution_policy_occupancy_and_hint (0 ms)
5: [ RUN      ] openmp.complex_construction
5: [       OK ] openmp.complex_construction (0 ms)
5: [ RUN      ] openmp.complex_basic_math
5: [       OK ] openmp.complex_basic_math (0 ms)
5: [ RUN      ] openmp.complex_special_funtions
5: [       OK ] openmp.complex_special_funtions (0 ms)
5: [ RUN      ] openmp.complex_io
5: [       OK ] openmp.complex_io (0 ms)
5: [ RUN      ] openmp.complex_trivially_copyable
5: [       OK ] openmp.complex_trivially_copyable (0 ms)
5: [ RUN      ] openmp.complex_issue_3865
5: [       OK ] openmp.complex_issue_3865 (0 ms)
5: [ RUN      ] openmp.complex_operations_arithmetic_types_overloads
5: [       OK ] openmp.complex_operations_arithmetic_types_overloads (0 ms)
5: [ RUN      ] openmp.complex_structured_bindings
5: [       OK ] openmp.complex_structured_bindings (0 ms)
5: [ RUN      ] openmp.crs_count_fill
5: [       OK ] openmp.crs_count_fill (2 ms)
5: [ RUN      ] openmp.crs_copy_constructor
5: [       OK ] openmp.crs_copy_constructor (12 ms)
5: [ RUN      ] openmp.deep_copy_assignable_types_rank_0
5: [       OK ] openmp.deep_copy_assignable_types_rank_0 (0 ms)
5: [ RUN      ] openmp.deep_copy_assignable_types_rank_1
5: [       OK ] openmp.deep_copy_assignable_types_rank_1 (0 ms)
5: [ RUN      ] openmp.deep_copy_assignable_types_rank_2
5: [       OK ] openmp.deep_copy_assignable_types_rank_2 (0 ms)
5: [ RUN      ] openmp.deep_copy_assignable_types_rank_3
5: [       OK ] openmp.deep_copy_assignable_types_rank_3 (0 ms)
5: [ RUN      ] openmp.deep_copy_assignable_types_rank_4
5: [       OK ] openmp.deep_copy_assignable_types_rank_4 (0 ms)
5: [ RUN      ] openmp.deep_copy_assignable_types_rank_5
5: [       OK ] openmp.deep_copy_assignable_types_rank_5 (0 ms)
5: [ RUN      ] openmp.deep_copy_assignable_types_rank_6
5: [       OK ] openmp.deep_copy_assignable_types_rank_6 (0 ms)
5: [ RUN      ] openmp.deep_copy_assignable_types_rank_7
5: [       OK ] openmp.deep_copy_assignable_types_rank_7 (0 ms)
5: [ RUN      ] openmp.deep_copy_assignable_types_rank_8
5: [       OK ] openmp.deep_copy_assignable_types_rank_8 (0 ms)
5: [ RUN      ] openmp.deep_copy_assignable_types_rank_1_half
5: [       OK ] openmp.deep_copy_assignable_types_rank_1_half (0 ms)
5: [ RUN      ] openmp.deep_copy_assignable_types_rank_2_half
5: [       OK ] openmp.deep_copy_assignable_types_rank_2_half (0 ms)
5: [ RUN      ] openmp.deep_copy_assignable_types_rank_3_half
5: [       OK ] openmp.deep_copy_assignable_types_rank_3_half (0 ms)
5: [ RUN      ] openmp.deep_copy_narrowing_rank_0
5: [       OK ] openmp.deep_copy_narrowing_rank_0 (0 ms)
5: [ RUN      ] openmp.deep_copy_narrowing_rank_1
5: [       OK ] openmp.deep_copy_narrowing_rank_1 (0 ms)
5: [ RUN      ] openmp.deep_copy_narrowing_rank_2
5: [       OK ] openmp.deep_copy_narrowing_rank_2 (0 ms)
5: [ RUN      ] openmp.deep_copy_narrowing_rank_3
5: [       OK ] openmp.deep_copy_narrowing_rank_3 (0 ms)
5: [ RUN      ] openmp.deep_copy_narrowing_rank_4
5: [       OK ] openmp.deep_copy_narrowing_rank_4 (0 ms)
5: [ RUN      ] openmp.deep_copy_narrowing_rank_5
5: [       OK ] openmp.deep_copy_narrowing_rank_5 (0 ms)
5: [ RUN      ] openmp.deep_copy_narrowing_rank_6
5: [       OK ] openmp.deep_copy_narrowing_rank_6 (0 ms)
5: [ RUN      ] openmp.deep_copy_narrowing_rank_7
5: [       OK ] openmp.deep_copy_narrowing_rank_7 (0 ms)
5: [ RUN      ] openmp.deep_copy_narrowing_rank_8
5: [       OK ] openmp.deep_copy_narrowing_rank_8 (0 ms)
5: [ RUN      ] openmp.deep_copy_alignment
5: [       OK ] openmp.deep_copy_alignment (5 ms)
5: [ RUN      ] openmp.deep_copy_conversion
5: [       OK ] openmp.deep_copy_conversion (31 ms)
5: [ RUN      ] openmp.partitioning_by_args
5: [       OK ] openmp.partitioning_by_args (32 ms)
5: [ RUN      ] openmp.partitioning_by_args_with_structured_bindings
5: [       OK ] openmp.partitioning_by_args_with_structured_bindings (11 ms)
5: [ RUN      ] openmp.partitioning_by_vector
5: [       OK ] openmp.partitioning_by_vector (11 ms)
5: [ RUN      ] openmp.exec_space_thread_safety_range
29: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           901   1046.8/s        800
5: [       OK ] openmp.exec_space_thread_safety_range (1083 ms)
5: [ RUN      ] openmp.exec_space_thread_safety_mdrange
5: [       OK ] openmp.exec_space_thread_safety_mdrange (261 ms)
5: [ RUN      ] openmp.exec_space_thread_safety_team_policy
5: [       OK ] openmp.exec_space_thread_safety_team_policy (283 ms)
5: [ RUN      ] openmp.exec_space_thread_safety_range_reduce
5: [       OK ] openmp.exec_space_thread_safety_range_reduce (295 ms)
5: [ RUN      ] openmp.exec_space_thread_safety_mdrange_reduce
29: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time                                                                                                      0.031 s         0.031 s            23  26.0482/s        800
5: [       OK ] openmp.exec_space_thread_safety_mdrange_reduce (273 ms)
5: [ RUN      ] openmp.exec_space_thread_safety_team_policy_reduce
5: [       OK ] openmp.exec_space_thread_safety_team_policy_reduce (287 ms)
5: [ RUN      ] openmp.exec_space_thread_safety_range_scan
29: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           901  1046.51/s        800
5: [       OK ] openmp.exec_space_thread_safety_range_scan (314 ms)
5: [ RUN      ] openmp.execution_space_as_class_data_member
5: [       OK ] openmp.execution_space_as_class_data_member (0 ms)
5: [ RUN      ] openmp.functor_analysis
5: [       OK ] openmp.functor_analysis (0 ms)
5: [ RUN      ] openmp.when_all_type
5: [       OK ] openmp.when_all_type (0 ms)
5: [ RUN      ] openmp.graph_capture
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:1105: Skipped
5: The graph backend for OpenMP does not support capture.
5: [  SKIPPED ] openmp.graph_capture (0 ms)
5: [ RUN      ] openmp.graph_then
5: [       OK ] openmp.graph_then (0 ms)
5: [ RUN      ] openmp.then_host
5: [       OK ] openmp.then_host (0 ms)
5: [ RUN      ] openmp.mixed_then_host_device_nodes
5: [       OK ] openmp.mixed_then_host_device_nodes (0 ms)
5: [ RUN      ] openmp.graph_then_tag
5: [       OK ] openmp.graph_then_tag (0 ms)
5: [ RUN      ] openmp.host_shared_ptr_use_count
5: [       OK ] openmp.host_shared_ptr_use_count (0 ms)
5: [ RUN      ] openmp.host_shared_ptr_get
5: [       OK ] openmp.host_shared_ptr_get (0 ms)
5: [ RUN      ] openmp.host_shared_ptr_dereference_on_device
5: [       OK ] openmp.host_shared_ptr_dereference_on_device (0 ms)
5: [ RUN      ] openmp.host_shared_ptr_special_members_on_device
5: [       OK ] openmp.host_shared_ptr_special_members_on_device (0 ms)
5: [ RUN      ] openmp.host_shared_ptr_tracking
5: [       OK ] openmp.host_shared_ptr_tracking (0 ms)
5: [ RUN      ] openmp.join_backward_compatibility
5: [       OK ] openmp.join_backward_compatibility (0 ms)
5: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutleft
29: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           892  1046.55/s        800
29: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           892  974.367/s        800
5: [       OK ] openmp.local_deepcopy_teampolicy_layoutleft (1307 ms)
5: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutleft
29: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           892  1046.42/s        800
5: [       OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1246 ms)
5: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutright
29: ViewFill_Rank1Strided/N:10/manual_time                                                                                                                                         0.002 s         0.002 s           296   200.15/s        400
5: [       OK ] openmp.local_deepcopy_teampolicy_layoutright (971 ms)
5: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutright
29: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           889  1045.58/s        800
29: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           892  1046.48/s        800
5: [       OK ] openmp.local_deepcopy_rangepolicy_layoutright (952 ms)
5: [ RUN      ] openmp.deep_copy_scratch
5: [       OK ] openmp.deep_copy_scratch (0 ms)
5: [ RUN      ] openmp.mathematical_constants_e
5: [       OK ] openmp.mathematical_constants_e (0 ms)
5: [ RUN      ] openmp.mathematical_constants_log2e
5: [       OK ] openmp.mathematical_constants_log2e (0 ms)
5: [ RUN      ] openmp.mathematical_constants_log10e
5: [       OK ] openmp.mathematical_constants_log10e (0 ms)
5: [ RUN      ] openmp.mathematical_constants_pi
5: [       OK ] openmp.mathematical_constants_pi (0 ms)
5: [ RUN      ] openmp.mathematical_constants_inv_pi
5: [       OK ] openmp.mathematical_constants_inv_pi (0 ms)
5: [ RUN      ] openmp.mathematical_constants_inv_sqrtpi
5: [       OK ] openmp.mathematical_constants_inv_sqrtpi (0 ms)
5: [ RUN      ] openmp.mathematical_constants_ln2
5: [       OK ] openmp.mathematical_constants_ln2 (0 ms)
5: [ RUN      ] openmp.mathematical_constants_ln10
5: [       OK ] openmp.mathematical_constants_ln10 (0 ms)
5: [ RUN      ] openmp.mathematical_constants_sqrt2
5: [       OK ] openmp.mathematical_constants_sqrt2 (0 ms)
5: [ RUN      ] openmp.mathematical_constants_sqrt3
5: [       OK ] openmp.mathematical_constants_sqrt3 (0 ms)
5: [ RUN      ] openmp.mathematical_constants_inv_sqrt3
5: [       OK ] openmp.mathematical_constants_inv_sqrt3 (0 ms)
5: [ RUN      ] openmp.mathematical_constants_egamma
5: [       OK ] openmp.mathematical_constants_egamma (0 ms)
5: [ RUN      ] openmp.mathematical_constants_phi
5: [       OK ] openmp.mathematical_constants_phi (0 ms)
5: [ RUN      ] openmp.mathematical_functions_trigonometric_functions
5: [       OK ] openmp.mathematical_functions_trigonometric_functions (3 ms)
5: [ RUN      ] openmp.mathematical_functions_hyperbolic_functions
5: [       OK ] openmp.mathematical_functions_hyperbolic_functions (3 ms)
5: [ RUN      ] openmp.mathematical_functions_non_standard
5: [       OK ] openmp.mathematical_functions_non_standard (0 ms)
5: [ RUN      ] openmp.mathematical_functions_power_functions
5: [       OK ] openmp.mathematical_functions_power_functions (1 ms)
5: [ RUN      ] openmp.mathematical_functions_fma
5: [       OK ] openmp.mathematical_functions_fma (0 ms)
5: [ RUN      ] openmp.mathematical_functions_fmax_fmin
5: [       OK ] openmp.mathematical_functions_fmax_fmin (0 ms)
5: [ RUN      ] openmp.mathematical_functions_error_and_gamma_functions
5: [       OK ] openmp.mathematical_functions_error_and_gamma_functions (2 ms)
5: [ RUN      ] openmp.mathematical_functions_nearest_interger_floating_point_operations
5: [       OK ] openmp.mathematical_functions_nearest_interger_floating_point_operations (2 ms)
5: [ RUN      ] openmp.mathematical_functions_floating_point_manipulation_functions
5: [       OK ] openmp.mathematical_functions_floating_point_manipulation_functions (1 ms)
5: [ RUN      ] openmp.mathematical_functions_absolute_value
5: [       OK ] openmp.mathematical_functions_absolute_value (0 ms)
5: [ RUN      ] openmp.mathematical_functions_floating_point_absolute_value
5: [       OK ] openmp.mathematical_functions_floating_point_absolute_value (0 ms)
5: [ RUN      ] openmp.mathematical_functions_remainder_function
5: [       OK ] openmp.mathematical_functions_remainder_function (0 ms)
5: [ RUN      ] openmp.mathematical_functions_isfinite
5: [       OK ] openmp.mathematical_functions_isfinite (0 ms)
5: [ RUN      ] openmp.mathematical_functions_isinf
5: [       OK ] openmp.mathematical_functions_isinf (0 ms)
5: [ RUN      ] openmp.mathematical_functions_isnan
5: [       OK ] openmp.mathematical_functions_isnan (0 ms)
5: [ RUN      ] openmp.mathematical_functions_impl_half_fallback
5: [       OK ] openmp.mathematical_functions_impl_half_fallback (0 ms)
5: [ RUN      ] openmp.mathematical_functions_nextafter_fp16
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestMathematicalFunctions.hpp:2013: Skipped
5: no 16-bit floating-point precision support
5: [  SKIPPED ] openmp.mathematical_functions_nextafter_fp16 (0 ms)
5: [ RUN      ] openmp.mathematical_functions_exponential_functions
5: [       OK ] openmp.mathematical_functions_exponential_functions (3 ms)
5: [ RUN      ] openmp.mathspecialfunc_expint1
5: [       OK ] openmp.mathspecialfunc_expint1 (0 ms)
5: [ RUN      ] openmp.mathspecialfunc_errorfunc
5: [       OK ] openmp.mathspecialfunc_errorfunc (0 ms)
5: [ RUN      ] openmp.mathspecialfunc_cbesselj0y0
5: [       OK ] openmp.mathspecialfunc_cbesselj0y0 (1 ms)
5: [ RUN      ] openmp.mathspecialfunc_cbesselj1y1
5: [       OK ] openmp.mathspecialfunc_cbesselj1y1 (1 ms)
5: [ RUN      ] openmp.mathspecialfunc_cbesseli0k0
5: [       OK ] openmp.mathspecialfunc_cbesseli0k0 (0 ms)
5: [ RUN      ] openmp.mathspecialfunc_cbesseli1k1
5: [       OK ] openmp.mathspecialfunc_cbesseli1k1 (0 ms)
5: [ RUN      ] openmp.mathspecialfunc_cbesselh1stkind
5: [       OK ] openmp.mathspecialfunc_cbesselh1stkind (0 ms)
5: [ RUN      ] openmp.mathspecialfunc_cbesselh2ndkind
5: [       OK ] openmp.mathspecialfunc_cbesselh2ndkind (0 ms)
5: [ RUN      ] openmp.mdrange_5d
5: [       OK ] openmp.mdrange_5d (29 ms)
5: [ RUN      ] openmp.mdrange_6d
5: [       OK ] openmp.mdrange_6d (78 ms)
5: [ RUN      ] openmp.mdrange_2d
5: [       OK ] openmp.mdrange_2d (2 ms)
5: [ RUN      ] openmp.mdrange_array_reduce
5: [       OK ] openmp.mdrange_array_reduce (0 ms)
5: [ RUN      ] openmp.mdrange_3d
5: [       OK ] openmp.mdrange_3d (12 ms)
5: [ RUN      ] openmp.mdrange_neg_idx
5: [       OK ] openmp.mdrange_neg_idx (43 ms)
5: [ RUN      ] openmp.mdrange_4d
5: [       OK ] openmp.mdrange_4d (10 ms)
5: [ RUN      ] openmp.mdrange_scalar
5: [       OK ] openmp.mdrange_scalar (0 ms)
5: [ RUN      ] openmp.mdrange_large_deep_copy
29: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           892  1046.73/s        800
5: [       OK ] openmp.mdrange_large_deep_copy (650 ms)
5: [ RUN      ] openmp.md_range_policy_construction_from_arrays
5: [       OK ] openmp.md_range_policy_construction_from_arrays (0 ms)
5: [ RUN      ] openmp.policy_get_tile_size
5: [       OK ] openmp.policy_get_tile_size (0 ms)
5: [ RUN      ] openmp.mdrange_parallel_reduce_primitive_types
29: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           892  1046.58/s        800
29: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           892  1046.39/s        800
29: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           892  1046.46/s        800
29: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           890  1046.17/s        800
29: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           892  1046.45/s        800
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o
29: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           893  1046.55/s        800
5: [       OK ] openmp.mdrange_parallel_reduce_primitive_types (4923 ms)
5: [ RUN      ] openmp.mdspan_minimal_functional
5: [       OK ] openmp.mdspan_minimal_functional (0 ms)
5: [ RUN      ] openmp.mdspan_atomic_accessor
5: [       OK ] openmp.mdspan_atomic_accessor (0 ms)
5: [ RUN      ] openmp.view_mdspan_conversion
5: [       OK ] openmp.view_mdspan_conversion (0 ms)
5: [ RUN      ] openmp.view_mdspan_conversion_with_stride
5: [       OK ] openmp.view_mdspan_conversion_with_stride (0 ms)
5: [ RUN      ] openmp.max
5: [       OK ] openmp.max (0 ms)
5: [ RUN      ] openmp.max_within_parfor
5: [       OK ] openmp.max_within_parfor (0 ms)
5: [ RUN      ] openmp.min
5: [       OK ] openmp.min (0 ms)
5: [ RUN      ] openmp.min_within_parfor
5: [       OK ] openmp.min_within_parfor (0 ms)
5: [ RUN      ] openmp.minmax
5: [       OK ] openmp.minmax (0 ms)
5: [ RUN      ] openmp.minmax_within_parfor
5: [       OK ] openmp.minmax_within_parfor (0 ms)
5: [ RUN      ] openmp.clamp
5: [       OK ] openmp.clamp (0 ms)
5: [ RUN      ] openmp.clamp_within_parfor
5: [       OK ] openmp.clamp_within_parfor (0 ms)
5: [ RUN      ] openmp.numeric_traits_infinity
5: [       OK ] openmp.numeric_traits_infinity (0 ms)
5: [ RUN      ] openmp.numeric_traits_epsilon
5: [       OK ] openmp.numeric_traits_epsilon (0 ms)
5: [ RUN      ] openmp.numeric_traits_round_error
5: [       OK ] openmp.numeric_traits_round_error (0 ms)
5: [ RUN      ] openmp.numeric_traits_norm_min
5: [       OK ] openmp.numeric_traits_norm_min (0 ms)
5: [ RUN      ] openmp.numeric_traits_denorm_min
5: [       OK ] openmp.numeric_traits_denorm_min (0 ms)
5: [ RUN      ] openmp.numeric_traits_finite_min_max
5: [       OK ] openmp.numeric_traits_finite_min_max (1 ms)
5: [ RUN      ] openmp.numeric_traits_digits
5: [       OK ] openmp.numeric_traits_digits (0 ms)
5: [ RUN      ] openmp.numeric_traits_digits10
5: [       OK ] openmp.numeric_traits_digits10 (0 ms)
5: [ RUN      ] openmp.numeric_traits_max_digits10
5: [       OK ] openmp.numeric_traits_max_digits10 (0 ms)
5: [ RUN      ] openmp.numeric_traits_radix
5: [       OK ] openmp.numeric_traits_radix (0 ms)
5: [ RUN      ] openmp.numeric_traits_min_max_exponent
5: [       OK ] openmp.numeric_traits_min_max_exponent (0 ms)
5: [ RUN      ] openmp.numeric_traits_min_max_exponent10
5: [       OK ] openmp.numeric_traits_min_max_exponent10 (0 ms)
5: [ RUN      ] openmp.numeric_traits_quiet_and_signaling_nan
5: [       OK ] openmp.numeric_traits_quiet_and_signaling_nan (0 ms)
5: [ RUN      ] openmp.numeric_traits_sfinae_friendly
5: [       OK ] openmp.numeric_traits_sfinae_friendly (0 ms)
5: [ RUN      ] openmp.occupancy_control
5: [       OK ] openmp.occupancy_control (0 ms)
5: [ RUN      ] openmp.memory_pool
5: [       OK ] openmp.memory_pool (66 ms)
5: [ RUN      ] openmp.cxx11
5: [       OK ] openmp.cxx11 (0 ms)
5: [ RUN      ] openmp.parallel_scan_range_policy
5: [       OK ] openmp.parallel_scan_range_policy (43 ms)
5: [ RUN      ] openmp.kokkos_printf
5: [       OK ] openmp.kokkos_printf (0 ms)
5: [ RUN      ] openmp.quad_precision_reductions
5: [       OK ] openmp.quad_precision_reductions (0 ms)
5: [ RUN      ] openmp.quad_precision_common_math_functions
5: [       OK ] openmp.quad_precision_common_math_functions (0 ms)
5: [ RUN      ] openmp.range_for
5: [       OK ] openmp.range_for (1 ms)
5: [ RUN      ] openmp.range_reduce
5: [       OK ] openmp.range_reduce (1 ms)
5: [ RUN      ] openmp.range_dynamic_policy
5: [       OK ] openmp.range_dynamic_policy (15 ms)
5: [ RUN      ] openmp.large_parallel_for_reduce
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestRange.hpp:379: Skipped
5: Disabling for host backends
5: [  SKIPPED ] openmp.large_parallel_for_reduce (0 ms)
5: [ RUN      ] openmp.range_policy_runtime_parameters
5: [       OK ] openmp.range_policy_runtime_parameters (0 ms)
5: [ RUN      ] openmp.range_policy_one_way_convertible_bounds
5: [       OK ] openmp.range_policy_one_way_convertible_bounds (0 ms)
5: [ RUN      ] openmp.range_for_require
5: [       OK ] openmp.range_for_require (1 ms)
5: [ RUN      ] openmp.range_reduce_require
5: [       OK ] openmp.range_reduce_require (1 ms)
5: [ RUN      ] openmp.range_dynamic_policy_require
5: [       OK ] openmp.range_dynamic_policy_require (14 ms)
5: [ RUN      ] openmp.reducers_int
5: [       OK ] openmp.reducers_int (5 ms)
5: [ RUN      ] openmp.reducers_double
5: [       OK ] openmp.reducers_double (4 ms)
5: [ RUN      ] openmp.reducers_complex_double
5: [       OK ] openmp.reducers_complex_double (2 ms)
5: [ RUN      ] openmp.reducers_struct
5: [       OK ] openmp.reducers_struct (9 ms)
5: [ RUN      ] openmp.reducers_half_t
5: [       OK ] openmp.reducers_half_t (6 ms)
5: [ RUN      ] openmp.reducers_bhalf_t
5: [       OK ] openmp.reducers_bhalf_t (6 ms)
5: [ RUN      ] openmp.reducers_int8_t
5: [       OK ] openmp.reducers_int8_t (7 ms)
5: [ RUN      ] openmp.reducers_int16_t
5: [       OK ] openmp.reducers_int16_t (6 ms)
5: [ RUN      ] openmp.reducers_point_t
5: [       OK ] openmp.reducers_point_t (6 ms)
5: [ RUN      ] openmp.reducers_bool
5: [       OK ] openmp.reducers_bool (0 ms)
5: [ RUN      ] openmp.int64_t_reduce
5: [       OK ] openmp.int64_t_reduce (28 ms)
5: [ RUN      ] openmp.double_reduce
5: [       OK ] openmp.double_reduce (51 ms)
5: [ RUN      ] openmp.int64_t_reduce_dynamic
29: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           892  1046.52/s        800
5: [       OK ] openmp.int64_t_reduce_dynamic (228 ms)
5: [ RUN      ] openmp.double_reduce_dynamic
5: [       OK ] openmp.double_reduce_dynamic (297 ms)
5: [ RUN      ] openmp.int64_t_reduce_dynamic_view
5: [       OK ] openmp.int64_t_reduce_dynamic_view (61 ms)
5: [ RUN      ] openmp.int_combined_reduce
5: [       OK ] openmp.int_combined_reduce (0 ms)
5: [ RUN      ] openmp.mdrange_combined_reduce
5: [       OK ] openmp.mdrange_combined_reduce (0 ms)
5: [ RUN      ] openmp.int_combined_reduce_mixed
5: [       OK ] openmp.int_combined_reduce_mixed (0 ms)
5: [ RUN      ] openmp.reduction_with_large_iteration_count
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestReduce.hpp:663: Skipped
5: Disabling for host backends
5: [  SKIPPED ] openmp.reduction_with_large_iteration_count (0 ms)
5: [ RUN      ] openmp.reduction_identity_min_max_floating_point_types
5: [       OK ] openmp.reduction_identity_min_max_floating_point_types (0 ms)
5: [ RUN      ] openmp.reduction_deduction
5: [       OK ] openmp.reduction_deduction (0 ms)
5: [ RUN      ] openmp.reduce_device_view_range_policy
5: [       OK ] openmp.reduce_device_view_range_policy (12 ms)
5: [ RUN      ] openmp.reduce_device_view_mdrange_policy
29: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                              0.001 s         0.001 s           893  1047.17/s        800
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
5: [       OK ] openmp.reduce_device_view_mdrange_policy (681 ms)
5: [ RUN      ] openmp.reduce_device_view_team_policy
5: [       OK ] openmp.reduce_device_view_team_policy (426 ms)
5: [ RUN      ] openmp.impl_shared_alloc
5: [       OK ] openmp.impl_shared_alloc (7 ms)
5: [ RUN      ] openmp.mdspan_space_aware_accessor
5: [       OK ] openmp.mdspan_space_aware_accessor (0 ms)
5: [ RUN      ] openmp.kokkos_swap
5: [       OK ] openmp.kokkos_swap (0 ms)
5: [ RUN      ] openmp.team_for
29: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                             0.001 s         0.001 s           893  1047.05/s        800
29: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 4.40025k/s       1.6k
29: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 5.81933k/s       1.6k
29: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 4.86408k/s       1.6k
29: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 4.04202k/s       1.6k
29: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 5.36698k/s       1.6k
29: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 3.98446k/s       1.6k
29: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 8.94031k/s       1.6k
29: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 8.99014k/s       1.6k
29: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 7.26555k/s       1.6k
29: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 5.97993k/s       1.6k
29: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 8.48812k/s       1.6k
29: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 5.55912k/s       1.6k
29: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 4.63733k/s       1.6k
29: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 4.08062k/s       1.6k
29: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 3.63584k/s       1.6k
29: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.001 s            10 3.08877k/s       1.6k
29: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 7.36251k/s       1.6k
29: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 5.41632k/s       1.6k
29: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 4.66716k/s       1.6k
29: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 3.75934k/s       1.6k
29: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.001 s         0.001 s            10 2.30735k/s       1.6k
29: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.003 s         0.001 s            10  472.348/s       1.6k
29: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.003 s         0.001 s            10   507.36/s       1.6k
29: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.003 s         0.001 s            10  487.119/s       1.6k
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
5: [       OK ] openmp.team_for (205 ms)
5: [ RUN      ] openmp.team_reduce
29: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.003 s         0.000 s            10  537.376/s       1.6k
29: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.003 s         0.000 s            10  542.704/s       1.6k
29: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 5.75058k/s       1.6k
29: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.003 s         0.000 s            10  562.131/s       1.6k
29: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.003 s         0.001 s            10  511.884/s       1.6k
5: [       OK ] openmp.team_reduce (196 ms)
5: [ RUN      ] openmp.team_reduce_large
29: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.003 s         0.000 s            10  539.328/s       1.6k
29: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.003 s         0.000 s            10  536.829/s       1.6k
29: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.003 s         0.000 s            10  561.315/s       1.6k
5: [       OK ] openmp.team_reduce_large (387 ms)
5: [ RUN      ] openmp.team_parallel_single
29: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                       0.028 s         0.002 s            10  56.6332/s       1.6k
29: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                      0.034 s         0.002 s            10  47.2202/s       1.6k
29/59 Test #29: Kokkos_PerformanceTest_Benchmark ...........................   Passed  135.55 sec
test 30
      Start 30: Kokkos_Benchmark_Atomic_MinMax

30: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-09-11_T05-21-40.json"
30: Test timeout computed to be: 1500
30: 2025-09-11T05:40:57+00:00
30: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
30: Run on (255 X 3397.4 MHz CPU s)
30: CPU Caches:
30:   L1 Data 32 KiB (x127)
30:   L1 Instruction 32 KiB (x127)
30:   L2 Unified 512 KiB (x127)
30:   L3 Unified 32768 KiB (x15)
30: Load Average: 6.12, 6.65, 7.75
30: APU or dGPU: dGPU
30: Architecture capable of accessing system allocated memory: 1
30: CPU architecture: none
30: Default Device: HIP
30: GPU architecture: AMD_GFX908
30: Is Large Bar: 1
30: KOKKOS_COMPILER_CLANG: 1800
30: KOKKOS_ENABLE_ASM: no
30: KOKKOS_ENABLE_CXX20: yes
30: KOKKOS_ENABLE_CXX23: no
30: KOKKOS_ENABLE_CXX26: no
30: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
30: KOKKOS_ENABLE_HIP: yes
30: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
30: KOKKOS_ENABLE_HWLOC: no
30: KOKKOS_ENABLE_LIBDL: yes
30: KOKKOS_ENABLE_PRAGMA_IVDEP: no
30: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
30: KOKKOS_ENABLE_PRAGMA_UNROLL: no
30: KOKKOS_ENABLE_PRAGMA_VECTOR: no
30: KOKKOS_ENABLE_SERIAL: yes
30: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
30: Kokkos Version: 4.7.99
30: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected
30: Shared Memory per Block: 64 KiB
30: Supports Managed Memory: 1
30: System allows accessing system allocated memory on GPU: 0
30: Total Global Memory: 31.98 GiB
30: Wavefront Size: 64
30: XNACK environment variable set: no
30: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
30: macro  HIP_VERSION: 60241134 = version 6.2.41134
30: macro  KOKKOS_ENABLE_HIP: defined
30: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
30: macro KOKKOS_ENABLE_ROCTHRUST: defined
30: mdspan: enabled
30: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
30: platform: 64bit
30: ----------------------------------------------------------------------------------------------------------------------------------------
30: Benchmark                                                                                              Time             CPU   Iterations
30: ----------------------------------------------------------------------------------------------------------------------------------------
30: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
30: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
30: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
30: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
30: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
30: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
30: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
30: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
30: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
30: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
30: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
30: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
30: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
30: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
30: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
30: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
30: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
30: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
30: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
30: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
30: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
30: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
30: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
30: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
30: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
30: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
30: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
30: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
30: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
30: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
30: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
30: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
30: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
30: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
30: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
30: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
30: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
30: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
30: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
30: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
30: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
30: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
30: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
30: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
30: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
30: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
30: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
30: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
30/59 Test #30: Kokkos_Benchmark_Atomic_MinMax .............................   Passed    0.51 sec
test 31
      Start 31: Kokkos_PerformanceTest_ViewFirstTouch

31: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-09-11_T05-21-40.json"
31: Test timeout computed to be: 1500
31: 2025-09-11T05:40:58+00:00
31: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch
31: Run on (255 X 3524.83 MHz CPU s)
31: CPU Caches:
31:   L1 Data 32 KiB (x127)
31:   L1 Instruction 32 KiB (x127)
31:   L2 Unified 512 KiB (x127)
31:   L3 Unified 32768 KiB (x15)
31: Load Average: 6.12, 6.65, 7.75
31: APU or dGPU: dGPU
31: Architecture capable of accessing system allocated memory: 1
31: CPU architecture: none
31: Default Device: HIP
31: GPU architecture: AMD_GFX908
31: Is Large Bar: 1
31: KOKKOS_COMPILER_CLANG: 1800
31: KOKKOS_ENABLE_ASM: no
31: KOKKOS_ENABLE_CXX20: yes
31: KOKKOS_ENABLE_CXX23: no
31: KOKKOS_ENABLE_CXX26: no
31: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
31: KOKKOS_ENABLE_HIP: yes
31: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
31: KOKKOS_ENABLE_HWLOC: no
31: KOKKOS_ENABLE_LIBDL: yes
31: KOKKOS_ENABLE_PRAGMA_IVDEP: no
31: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
31: KOKKOS_ENABLE_PRAGMA_UNROLL: no
31: KOKKOS_ENABLE_PRAGMA_VECTOR: no
31: KOKKOS_ENABLE_SERIAL: yes
31: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
31: Kokkos Version: 4.7.99
31: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected
31: Shared Memory per Block: 64 KiB
31: Supports Managed Memory: 1
31: System allows accessing system allocated memory on GPU: 0
31: Total Global Memory: 31.98 GiB
31: Wavefront Size: 64
31: XNACK environment variable set: no
31: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
31: macro  HIP_VERSION: 60241134 = version 6.2.41134
31: macro  KOKKOS_ENABLE_HIP: defined
31: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
31: macro KOKKOS_ENABLE_ROCTHRUST: defined
31: mdspan: enabled
31: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
31: platform: 64bit
31: ------------------------------------------------------------------------------------------------------------------------------------
31: Benchmark                                                                    Time             CPU   Iterations  FOM: GB/s         MB
31: ------------------------------------------------------------------------------------------------------------------------------------
31: ViewFirstTouch_Initialize<double>/N:64/manual_time                       0.000 s         0.000 s         22567 0.0159699/s       512u
31: ViewFirstTouch_Initialize<double>/N:512/manual_time                      0.000 s         0.000 s         21429 0.124743/s     4.096m
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
31: ViewFirstTouch_Initialize<double>/N:4096/manual_time                     0.000 s         0.000 s         21350 0.992647/s   0.032768
31: ViewFirstTouch_Initialize<double>/N:32768/manual_time                    0.000 s         0.000 s         21576   7.7464/s   0.262144
31: ViewFirstTouch_Initialize<double>/N:262144/manual_time                   0.000 s         0.000 s          3452   10.272/s    2.09715
26: ReductionExpensive<double>/1000000/iterations:10             3393012 us      3392052 us           10
31: ViewFirstTouch_Initialize<double>/N:2097152/manual_time                  0.000 s         0.000 s          4298  35.5977/s    16.7772
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
31: ViewFirstTouch_Initialize<double>/N:16777216/manual_time                 0.005 s         0.001 s           149   28.389/s    134.218
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
31: ViewFirstTouch_ParallelFor<double>/N:64/manual_time                      0.000 s         0.000 s         58713 0.0873557/s      1024u
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o
31: ViewFirstTouch_ParallelFor<double>/N:512/manual_time                     0.000 s         0.000 s         52549 0.591944/s     8.192m
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
31: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time                    0.000 s         0.000 s         43560  4.11757/s   0.065536
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
31: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time                   0.000 s         0.000 s         43043  30.7643/s   0.524288
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o
5: [       OK ] openmp.team_parallel_single (28447 ms)
5: [ RUN      ] openmp.large_team_scratch_size
5: [       OK ] openmp.large_team_scratch_size (0 ms)
5: [ RUN      ] openmp.team_broadcast_long
5: [       OK ] openmp.team_broadcast_long (1076 ms)
5: [ RUN      ] openmp.team_broadcast_long_wrapper
5: [       OK ] openmp.team_broadcast_long_wrapper (1071 ms)
5: [ RUN      ] openmp.team_broadcast_char
5: [       OK ] openmp.team_broadcast_char (1133 ms)
5: [ RUN      ] openmp.team_broadcast_float
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
5: [       OK ] openmp.team_broadcast_float (1214 ms)
5: [ RUN      ] openmp.team_broadcast_double
5: [       OK ] openmp.team_broadcast_double (1143 ms)
5: [ RUN      ] openmp.team_broadcast_int_ptr
5: [       OK ] openmp.team_broadcast_int_ptr (0 ms)
5: [ RUN      ] openmp.team_single_thread_int_ptr
5: [       OK ] openmp.team_single_thread_int_ptr (0 ms)
5: [ RUN      ] openmp.team_single_team_int_ptr
5: [       OK ] openmp.team_single_team_int_ptr (0 ms)
5: [ RUN      ] openmp.team_handle_by_value
5: [       OK ] openmp.team_handle_by_value (0 ms)
5: [ RUN      ] openmp.team_vector
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
5: [       OK ] openmp.team_vector (5344 ms)
5: [ RUN      ] openmp.triple_nested_parallelism
31: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time                  0.000 s         0.000 s         32213  193.606/s     4.1943
5: [       OK ] openmp.triple_nested_parallelism (312 ms)
5: [ RUN      ] openmp.parallel_scan_with_reducers
5: [       OK ] openmp.parallel_scan_with_reducers (44 ms)
5: [ RUN      ] openmp.team_thread_range_combined_reducers
5: [       OK ] openmp.team_thread_range_combined_reducers (0 ms)
5: [ RUN      ] openmp.thread_vector_range_combined_reducers
5: [       OK ] openmp.thread_vector_range_combined_reducers (0 ms)
5: [ RUN      ] openmp.team_vector_range_combined_reducers
5: [       OK ] openmp.team_vector_range_combined_reducers (0 ms)
5: [ RUN      ] openmp.TeamThreadMDRangeParallelFor
5: [       OK ] openmp.TeamThreadMDRangeParallelFor (6 ms)
5: [ RUN      ] openmp.ThreadVectorMDRangeParallelFor
5: [       OK ] openmp.ThreadVectorMDRangeParallelFor (5 ms)
5: [ RUN      ] openmp.TeamVectorMDRangeParallelFor
5: [       OK ] openmp.TeamVectorMDRangeParallelFor (6 ms)
5: [ RUN      ] openmp.TeamThreadMDRangeParallelReduce
5: [       OK ] openmp.TeamThreadMDRangeParallelReduce (6 ms)
5: [ RUN      ] openmp.ThreadVectorMDRangeParallelReduce
5: [       OK ] openmp.ThreadVectorMDRangeParallelReduce (5 ms)
5: [ RUN      ] openmp.TeamVectorMDRangeParallelReduce
5: [       OK ] openmp.TeamVectorMDRangeParallelReduce (5 ms)
5: [ RUN      ] openmp.team_policy_runtime_parameters
5: [       OK ] openmp.team_policy_runtime_parameters (0 ms)
5: [ RUN      ] openmp.team_reduction_scan
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o
31: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time                 0.000 s         0.000 s         13415  654.961/s    33.5544
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o
31: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time                0.000 s         0.001 s          2188   939.94/s    268.435
31: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time            0.000 s         0.000 s         59680 0.0870129/s      1024u
31: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time           0.000 s         0.000 s         59224 0.665997/s     8.192m
31: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time          0.000 s         0.000 s         56073  4.87734/s   0.065536
31: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time         0.000 s         0.000 s         55991  42.7175/s   0.524288
31: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time        0.000 s         0.000 s         46238  276.474/s     4.1943
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
31: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time       0.000 s         0.000 s         22661  993.154/s    33.5544
31: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time      0.000 s         0.000 s          4685 1.80684k/s    268.435
31: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time            0.000 s         0.000 s         62223 0.0926848/s      1024u
31: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time           0.000 s         0.000 s         63048 0.715277/s     8.192m
31: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time          0.000 s         0.000 s         62259  5.63971/s   0.065536
31: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time         0.000 s         0.000 s         57736   44.844/s   0.524288
31: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time        0.000 s         0.000 s         49037  291.124/s     4.1943
31: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time       0.000 s         0.000 s         23431  1.1482k/s    33.5544
31: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time      0.000 s         0.000 s          4996 1.90342k/s    268.435
31/59 Test #31: Kokkos_PerformanceTest_ViewFirstTouch ......................   Passed   74.02 sec
test 32
      Start 32: Kokkos_PerformanceTest_Mempool

32: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-09-11_T05-21-40.json"
32: Test timeout computed to be: 1500
32: 2025-09-11T05:42:12+00:00
32: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Mempool
32: Run on (255 X 3524.78 MHz CPU s)
32: CPU Caches:
32:   L1 Data 32 KiB (x127)
32:   L1 Instruction 32 KiB (x127)
32:   L2 Unified 512 KiB (x127)
32:   L3 Unified 32768 KiB (x15)
32: Load Average: 8.07, 7.15, 7.84
32: APU or dGPU: dGPU
32: Architecture capable of accessing system allocated memory: 1
32: CPU architecture: none
32: Default Device: HIP
32: GPU architecture: AMD_GFX908
32: Is Large Bar: 1
32: KOKKOS_COMPILER_CLANG: 1800
32: KOKKOS_ENABLE_ASM: no
32: KOKKOS_ENABLE_CXX20: yes
32: KOKKOS_ENABLE_CXX23: no
32: KOKKOS_ENABLE_CXX26: no
32: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
32: KOKKOS_ENABLE_HIP: yes
32: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
32: KOKKOS_ENABLE_HWLOC: no
32: KOKKOS_ENABLE_LIBDL: yes
32: KOKKOS_ENABLE_PRAGMA_IVDEP: no
32: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
32: KOKKOS_ENABLE_PRAGMA_UNROLL: no
32: KOKKOS_ENABLE_PRAGMA_VECTOR: no
32: KOKKOS_ENABLE_SERIAL: yes
32: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
32: Kokkos Version: 4.7.99
32: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected
32: Shared Memory per Block: 64 KiB
32: Supports Managed Memory: 1
32: System allows accessing system allocated memory on GPU: 0
32: Total Global Memory: 31.98 GiB
32: Wavefront Size: 64
32: XNACK environment variable set: no
32: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
32: macro  HIP_VERSION: 60241134 = version 6.2.41134
32: macro  KOKKOS_ENABLE_HIP: defined
32: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
32: macro KOKKOS_ENABLE_ROCTHRUST: defined
32: mdspan: enabled
32: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
32: platform: 64bit
32: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
32: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
32: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
32: 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          2011                15.908M/s
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
32: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
32: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
32: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
32: 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          7345                114.587M/s
32/59 Test #32: Kokkos_PerformanceTest_Mempool .............................   Passed    3.39 sec
test 33
      Start 33: Kokkos_PerformanceTest_Atomic

33: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-09-11_T05-21-40.json"
33: Test timeout computed to be: 1500
33: 2025-09-11T05:42:15+00:00
33: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Atomic
33: Run on (255 X 2960.52 MHz CPU s)
33: CPU Caches:
33:   L1 Data 32 KiB (x127)
33:   L1 Instruction 32 KiB (x127)
33:   L2 Unified 512 KiB (x127)
33:   L3 Unified 32768 KiB (x15)
33: Load Average: 8.07, 7.15, 7.84
33: APU or dGPU: dGPU
33: Architecture capable of accessing system allocated memory: 1
33: CPU architecture: none
33: Default Device: HIP
33: GPU architecture: AMD_GFX908
33: Is Large Bar: 1
33: KOKKOS_COMPILER_CLANG: 1800
33: KOKKOS_ENABLE_ASM: no
33: KOKKOS_ENABLE_CXX20: yes
33: KOKKOS_ENABLE_CXX23: no
33: KOKKOS_ENABLE_CXX26: no
33: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
33: KOKKOS_ENABLE_HIP: yes
33: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
33: KOKKOS_ENABLE_HWLOC: no
33: KOKKOS_ENABLE_LIBDL: yes
33: KOKKOS_ENABLE_PRAGMA_IVDEP: no
33: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
33: KOKKOS_ENABLE_PRAGMA_UNROLL: no
33: KOKKOS_ENABLE_PRAGMA_VECTOR: no
33: KOKKOS_ENABLE_SERIAL: yes
33: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
33: Kokkos Version: 4.7.99
33: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected
33: Shared Memory per Block: 64 KiB
33: Supports Managed Memory: 1
33: System allows accessing system allocated memory on GPU: 0
33: Total Global Memory: 31.98 GiB
33: Wavefront Size: 64
33: XNACK environment variable set: no
33: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
33: macro  HIP_VERSION: 60241134 = version 6.2.41134
33: macro  KOKKOS_ENABLE_HIP: defined
33: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
33: macro KOKKOS_ENABLE_ROCTHRUST: defined
33: mdspan: enabled
33: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
33: platform: 64bit
33: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
33: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
33: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
33: Test_Atomic<int>/30000/iterations:10                          0.361 s         0.359 s            10          1            4     5.8586m         5.1566m         50u     449.985M          24.184k     449.985M
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o
[ 78%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 78%] Built target Kokkos_CoreUnitTest_Serial1
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
33: Test_Atomic<long int>/100000/iterations:10                     3.97 s          3.95 s            10          1            8    2.35348m        1.59489m      103.6u     4.99995G         104.254k     4.99995G
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o
[ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o
[ 80%] 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_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
33: Test_Atomic<long long int>/100000/iterations:10                4.08 s          4.07 s            10          1            8    2.17458m        1.48338m      103.3u     4.99995G         195.262k     4.99995G
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanAtomicAccessor.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanConversion.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
33: Test_Atomic<unsigned int>/100000/iterations:10                 3.57 s          3.56 s            10          1            4    2.20527m        1.46368m       52.5u     704.983M         126.456k     704.983M
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o
[ 82%] 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_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o
5: [       OK ] openmp.team_reduction_scan (164002 ms)
5: [ RUN      ] openmp.team_long_reduce
5: [       OK ] openmp.team_long_reduce (70 ms)
5: [ RUN      ] openmp.team_double_reduce
5: [       OK ] openmp.team_double_reduce (86 ms)
5: [ RUN      ] openmp.team_long_array_reduce
5: [       OK ] openmp.team_long_array_reduce (83 ms)
5: [ RUN      ] openmp.team_double_array_reduce
5: [       OK ] openmp.team_double_array_reduce (77 ms)
5: [ RUN      ] openmp.team_parallel_dummy_with_reducer_and_scratch_space
5: [       OK ] openmp.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
5: [ RUN      ] openmp.repeated_team_reduce
5: [       OK ] openmp.repeated_team_reduce (1116 ms)
5: [ RUN      ] openmp.nested_team_reduce_functor_as_reducer
5: [       OK ] openmp.nested_team_reduce_functor_as_reducer (0 ms)
5: [ RUN      ] openmp.team_scan
5: [       OK ] openmp.team_scan (695 ms)
5: [ RUN      ] openmp.team_scan_ret_val
5: [       OK ] openmp.team_scan_ret_val (733 ms)
5: [ RUN      ] openmp.team_shared_request
5: [       OK ] openmp.team_shared_request (399 ms)
5: [ RUN      ] openmp.team_scratch_request
5: [       OK ] openmp.team_scratch_request (664 ms)
5: [ RUN      ] openmp.team_lambda_shared_request
5: [       OK ] openmp.team_lambda_shared_request (7 ms)
5: [ RUN      ] openmp.scratch_align
5: [       OK ] openmp.scratch_align (0 ms)
5: [ RUN      ] openmp.shmem_size
5: [       OK ] openmp.shmem_size (0 ms)
5: [ RUN      ] openmp.multi_level_scratch
5: [       OK ] openmp.multi_level_scratch (62 ms)
5: [ RUN      ] openmp.team_scratch_memory_index_parallel_for
5: [       OK ] openmp.team_scratch_memory_index_parallel_for (0 ms)
5: [ RUN      ] openmp.team_policy_max_recommended
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o
[ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
33: Test_Atomic<unsigned long int>/100000/iterations:10            4.07 s          4.05 s            10          1            8    2.18507m        1.50698m      103.5u     4.99995G         102.014k     4.99995G
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o
5: [       OK ] openmp.team_policy_max_recommended (58865 ms)
5: [ RUN      ] openmp.team_policy_minmax_scalar_without_plus_equal_k
5: [       OK ] openmp.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
5: [ RUN      ] openmp.team_teamvector_range
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
5: [       OK ] openmp.team_teamvector_range (1549 ms)
5: [ RUN      ] openmp.timer
5: [       OK ] openmp.timer (20 ms)
5: [ RUN      ] openmp.unique_token_global
5: [       OK ] openmp.unique_token_global (4 ms)
5: [ RUN      ] openmp.unique_token_instance
5: [       OK ] openmp.unique_token_instance (17 ms)
5: [ RUN      ] openmp.unique_token_team_acquire
5: [       OK ] openmp.unique_token_team_acquire (37 ms)
5: [ RUN      ] openmp.view_api_a
5: [       OK ] openmp.view_api_a (6 ms)
5: [ RUN      ] openmp.view_layout_left_with_stride
5: [       OK ] openmp.view_layout_left_with_stride (0 ms)
5: [ RUN      ] openmp.view_layout_right_with_stride
5: [       OK ] openmp.view_layout_right_with_stride (0 ms)
5: [ RUN      ] openmp.view_api_b
5: [       OK ] openmp.view_api_b (1 ms)
5: [ RUN      ] openmp.view_api_c
5: [       OK ] openmp.view_api_c (0 ms)
5: [ RUN      ] openmp.view_api_d
5: [       OK ] openmp.view_api_d (0 ms)
5: [ RUN      ] openmp.view_remap
5: [       OK ] openmp.view_remap (0 ms)
5: [ RUN      ] openmp.view_mirror_nonconst
5: [       OK ] openmp.view_mirror_nonconst (0 ms)
5: [ RUN      ] openmp.view_stride_method
5: [       OK ] openmp.view_stride_method (0 ms)
5: [ RUN      ] openmp.anonymous_space
5: [       OK ] openmp.anonymous_space (0 ms)
5: [ RUN      ] openmp.view_overload_resolution
5: [       OK ] openmp.view_overload_resolution (0 ms)
5: [ RUN      ] openmp.view_allocation_large_rank
5: [       OK ] openmp.view_allocation_large_rank (855 ms)
5: [ RUN      ] openmp.view_shmem_size_on_device
5: [       OK ] openmp.view_shmem_size_on_device (0 ms)
5: [ RUN      ] openmp.view_is_assignable
5: [       OK ] openmp.view_is_assignable (0 ms)
5: [ RUN      ] openmp.view_bad_alloc
5: [       OK ] openmp.view_bad_alloc (0 ms)
5: [ RUN      ] openmp.view_copy_tests
5: [       OK ] openmp.view_copy_tests (6 ms)
5: [ RUN      ] openmp.view_copy_tests_rank_0
5: [       OK ] openmp.view_copy_tests_rank_0 (2 ms)
5: [ RUN      ] openmp.view_copy_degenerated
5: [       OK ] openmp.view_copy_degenerated (0 ms)
5: [ RUN      ] openmp.view_fill_tests_layout_right
5: [       OK ] openmp.view_fill_tests_layout_right (1792 ms)
5: [ RUN      ] openmp.view_fill_tests_layout_left
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
5: [       OK ] openmp.view_fill_tests_layout_left (1831 ms)
5: [ RUN      ] openmp.vcp_empty_traits
5: [       OK ] openmp.vcp_empty_traits (0 ms)
5: [ RUN      ] openmp.is_view_label
5: [       OK ] openmp.is_view_label (0 ms)
5: [ RUN      ] openmp.vcp_label_base_traits
5: [       OK ] openmp.vcp_label_base_traits (0 ms)
5: [ RUN      ] openmp.vcp_label_traits
5: [       OK ] openmp.vcp_label_traits (0 ms)
5: [ RUN      ] openmp.view_alloc_can_perfect_forward_label
5: [       OK ] openmp.view_alloc_can_perfect_forward_label (0 ms)
5: [ RUN      ] openmp.vcp_label_copy_constructor
5: [       OK ] openmp.vcp_label_copy_constructor (0 ms)
5: [ RUN      ] openmp.vcp_pointer_add_property
5: [       OK ] openmp.vcp_pointer_add_property (0 ms)
5: [ RUN      ] openmp.view_empty_runtime_unmanaged
5: [       OK ] openmp.view_empty_runtime_unmanaged (0 ms)
5: [ RUN      ] openmp.view_layoutstride_left_to_layoutleft_assignment
5: [       OK ] openmp.view_layoutstride_left_to_layoutleft_assignment (34 ms)
5: [ RUN      ] openmp.view_layoutstride_right_to_layoutright_assignment
5: [       OK ] openmp.view_layoutstride_right_to_layoutright_assignment (35 ms)
5: [ RUN      ] openmp.view_mapping
5: [       OK ] openmp.view_mapping (52 ms)
5: [ RUN      ] openmp.view_mapping_operator
5: [       OK ] openmp.view_mapping_operator (3 ms)
5: [ RUN      ] openmp.static_extent
5: [       OK ] openmp.static_extent (0 ms)
5: [ RUN      ] openmp.view_mapping_atomic
5: [       OK ] openmp.view_mapping_atomic (1 ms)
5: [ RUN      ] openmp.view_mapping_class_value
5: [       OK ] openmp.view_mapping_class_value (0 ms)
5: [ RUN      ] openmp.view_mapping_assignable
5: [       OK ] openmp.view_mapping_assignable (0 ms)
5: [ RUN      ] openmp.view_mapping_trivially_copyable
5: [       OK ] openmp.view_mapping_trivially_copyable (0 ms)
5: [ RUN      ] openmp.view_mapping_subview
5: [       OK ] openmp.view_mapping_subview (0 ms)
5: [ RUN      ] openmp.view_nested_view
5: [       OK ] openmp.view_nested_view (0 ms)
5: [ RUN      ] openmp.view_of_views_default
5: [       OK ] openmp.view_of_views_default (0 ms)
5: [ RUN      ] openmp.view_of_views_without_initializing
5: [       OK ] openmp.view_of_views_without_initializing (0 ms)
5: [ RUN      ] openmp.test_view_of_views_sequential_host_init
5: [       OK ] openmp.test_view_of_views_sequential_host_init (0 ms)
5: [ RUN      ] openmp.append_formatted_multidimensional_index
5: [       OK ] openmp.append_formatted_multidimensional_index (0 ms)
5: [ RUN      ] openmp.view_resize
5: [       OK ] openmp.view_resize (5 ms)
5: [ RUN      ] openmp.view_realloc
5: [       OK ] openmp.view_realloc (0 ms)
5: [ RUN      ] openmp.workgraph_fib
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o
5: [       OK ] openmp.workgraph_fib (800 ms)
5: [ RUN      ] openmp.resize_realloc_no_init
5: [       OK ] openmp.resize_realloc_no_init (0 ms)
5: [ RUN      ] openmp.resize_realloc_no_alloc
5: [       OK ] openmp.resize_realloc_no_alloc (0 ms)
5: [ RUN      ] openmp.realloc_exec_space
5: [       OK ] openmp.realloc_exec_space (0 ms)
5: [ RUN      ] openmp.view_alloc
5: [       OK ] openmp.view_alloc (0 ms)
5: [ RUN      ] openmp.view_alloc_exec_space
5: [       OK ] openmp.view_alloc_exec_space (0 ms)
5: [ RUN      ] openmp.view_alloc_int
5: [       OK ] openmp.view_alloc_int (0 ms)
5: [ RUN      ] openmp.view_alloc_exec_space_int
5: [       OK ] openmp.view_alloc_exec_space_int (0 ms)
5: [ RUN      ] openmp.deep_copy_zero_memset
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestWithoutInitializing.hpp:221: Skipped
5: skipping since the OpenMP backend doesn't use ZeroMemset
5: [  SKIPPED ] openmp.deep_copy_zero_memset (0 ms)
5: [ RUN      ] openmp.resize_exec_space
5: [       OK ] openmp.resize_exec_space (0 ms)
5: [ RUN      ] openmp.view_allocation_int
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestWithoutInitializing.hpp:305: Skipped
5: skipping since the fence checked for isn't necessary
5: [  SKIPPED ] openmp.view_allocation_int (0 ms)
5: [ RUN      ] openmp.view_allocation_exec_space_int
5: [       OK ] openmp.view_allocation_exec_space_int (0 ms)
5: [ RUN      ] openmp.view_not_default_constructible
5: [       OK ] openmp.view_not_default_constructible (0 ms)
5: [ RUN      ] openmp.view_subview_auto_1d_left
5: [       OK ] openmp.view_subview_auto_1d_left (0 ms)
5: [ RUN      ] openmp.view_subview_auto_1d_right
5: [       OK ] openmp.view_subview_auto_1d_right (0 ms)
5: [ RUN      ] openmp.view_subview_auto_1d_stride
5: [       OK ] openmp.view_subview_auto_1d_stride (0 ms)
5: [ RUN      ] openmp.view_subview_assign_strided
5: [       OK ] openmp.view_subview_assign_strided (0 ms)
5: [ RUN      ] openmp.view_subview_left_0
5: [       OK ] openmp.view_subview_left_0 (0 ms)
5: [ RUN      ] openmp.view_subview_left_1
5: [       OK ] openmp.view_subview_left_1 (0 ms)
5: [ RUN      ] openmp.view_subview_left_2
5: [       OK ] openmp.view_subview_left_2 (0 ms)
5: [ RUN      ] openmp.view_subview_left_3
5: [       OK ] openmp.view_subview_left_3 (0 ms)
5: [ RUN      ] openmp.view_subview_right_0
5: [       OK ] openmp.view_subview_right_0 (0 ms)
5: [ RUN      ] openmp.view_subview_right_1
5: [       OK ] openmp.view_subview_right_1 (0 ms)
5: [ RUN      ] openmp.view_subview_right_3
5: [       OK ] openmp.view_subview_right_3 (0 ms)
5: [ RUN      ] openmp.view_static_tests
5: [       OK ] openmp.view_static_tests (0 ms)
5: [ RUN      ] openmp.view_subview_layoutleft_to_layoutleft
5: [       OK ] openmp.view_subview_layoutleft_to_layoutleft (1 ms)
5: [ RUN      ] openmp.view_subview_layoutright_to_layoutright
5: [       OK ] openmp.view_subview_layoutright_to_layoutright (0 ms)
5: [ RUN      ] openmp.view_subview_1d_assign
5: [       OK ] openmp.view_subview_1d_assign (1 ms)
5: [ RUN      ] openmp.view_subview_1d_assign_atomic
5: [       OK ] openmp.view_subview_1d_assign_atomic (1 ms)
5: [ RUN      ] openmp.view_subview_1d_assign_randomaccess
5: [       OK ] openmp.view_subview_1d_assign_randomaccess (1 ms)
5: [ RUN      ] openmp.view_subview_2d_from_3d
5: [       OK ] openmp.view_subview_2d_from_3d (22 ms)
5: [ RUN      ] openmp.view_subview_2d_from_3d_atomic
5: [       OK ] openmp.view_subview_2d_from_3d_atomic (22 ms)
5: [ RUN      ] openmp.view_subview_2d_from_3d_randomaccess
5: [       OK ] openmp.view_subview_2d_from_3d_randomaccess (22 ms)
5: [ RUN      ] openmp.view_subview_3d_from_5d_left
5: [       OK ] openmp.view_subview_3d_from_5d_left (112 ms)
5: [ RUN      ] openmp.view_subview_3d_from_5d_left_atomic
5: [       OK ] openmp.view_subview_3d_from_5d_left_atomic (111 ms)
5: [ RUN      ] openmp.view_subview_3d_from_5d_left_randomaccess
5: [       OK ] openmp.view_subview_3d_from_5d_left_randomaccess (108 ms)
5: [ RUN      ] openmp.view_subview_3d_from_5d_right
5: [       OK ] openmp.view_subview_3d_from_5d_right (159 ms)
5: [ RUN      ] openmp.view_subview_3d_from_5d_right_atomic
5: [       OK ] openmp.view_subview_3d_from_5d_right_atomic (157 ms)
5: [ RUN      ] openmp.view_subview_3d_from_5d_right_randomaccess
5: [       OK ] openmp.view_subview_3d_from_5d_right_randomaccess (155 ms)
5: [ RUN      ] openmp.view_test_unmanaged_subview_reset
5: [       OK ] openmp.view_test_unmanaged_subview_reset (0 ms)
5: [ RUN      ] openmp.view_subview_memory_traits_construction
5: [       OK ] openmp.view_subview_memory_traits_construction (0 ms)
5: [----------] 363 tests from openmp (291131 ms total)
5: 
5: [----------] 17 tests from openmp_graph
5: [ RUN      ] openmp_graph.submit_once
5: [       OK ] openmp_graph.submit_once (0 ms)
5: [ RUN      ] openmp_graph.submit_once_rvalue
5: [       OK ] openmp_graph.submit_once_rvalue (0 ms)
5: [ RUN      ] openmp_graph.instantiate_and_submit_once
5: [       OK ] openmp_graph.instantiate_and_submit_once (0 ms)
5: [ RUN      ] openmp_graph.submit_onto_another_execution_space_instance
5: [       OK ] openmp_graph.submit_onto_another_execution_space_instance (0 ms)
5: [ RUN      ] openmp_graph.create_graph_no_closure_with_exec
5: [       OK ] openmp_graph.create_graph_no_closure_with_exec (0 ms)
5: [ RUN      ] openmp_graph.create_graph_no_arg
5: [       OK ] openmp_graph.create_graph_no_arg (0 ms)
5: [ RUN      ] openmp_graph.submit_six
5: [       OK ] openmp_graph.submit_six (0 ms)
5: [ RUN      ] openmp_graph.when_all_cycle
5: [       OK ] openmp_graph.when_all_cycle (0 ms)
5: [ RUN      ] openmp_graph.repeat_chain
5: [       OK ] openmp_graph.repeat_chain (2 ms)
5: [ RUN      ] openmp_graph.zero_work_reduce
5: [       OK ] openmp_graph.zero_work_reduce (0 ms)
5: [ RUN      ] openmp_graph.empty_graph
5: [       OK ] openmp_graph.empty_graph (0 ms)
5: [ RUN      ] openmp_graph.force_global_launch
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:444: Skipped
5: This execution space does not support global launch.
5: [  SKIPPED ] openmp_graph.force_global_launch (0 ms)
5: [ RUN      ] openmp_graph.sized_functor_launch
5: [       OK ] openmp_graph.sized_functor_launch (0 ms)
5: [ RUN      ] openmp_graph.empty_graph_default_host_exec
5: [       OK ] openmp_graph.empty_graph_default_host_exec (0 ms)
5: [ RUN      ] openmp_graph.node_lifetime
5: [       OK ] openmp_graph.node_lifetime (0 ms)
5: [ RUN      ] openmp_graph.diamond
5: [       OK ] openmp_graph.diamond (76 ms)
5: [ RUN      ] openmp_graph.end_of_submit_control_flow
5: [       OK ] openmp_graph.end_of_submit_control_flow (127 ms)
5: [----------] 17 tests from openmp_graph (208 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 402 tests from 4 test suites ran. (291443 ms total)
5: [  PASSED  ] 385 tests.
5: [  SKIPPED ] 17 tests, listed below:
5: [  SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
5: [  SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
5: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_dyn
5: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_stat
5: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_mix
5: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_static_extents
5: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host
5: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device
5: [  SKIPPED ] openmp_DeathTest.view_subview_wrong_extents
5: [  SKIPPED ] openmp_graph_DeathTest.can_instantiate_only_once
5: [  SKIPPED ] openmp.graph_capture
5: [  SKIPPED ] openmp.mathematical_functions_nextafter_fp16
5: [  SKIPPED ] openmp.large_parallel_for_reduce
5: [  SKIPPED ] openmp.reduction_with_large_iteration_count
5: [  SKIPPED ] openmp.deep_copy_zero_memset
5: [  SKIPPED ] openmp.view_allocation_int
5: [  SKIPPED ] openmp_graph.force_global_launch
 5/49 Test  #5: Kokkos_CoreUnitTest_OpenMP .................................   Passed  291.46 sec
test 6
      Start  6: Kokkos_CoreUnitTest_OpenMPInterOp

6: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPInterOp
6: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
6: Test timeout computed to be: 1500
6: [==========] Running 1 test from 1 test suite.
6: [----------] Global test environment set-up.
6: [----------] 1 test from openmp
6: [ RUN      ] openmp.raw_openmp_interop
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 ] openmp.raw_openmp_interop (0 ms)
6: [----------] 1 test from openmp (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/49 Test  #6: Kokkos_CoreUnitTest_OpenMPInterOp ..........................   Passed    0.01 sec
test 7
      Start  7: Kokkos_CoreUnitTest_Default

7: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Default
7: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
7: Test timeout computed to be: 1500
7: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
7:                                     Detected: 4 cores per node.
7:                                     Detected: 1 MPI_ranks per node.
7:                                     Requested: 8 threads per process.
7: [==========] Running 59 tests from 41 test suites.
7: [----------] Global test environment set-up.
7: [----------] 19 tests from defaultdevicetype
7: [ RUN      ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free
7: [       OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms)
7: [ RUN      ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free
7: [       OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms)
7: [ RUN      ] defaultdevicetype.shared_space
7: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSharedSpace.cpp:105: Skipped
7: Skipping as host and device are the same space
7: [  SKIPPED ] defaultdevicetype.shared_space (0 ms)
7: [ RUN      ] defaultdevicetype.shared_host_pinned_space
7: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSharedHostPinnedSpace.cpp:65: Skipped
7: Skipping as host and device are the same space
7: [  SKIPPED ] defaultdevicetype.shared_host_pinned_space (0 ms)
7: [ RUN      ] defaultdevicetype.compiler_macros
7: [       OK ] defaultdevicetype.compiler_macros (0 ms)
7: [ RUN      ] defaultdevicetype.half_conversion
7: [       OK ] defaultdevicetype.half_conversion (0 ms)
7: [ RUN      ] defaultdevicetype.bhalf_conversion
7: [       OK ] defaultdevicetype.bhalf_conversion (0 ms)
7: [ RUN      ] defaultdevicetype.half_operators
7: [       OK ] defaultdevicetype.half_operators (1 ms)
7: [ RUN      ] defaultdevicetype.bhalf_operators
7: [       OK ] defaultdevicetype.bhalf_operators (1 ms)
7: [ RUN      ] defaultdevicetype.host_space_access
7: [       OK ] defaultdevicetype.host_space_access (0 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_a1
7: [       OK ] defaultdevicetype.reduce_instantiation_a1 (6 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
7: [       OK ] defaultdevicetype.reduce_instantiation_b1 (15 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
7: [       OK ] defaultdevicetype.reduce_instantiation_c1 (6 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
7: [       OK ] defaultdevicetype.reduce_instantiation_a2 (25 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
7: [       OK ] defaultdevicetype.reduce_instantiation_b2 (25 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
7: [       OK ] defaultdevicetype.reduce_instantiation_c2 (12 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
7: [       OK ] defaultdevicetype.reduce_instantiation_a3 (12 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
7: [       OK ] defaultdevicetype.reduce_instantiation_b3 (26 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
7: [       OK ] defaultdevicetype.reduce_instantiation_c3 (12 ms)
7: [----------] 19 tests from defaultdevicetype (147 ms total)
7: 
7: [----------] 1 test from kokkosresize
7: [ RUN      ] kokkosresize.host_space_access
7: [       OK ] kokkosresize.host_space_access (9 ms)
7: [----------] 1 test from kokkosresize (9 ms total)
7: 
7: [----------] 1 test from TestViewAPI/0, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/0.sizes
7: [       OK ] TestViewAPI/0.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/0 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/1, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/1.sizes
7: [       OK ] TestViewAPI/1.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/1 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/2, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/2.sizes
7: [       OK ] TestViewAPI/2.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/2 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/3, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/3.sizes
7: [       OK ] TestViewAPI/3.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/3 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/4, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/4.sizes
7: [       OK ] TestViewAPI/4.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/4 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/5, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/5.sizes
7: [       OK ] TestViewAPI/5.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/5 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/6, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/6.sizes
7: [       OK ] TestViewAPI/6.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/6 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/7, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/7.sizes
7: [       OK ] TestViewAPI/7.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/7 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/8, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/8.sizes
7: [       OK ] TestViewAPI/8.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/8 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/9, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/9.sizes
7: [       OK ] TestViewAPI/9.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/9 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/10, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/10.sizes
7: [       OK ] TestViewAPI/10.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/10 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/11, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/11.sizes
7: [       OK ] TestViewAPI/11.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/11 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/12, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/12.sizes
7: [       OK ] TestViewAPI/12.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/12 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/13, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/13.sizes
7: [       OK ] TestViewAPI/13.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/13 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/14, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/14.sizes
7: [       OK ] TestViewAPI/14.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/14 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/15, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/15.sizes
7: [       OK ] TestViewAPI/15.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/15 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/16, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/16.sizes
7: [       OK ] TestViewAPI/16.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/16 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/17, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/17.sizes
7: [       OK ] TestViewAPI/17.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/17 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/18, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/18.sizes
7: [       OK ] TestViewAPI/18.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/18 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/19, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/19.sizes
7: [       OK ] TestViewAPI/19.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/19 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/20, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/20.sizes
7: [       OK ] TestViewAPI/20.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/20 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/21, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/21.sizes
7: [       OK ] TestViewAPI/21.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/21 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/22, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/22.sizes
7: [       OK ] TestViewAPI/22.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/22 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/23, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/23.sizes
7: [       OK ] TestViewAPI/23.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/23 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/24, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/24.sizes
7: [       OK ] TestViewAPI/24.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/24 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/25, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/25.sizes
7: [       OK ] TestViewAPI/25.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/25 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/26, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/26.sizes
7: [       OK ] TestViewAPI/26.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/26 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/27, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/27.sizes
7: [       OK ] TestViewAPI/27.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/27 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/28, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/28.sizes
7: [       OK ] TestViewAPI/28.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/28 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/29, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/29.sizes
7: [       OK ] TestViewAPI/29.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/29 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/30, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/30.sizes
7: [       OK ] TestViewAPI/30.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/30 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/31, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/31.sizes
7: [       OK ] TestViewAPI/31.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/31 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/32, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/32.sizes
7: [       OK ] TestViewAPI/32.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/32 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/33, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/33.sizes
7: [       OK ] TestViewAPI/33.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/33 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/34, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/34.sizes
7: [       OK ] TestViewAPI/34.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/34 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/35, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/35.sizes
7: [       OK ] TestViewAPI/35.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/35 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/36, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/36.sizes
7: [       OK ] TestViewAPI/36.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/36 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/37, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/37.sizes
7: [       OK ] TestViewAPI/37.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/37 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/38, where TypeParam = <type>
7: [ RUN      ] TestViewAPI/38.sizes
7: [       OK ] TestViewAPI/38.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/38 (0 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 59 tests from 41 test suites ran. (157 ms total)
7: [  PASSED  ] 57 tests.
7: [  SKIPPED ] 2 tests, listed below:
7: [  SKIPPED ] defaultdevicetype.shared_space
7: [  SKIPPED ] defaultdevicetype.shared_host_pinned_space
 7/49 Test  #7: Kokkos_CoreUnitTest_Default ................................   Passed    0.16 sec
test 8
      Start  8: Kokkos_CoreUnitTest_InitializeFinalize

8: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize
8: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
8: Test timeout computed to be: 1500
8: [==========] Running 30 tests from 7 test suites.
8: [----------] Global test environment set-up.
8: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest
8: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views
8: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (7 ms)
8: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views
8: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (11 ms)
8: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management
8: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (12 ms)
8: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (31 ms total)
8: 
8: [----------] 4 tests from InitializeFinalize_DeathTest
8: [ RUN      ] InitializeFinalize_DeathTest.initialize
8: [       OK ] InitializeFinalize_DeathTest.initialize (6 ms)
8: [ RUN      ] InitializeFinalize_DeathTest.finalize
8: [       OK ] InitializeFinalize_DeathTest.finalize (5 ms)
8: [ RUN      ] InitializeFinalize_DeathTest.is_initialized
8: [       OK ] InitializeFinalize_DeathTest.is_initialized (1 ms)
8: [ RUN      ] InitializeFinalize_DeathTest.is_finalized
8: [       OK ] InitializeFinalize_DeathTest.is_finalized (1 ms)
8: [----------] 4 tests from InitializeFinalize_DeathTest (16 ms total)
8: 
8: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest
8: [ RUN      ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early
8: [       OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (1 ms)
8: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (1 ms total)
8: 
8: [----------] 1 test from Legion_DeathTest
8: [ RUN      ] Legion_DeathTest.individual_backend_initialization
8: [       OK ] Legion_DeathTest.individual_backend_initialization (2 ms)
8: [----------] 1 test from Legion_DeathTest (2 ms total)
8: 
8: [----------] 2 tests from PushFinalizeHook_DeathTest
8: [ RUN      ] PushFinalizeHook_DeathTest.called_in_reverse_order
8: [       OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (1 ms)
8: [ RUN      ] PushFinalizeHook_DeathTest.terminate_on_throw
8: [       OK ] PushFinalizeHook_DeathTest.terminate_on_throw (1 ms)
8: [----------] 2 tests from PushFinalizeHook_DeathTest (3 ms total)
8: 
8: [----------] 6 tests from ScopeGuard_DeathTest
8: [ RUN      ] ScopeGuard_DeathTest.create
8: [       OK ] ScopeGuard_DeathTest.create (2 ms)
8: [ RUN      ] ScopeGuard_DeathTest.create_argument
8: [       OK ] ScopeGuard_DeathTest.create_argument (1 ms)
8: [ RUN      ] ScopeGuard_DeathTest.create_while_initialize
8: [       OK ] ScopeGuard_DeathTest.create_while_initialize (2 ms)
8: [ RUN      ] ScopeGuard_DeathTest.create_after_initialize
8: [       OK ] ScopeGuard_DeathTest.create_after_initialize (2 ms)
8: [ RUN      ] ScopeGuard_DeathTest.create_after_finalize
8: [       OK ] ScopeGuard_DeathTest.create_after_finalize (2 ms)
8: [ RUN      ] ScopeGuard_DeathTest.destroy_after_finalize
8: [       OK ] ScopeGuard_DeathTest.destroy_after_finalize (2 ms)
8: [----------] 6 tests from ScopeGuard_DeathTest (12 ms total)
8: 
8: [----------] 13 tests from defaultdevicetype
8: [ RUN      ] defaultdevicetype.initialization_settings
8: [       OK ] defaultdevicetype.initialization_settings (0 ms)
8: [ RUN      ] defaultdevicetype.cmd_line_args_num_threads
8: [       OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms)
8: [ RUN      ] defaultdevicetype.cmd_line_args_device_id
8: [       OK ] defaultdevicetype.cmd_line_args_device_id (0 ms)
8: [ RUN      ] defaultdevicetype.cmd_line_args_disable_warning
8: [       OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms)
8: [ RUN      ] defaultdevicetype.cmd_line_args_tune_internals
8: [       OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms)
8: [ RUN      ] defaultdevicetype.cmd_line_args_help
8: [       OK ] defaultdevicetype.cmd_line_args_help (0 ms)
8: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
8: Warning: command line argument '--kokkos-tools-libs=ich_tue_nur.so' ignored because kokkos-tools is disabled. Raised by Kokkos::initialize().
8: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms)
8: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
8: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 ms)
8: [ RUN      ] defaultdevicetype.env_vars_num_threads
8: [       OK ] defaultdevicetype.env_vars_num_threads (0 ms)
8: [ RUN      ] defaultdevicetype.env_vars_device_id
8: [       OK ] defaultdevicetype.env_vars_device_id (0 ms)
8: [ RUN      ] defaultdevicetype.env_vars_disable_warnings
8: [       OK ] defaultdevicetype.env_vars_disable_warnings (0 ms)
8: [ RUN      ] defaultdevicetype.env_vars_tune_internals
8: [       OK ] defaultdevicetype.env_vars_tune_internals (0 ms)
8: [ RUN      ] defaultdevicetype.visible_devices
8: [       OK ] defaultdevicetype.visible_devices (0 ms)
8: [----------] 13 tests from defaultdevicetype (1 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 30 tests from 7 test suites ran. (68 ms total)
8: [  PASSED  ] 30 tests.
 8/49 Test  #8: Kokkos_CoreUnitTest_InitializeFinalize .....................   Passed    0.08 sec
test 9
      Start  9: Kokkos_CoreUnitTest_Develop

9: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Develop
9: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
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/49 Test  #9: Kokkos_CoreUnitTest_Develop ................................   Passed    0.00 sec
test 10
      Start 10: Kokkos_CoreUnitTest_KokkosP

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

11: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec
11: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
11: Test timeout computed to be: 1500
11: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
11:                                     Detected: 4 cores per node.
11:                                     Detected: 1 MPI_ranks per node.
11:                                     Requested: 8 threads per process.
11: [==========] Running 3 tests from 2 test suites.
11: [----------] Global test environment set-up.
11: [----------] 2 tests from defaultdevicetype_DeathTest
11: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate
11: Top of f1
11: Top of f0
11: Top of f0
11: test_f1:
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55d197c81c29]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x55d197c2143f]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x53) [0x55d197c19d63]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x1ef) [0x55d197c1c56f]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x55d197c5f4b1]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x74320) [0x55d197c4f320]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x747a5) [0x55d197c4f7a5]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x75081) [0x55d197c50081]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x1043) [0x55d197c51763]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x55d197c4fa28]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x55d197c185e7]
11: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f891a2831ca]
11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f891a28328b]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55d197c19b75]
11:  
11: demangled test_f1:
11: [0x55d197c81c29] Kokkos::Impl::save_stacktrace()
11: [0x55d197c2143f] Test::stacktrace_test_f1(std::ostream&)
11: [0x55d197c19d63] Test::test_stacktrace(bool, bool)
11: [0x55d197c1c56f] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
11: [0x55d197c5f4b1] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
11: [0x55d197c4f320] 
11: [0x55d197c4f7a5] 
11: [0x55d197c50081] 
11: [0x55d197c51763] testing::internal::UnitTestImpl::RunAllTests()
11: [0x55d197c4fa28] testing::UnitTest::Run()
11: [0x55d197c185e7] main
11: [0x7f891a2831ca] 
11: [0x7f891a28328b] __libc_start_main
11: [0x55d197c19b75] _start
11:  
11: Top of f3
11: Top of f3
11: Top of f3
11: Top of f3
11: Top of f3
11: Top of f1
11: Top of f0
11: Top of f0
11: StackTrace f3(std::cout, 4) returned: 110
11: test_f3:
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55d197c81c29]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x55d197c2143f]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x55d197c21698]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xb9d) [0x55d197c1a8ad]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x1ef) [0x55d197c1c56f]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x55d197c5f4b1]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x74320) [0x55d197c4f320]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x747a5) [0x55d197c4f7a5]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x75081) [0x55d197c50081]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x1043) [0x55d197c51763]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x55d197c4fa28]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x55d197c185e7]
11: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f891a2831ca]
11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f891a28328b]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55d197c19b75]
11:  
11: demangled test_f3:
11: [0x55d197c81c29] Kokkos::Impl::save_stacktrace()
11: [0x55d197c2143f] Test::stacktrace_test_f1(std::ostream&)
11: [0x55d197c21698] Test::stacktrace_test_f3(std::ostream&, int)
11: [0x55d197c1a8ad] Test::test_stacktrace(bool, bool)
11: [0x55d197c1c56f] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
11: [0x55d197c5f4b1] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
11: [0x55d197c4f320] 
11: [0x55d197c4f7a5] 
11: [0x55d197c50081] 
11: [0x55d197c51763] testing::internal::UnitTestImpl::RunAllTests()
11: [0x55d197c4fa28] testing::UnitTest::Run()
11: [0x55d197c185e7] main
11: [0x7f891a2831ca] 
11: [0x7f891a28328b] __libc_start_main
11: [0x55d197c19b75] _start
11:  
11: Test setting std::terminate handler that prints the last saved stack trace
11: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (3 ms)
11: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
11: Top of f1
11: Top of f0
11: Top of f0
11: test_f1:
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x562155cd1c29]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x562155c7143f]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x53) [0x562155c69d63]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x1ec) [0x562155c6c7bc]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x562155caf4b1]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x74320) [0x562155c9f320]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x747a5) [0x562155c9f7a5]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x75081) [0x562155ca0081]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x1043) [0x562155ca1763]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x562155c9fa28]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x562155c685e7]
11: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f5b6d82b1ca]
11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f5b6d82b28b]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x562155c69b75]
11:  
11: demangled test_f1:
11: [0x562155cd1c29] Kokkos::Impl::save_stacktrace()
11: [0x562155c7143f] Test::stacktrace_test_f1(std::ostream&)
11: [0x562155c69d63] Test::test_stacktrace(bool, bool)
11: [0x562155c6c7bc] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
11: [0x562155caf4b1] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
11: [0x562155c9f320] 
11: [0x562155c9f7a5] 
11: [0x562155ca0081] 
11: [0x562155ca1763] testing::internal::UnitTestImpl::RunAllTests()
11: [0x562155c9fa28] testing::UnitTest::Run()
11: [0x562155c685e7] main
11: [0x7f5b6d82b1ca] 
11: [0x7f5b6d82b28b] __libc_start_main
11: [0x562155c69b75] _start
11:  
11: Top of f3
11: Top of f3
11: Top of f3
11: Top of f3
11: Top of f3
11: Top of f1
11: Top of f0
11: Top of f0
11: StackTrace f3(std::cout, 4) returned: 110
11: test_f3:
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x562155cd1c29]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x562155c7143f]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x562155c71698]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xb9d) [0x562155c6a8ad]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x1ec) [0x562155c6c7bc]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x562155caf4b1]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x74320) [0x562155c9f320]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x747a5) [0x562155c9f7a5]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x75081) [0x562155ca0081]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x1043) [0x562155ca1763]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x562155c9fa28]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x562155c685e7]
11: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f5b6d82b1ca]
11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f5b6d82b28b]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x562155c69b75]
11:  
11: demangled test_f3:
11: [0x562155cd1c29] Kokkos::Impl::save_stacktrace()
11: [0x562155c7143f] Test::stacktrace_test_f1(std::ostream&)
11: [0x562155c71698] Test::stacktrace_test_f3(std::ostream&, int)
11: [0x562155c6a8ad] Test::test_stacktrace(bool, bool)
11: [0x562155c6c7bc] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
11: [0x562155caf4b1] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
11: [0x562155c9f320] 
11: [0x562155c9f7a5] 
11: [0x562155ca0081] 
11: [0x562155ca1763] testing::internal::UnitTestImpl::RunAllTests()
11: [0x562155c9fa28] testing::UnitTest::Run()
11: [0x562155c685e7] main
11: [0x7f5b6d82b1ca] 
11: [0x7f5b6d82b28b] __libc_start_main
11: [0x562155c69b75] _start
11:  
11: Test setting std::terminate handler that prints the last saved stack trace
11: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (3 ms)
11: [----------] 2 tests from defaultdevicetype_DeathTest (6 ms total)
11: 
11: [----------] 1 test from defaultdevicetype
11: [ RUN      ] defaultdevicetype.stacktrace_normal
11: Top of f1
11: Top of f0
11: Top of f0
11: test_f1:
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55f2b9e1bc29]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x55f2b9dbb43f]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x53) [0x55f2b9db3d63]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x55f2b9df94b1]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x74320) [0x55f2b9de9320]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x747a5) [0x55f2b9de97a5]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x75081) [0x55f2b9dea081]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x1043) [0x55f2b9deb763]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x55f2b9de9a28]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x55f2b9db25e7]
11: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f89610ad1ca]
11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f89610ad28b]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55f2b9db3b75]
11:  
11: demangled test_f1:
11: [0x55f2b9e1bc29] Kokkos::Impl::save_stacktrace()
11: [0x55f2b9dbb43f] Test::stacktrace_test_f1(std::ostream&)
11: [0x55f2b9db3d63] Test::test_stacktrace(bool, bool)
11: [0x55f2b9df94b1] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
11: [0x55f2b9de9320] 
11: [0x55f2b9de97a5] 
11: [0x55f2b9dea081] 
11: [0x55f2b9deb763] testing::internal::UnitTestImpl::RunAllTests()
11: [0x55f2b9de9a28] testing::UnitTest::Run()
11: [0x55f2b9db25e7] main
11: [0x7f89610ad1ca] 
11: [0x7f89610ad28b] __libc_start_main
11: [0x55f2b9db3b75] _start
11:  
11: Top of f3
11: Top of f3
11: Top of f3
11: Top of f3
11: Top of f3
11: Top of f1
11: Top of f0
11: Top of f0
11: StackTrace f3(std::cout, 4) returned: 110
11: test_f3:
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55f2b9e1bc29]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x55f2b9dbb43f]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x55f2b9dbb698]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xb9d) [0x55f2b9db48ad]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x55f2b9df94b1]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x74320) [0x55f2b9de9320]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x747a5) [0x55f2b9de97a5]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x75081) [0x55f2b9dea081]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x1043) [0x55f2b9deb763]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x55f2b9de9a28]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x55f2b9db25e7]
11: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f89610ad1ca]
11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f89610ad28b]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55f2b9db3b75]
11:  
11: demangled test_f3:
11: [0x55f2b9e1bc29] Kokkos::Impl::save_stacktrace()
11: [0x55f2b9dbb43f] Test::stacktrace_test_f1(std::ostream&)
11: [0x55f2b9dbb698] Test::stacktrace_test_f3(std::ostream&, int)
11: [0x55f2b9db48ad] Test::test_stacktrace(bool, bool)
11: [0x55f2b9df94b1] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
11: [0x55f2b9de9320] 
11: [0x55f2b9de97a5] 
11: [0x55f2b9dea081] 
11: [0x55f2b9deb763] testing::internal::UnitTestImpl::RunAllTests()
11: [0x55f2b9de9a28] testing::UnitTest::Run()
11: [0x55f2b9db25e7] main
11: [0x7f89610ad1ca] 
11: [0x7f89610ad28b] __libc_start_main
11: [0x55f2b9db3b75] _start
11:  
11: Test setting std::terminate handler that prints the last saved stack trace
11: [       OK ] defaultdevicetype.stacktrace_normal (0 ms)
11: [----------] 1 test from defaultdevicetype (0 ms total)
11: 
11: [----------] Global test environment tear-down
11: [==========] 3 tests from 2 test suites ran. (6 ms total)
11: [  PASSED  ] 3 tests.
11/49 Test #11: Kokkos_CoreUnitTest_StackTraceTest .........................   Passed    0.01 sec
test 12
      Start 12: Kokkos_IncrementalTest_OPENMP

12: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_IncrementalTest_OPENMP
12: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
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 28 tests from 1 test suite.
12: [----------] Global test environment set-up.
12: [----------] 28 tests from OPENMP
12: [ RUN      ] OPENMP.IncrTest_01_execspace_typedef
12: [       OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms)
12: [ RUN      ] OPENMP.IncrTest_01_execspace
12: Host Parallel Execution Space:
12:   KOKKOS_ENABLE_OPENMP: yes
12: 
12: OpenMP Runtime Configuration:
12: Kokkos::OpenMP thread_pool_topology[ 1 x 8 x 1 ]
12: OpenMP
12: [       OK ] OPENMP.IncrTest_01_execspace (0 ms)
12: [ RUN      ] OPENMP.IncrTest_02_AtomicExchange
12: [       OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms)
12: [ RUN      ] OPENMP.IncrTest_02_AtomicAdd
12: [       OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms)
12: [ RUN      ] OPENMP.IncrTest_02_AtomicSub
12: [       OK ] OPENMP.IncrTest_02_AtomicSub (0 ms)
12: [ RUN      ] OPENMP.IncrTest_03a_memspace_malloc
12: [       OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms)
12: [ RUN      ] OPENMP.IncrTest_03b_memspace_free
12: [       OK ] OPENMP.IncrTest_03b_memspace_free (24 ms)
12: [ RUN      ] OPENMP.IncrTest_04_simple_parallelFor
12: [       OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms)
12: [ RUN      ] OPENMP.IncrTest_04_RangePolicy_parallelFor
12: [       OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms)
12: [ RUN      ] OPENMP.IncrTest_05_reduction
12: [       OK ] OPENMP.IncrTest_05_reduction (52 ms)
12: [ RUN      ] OPENMP.IncrTest_06_mdrange2D
12: [       OK ] OPENMP.IncrTest_06_mdrange2D (0 ms)
12: [ RUN      ] OPENMP.IncrTest_06_mdrange3D
12: [       OK ] OPENMP.IncrTest_06_mdrange3D (0 ms)
12: [ RUN      ] OPENMP.IncrTest_06_mdrange4D
12: [       OK ] OPENMP.IncrTest_06_mdrange4D (0 ms)
12: [ RUN      ] OPENMP.IncrTest_08_deep_copy_2D
12: [       OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms)
12: [ RUN      ] OPENMP.IncrTest_08_deep_copy_3D
12: [       OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms)
12: [ RUN      ] OPENMP.IncrTest_08_deep_copy_4D
12: [       OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms)
12: [ RUN      ] OPENMP.IncrTest_10_Hierarchical_Basics
12: [       OK ] OPENMP.IncrTest_10_Hierarchical_Basics (1 ms)
12: [ RUN      ] OPENMP.IncrTest_11a_Hierarchical_ForLoop
12: [       OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (0 ms)
12: [ RUN      ] OPENMP.IncrTest_11b_Hierarchical_ForLoop
12: [       OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (0 ms)
12: [ RUN      ] OPENMP.IncrTest_11c_Hierarchical_ForLoop
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
12: [       OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (116 ms)
12: [ RUN      ] OPENMP.IncrTest_12a_ThreadScratch
12: [       OK ] OPENMP.IncrTest_12a_ThreadScratch (4 ms)
12: [ RUN      ] OPENMP.IncrTest_12b_TeamScratch
12: [       OK ] OPENMP.IncrTest_12b_TeamScratch (1 ms)
12: [ RUN      ] OPENMP.IncrTest_13a_Hierarchical_Red
12: [       OK ] OPENMP.IncrTest_13a_Hierarchical_Red (0 ms)
12: [ RUN      ] OPENMP.IncrTest_13b_Hierarchical_Red
12: [       OK ] OPENMP.IncrTest_13b_Hierarchical_Red (0 ms)
12: [ RUN      ] OPENMP.IncrTest_13c_Hierarchical_Red
12: [       OK ] OPENMP.IncrTest_13c_Hierarchical_Red (0 ms)
12: [ RUN      ] OPENMP.incr_14_MDrangeReduce
12: [       OK ] OPENMP.incr_14_MDrangeReduce (0 ms)
12: [ RUN      ] OPENMP.IncrTest_16_parallelscan
12: [       OK ] OPENMP.IncrTest_16_parallelscan (1 ms)
12: [ RUN      ] OPENMP.incr_17_atomicView
12: [       OK ] OPENMP.incr_17_atomicView (0 ms)
12: [----------] 28 tests from OPENMP (205 ms total)
12: 
12: [----------] Global test environment tear-down
12: [==========] 28 tests from 1 test suite ran. (205 ms total)
12: [  PASSED  ] 28 tests.
12/49 Test #12: Kokkos_IncrementalTest_OPENMP ..............................   Passed    0.21 sec
test 13
      Start 13: Kokkos_IncrementalTest_SERIAL

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

14: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice
14: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
14: Test timeout computed to be: 1500
14: [==========] Running 8 tests from 2 test suites.
14: [----------] Global test environment set-up.
14: [----------] 5 tests from ctest_environment_DeathTest
14: [ RUN      ] ctest_environment_DeathTest.invalid_rank
14: [       OK ] ctest_environment_DeathTest.invalid_rank (2 ms)
14: [ RUN      ] ctest_environment_DeathTest.no_type_str
14: [       OK ] ctest_environment_DeathTest.no_type_str (1 ms)
14: [ RUN      ] ctest_environment_DeathTest.missing_type
14: [       OK ] ctest_environment_DeathTest.missing_type (3 ms)
14: [ RUN      ] ctest_environment_DeathTest.no_id_str
14: [       OK ] ctest_environment_DeathTest.no_id_str (1 ms)
14: [ RUN      ] ctest_environment_DeathTest.invalid_id_str
14: [       OK ] ctest_environment_DeathTest.invalid_id_str (3 ms)
14: [----------] 5 tests from ctest_environment_DeathTest (12 ms total)
14: 
14: [----------] 3 tests from ctest_environment
14: [ RUN      ] ctest_environment.no_device_type
14: [       OK ] ctest_environment.no_device_type (0 ms)
14: [ RUN      ] ctest_environment.no_process_count
14: [       OK ] ctest_environment.no_process_count (0 ms)
14: [ RUN      ] ctest_environment.good
14: [       OK ] ctest_environment.good (0 ms)
14: [----------] 3 tests from ctest_environment (0 ms total)
14: 
14: [----------] Global test environment tear-down
14: [==========] 8 tests from 2 test suites ran. (12 ms total)
14: [  PASSED  ] 8 tests.
14/49 Test #14: Kokkos_CoreUnitTest_CTestDevice ............................   Passed    0.02 sec
test 15
      Start 15: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

15: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
15: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
15: Test timeout computed to be: 1500
15/49 Test #15: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ..................   Passed    0.00 sec
test 16
      Start 16: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail

16: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
16: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
16: Test timeout computed to be: 1500
16: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument
16/49 Test #16: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ......   Passed    0.00 sec
test 17
      Start 17: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs

17: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1"
17: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
17: Test timeout computed to be: 1500
17/49 Test #17: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs .....   Passed    0.00 sec
test 18
      Start 18: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment

18: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
18: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test
18: Environment variables: 
18:  KOKKOS_TEST_TRIBITS_COMPATIBILITY=1
18: Test timeout computed to be: 1500
18/49 Test #18: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ...   Passed    0.00 sec
test 19
      Start 19: Kokkos_PerformanceTest_Benchmark

19: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-09-11_T05-14-36.json"
19: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test
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: 2025-09-11T05:39:04+00:00
19: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
19: Run on (4 X 2000 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.93, 7.37, 6.30
19: CPU architecture: none
19: Default Device: OpenMP
19: GIT_BRANCH: HEAD
19: GIT_CLEAN_STATUS: CLEAN
19: GIT_COMMIT_DATE: 2025-09-11T01:14:26-04:00
19: GIT_COMMIT_DESCRIPTION: Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD
19: GIT_COMMIT_HASH: 95123c50c
19: GPU architecture: none
19: KOKKOS_COMPILER_GNU: 1050
19: KOKKOS_ENABLE_ASM: yes
19: KOKKOS_ENABLE_CXX20: yes
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.7.99
19: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
19: mdspan: enabled
19: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
19: platform: 64bit
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
19: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19: Benchmark                                                                                                                                                                          Time             CPU   Iterations      Count Time normalized
19: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19: GramSchmidt<double>/Count:1024/iterations:5/manual_time                                                                                                                        0.053 s         0.023 s             5       1024        52.1952u
19: GramSchmidt<double>/Count:2048/iterations:5/manual_time                                                                                                                        0.053 s         0.022 s             5     2.048k        26.9807u
19: GramSchmidt<double>/Count:4096/iterations:5/manual_time                                                                                                                        0.053 s         0.023 s             5     4.096k        13.1776u
19: GramSchmidt<double>/Count:8192/iterations:5/manual_time                                                                                                                        0.055 s         0.025 s             5     8.192k        6.69805u
19: GramSchmidt<double>/Count:16384/iterations:5/manual_time                                                                                                                       0.057 s         0.028 s             5    16.384k        3.46674u
19: GramSchmidt<double>/Count:32768/iterations:5/manual_time                                                                                                                       0.060 s         0.031 s             5    32.768k        1.80544u
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
19: GramSchmidt<double>/Count:65536/iterations:5/manual_time                                                                                                                       0.073 s         0.041 s             5    65.536k         1.1241u
19: GramSchmidt<double>/Count:131072/iterations:5/manual_time                                                                                                                      0.090 s         0.056 s             5   131.072k        662.685n
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
19: GramSchmidt<double>/Count:262144/iterations:5/manual_time                                                                                                                      0.131 s         0.087 s             5   262.144k         519.84n
19: GramSchmidt<double>/Count:524288/iterations:5/manual_time                                                                                                                      0.211 s         0.150 s             5   524.288k         415.14n
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
33: Test_Atomic<unsigned long long int>/100000/iterations:10       4.09 s          4.08 s            10          1            8    2.18707m        1.46378m      103.3u     4.99995G         133.054k     4.99995G
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
19: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s        Max
19: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19: CustomReduction<double>/N:100000/R:1000/manual_time                                                                                                                             7.10 s          9.04 s             1 0.0158684/s       11.5
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.626 s         0.305 s             2       0.0282552    0.0587736                0.099124             0.222851   0.0490512        0.048877
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.168 s         0.081 s            10        3.00737m    0.0462462               0.0107554                 0.0482763    5.04844m        4.90317m
19: OverlapTeamPolicy/N:20/M:1000000/R:10                                                                                                                                          0.735 s         0.351 s             2       0.0311888    0.0773857                0.115157                  0.209224   0.0568376       0.0565925
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        76.1914n
19: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     2.048k        33.6274n
19: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     4.096k        25.7859n
19: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     8.192k        21.1351n
19: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    16.384k        20.2191n
19: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                                                                                                                 0.001 s         0.000 s             5    32.768k        18.3153n
19: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                                                                                                                 0.001 s         0.001 s             5    65.536k         16.947n
19: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                                                                                                                0.002 s         0.003 s             5   131.072k        16.7526n
19: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                                                                                                                0.005 s         0.012 s             5   262.144k        17.1037n
19: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                                                                                                                0.009 s         0.030 s             5   524.288k        16.9985n
19: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: rate
19: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19: Malloc/N:1/manual_time                                                                                                                                                         0.079 us        0.207 us      8930340 12.6995M/s
19: Malloc/N:16/manual_time                                                                                                                                                        0.079 us        0.206 us      8918918 12.7289M/s
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
19: Malloc/N:256/manual_time                                                                                                                                                       0.079 us        0.206 us      8897758 12.6547M/s
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
19: Malloc/N:4096/manual_time                                                                                                                                                      0.131 us        0.280 us      5373812 7.60825M/s
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
19: Malloc/N:65536/manual_time                                                                                                                                                     0.147 us        0.301 us      4717096 6.80547M/s
19: Malloc/N:1048576/manual_time                                                                                                                                                   0.127 us        0.276 us      5458644 7.84464M/s
33: Test_Atomic<float>/100000/iterations:10                        3.55 s          3.54 s            10          0            4   0.0103317        1.54068m      851.9u     4.99995G         183.224k     4.99989G
19: Malloc/N:16777216/manual_time                                                                                                                                                  0.127 us        0.276 us      5536536 7.88633M/s
19: Malloc/N:268435456/manual_time                                                                                                                                                  2.76 us         7.83 us       254368 362.858k/s
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
19: Malloc/N:4294967296/manual_time                                                                                                                                                 3.46 us         14.2 us       203747 289.409k/s
19: MallocFree/N:1/manual_time                                                                                                                                                     0.185 us        0.224 us      3787719 5.39418M/s
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
19: MallocFree/N:16/manual_time                                                                                                                                                    0.187 us        0.225 us      3758997 5.35925M/s
19: MallocFree/N:256/manual_time                                                                                                                                                   0.190 us        0.229 us      3681652 5.25713M/s
19: MallocFree/N:4096/manual_time                                                                                                                                                  0.269 us        0.308 us      2656564 3.71658M/s
19: MallocFree/N:65536/manual_time                                                                                                                                                 0.280 us        0.319 us      2469877 3.57551M/s
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
19: MallocFree/N:1048576/manual_time                                                                                                                                               0.254 us        0.293 us      2757828 3.93246M/s
19: MallocFree/N:16777216/manual_time                                                                                                                                              0.254 us        0.293 us      2622121 3.93229M/s
19: MallocFree/N:268435456/manual_time                                                                                                                                              8.13 us         8.15 us        90531 122.949k/s
19: MallocFree/N:4294967296/manual_time                                                                                                                                             14.8 us         14.8 us        48674 67.5553k/s
19: MallocTouch/N:1/manual_time                                                                                                                                                     49.9 us         19.3 us        13492 20.0432k/s
19: MallocTouch/N:16/manual_time                                                                                                                                                    45.2 us         18.2 us        15454 22.1139k/s
19: MallocTouch/N:256/manual_time                                                                                                                                                   45.3 us         18.0 us        15354 22.0548k/s
19: MallocTouch/N:4096/manual_time                                                                                                                                                  44.5 us         18.1 us        15435 22.4848k/s
19: MallocTouch/N:65536/manual_time                                                                                                                                                 45.6 us         18.7 us        15283 21.9305k/s
19: MallocTouch/N:1048576/manual_time                                                                                                                                               45.0 us         18.1 us        15578 22.2171k/s
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
19: MallocTouch/N:16777216/manual_time                                                                                                                                              65.3 us         26.8 us        10603   15.31k/s
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
19: MallocTouch/N:268435456/manual_time                                                                                                                                            46371 us        43474 us           15  21.5653/s
19: MallocTouch/N:4294967296/manual_time                                                                                                                                          644844 us       506817 us            1  1.55076/s
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
19: MallocTouchFree/N:1/manual_time                                                                                                                                                 43.3 us         17.0 us        15885 23.1137k/s
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
19: MallocTouchFree/N:16/manual_time                                                                                                                                                43.1 us         17.0 us        16368 23.2009k/s
19: MallocTouchFree/N:256/manual_time                                                                                                                                               42.9 us         17.0 us        16304 23.3292k/s
19: MallocTouchFree/N:4096/manual_time                                                                                                                                              43.5 us         17.5 us        16227 22.9972k/s
19: MallocTouchFree/N:65536/manual_time                                                                                                                                             44.1 us         18.0 us        15965 22.6677k/s
19: MallocTouchFree/N:1048576/manual_time                                                                                                                                           47.1 us         19.5 us        14415 21.2528k/s
19: MallocTouchFree/N:16777216/manual_time                                                                                                                                          66.9 us         29.1 us        10570 14.9498k/s
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
19: MallocTouchFree/N:268435456/manual_time                                                                                                                                        73181 us        50293 us            9  13.6648/s
19: MallocTouchFree/N:4294967296/manual_time                                                                                                                                      859154 us       547269 us            1  1.16394/s
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o
19: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s         MB
19: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.127 s         0.139 s             6  6.32402/s        800
19: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.126 s         0.139 s             6  6.34801/s        800
19: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.126 s         0.139 s             6  6.35874/s        800
19: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.127 s         0.140 s             6  6.31368/s        800
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
19: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.132 s         0.145 s             6  6.04378/s        800
19: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.131 s         0.140 s             5  6.11725/s        800
33: Test_Atomic<double>/100000/iterations:10                       4.08 s          4.06 s            10          1            8   0.0104057        1.54658m     852.09u     4.99995G          88.958k     4.99995G
33/59 Test #33: Kokkos_PerformanceTest_Atomic ..............................   Passed  278.22 sec
test 34
      Start 34: Kokkos_PerformanceTest_Reduction

34: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-09-11_T05-21-40.json"
34: Test timeout computed to be: 1500
34: 2025-09-11T05:46:54+00:00
34: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Reduction
34: Run on (255 X 3520.78 MHz CPU s)
34: CPU Caches:
34:   L1 Data 32 KiB (x127)
34:   L1 Instruction 32 KiB (x127)
34:   L2 Unified 512 KiB (x127)
34:   L3 Unified 32768 KiB (x15)
34: Load Average: 2.11, 4.06, 6.33
34: APU or dGPU: dGPU
34: Architecture capable of accessing system allocated memory: 1
34: CPU architecture: none
34: Default Device: HIP
34: GPU architecture: AMD_GFX908
34: Is Large Bar: 1
34: KOKKOS_COMPILER_CLANG: 1800
34: KOKKOS_ENABLE_ASM: no
34: KOKKOS_ENABLE_CXX20: yes
34: KOKKOS_ENABLE_CXX23: no
34: KOKKOS_ENABLE_CXX26: no
34: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
34: KOKKOS_ENABLE_HIP: yes
34: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: 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: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
34: Kokkos Version: 4.7.99
34: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected
34: Shared Memory per Block: 64 KiB
34: Supports Managed Memory: 1
34: System allows accessing system allocated memory on GPU: 0
34: Total Global Memory: 31.98 GiB
34: Wavefront Size: 64
34: XNACK environment variable set: no
34: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
34: macro  HIP_VERSION: 60241134 = version 6.2.41134
34: macro  KOKKOS_ENABLE_HIP: defined
34: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
34: macro KOKKOS_ENABLE_ROCTHRUST: defined
34: mdspan: enabled
34: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
34: platform: 64bit
34: ----------------------------------------------------------------------------------------------------
34: Benchmark                                                          Time             CPU   Iterations
34: ----------------------------------------------------------------------------------------------------
34: ReductionCheapScalarResult<double>/10000/iterations:10          38.3 us         38.1 us           10
34: ReductionCheapScalarResult<double>/100000/iterations:10         40.0 us         39.2 us           10
34: ReductionCheapScalarResult<double>/1000000/iterations:10        49.0 us         48.9 us           10
34: ReductionCheapScalarResult<double>/10000000/iterations:10        149 us          149 us           10
34: ReductionCheapHostResult<double>/10000/iterations:10            28.6 us         28.6 us           10
34: ReductionCheapHostResult<double>/100000/iterations:10           31.1 us         31.1 us           10
34: ReductionCheapHostResult<double>/1000000/iterations:10          43.7 us         41.4 us           10
34: ReductionCheapHostResult<double>/10000000/iterations:10          150 us          149 us           10
34: ReductionCheapDeviceResult<double>/10000/iterations:10          21.5 us         21.1 us           10
34: ReductionCheapDeviceResult<double>/100000/iterations:10         23.8 us         23.8 us           10
34: ReductionCheapDeviceResult<double>/1000000/iterations:10        35.4 us         35.4 us           10
34: ReductionCheapDeviceResult<double>/10000000/iterations:10        143 us          143 us           10
34: ReductionExpensive<double>/10000/iterations:10                   106 us          105 us           10
34: ReductionExpensive<double>/100000/iterations:10                  303 us          300 us           10
34: ReductionExpensive<double>/1000000/iterations:10                2581 us         2573 us           10
34: ReductionExpensive<double>/10000000/iterations:10              22205 us        22138 us           10
34/59 Test #34: Kokkos_PerformanceTest_Reduction ...........................   Passed    0.74 sec
test 35
      Start 35: Kokkos_ContainersUnitTest_Serial

35: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
35: Test timeout computed to be: 1500
35: [==========] Running 77 tests from 2 test suites.
35: [----------] Global test environment set-up.
35: [----------] 2 tests from serial_DeathTest
35: [ RUN      ] serial_DeathTest.dualview_external_view_construction
35: [       OK ] serial_DeathTest.dualview_external_view_construction (1335 ms)
35: [ RUN      ] serial_DeathTest.offsetview_unmanaged_construction
19: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.128 s         0.140 s             6  6.26046/s        800
19: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.127 s         0.140 s             5  6.27911/s        800
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
19: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.128 s         0.143 s             6  6.25969/s        800
19: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.127 s         0.147 s             6  6.29056/s        800
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o
19: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.124 s         0.141 s             5  6.44011/s        800
19: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.125 s         0.140 s             6  6.39692/s        800
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
19: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.126 s         0.142 s             6  6.32606/s        800
19: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.126 s         0.142 s             5  6.32858/s        800
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
19: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.135 s         0.138 s             5  5.91677/s        800
35: [       OK ] serial_DeathTest.offsetview_unmanaged_construction (15959 ms)
35: [----------] 2 tests from serial_DeathTest (17294 ms total)
35: 
35: [----------] 75 tests from serial
35: [ RUN      ] serial.bitset
35: [       OK ] serial.bitset (1648 ms)
35: [ RUN      ] serial.bitset_default_constructor_no_alloc
35: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
35: [ RUN      ] serial.dualview_combination
35: [       OK ] serial.dualview_combination (0 ms)
35: [ RUN      ] serial.dualview_alloc
35: [       OK ] serial.dualview_alloc (0 ms)
35: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
35: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
35: [ RUN      ] serial.dualview_combinations_without_init
35: [       OK ] serial.dualview_combinations_without_init (0 ms)
35: [ RUN      ] serial.dualview_deep_copy
35: [       OK ] serial.dualview_deep_copy (0 ms)
35: [ RUN      ] serial.dualview_sync_should_fence
35: [       OK ] serial.dualview_sync_should_fence (0 ms)
35: [ RUN      ] serial.dualview_realloc
35: [       OK ] serial.dualview_realloc (0 ms)
35: [ RUN      ] serial.dualview_resize
35: [       OK ] serial.dualview_resize (0 ms)
35: [ RUN      ] serial.dualview_device_correct_kokkos_device
35: 
35: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
35:                                  does not support page migration between device and host.
35:                                  HIPManagedSpace might not work as expected.
35:                                  Please refer to the ROCm documentation on unified/managed memory.
35: [       OK ] serial.dualview_device_correct_kokkos_device (0 ms)
35: [ RUN      ] serial.dualview_host_correct_kokkos_device
35: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
35: [ RUN      ] serial.dualview_host_modify_template_device_sync
35: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
35: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
35: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
35: [ RUN      ] serial.dualview_device_modify_template_host_sync
35: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
35: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
35: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
35: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
35: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
35: [ RUN      ] serial.dualview_template_views_return_correct_views_from_const_dual_view
35: [       OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
35: [ RUN      ] serial.dualview_sequential_host_init
35: [       OK ] serial.dualview_sequential_host_init (0 ms)
35: [ RUN      ] serial.dualview_default_constructed
35: [       OK ] serial.dualview_default_constructed (0 ms)
35: [ RUN      ] serial.dualview_resize_single_device
35: [       OK ] serial.dualview_resize_single_device (0 ms)
35: [ RUN      ] serial.dynamic_view
35: [       OK ] serial.dynamic_view (6 ms)
35: [ RUN      ] serial.dyn_rank_view_api_generic
35: [       OK ] serial.dyn_rank_view_api_generic (5 ms)
35: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
35: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
35: [ RUN      ] serial.dyn_rank_view_check_fence_resize_realloc
35: /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
35: skipping since not default execution space
35: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms)
35: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
35: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
35: [ RUN      ] serial.dyn_rank_view_ctor_from_members
35: [       OK ] serial.dyn_rank_view_ctor_from_members (0 ms)
35: [ RUN      ] serial.dyn_rank_view_ctor_from_layout_stride
35: [       OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms)
35: [ RUN      ] serial.dyn_rank_view_layout_member
35: [       OK ] serial.dyn_rank_view_layout_member (0 ms)
35: [ RUN      ] serial.dyn_rank_view_team_scratch
35: [       OK ] serial.dyn_rank_view_team_scratch (0 ms)
35: [ RUN      ] serial.view_customization_extra_int_arg
35: [       OK ] serial.view_customization_extra_int_arg (0 ms)
35: [ RUN      ] serial.ErrorReporterViaLambda
35: [       OK ] serial.ErrorReporterViaLambda (0 ms)
35: [ RUN      ] serial.ErrorReporter
35: [       OK ] serial.ErrorReporter (0 ms)
35: [ RUN      ] serial.offsetview_construction
35: [       OK ] serial.offsetview_construction (4 ms)
35: [ RUN      ] serial.offsetview_unmanaged_construction
35: [       OK ] serial.offsetview_unmanaged_construction (0 ms)
35: [ RUN      ] serial.offsetview_subview
35: [       OK ] serial.offsetview_subview (3 ms)
35: [ RUN      ] serial.offsetview_offsets_rank1
35: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
35: [ RUN      ] serial.offsetview_offsets_rank2
35: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
35: [ RUN      ] serial.offsetview_offsets_rank3
35: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
35: [ RUN      ] serial.scatterview
19: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.127 s         0.141 s             6  6.32001/s        800
35: [       OK ] serial.scatterview (963 ms)
35: [ RUN      ] serial.scatterview_devicetype
35: [       OK ] serial.scatterview_devicetype (0 ms)
35: [ RUN      ] serial.staticcrsgraph
35: [       OK ] serial.staticcrsgraph (7 ms)
35: [ RUN      ] serial.resize_realloc_no_init_dualview
35: [       OK ] serial.resize_realloc_no_init_dualview (0 ms)
35: [ RUN      ] serial.resize_realloc_no_alloc_dualview
35: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
35: [ RUN      ] serial.resize_exec_space_dualview
35: [       OK ] serial.resize_exec_space_dualview (0 ms)
35: [ RUN      ] serial.realloc_exec_space_dualview
35: [       OK ] serial.realloc_exec_space_dualview (0 ms)
35: [ RUN      ] serial.resize_realloc_no_init_dynrankview
35: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
35: [ RUN      ] serial.resize_exec_space_dynrankview
35: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
35: [ RUN      ] serial.realloc_exec_space_dynrankview
35: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
35: [ RUN      ] serial.resize_realloc_no_init_scatterview
35: [       OK ] serial.resize_realloc_no_init_scatterview (0 ms)
35: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
35: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
35: [ RUN      ] serial.resize_exec_space_scatterview
35: [       OK ] serial.resize_exec_space_scatterview (0 ms)
35: [ RUN      ] serial.realloc_exec_space_scatterview
35: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
35: [ RUN      ] serial.create_mirror_no_init_dynrankview
35: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
35: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
35: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms)
35: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
35: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
35: [ RUN      ] serial.create_mirror_no_init_offsetview
35: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
35: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
35: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
35: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
35: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
35: [ RUN      ] serial.create_mirror_no_init_dynamicview
35: [       OK ] serial.create_mirror_no_init_dynamicview (0 ms)
35: [ RUN      ] serial.create_mirror_view_and_copy_dynamicview
35: [       OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms)
35: [ RUN      ] serial.create_mirror_no_init_dynamicview_view_ctor
35: [       OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms)
35: [ RUN      ] serial.UnorderedMap_insert
19: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time      0.035 s         0.017 s            20  46.2038/s       1.6k
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
35: [       OK ] serial.UnorderedMap_insert (4167 ms)
35: [ RUN      ] serial.UnorderedMap_failed_insert
19: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time      0.035 s         0.017 s            20  46.0677/s       1.6k
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o
35: [       OK ] serial.UnorderedMap_failed_insert (1906 ms)
35: [ RUN      ] serial.UnorderedMap_deep_copy
35: [       OK ] serial.UnorderedMap_deep_copy (2 ms)
35: [ RUN      ] serial.UnorderedMap_valid_empty
35: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
35: [ RUN      ] serial.UnorderedMap_clear_zero_size
35: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
35: [ RUN      ] serial.UnorderedMap_consistent_size
35: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
35: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
35: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
35: [ RUN      ] serial.UnorderedMap_lambda_capturable
35: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
35: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
35: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
35: [ RUN      ] serial.UnorderedMap_View_as_value
35: [       OK ] serial.UnorderedMap_View_as_value (0 ms)
35: [ RUN      ] serial.vector_combination
35: [       OK ] serial.vector_combination (0 ms)
35: [ RUN      ] serial.vector_insert
35: [       OK ] serial.vector_insert (0 ms)
35: [ RUN      ] serial.vector_push_back_default_exec
35: [       OK ] serial.vector_push_back_default_exec (0 ms)
35: [----------] 75 tests from serial (8723 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 77 tests from 2 test suites ran. (26018 ms total)
35: [  PASSED  ] 76 tests.
35: [  SKIPPED ] 1 test, listed below:
35: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
35/59 Test #35: Kokkos_ContainersUnitTest_Serial ...........................   Passed   26.50 sec
test 36
      Start 36: Kokkos_ContainersUnitTest_HIP

36: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/Kokkos_ContainersUnitTest_HIP
36: Test timeout computed to be: 1500
36: [==========] Running 77 tests from 2 test suites.
36: [----------] Global test environment set-up.
36: [----------] 2 tests from hip_DeathTest
36: [ RUN      ] hip_DeathTest.dualview_external_view_construction
36: /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestDualView.hpp:586: Skipped
36: test only relevant if DualView uses one allocation
36: [  SKIPPED ] hip_DeathTest.dualview_external_view_construction (0 ms)
36: [ RUN      ] hip_DeathTest.offsetview_unmanaged_construction
19: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.035 s         0.017 s            20   45.331/s       1.6k
19: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.035 s         0.017 s            20  46.1616/s       1.6k
19: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.035 s         0.017 s            20  46.0892/s       1.6k
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o
19: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time                                           0.031 s         0.016 s            22  25.6213/s        800
26: ReductionExpensive<double>/10000000/iterations:10           33938285 us     33928015 us           10
26/51 Test #26: Kokkos_PerformanceTest_Reduction ...........................   Passed  415.38 sec
test 27
      Start 27: Kokkos_ContainersUnitTest_Serial

27: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
27: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests
27: Test timeout computed to be: 1500
27: [==========] Running 73 tests from 2 test suites.
27: [----------] Global test environment set-up.
27: [----------] 2 tests from serial_DeathTest
27: [ RUN      ] serial_DeathTest.dualview_external_view_construction
27: [       OK ] serial_DeathTest.dualview_external_view_construction (4 ms)
27: [ RUN      ] serial_DeathTest.offsetview_unmanaged_construction
27: [       OK ] serial_DeathTest.offsetview_unmanaged_construction (27 ms)
27: [----------] 2 tests from serial_DeathTest (31 ms total)
27: 
27: [----------] 71 tests from serial
27: [ RUN      ] serial.bitset
27: [       OK ] serial.bitset (1244 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_sync_should_fence
27: [       OK ] serial.dualview_sync_should_fence (0 ms)
27: [ RUN      ] serial.dualview_realloc
27: [       OK ] serial.dualview_realloc (0 ms)
27: [ RUN      ] serial.dualview_resize
27: [       OK ] serial.dualview_resize (0 ms)
27: [ RUN      ] serial.dualview_device_correct_kokkos_device
27: [       OK ] serial.dualview_device_correct_kokkos_device (0 ms)
27: [ RUN      ] serial.dualview_host_correct_kokkos_device
27: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
27: [ RUN      ] serial.dualview_host_modify_template_device_sync
27: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
27: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
27: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
27: [ RUN      ] serial.dualview_device_modify_template_host_sync
27: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
27: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
27: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
27: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
27: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
27: [ RUN      ] serial.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.dualview_sequential_host_init
27: [       OK ] serial.dualview_sequential_host_init (0 ms)
27: [ RUN      ] serial.dualview_default_constructed
27: [       OK ] serial.dualview_default_constructed (0 ms)
27: [ RUN      ] serial.dualview_resize_single_device
27: [       OK ] serial.dualview_resize_single_device (0 ms)
27: [ RUN      ] serial.dynamic_view
27: [       OK ] serial.dynamic_view (7 ms)
27: [ RUN      ] serial.dyn_rank_view_api_generic
27: [       OK ] serial.dyn_rank_view_api_generic (6 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: [       OK ] 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.dyn_rank_view_ctor_from_members
27: [       OK ] serial.dyn_rank_view_ctor_from_members (0 ms)
27: [ RUN      ] serial.dyn_rank_view_ctor_from_layout_stride
27: [       OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms)
27: [ RUN      ] serial.dyn_rank_view_layout_member
27: [       OK ] serial.dyn_rank_view_layout_member (0 ms)
27: [ RUN      ] serial.dyn_rank_view_team_scratch
27: [       OK ] serial.dyn_rank_view_team_scratch (0 ms)
27: [ RUN      ] serial.view_customization_extra_int_arg
27: [       OK ] serial.view_customization_extra_int_arg (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 (18 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 (15 ms)
27: [ RUN      ] serial.offsetview_offsets_rank1
27: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
27: [ RUN      ] serial.offsetview_offsets_rank2
27: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
27: [ RUN      ] serial.offsetview_offsets_rank3
27: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
27: [ RUN      ] serial.scatterview
27: [       OK ] serial.scatterview (1660 ms)
27: [ RUN      ] serial.scatterview_devicetype
27: [       OK ] serial.scatterview_devicetype (1 ms)
27: [ RUN      ] serial.resize_realloc_no_init_dualview
27: [       OK ] serial.resize_realloc_no_init_dualview (1 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 (0 ms)
27: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
27: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
27: [ RUN      ] serial.create_mirror_no_init_offsetview
27: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
27: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
27: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
27: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
27: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
27: [ RUN      ] serial.create_mirror_no_init_dynamicview
27: [       OK ] serial.create_mirror_no_init_dynamicview (0 ms)
27: [ RUN      ] serial.create_mirror_view_and_copy_dynamicview
27: [       OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms)
27: [ RUN      ] serial.create_mirror_no_init_dynamicview_view_ctor
27: [       OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms)
27: [ RUN      ] serial.UnorderedMap_insert
27: [       OK ] serial.UnorderedMap_insert (6411 ms)
27: [ RUN      ] serial.UnorderedMap_failed_insert
27: [       OK ] serial.UnorderedMap_failed_insert (2706 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.UnorderedMap_View_as_value
27: [       OK ] serial.UnorderedMap_View_as_value (0 ms)
27: [----------] 71 tests from serial (12080 ms total)
27: 
27: [----------] Global test environment tear-down
27: [==========] 73 tests from 2 test suites ran. (12112 ms total)
27: [  PASSED  ] 73 tests.
27/51 Test #27: Kokkos_ContainersUnitTest_Serial ...........................   Passed   12.19 sec
test 28
      Start 28: Kokkos_UnitTest_Sort

28: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
28: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
28: Test timeout computed to be: 1500
28: [==========] Running 17 tests from 2 test suites.
28: [----------] Global test environment set-up.
28: [----------] 1 test from serial_DeathTest
28: [ RUN      ] serial_DeathTest.SortByKeyKeysLargerThanValues
28: [       OK ] serial_DeathTest.SortByKeyKeysLargerThanValues (4 ms)
28: [----------] 1 test from serial_DeathTest (4 ms total)
28: 
28: [----------] 16 tests from serial
28: [ RUN      ] serial.SortUnsignedValueType
19: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time                                   0.032 s         0.016 s            22  25.3254/s        800
28: [       OK ] serial.SortUnsignedValueType (538 ms)
28: [ RUN      ] serial.SortEmptyView
28: [       OK ] serial.SortEmptyView (0 ms)
28: [ RUN      ] serial.SortByKeyEmptyView
28: [       OK ] serial.SortByKeyEmptyView (0 ms)
28: [ RUN      ] serial.SortByKeyEmptyViewHost
28: [       OK ] serial.SortByKeyEmptyViewHost (0 ms)
28: [ RUN      ] serial.SortByKey
28: [       OK ] serial.SortByKey (0 ms)
28: [ RUN      ] serial.SortByKeyWithComparator
28: [       OK ] serial.SortByKeyWithComparator (0 ms)
28: [ RUN      ] serial.SortByKeyStaticExtents
28: [       OK ] serial.SortByKeyStaticExtents (0 ms)
28: [ RUN      ] serial.SortByKeyWithStrides
28: [       OK ] serial.SortByKeyWithStrides (0 ms)
28: [ RUN      ] serial.SortWithCustomComparator
28: [       OK ] serial.SortWithCustomComparator (113 ms)
28: [ RUN      ] serial.BinSortGenericTests
19: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.034 s         0.017 s            20    46.45/s       1.6k
28: [       OK ] serial.BinSortGenericTests (1429 ms)
28: [ RUN      ] serial.BinSortEmptyView
28: [       OK ] serial.BinSortEmptyView (0 ms)
28: [ RUN      ] serial.BinSortEmptyKeysView
28: [       OK ] serial.BinSortEmptyKeysView (0 ms)
28: [ RUN      ] serial.BinSort_issue_7221
28: [       OK ] serial.BinSort_issue_7221 (0 ms)
28: [ RUN      ] serial.BinSortUnsignedKeyLayoutStrideValues
19: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.034 s         0.017 s            20  46.5148/s       1.6k
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
19: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.034 s         0.017 s            20  46.4009/s       1.6k
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
36: [       OK ] hip_DeathTest.offsetview_unmanaged_construction (16148 ms)
36: [----------] 2 tests from hip_DeathTest (16148 ms total)
36: 
36: [----------] 75 tests from hip
36: [ RUN      ] hip.bitset
36: [       OK ] hip.bitset (20 ms)
36: [ RUN      ] hip.bitset_default_constructor_no_alloc
36: [       OK ] hip.bitset_default_constructor_no_alloc (0 ms)
36: [ RUN      ] hip.dualview_combination
36: [       OK ] hip.dualview_combination (6 ms)
36: [ RUN      ] hip.dualview_alloc
36: [       OK ] hip.dualview_alloc (0 ms)
36: [ RUN      ] hip.test_dualview_copy_construction_and_assignment
36: [       OK ] hip.test_dualview_copy_construction_and_assignment (0 ms)
36: [ RUN      ] hip.dualview_combinations_without_init
36: [       OK ] hip.dualview_combinations_without_init (0 ms)
36: [ RUN      ] hip.dualview_deep_copy
36: [       OK ] hip.dualview_deep_copy (1 ms)
36: [ RUN      ] hip.dualview_sync_should_fence
36: [       OK ] hip.dualview_sync_should_fence (7 ms)
36: [ RUN      ] hip.dualview_realloc
36: [       OK ] hip.dualview_realloc (0 ms)
36: [ RUN      ] hip.dualview_resize
36: [       OK ] hip.dualview_resize (1 ms)
36: [ RUN      ] hip.dualview_device_correct_kokkos_device
36: 
36: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
36:                                  does not support page migration between device and host.
36:                                  HIPManagedSpace might not work as expected.
36:                                  Please refer to the ROCm documentation on unified/managed memory.
36: [       OK ] hip.dualview_device_correct_kokkos_device (0 ms)
36: [ RUN      ] hip.dualview_host_correct_kokkos_device
36: [       OK ] hip.dualview_host_correct_kokkos_device (0 ms)
36: [ RUN      ] hip.dualview_host_modify_template_device_sync
36: [       OK ] hip.dualview_host_modify_template_device_sync (0 ms)
36: [ RUN      ] hip.dualview_host_modify_template_device_execspace_sync
36: [       OK ] hip.dualview_host_modify_template_device_execspace_sync (0 ms)
36: [ RUN      ] hip.dualview_device_modify_template_host_sync
36: [       OK ] hip.dualview_device_modify_template_host_sync (0 ms)
36: [ RUN      ] hip.dualview_device_modify_template_host_execspace_sync
36: [       OK ] hip.dualview_device_modify_template_host_execspace_sync (0 ms)
36: [ RUN      ] hip.dualview_template_views_return_correct_executionspace_views
36: [       OK ] hip.dualview_template_views_return_correct_executionspace_views (0 ms)
36: [ RUN      ] hip.dualview_template_views_return_correct_views_from_const_dual_view
36: [       OK ] hip.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
36: [ RUN      ] hip.dualview_sequential_host_init
36: [       OK ] hip.dualview_sequential_host_init (0 ms)
36: [ RUN      ] hip.dualview_default_constructed
36: [       OK ] hip.dualview_default_constructed (0 ms)
36: [ RUN      ] hip.dualview_resize_single_device
36: [       OK ] hip.dualview_resize_single_device (0 ms)
36: [ RUN      ] hip.dynamic_view
36: [       OK ] hip.dynamic_view (42 ms)
36: [ RUN      ] hip.dyn_rank_view_api_generic
36: [       OK ] hip.dyn_rank_view_api_generic (15 ms)
36: [ RUN      ] hip.dyn_rank_view_api_operator_rank12345
36: [       OK ] hip.dyn_rank_view_api_operator_rank12345 (2 ms)
36: [ RUN      ] hip.dyn_rank_view_check_fence_resize_realloc
36: [       OK ] hip.dyn_rank_view_check_fence_resize_realloc (0 ms)
36: [ RUN      ] hip.dyn_rank_view_api_operator_rank67
36: [       OK ] hip.dyn_rank_view_api_operator_rank67 (1 ms)
36: [ RUN      ] hip.dyn_rank_view_ctor_from_members
36: [       OK ] hip.dyn_rank_view_ctor_from_members (0 ms)
36: [ RUN      ] hip.dyn_rank_view_ctor_from_layout_stride
36: [       OK ] hip.dyn_rank_view_ctor_from_layout_stride (0 ms)
36: [ RUN      ] hip.dyn_rank_view_layout_member
36: [       OK ] hip.dyn_rank_view_layout_member (0 ms)
36: [ RUN      ] hip.dyn_rank_view_team_scratch
36: [       OK ] hip.dyn_rank_view_team_scratch (0 ms)
36: [ RUN      ] hip.view_customization_extra_int_arg
36: [       OK ] hip.view_customization_extra_int_arg (0 ms)
36: [ RUN      ] hip.ErrorReporterViaLambda
36: [       OK ] hip.ErrorReporterViaLambda (1 ms)
36: [ RUN      ] hip.ErrorReporter
36: [       OK ] hip.ErrorReporter (0 ms)
36: [ RUN      ] hip.offsetview_construction
36: [       OK ] hip.offsetview_construction (3 ms)
36: [ RUN      ] hip.offsetview_unmanaged_construction
36: [       OK ] hip.offsetview_unmanaged_construction (0 ms)
36: [ RUN      ] hip.offsetview_subview
36: [       OK ] hip.offsetview_subview (0 ms)
36: [ RUN      ] hip.offsetview_offsets_rank1
36: [       OK ] hip.offsetview_offsets_rank1 (0 ms)
36: [ RUN      ] hip.offsetview_offsets_rank2
36: [       OK ] hip.offsetview_offsets_rank2 (0 ms)
36: [ RUN      ] hip.offsetview_offsets_rank3
36: [       OK ] hip.offsetview_offsets_rank3 (0 ms)
36: [ RUN      ] hip.scatterview
19: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.034 s         0.017 s            20  46.3795/s       1.6k
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
19: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.356 s         0.178 s             2  4.49549/s       1.6k
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
19: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.348 s         0.172 s             2  4.60069/s       1.6k
19: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.034 s         0.017 s            20  46.4045/s       1.6k
19: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.366 s         0.175 s             2  4.37113/s       1.6k
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
19: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.251 s         0.123 s             3  6.38258/s       1.6k
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
19: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.035 s         0.017 s            20  46.2144/s       1.6k
19: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.035 s         0.017 s            20  46.3333/s       1.6k
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c15.cpp.o
19: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.035 s         0.017 s            20   46.338/s       1.6k
19: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.035 s         0.017 s            20  46.2618/s       1.6k
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o
19: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.358 s         0.176 s             2  4.46442/s       1.6k
19: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.487 s         0.240 s             2  3.28762/s       1.6k
19: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.355 s         0.177 s             2  4.50269/s       1.6k
28: [       OK ] serial.BinSortUnsignedKeyLayoutStrideValues (28870 ms)
28: [ RUN      ] serial.NestedSort
28: [       OK ] serial.NestedSort (9 ms)
28: [ RUN      ] serial.NestedSortByKey
28: [       OK ] serial.NestedSortByKey (66 ms)
28: [----------] 16 tests from serial (31027 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 17 tests from 2 test suites ran. (31032 ms total)
28: [  PASSED  ] 17 tests.
28/51 Test #28: Kokkos_UnitTest_Sort .......................................   Passed   31.04 sec
test 29
      Start 29: Kokkos_UnitTest_Random

29: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_UnitTest_Random
29: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
29: Test timeout computed to be: 1500
29: [==========] Running 3 tests from 1 test suite.
29: [----------] Global test environment set-up.
29: [----------] 3 tests from serial
29: [ RUN      ] serial.Random_XorShift64
29: Test Seed:1757569294780835617
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.0393259 0.000393867 || 0.051031 2053 2413 || 2137.98 2222.06 || 5.44481 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.0153465 0.00127866 || 0.051031 1e+64 -1e+64
29: Test Scalar=unsigned int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.00881551 0.00143166 || 0.051031 2057 2413 || 2202.64 2222.06 || 19.7913 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.00322058 0.000510796 || 0.051031 1e+64 -1e+64
29: Test Scalar=int64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 -0.00141047 0.00111587 || 0.051031 2060 2394 || 2225.2 2222.06 || 15.4257 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.00440055 0.000600722 || 0.051031 1e+64 -1e+64
29: Test Scalar=uint64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.00325711 -0.000210678 || 0.051031 2051 2415 || 2214.85 2222.06 || -2.91242 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.0203534 0.000140609 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 3.25521e-08 0.000112488 5.25927e-05 || 0.051031 2041 2432 || 2221.81 2222.06 || 0.727041 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 9.76563e-08 -0.0138662 0.00045502 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 6.51042e-08 0.0153338 -0.0010795 || 0.051031 2051 2400 || 2188.5 2222.06 || -14.923 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 1.95313e-07 0.0289861 -0.000671493 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 6.51042e-08 0.00570127 0.000590919 || 0.051031 2037 2435 || 2209.46 2222.06 || 8.16887 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 1.95313e-07 0.0271104 0.00019293 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.00981845 -0.000808872 || 0.051031 2054 2389 || 2200.46 2222.06 || -11.1818 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.0273708 0.000706941 || 0.051031 1e+64 -1e+64
29: Test Seed:1757569296904800588
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.0135743 0.000121971 || 0.051031 2019 2391 || 2192.3 2222.06 || 1.68612 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.00781668 -0.000379584 || 0.051031 1e+64 -1e+64
29: Test Scalar=unsigned int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.0167682 -0.00123788 || 0.051031 2041 2425 || 2185.42 2222.06 || -17.1125 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.00712821 -0.000910174 || 0.051031 1e+64 -1e+64
29: Test Scalar=int64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 -0.00647917 -0.000722357 || 0.051031 2043 2399 || 2236.55 2222.06 || -9.98586 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.0113427 -0.000137345 || 0.051031 1e+64 -1e+64
29: Test Scalar=uint64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.0145281 0.00024411 || 0.051031 2048 2400 || 2190.24 2222.06 || 3.37458 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.00361449 -0.000422063 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
19: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.478 s         0.235 s             2   3.3497/s       1.6k
29:  -- Testing 1-D histogram
29: Density 1D: 6.51042e-08 -0.0162912 -0.000663524 || 0.051031 2010 2402 || 2258.86 2222.06 || -9.17255 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 1.95313e-07 0.0224655 -0.000140114 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 3.25521e-08 0.00611722 -0.00188996 || 0.051031 2032 2397 || 2208.55 2222.06 || -26.1268 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 9.76563e-08 -0.00281686 -0.000631154 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 3.25521e-08 0.00890823 -0.000521467 || 0.051031 2034 2402 || 2202.44 2222.06 || -7.20876 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 9.76563e-08 -0.0220403 -0.000232632 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.00151694 -0.000227649 || 0.051031 2041 2393 || 2218.7 2222.06 || -3.14703 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.00928356 -0.000336874 || 0.051031 1e+64 -1e+64
29: [       OK ] serial.Random_XorShift64 (4245 ms)
29: [ RUN      ] serial.Random_XorShift1024_0
29: Test Seed:1757569299026059990
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.00644139 0.000793071 || 0.051031 2041 2387 || 2184.15 2198.22 || 10.9634 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.0135934 -0.000620324 || 0.051031 1e+64 -1e+64
29: Test Scalar=unsigned int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.0137108 -0.00322884 || 0.051031 2023 2376 || 2228.78 2198.22 || -44.6355 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.0112438 -0.0003975 || 0.051031 1e+64 -1e+64
29: Test Scalar=int64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.00756101 -0.001205 || 0.051031 2022 2381 || 2181.73 2198.22 || -16.6579 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.0104495 0.000452554 || 0.051031 1e+64 -1e+64
29: Test Scalar=uint64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.00684933 -0.00030781 || 0.051031 2029 2373 || 2213.38 2198.22 || -4.25516 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.00237985 1.94911e-05 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26926e-05 0.0267513 -0.000883358 || 0.051031 2011 2393 || 2140.95 2198.22 || -12.2115 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.27585e-05 0.00387387 4.45126e-05 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
19: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.034 s         0.017 s            20  46.6036/s       1.6k
[ 92%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2
29:  -- Testing 1-D histogram
29: Density 1D: 7.27255e-05 0.0033902 0.00254236 || 0.051031 2028 2390 || 2190.8 2198.22 || 35.1456 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.28572e-05 0.00100799 -0.000766667 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.0137525 -0.00198052 || 0.051031 1974 2370 || 2228.88 2198.22 || -27.3788 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.0112209 0.000162403 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.00781966 0.000155219 || 0.051031 2019 2383 || 2215.55 2198.22 || 2.14575 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.0195177 0.00106936 || 0.051031 1e+64 -1e+64
29: Test Seed:1757569301274574336
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.013272 -0.000675602 || 0.051031 1979 2369 || 2227.79 2198.22 || -9.33953 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.0113554 0.000247251 || 0.051031 1e+64 -1e+64
29: Test Scalar=unsigned int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.00587119 -0.00174466 || 0.051031 2016 2381 || 2185.39 2198.22 || -24.1182 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.00808598 1.00136e-05 || 0.051031 1e+64 -1e+64
29: Test Scalar=int64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.0171417 0.000785831 || 0.051031 2020 2387 || 2236.56 2198.22 || 10.8633 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.0116915 9.70445e-05 || 0.051031 1e+64 -1e+64
29: Test Scalar=uint64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.00615735 -0.00168842 || 0.051031 2031 2394 || 2211.84 2198.22 || -23.3407 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.0204998 0.000783722 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
19: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.034 s         0.017 s            21  46.7913/s       1.6k
29:  -- Testing 1-D histogram
29: Density 1D: 7.27255e-05 -0.00272689 0.000600493 || 0.051031 2020 2374 || 2204.23 2198.22 || 8.30122 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.28572e-05 0.0159932 -7.37495e-05 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.27585e-05 0.000293697 -0.000621422 || 0.051031 2009 2371 || 2197.58 2198.22 || -8.59053 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.29559e-05 0.00214266 0.000374059 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
[ 92%] Built target Kokkos_CoreUnitTest_Cuda2
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
29:  -- Testing 1-D histogram
29: Density 1D: 7.26926e-05 -0.0154594 0.00318538 || 0.051031 2023 2400 || 2232.74 2198.22 || 44.0346 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.27585e-05 0.0281048 0.000198146 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
36: [       OK ] hip.scatterview (30032 ms)
36: [ RUN      ] hip.scatterview_devicetype
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.0214465 5.68905e-05 || 0.051031 2018 2379 || 2246.4 2198.22 || 0.786454 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.00281441 9.39569e-05 || 0.051031 1e+64 -1e+64
29: [       OK ] serial.Random_XorShift1024_0 (4492 ms)
29: [ RUN      ] serial.Multi_streams
29: [       OK ] serial.Multi_streams (3 ms)
29: [----------] 3 tests from serial (8741 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 3 tests from 1 test suite ran. (8741 ms total)
29: [  PASSED  ] 3 tests.
29/51 Test #29: Kokkos_UnitTest_Random .....................................   Passed    8.75 sec
test 30
      Start 30: Kokkos_AlgorithmsUnitTest_StdSet_A

30: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
30: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
30: Test timeout computed to be: 1500
30: [==========] Running 16 tests from 4 test suites.
30: [----------] Global test environment set-up.
30: [----------] 1 test from std_algorithms_DeathTest
30: [ RUN      ] std_algorithms_DeathTest.expect_no_overlap
30: [       OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms)
30: [----------] 1 test from std_algorithms_DeathTest (0 ms total)
30: 
30: [----------] 3 tests from std_algorithms_reducers
30: [ RUN      ] std_algorithms_reducers.max_first_loc
30: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
30: [ RUN      ] std_algorithms_reducers.min_first_loc
30: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
30: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
30: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
30: [----------] 3 tests from std_algorithms_reducers (0 ms total)
30: 
30: [----------] 1 test from std_algorithms
30: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
30: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
30: [----------] 1 test from std_algorithms (0 ms total)
30: 
30: [----------] 11 tests from random_access_iterator_test
30: [ RUN      ] random_access_iterator_test.constructor
30: [       OK ] random_access_iterator_test.constructor (0 ms)
30: [ RUN      ] random_access_iterator_test.constructiblity
30: [       OK ] random_access_iterator_test.constructiblity (0 ms)
30: [ RUN      ] random_access_iterator_test.dereference
30: [       OK ] random_access_iterator_test.dereference (0 ms)
30: [ RUN      ] random_access_iterator_test.subscript_operator
30: [       OK ] random_access_iterator_test.subscript_operator (0 ms)
30: [ RUN      ] random_access_iterator_test.operatorsSet1
30: [       OK ] random_access_iterator_test.operatorsSet1 (0 ms)
30: [ RUN      ] random_access_iterator_test.operatorsSet2
30: [       OK ] random_access_iterator_test.operatorsSet2 (0 ms)
30: [ RUN      ] random_access_iterator_test.operatorsSet3
30: [       OK ] random_access_iterator_test.operatorsSet3 (0 ms)
30: [ RUN      ] random_access_iterator_test.operatorsSet4
30: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
30: [ RUN      ] random_access_iterator_test.assignment_operator
30: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
30: [ RUN      ] random_access_iterator_test.distance
30: [       OK ] random_access_iterator_test.distance (0 ms)
30: [ RUN      ] random_access_iterator_test.traits_helpers
30: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
30: [----------] 11 tests from random_access_iterator_test (0 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 16 tests from 4 test suites ran. (0 ms total)
30: [  PASSED  ] 16 tests.
30/51 Test #30: Kokkos_AlgorithmsUnitTest_StdSet_A .........................   Passed    0.00 sec
test 31
      Start 31: Kokkos_AlgorithmsUnitTest_StdSet_B

31: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
31: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
31: Test timeout computed to be: 1500
31: [==========] Running 7 tests from 1 test suite.
31: [----------] Global test environment set-up.
31: [----------] 7 tests from std_algorithms_min_max_element_test
31: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
31: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
31: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
31: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (0 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
31: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (0 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
31: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (0 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
31: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (0 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
31: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (0 ms)
31: [----------] 7 tests from std_algorithms_min_max_element_test (0 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 7 tests from 1 test suite ran. (0 ms total)
31: [  PASSED  ] 7 tests.
31/51 Test #31: Kokkos_AlgorithmsUnitTest_StdSet_B .........................   Passed    0.01 sec
test 32
      Start 32: Kokkos_AlgorithmsUnitTest_StdSet_C

32: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
32: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
32: Test timeout computed to be: 1500
32: [==========] Running 13 tests from 10 test suites.
32: [----------] Global test environment set-up.
32: [----------] 1 test from std_algorithms_lexicographical_compare_test
32: [ RUN      ] std_algorithms_lexicographical_compare_test.test
32: [       OK ] std_algorithms_lexicographical_compare_test.test (12 ms)
32: [----------] 1 test from std_algorithms_lexicographical_compare_test (12 ms total)
32: 
32: [----------] 1 test from std_algorithms_for_each_test
32: [ RUN      ] std_algorithms_for_each_test.test
32: [       OK ] std_algorithms_for_each_test.test (26 ms)
32: [----------] 1 test from std_algorithms_for_each_test (26 ms total)
32: 
32: [----------] 1 test from std_algorithms_find_test
32: [ RUN      ] std_algorithms_find_test.test
32: [       OK ] std_algorithms_find_test.test (14 ms)
32: [----------] 1 test from std_algorithms_find_test (14 ms total)
32: 
32: [----------] 4 tests from std_algorithms_non_mod_seq_ops
32: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
19: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.457 s         0.232 s             2  3.50398/s       1.6k
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
32: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (2195 ms)
32: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
32: [       OK ] std_algorithms_non_mod_seq_ops.find_end (185 ms)
32: [ RUN      ] std_algorithms_non_mod_seq_ops.search
32: [       OK ] std_algorithms_non_mod_seq_ops.search (172 ms)
32: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
32: [       OK ] std_algorithms_non_mod_seq_ops.search_n (129 ms)
32: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2683 ms total)
32: 
32: [----------] 1 test from std_algorithms_count_test
32: [ RUN      ] std_algorithms_count_test.test
32: [       OK ] std_algorithms_count_test.test (9 ms)
32: [----------] 1 test from std_algorithms_count_test (9 ms total)
32: 
32: [----------] 1 test from std_algorithms_equal_test
32: [ RUN      ] std_algorithms_equal_test.test
32: [       OK ] std_algorithms_equal_test.test (4 ms)
32: [----------] 1 test from std_algorithms_equal_test (4 ms total)
32: 
32: [----------] 1 test from std_algorithms_all_any_none_of_test
32: [ RUN      ] std_algorithms_all_any_none_of_test.test
32: [       OK ] std_algorithms_all_any_none_of_test.test (15 ms)
32: [----------] 1 test from std_algorithms_all_any_none_of_test (15 ms total)
32: 
32: [----------] 1 test from std_algorithms_nonmod_seq_ops
32: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
32: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (37 ms)
32: [----------] 1 test from std_algorithms_nonmod_seq_ops (37 ms total)
32: 
32: [----------] 1 test from std_algorithms_mismatch_test
32: [ RUN      ] std_algorithms_mismatch_test.test
32: [       OK ] std_algorithms_mismatch_test.test (26 ms)
32: [----------] 1 test from std_algorithms_mismatch_test (26 ms total)
32: 
32: [----------] 1 test from std_algorithms_mod_seq_ops
32: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
32: [       OK ] std_algorithms_mod_seq_ops.move_backward (25 ms)
32: [----------] 1 test from std_algorithms_mod_seq_ops (25 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 13 tests from 10 test suites ran. (2855 ms total)
32: [  PASSED  ] 13 tests.
32/51 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    2.86 sec
test 33
      Start 33: Kokkos_AlgorithmsUnitTest_StdSet_D

33: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
33: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
33: Test timeout computed to be: 1500
33: [==========] Running 31 tests from 5 test suites.
33: [----------] Global test environment set-up.
33: [----------] 3 tests from std_algorithms_mod_ops_test
33: [ RUN      ] std_algorithms_mod_ops_test.move
33: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
33: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
33: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms)
33: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
33: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
33: [----------] 3 tests from std_algorithms_mod_ops_test (0 ms total)
33: 
33: [----------] 12 tests from std_algorithms_mod_seq_ops_test
33: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
33: [       OK ] std_algorithms_mod_seq_ops_test.copy (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
33: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
33: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
33: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
33: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
33: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
33: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
33: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
33: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
33: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
33: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
33: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
33: [----------] 12 tests from std_algorithms_mod_seq_ops_test (0 ms total)
33: 
33: [----------] 4 tests from std_algorithms_replace_ops_test
33: [ RUN      ] std_algorithms_replace_ops_test.replace
33: [       OK ] std_algorithms_replace_ops_test.replace (9 ms)
33: [ RUN      ] std_algorithms_replace_ops_test.replace_if
33: [       OK ] std_algorithms_replace_ops_test.replace_if (89 ms)
33: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
33: [       OK ] std_algorithms_replace_ops_test.replace_copy (14 ms)
33: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
33: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (15 ms)
33: [----------] 4 tests from std_algorithms_replace_ops_test (129 ms total)
33: 
33: [----------] 11 tests from std_algorithms_mod_seq_ops
33: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
33: [       OK ] std_algorithms_mod_seq_ops.copy_if (16 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.unique
33: [       OK ] std_algorithms_mod_seq_ops.unique (35 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
33: [       OK ] std_algorithms_mod_seq_ops.unique_copy (21 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.remove
33: [       OK ] std_algorithms_mod_seq_ops.remove (10 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
33: [       OK ] std_algorithms_mod_seq_ops.remove_if (23 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
33: [       OK ] std_algorithms_mod_seq_ops.remove_copy (91 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
33: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (18 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.rotate
19: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.457 s         0.221 s             2  3.50337/s       1.6k
33: [       OK ] std_algorithms_mod_seq_ops.rotate (893 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
33: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (320 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
19: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.034 s         0.017 s            21  46.6972/s       1.6k
33: [       OK ] std_algorithms_mod_seq_ops.shift_left (912 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
33: [       OK ] std_algorithms_mod_seq_ops.shift_right (905 ms)
33: [----------] 11 tests from std_algorithms_mod_seq_ops (3248 ms total)
33: 
33: [----------] 1 test from std_algorithms_modseq_test
33: [ RUN      ] std_algorithms_modseq_test.reverse
33: [       OK ] std_algorithms_modseq_test.reverse (11 ms)
33: [----------] 1 test from std_algorithms_modseq_test (11 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 31 tests from 5 test suites ran. (3389 ms total)
33: [  PASSED  ] 31 tests.
33/51 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    3.39 sec
test 34
      Start 34: Kokkos_AlgorithmsUnitTest_StdSet_E

34: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
34: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
34: Test timeout computed to be: 1500
34: [==========] Running 29 tests from 7 test suites.
34: [----------] Global test environment set-up.
34: [----------] 2 tests from std_algorithms_sorting_ops_test
34: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
34: [       OK ] std_algorithms_sorting_ops_test.is_sorted (7 ms)
34: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
34: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (4 ms)
34: [----------] 2 tests from std_algorithms_sorting_ops_test (11 ms total)
34: 
34: [----------] 4 tests from std_algorithms_partitioning_test
34: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
34: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
34: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
34: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (0 ms)
34: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
34: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms)
34: [ RUN      ] std_algorithms_partitioning_test.partition_point
34: [       OK ] std_algorithms_partitioning_test.partition_point (0 ms)
34: [----------] 4 tests from std_algorithms_partitioning_test (0 ms total)
34: 
34: [----------] 1 test from std_algorithms_partitioning_ops
34: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
34: [       OK ] std_algorithms_partitioning_ops.partition_copy (1 ms)
34: [----------] 1 test from std_algorithms_partitioning_ops (1 ms total)
34: 
34: [----------] 12 tests from std_algorithms_numerics_test
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (0 ms)
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (0 ms)
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (0 ms)
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (0 ms)
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms)
34: [----------] 12 tests from std_algorithms_numerics_test (0 ms total)
34: 
34: [----------] 1 test from std_algorithms_numerics_ops_test
34: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
34: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (30 ms)
34: [----------] 1 test from std_algorithms_numerics_ops_test (30 ms total)
34: 
34: [----------] 8 tests from std_algorithms_numeric_ops_test
34: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
34: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (163 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
34: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
34: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (128 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
34: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
34: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (44 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
34: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
34: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (79 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
34: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
34: [----------] 8 tests from std_algorithms_numeric_ops_test (416 ms total)
34: 
34: [----------] 1 test from std_algorithms_transform_ops_test
34: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
34: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (10 ms)
34: [----------] 1 test from std_algorithms_transform_ops_test (10 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 29 tests from 7 test suites ran. (471 ms total)
34: [  PASSED  ] 29 tests.
34/51 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    0.48 sec
test 35
      Start 35: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

35: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
35: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
35: Test timeout computed to be: 1500
35: [==========] Running 12 tests from 7 test suites.
35: [----------] Global test environment set-up.
35: [----------] 2 tests from std_algorithms_adjacent_find_team_test
35: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
19: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.034 s         0.017 s            21  47.0321/s       1.6k
35: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (699 ms)
35: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
35: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (629 ms)
35: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1329 ms total)
35: 
35: [----------] 2 tests from std_algorithms_count_team_test
35: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
35: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (240 ms)
35: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
35: [       OK ] std_algorithms_count_team_test.count_returns_zero (225 ms)
35: [----------] 2 tests from std_algorithms_count_team_test (465 ms total)
35: 
35: [----------] 1 test from std_algorithms_count_if_team_test
35: [ RUN      ] std_algorithms_count_if_team_test.test
35: [       OK ] std_algorithms_count_if_team_test.test (269 ms)
35: [----------] 1 test from std_algorithms_count_if_team_test (269 ms total)
35: 
35: [----------] 1 test from std_algorithms_for_each_team_test
35: [ RUN      ] std_algorithms_for_each_team_test.test
19: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.342 s         0.168 s             2  4.67783/s       1.6k
35: [       OK ] std_algorithms_for_each_team_test.test (486 ms)
35: [----------] 1 test from std_algorithms_for_each_team_test (486 ms total)
35: 
35: [----------] 1 test from std_algorithms_for_each_n_team_test
35: [ RUN      ] std_algorithms_for_each_n_team_test.test
35: [       OK ] std_algorithms_for_each_n_team_test.test (497 ms)
35: [----------] 1 test from std_algorithms_for_each_n_team_test (497 ms total)
35: 
35: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
35: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
35: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (722 ms)
35: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
19: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.325 s         0.162 s             2  4.92868/s       1.6k
35: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (686 ms)
35: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
35: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (697 ms)
35: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (2107 ms total)
35: 
35: [----------] 2 tests from std_algorithms_mismatch_team_test
35: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
19: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.034 s         0.017 s            21  46.9947/s       1.6k
35: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (733 ms)
35: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
35: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (944 ms)
35: [----------] 2 tests from std_algorithms_mismatch_team_test (1678 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 12 tests from 7 test suites ran. (6835 ms total)
35: [  PASSED  ] 12 tests.
35/51 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed    6.84 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

36: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
36: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
36: Test timeout computed to be: 1500
36: [==========] Running 8 tests from 4 test suites.
36: [----------] Global test environment set-up.
36: [----------] 2 tests from std_algorithms_equal_team_test
36: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
36: [       OK ] std_algorithms_equal_team_test.views_are_equal (1187 ms)
36: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
19: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.034 s         0.017 s            21  46.9267/s       1.6k
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
36: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1410 ms)
36: [----------] 2 tests from std_algorithms_equal_team_test (2598 ms total)
36: 
36: [----------] 2 tests from std_algorithms_search_team_test
36: [ RUN      ] std_algorithms_search_team_test.sequences_exist
36: [       OK ] std_algorithms_search_team_test.sequences_exist (508 ms)
36: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
36: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (505 ms)
36: [----------] 2 tests from std_algorithms_search_team_test (1013 ms total)
36: 
36: [----------] 2 tests from std_algorithms_find_end_team_test
36: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
19: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.399 s         0.191 s             2  4.01046/s       1.6k
36: [       OK ] std_algorithms_find_end_team_test.sequences_exist (556 ms)
36: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
36: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (615 ms)
36: [----------] 2 tests from std_algorithms_find_end_team_test (1172 ms total)
36: 
36: [----------] 2 tests from std_algorithms_find_first_of_team_test
36: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
19: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.298 s         0.139 s             2  5.36177/s       1.6k
36: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (714 ms)
36: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
36: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (903 ms)
36: [----------] 2 tests from std_algorithms_find_first_of_team_test (1618 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 8 tests from 4 test suites ran. (6402 ms total)
36: [  PASSED  ] 8 tests.
36/51 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed    6.41 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

37: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
37: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
37: Test timeout computed to be: 1500
37: [==========] Running 11 tests from 7 test suites.
37: [----------] Global test environment set-up.
37: [----------] 2 tests from std_algorithms_find_team_test
37: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
37: [       OK ] std_algorithms_find_team_test.searched_values_exist (275 ms)
37: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
37: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (252 ms)
37: [----------] 2 tests from std_algorithms_find_team_test (528 ms total)
37: 
37: [----------] 2 tests from std_algorithms_find_if_team_test
37: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
37: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (268 ms)
37: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
37: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (250 ms)
37: [----------] 2 tests from std_algorithms_find_if_team_test (518 ms total)
37: 
37: [----------] 2 tests from std_algorithms_find_if_not_team_test
37: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
19: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                      0.035 s         0.017 s            20  46.2547/s       1.6k
37: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (256 ms)
37: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
37: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (243 ms)
37: [----------] 2 tests from std_algorithms_find_if_not_team_test (499 ms total)
37: 
37: [----------] 1 test from std_algorithms_all_of_team_test
37: [ RUN      ] std_algorithms_all_of_team_test.test
37: [       OK ] std_algorithms_all_of_team_test.test (251 ms)
37: [----------] 1 test from std_algorithms_all_of_team_test (251 ms total)
37: 
37: [----------] 1 test from std_algorithms_any_of_team_test
37: [ RUN      ] std_algorithms_any_of_team_test.test
37: [       OK ] std_algorithms_any_of_team_test.test (252 ms)
37: [----------] 1 test from std_algorithms_any_of_team_test (252 ms total)
37: 
37: [----------] 1 test from std_algorithms_none_of_team_test
37: [ RUN      ] std_algorithms_none_of_team_test.test
37: [       OK ] std_algorithms_none_of_team_test.test (249 ms)
37: [----------] 1 test from std_algorithms_none_of_team_test (249 ms total)
37: 
37: [----------] 2 tests from std_algorithms_search_n_team_test
37: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
37: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (402 ms)
37: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
19: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    0.035 s         0.017 s            21  46.1488/s       1.6k
37: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (280 ms)
37: [----------] 2 tests from std_algorithms_search_n_team_test (684 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 11 tests from 7 test suites ran. (2984 ms total)
37: [  PASSED  ] 11 tests.
37/51 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    2.99 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

38: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
38: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
38: Test timeout computed to be: 1500
38: [==========] Running 3 tests from 3 test suites.
38: [----------] Global test environment set-up.
38: [----------] 1 test from std_algorithms_min_element_team_test
38: [ RUN      ] std_algorithms_min_element_team_test.test
38: [       OK ] std_algorithms_min_element_team_test.test (593 ms)
38: [----------] 1 test from std_algorithms_min_element_team_test (593 ms total)
38: 
38: [----------] 1 test from std_algorithms_max_element_team_test
38: [ RUN      ] std_algorithms_max_element_team_test.test
38: [       OK ] std_algorithms_max_element_team_test.test (570 ms)
38: [----------] 1 test from std_algorithms_max_element_team_test (570 ms total)
38: 
38: [----------] 1 test from std_algorithms_minmax_element_team_test
38: [ RUN      ] std_algorithms_minmax_element_team_test.test
38: [       OK ] std_algorithms_minmax_element_team_test.test (626 ms)
38: [----------] 1 test from std_algorithms_minmax_element_team_test (627 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 3 tests from 3 test suites ran. (1791 ms total)
38: [  PASSED  ] 3 tests.
38/51 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    1.80 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

39: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
39: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
39: Test timeout computed to be: 1500
39: [==========] Running 6 tests from 6 test suites.
39: [----------] Global test environment set-up.
39: [----------] 1 test from std_algorithms_fill_team_test
39: [ RUN      ] std_algorithms_fill_team_test.test
19: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                     0.035 s         0.017 s            20  46.1985/s       1.6k
39: [       OK ] std_algorithms_fill_team_test.test (383 ms)
39: [----------] 1 test from std_algorithms_fill_team_test (383 ms total)
39: 
39: [----------] 1 test from std_algorithms_fill_n_team_test
39: [ RUN      ] std_algorithms_fill_n_team_test.test
39: [       OK ] std_algorithms_fill_n_team_test.test (54 ms)
39: [----------] 1 test from std_algorithms_fill_n_team_test (54 ms total)
39: 
39: [----------] 1 test from std_algorithms_replace_team_test
39: [ RUN      ] std_algorithms_replace_team_test.test
39: [       OK ] std_algorithms_replace_team_test.test (653 ms)
39: [----------] 1 test from std_algorithms_replace_team_test (653 ms total)
39: 
39: [----------] 1 test from std_algorithms_replace_if_team_test
39: [ RUN      ] std_algorithms_replace_if_team_test.test
39: [       OK ] std_algorithms_replace_if_team_test.test (506 ms)
39: [----------] 1 test from std_algorithms_replace_if_team_test (506 ms total)
39: 
39: [----------] 1 test from std_algorithms_replace_copy_team_test
39: [ RUN      ] std_algorithms_replace_copy_team_test.test
39: [       OK ] std_algorithms_replace_copy_team_test.test (485 ms)
39: [----------] 1 test from std_algorithms_replace_copy_team_test (485 ms total)
39: 
39: [----------] 1 test from std_algorithms_replace_copy_if_team_test
39: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
39: [       OK ] std_algorithms_replace_copy_if_team_test.test (419 ms)
39: [----------] 1 test from std_algorithms_replace_copy_if_team_test (419 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 6 tests from 6 test suites ran. (2502 ms total)
39: [  PASSED  ] 6 tests.
39/51 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    2.51 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

40: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
40: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
40: Test timeout computed to be: 1500
40: [==========] Running 4 tests from 4 test suites.
40: [----------] Global test environment set-up.
40: [----------] 1 test from std_algorithms_reverse_team_test
40: [ RUN      ] std_algorithms_reverse_team_test.test
19: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                     0.033 s         0.017 s            21  47.8413/s       1.6k
40: [       OK ] std_algorithms_reverse_team_test.test (394 ms)
40: [----------] 1 test from std_algorithms_reverse_team_test (394 ms total)
40: 
40: [----------] 1 test from std_algorithms_reverse_copy_team_test
40: [ RUN      ] std_algorithms_reverse_copy_team_test.test
40: [       OK ] std_algorithms_reverse_copy_team_test.test (408 ms)
40: [----------] 1 test from std_algorithms_reverse_copy_team_test (408 ms total)
40: 
40: [----------] 1 test from std_algorithms_rotate_team_test
40: [ RUN      ] std_algorithms_rotate_team_test.test
40: [       OK ] std_algorithms_rotate_team_test.test (242 ms)
40: [----------] 1 test from std_algorithms_rotate_team_test (242 ms total)
40: 
40: [----------] 1 test from std_algorithms_rotate_copy_team_test
40: [ RUN      ] std_algorithms_rotate_copy_team_test.test
40: [       OK ] std_algorithms_rotate_copy_team_test.test (247 ms)
40: [----------] 1 test from std_algorithms_rotate_copy_team_test (247 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 4 tests from 4 test suites ran. (1293 ms total)
40: [  PASSED  ] 4 tests.
40/51 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    1.30 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

41: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
41: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
41: Test timeout computed to be: 1500
41: [==========] Running 4 tests from 4 test suites.
41: [----------] Global test environment set-up.
41: [----------] 1 test from std_algorithms_move_team_test
41: [ RUN      ] std_algorithms_move_team_test.test
19: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.023 s         0.011 s            30  34.8772/s        800
41: [       OK ] std_algorithms_move_team_test.test (589 ms)
41: [----------] 1 test from std_algorithms_move_team_test (589 ms total)
41: 
41: [----------] 1 test from std_algorithms_move_backward_team_test
41: [ RUN      ] std_algorithms_move_backward_team_test.test
41: [       OK ] std_algorithms_move_backward_team_test.test (672 ms)
41: [----------] 1 test from std_algorithms_move_backward_team_test (672 ms total)
41: 
41: [----------] 1 test from std_algorithms_shift_left_team_test
41: [ RUN      ] std_algorithms_shift_left_team_test.test
19: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time                                                                                                       0.023 s         0.011 s            31  34.8838/s        800
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o
41: [       OK ] std_algorithms_shift_left_team_test.test (1065 ms)
41: [----------] 1 test from std_algorithms_shift_left_team_test (1065 ms total)
41: 
41: [----------] 1 test from std_algorithms_shift_right_team_test
41: [ RUN      ] std_algorithms_shift_right_team_test.test
19: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.023 s         0.011 s            31  34.8074/s        800
41: [       OK ] std_algorithms_shift_right_team_test.test (1057 ms)
41: [----------] 1 test from std_algorithms_shift_right_team_test (1057 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 4 tests from 4 test suites ran. (3384 ms total)
41: [  PASSED  ] 4 tests.
41/51 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed    3.39 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

42: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
42: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
42: Test timeout computed to be: 1500
42: [==========] Running 9 tests from 9 test suites.
42: [----------] Global test environment set-up.
42: [----------] 1 test from std_algorithms_copy_team_test
42: [ RUN      ] std_algorithms_copy_team_test.test
42: [       OK ] std_algorithms_copy_team_test.test (756 ms)
42: [----------] 1 test from std_algorithms_copy_team_test (756 ms total)
42: 
42: [----------] 1 test from std_algorithms_copy_n_team_test
42: [ RUN      ] std_algorithms_copy_n_team_test.test
42: [       OK ] std_algorithms_copy_n_team_test.test (65 ms)
42: [----------] 1 test from std_algorithms_copy_n_team_test (66 ms total)
42: 
42: [----------] 1 test from std_algorithms_copy_backward_team_test
42: [ RUN      ] std_algorithms_copy_backward_team_test.test
19: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time                                                                                                      0.023 s         0.011 s            30  34.8263/s        800
42: [       OK ] std_algorithms_copy_backward_team_test.test (639 ms)
42: [----------] 1 test from std_algorithms_copy_backward_team_test (639 ms total)
42: 
42: [----------] 1 test from std_algorithms_copy_if_team_test
42: [ RUN      ] std_algorithms_copy_if_team_test.test
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
42: [       OK ] std_algorithms_copy_if_team_test.test (500 ms)
42: [----------] 1 test from std_algorithms_copy_if_team_test (500 ms total)
42: 
42: [----------] 1 test from std_algorithms_unique_copy_team_test
42: [ RUN      ] std_algorithms_unique_copy_team_test.test
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
42: [       OK ] std_algorithms_unique_copy_team_test.test (673 ms)
42: [----------] 1 test from std_algorithms_unique_copy_team_test (674 ms total)
42: 
42: [----------] 1 test from std_algorithms_remove_team_test
42: [ RUN      ] std_algorithms_remove_team_test.test
19: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.023 s         0.011 s            31  34.1929/s        800
42: [       OK ] std_algorithms_remove_team_test.test (485 ms)
42: [----------] 1 test from std_algorithms_remove_team_test (485 ms total)
42: 
42: [----------] 1 test from std_algorithms_remove_if_team_test
42: [ RUN      ] std_algorithms_remove_if_team_test.test
42: [       OK ] std_algorithms_remove_if_team_test.test (426 ms)
42: [----------] 1 test from std_algorithms_remove_if_team_test (426 ms total)
42: 
42: [----------] 1 test from std_algorithms_remove_copy_team_test
42: [ RUN      ] std_algorithms_remove_copy_team_test.test
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
42: [       OK ] std_algorithms_remove_copy_team_test.test (491 ms)
42: [----------] 1 test from std_algorithms_remove_copy_team_test (491 ms total)
42: 
42: [----------] 1 test from std_algorithms_remove_copy_if_team_test
42: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
42: [       OK ] std_algorithms_remove_copy_if_team_test.test (395 ms)
42: [----------] 1 test from std_algorithms_remove_copy_if_team_test (395 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 9 tests from 9 test suites ran. (4436 ms total)
42: [  PASSED  ] 9 tests.
42/51 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    4.45 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

43: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
43: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/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_unique_team_test
43: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
19: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.023 s         0.011 s            30  34.6602/s        800
43: [       OK ] std_algorithms_unique_team_test.test_default_predicate (684 ms)
43: [----------] 1 test from std_algorithms_unique_team_test (684 ms total)
43: 
43: [----------] 1 test from std_algorithms_adjacent_difference_team_test
43: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
43: [       OK ] std_algorithms_adjacent_difference_team_test.test (816 ms)
43: [----------] 1 test from std_algorithms_adjacent_difference_team_test (816 ms total)
43: 
43: [----------] 1 test from std_algorithms_reduce_team_test
43: [ RUN      ] std_algorithms_reduce_team_test.test
19: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.023 s         0.011 s            30   34.464/s        800
43: [       OK ] std_algorithms_reduce_team_test.test (712 ms)
43: [----------] 1 test from std_algorithms_reduce_team_test (712 ms total)
43: 
43: [----------] 1 test from std_algorithms_transform_reduce_team_test
43: [ RUN      ] std_algorithms_transform_reduce_team_test.test
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
19: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.023 s         0.011 s            30  34.6054/s        800
43: [       OK ] std_algorithms_transform_reduce_team_test.test (1510 ms)
43: [----------] 1 test from std_algorithms_transform_reduce_team_test (1510 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 4 tests from 4 test suites ran. (3725 ms total)
43: [  PASSED  ] 4 tests.
43/51 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    3.73 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

44: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
44: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
44: Test timeout computed to be: 1500
44: [==========] Running 18 tests from 5 test suites.
44: [----------] Global test environment set-up.
44: [----------] 2 tests from std_algorithms_is_sorted_team_test
44: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
44: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (521 ms)
44: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
44: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (415 ms)
44: [----------] 2 tests from std_algorithms_is_sorted_team_test (937 ms total)
44: 
44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (1 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (0 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (430 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
19: ViewFill_Rank1Strided/N:10/manual_time                                                                                                                                         0.023 s         0.011 s            31  17.5073/s        400
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (535 ms)
44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (969 ms total)
44: 
44: [----------] 4 tests from std_algorithms_is_partitioned_team_test
44: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
44: [       OK ] std_algorithms_is_partitioned_team_test.empty (1 ms)
44: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
44: [       OK ] std_algorithms_is_partitioned_team_test.all_true (250 ms)
44: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
44: [       OK ] std_algorithms_is_partitioned_team_test.all_false (253 ms)
44: [ RUN      ] std_algorithms_is_partitioned_team_test.random
44: [       OK ] std_algorithms_is_partitioned_team_test.random (210 ms)
44: [----------] 4 tests from std_algorithms_is_partitioned_team_test (715 ms total)
44: 
44: [----------] 4 tests from std_algorithms_partition_copy_team_test
44: [ RUN      ] std_algorithms_partition_copy_team_test.empty
44: [       OK ] std_algorithms_partition_copy_team_test.empty (0 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
19: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.023 s         0.011 s            30  34.2982/s        800
44: [       OK ] std_algorithms_partition_copy_team_test.all_true (558 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
44: [       OK ] std_algorithms_partition_copy_team_test.all_false (557 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.random
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o
44: [       OK ] std_algorithms_partition_copy_team_test.random (487 ms)
44: [----------] 4 tests from std_algorithms_partition_copy_team_test (1605 ms total)
44: 
44: [----------] 4 tests from std_algorithms_partition_point_team_test
44: [ RUN      ] std_algorithms_partition_point_team_test.empty
44: [       OK ] std_algorithms_partition_point_team_test.empty (0 ms)
44: [ RUN      ] std_algorithms_partition_point_team_test.all_true
19: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.023 s         0.011 s            30  34.5286/s        800
44: [       OK ] std_algorithms_partition_point_team_test.all_true (259 ms)
44: [ RUN      ] std_algorithms_partition_point_team_test.all_false
44: [       OK ] std_algorithms_partition_point_team_test.all_false (234 ms)
44: [ RUN      ] std_algorithms_partition_point_team_test.random
44: [       OK ] std_algorithms_partition_point_team_test.random (191 ms)
44: [----------] 4 tests from std_algorithms_partition_point_team_test (685 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 18 tests from 5 test suites ran. (4914 ms total)
44: [  PASSED  ] 18 tests.
44/51 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    4.92 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

45: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
45: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
45: Test timeout computed to be: 1500
45: [==========] Running 5 tests from 4 test suites.
45: [----------] Global test environment set-up.
45: [----------] 2 tests from std_algorithms_transform_team_test
45: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
19: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.023 s         0.011 s            30  34.6736/s        800
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
45: [       OK ] std_algorithms_transform_team_test.test_unary_op (982 ms)
45: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
36: [       OK ] hip.scatterview_devicetype (43790 ms)
36: [ RUN      ] hip.staticcrsgraph
36: [       OK ] hip.staticcrsgraph (20 ms)
36: [ RUN      ] hip.resize_realloc_no_init_dualview
36: [       OK ] hip.resize_realloc_no_init_dualview (1 ms)
36: [ RUN      ] hip.resize_realloc_no_alloc_dualview
36: [       OK ] hip.resize_realloc_no_alloc_dualview (0 ms)
36: [ RUN      ] hip.resize_exec_space_dualview
36: [       OK ] hip.resize_exec_space_dualview (0 ms)
36: [ RUN      ] hip.realloc_exec_space_dualview
36: [       OK ] hip.realloc_exec_space_dualview (0 ms)
36: [ RUN      ] hip.resize_realloc_no_init_dynrankview
36: [       OK ] hip.resize_realloc_no_init_dynrankview (0 ms)
36: [ RUN      ] hip.resize_exec_space_dynrankview
36: [       OK ] hip.resize_exec_space_dynrankview (0 ms)
36: [ RUN      ] hip.realloc_exec_space_dynrankview
36: [       OK ] hip.realloc_exec_space_dynrankview (0 ms)
36: [ RUN      ] hip.resize_realloc_no_init_scatterview
36: [       OK ] hip.resize_realloc_no_init_scatterview (0 ms)
36: [ RUN      ] hip.resize_realloc_no_alloc_scatterview
36: [       OK ] hip.resize_realloc_no_alloc_scatterview (0 ms)
36: [ RUN      ] hip.resize_exec_space_scatterview
36: [       OK ] hip.resize_exec_space_scatterview (0 ms)
36: [ RUN      ] hip.realloc_exec_space_scatterview
36: [       OK ] hip.realloc_exec_space_scatterview (0 ms)
36: [ RUN      ] hip.create_mirror_no_init_dynrankview
36: [       OK ] hip.create_mirror_no_init_dynrankview (0 ms)
36: [ RUN      ] hip.create_mirror_no_init_dynrankview_viewctor
36: [       OK ] hip.create_mirror_no_init_dynrankview_viewctor (0 ms)
36: [ RUN      ] hip.create_mirror_view_and_copy_dynrankview
36: [       OK ] hip.create_mirror_view_and_copy_dynrankview (0 ms)
36: [ RUN      ] hip.create_mirror_no_init_offsetview
36: [       OK ] hip.create_mirror_no_init_offsetview (0 ms)
36: [ RUN      ] hip.create_mirror_no_init_offsetview_view_ctor
36: [       OK ] hip.create_mirror_no_init_offsetview_view_ctor (0 ms)
36: [ RUN      ] hip.create_mirror_view_and_copy_offsetview
36: [       OK ] hip.create_mirror_view_and_copy_offsetview (0 ms)
36: [ RUN      ] hip.create_mirror_no_init_dynamicview
36: [       OK ] hip.create_mirror_no_init_dynamicview (0 ms)
36: [ RUN      ] hip.create_mirror_view_and_copy_dynamicview
36: [       OK ] hip.create_mirror_view_and_copy_dynamicview (0 ms)
36: [ RUN      ] hip.create_mirror_no_init_dynamicview_view_ctor
36: [       OK ] hip.create_mirror_no_init_dynamicview_view_ctor (0 ms)
36: [ RUN      ] hip.UnorderedMap_insert
36: [       OK ] hip.UnorderedMap_insert (1921 ms)
36: [ RUN      ] hip.UnorderedMap_failed_insert
36: [       OK ] hip.UnorderedMap_failed_insert (667 ms)
36: [ RUN      ] hip.UnorderedMap_deep_copy
36: [       OK ] hip.UnorderedMap_deep_copy (4 ms)
36: [ RUN      ] hip.UnorderedMap_valid_empty
36: [       OK ] hip.UnorderedMap_valid_empty (1 ms)
36: [ RUN      ] hip.UnorderedMap_clear_zero_size
36: [       OK ] hip.UnorderedMap_clear_zero_size (0 ms)
36: [ RUN      ] hip.UnorderedMap_consistent_size
36: [       OK ] hip.UnorderedMap_consistent_size (0 ms)
36: [ RUN      ] hip.UnorderedMap_shallow_copyable_on_device
36: [       OK ] hip.UnorderedMap_shallow_copyable_on_device (0 ms)
36: [ RUN      ] hip.UnorderedMap_lambda_capturable
36: [       OK ] hip.UnorderedMap_lambda_capturable (0 ms)
36: [ RUN      ] hip.UnorderedMap_constructor_view_alloc
36: [       OK ] hip.UnorderedMap_constructor_view_alloc (0 ms)
36: [ RUN      ] hip.UnorderedMap_View_as_value
36: [       OK ] hip.UnorderedMap_View_as_value (0 ms)
36: [ RUN      ] hip.vector_combination
36: [       OK ] hip.vector_combination (0 ms)
36: [ RUN      ] hip.vector_insert
36: [       OK ] hip.vector_insert (2 ms)
36: [ RUN      ] hip.vector_push_back_default_exec
36: [       OK ] hip.vector_push_back_default_exec (0 ms)
36: [----------] 75 tests from hip (76561 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 77 tests from 2 test suites ran. (92710 ms total)
36: [  PASSED  ] 76 tests.
36: [  SKIPPED ] 1 test, listed below:
36: [  SKIPPED ] hip_DeathTest.dualview_external_view_construction
36/59 Test #36: Kokkos_ContainersUnitTest_HIP ..............................   Passed   93.19 sec
test 37
      Start 37: Kokkos_ContainersPerformanceTest_HIP

37: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_HIP
37: Test timeout computed to be: 1500
37: [==========] Running 4 tests from 1 test suite.
37: [----------] Global test environment set-up.
37: [----------] 4 tests from TEST_CATEGORY
37: [ RUN      ] TEST_CATEGORY.dynrankview_perf
37: HIP
37:  DynRankView vs View: Initialization Only 
37:  View time (init only): 0.0029734
37:  View sum computation time: 0.0029734
37:  Strided View time (init only): 0.00198257
37:  View Rank7 time (init only): 0.00182452
37:  DynRankView time (init only): 0.00187822
37:  DynRankView sum computation time: 0.00144002
37:  Ratio of View to DynRankView time: 1.5831
37:  Ratio of View to DynRankView sum computation time: 0.951258
37:  Ratio of View to View Rank7  time: 1.62969
37:  Ratio of StrideView to DynRankView time: 1.05556
37:  Ratio of DynRankView to View Rank7  time: 1.02943
37: [       OK ] TEST_CATEGORY.dynrankview_perf (15 ms)
37: [ RUN      ] TEST_CATEGORY.global_2_local
37: HIP
37: size, create, generate, fill, find
37: 256, 0.00104015, 1.358e-05, 0.00310964, 0.00504848
37: 512, 0.00108087, 1.3549e-05, 3.091e-05, 0.00387227
37: 1024, 0.00101176, 1.128e-05, 3.4559e-05, 0.00392579
37: 2048, 0.0010916, 1.168e-05, 3.529e-05, 0.00399113
37: 4096, 0.0010562, 1.0991e-05, 3.735e-05, 0.00398502
37: 8192, 0.0010262, 1.08e-05, 3.6729e-05, 0.00398673
37: 16384, 0.00103682, 1.097e-05, 3.747e-05, 0.00404773
37: 32768, 0.00111481, 1.106e-05, 3.93e-05, 0.00415156
37: 65536, 0.000994168, 1.141e-05, 4.3559e-05, 0.00446456
37: 131072, 0.00112689, 1.2319e-05, 6.969e-05, 0.00517538
37: 262144, 0.00104845, 1.284e-05, 0.000114639, 0.0075756
37: 524288, 0.00108661, 1.5059e-05, 0.000282806, 0.0112181
37: 1048576, 0.0011574, 1.988e-05, 0.000701551, 0.0220968
37: 2097152, 0.00118936, 2.8309e-05, 0.00144104, 0.0478167
37: 4194304, 0.0012369, 4.214e-05, 0.00332931, 0.114178
37: [       OK ] TEST_CATEGORY.global_2_local (273 ms)
37: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
37: skipping test
37: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
37: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
37: skipping test
37: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
37: [----------] 4 tests from TEST_CATEGORY (288 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 4 tests from 1 test suite ran. (289 ms total)
37: [  PASSED  ] 4 tests.
37/59 Test #37: Kokkos_ContainersPerformanceTest_HIP .......................   Passed    0.74 sec
test 38
      Start 38: Kokkos_UnitTest_Sort

38: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
38: Test timeout computed to be: 1500
38: [==========] Running 17 tests from 2 test suites.
38: [----------] Global test environment set-up.
38: [----------] 1 test from hip_DeathTest
38: [ RUN      ] hip_DeathTest.SortByKeyKeysLargerThanValues
38: [       OK ] hip_DeathTest.SortByKeyKeysLargerThanValues (2688 ms)
38: [----------] 1 test from hip_DeathTest (2688 ms total)
38: 
38: [----------] 16 tests from hip
38: [ RUN      ] hip.SortUnsignedValueType
38: [       OK ] hip.SortUnsignedValueType (24 ms)
38: [ RUN      ] hip.SortEmptyView
38: [       OK ] hip.SortEmptyView (0 ms)
38: [ RUN      ] hip.SortByKeyEmptyView
38: [       OK ] hip.SortByKeyEmptyView (0 ms)
38: [ RUN      ] hip.SortByKeyEmptyViewHost
38: [       OK ] hip.SortByKeyEmptyViewHost (0 ms)
38: [ RUN      ] hip.SortByKey
38: [       OK ] hip.SortByKey (10 ms)
38: [ RUN      ] hip.SortByKeyWithComparator
38: [       OK ] hip.SortByKeyWithComparator (0 ms)
38: [ RUN      ] hip.SortByKeyStaticExtents
38: [       OK ] hip.SortByKeyStaticExtents (0 ms)
38: [ RUN      ] hip.SortByKeyWithStrides
38: [       OK ] hip.SortByKeyWithStrides (0 ms)
38: [ RUN      ] hip.SortWithCustomComparator
38: [       OK ] hip.SortWithCustomComparator (80 ms)
38: [ RUN      ] hip.BinSortGenericTests
[ 95%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
38: [       OK ] hip.BinSortGenericTests (16 ms)
38: [ RUN      ] hip.BinSortEmptyView
38: [       OK ] hip.BinSortEmptyView (0 ms)
38: [ RUN      ] hip.BinSortEmptyKeysView
38: [       OK ] hip.BinSortEmptyKeysView (0 ms)
38: [ RUN      ] hip.BinSort_issue_7221
38: [       OK ] hip.BinSort_issue_7221 (0 ms)
38: [ RUN      ] hip.BinSortUnsignedKeyLayoutStrideValues
45: [       OK ] std_algorithms_transform_team_test.test_binary_op (1011 ms)
45: [----------] 2 tests from std_algorithms_transform_team_test (1995 ms total)
45: 
45: [----------] 1 test from std_algorithms_generate_team_test
45: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
19: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.023 s         0.011 s            30  34.6267/s        800
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
19: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.023 s         0.012 s            30  34.4983/s        800
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 95%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
45: [       OK ] std_algorithms_generate_team_test.test_unary_op (2777 ms)
45: [----------] 1 test from std_algorithms_generate_team_test (2777 ms total)
45: 
45: [----------] 1 test from std_algorithms_generate_n_team_test
45: [ RUN      ] std_algorithms_generate_n_team_test.test
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
45: [       OK ] std_algorithms_generate_n_team_test.test (55 ms)
45: [----------] 1 test from std_algorithms_generate_n_team_test (55 ms total)
45: 
45: [----------] 1 test from std_algorithms_swap_ranges_team_test
45: [ RUN      ] std_algorithms_swap_ranges_team_test.test
19: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.023 s         0.012 s            30  34.3859/s        800
45: [       OK ] std_algorithms_swap_ranges_team_test.test (1142 ms)
45: [----------] 1 test from std_algorithms_swap_ranges_team_test (1142 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 5 tests from 4 test suites ran. (5970 ms total)
45: [  PASSED  ] 5 tests.
45/51 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    5.98 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

46: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
46: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/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_exclusive_scan_team_test
46: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
19: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.023 s         0.012 s            30  34.2433/s        800
46: [       OK ] std_algorithms_exclusive_scan_team_test.test (1858 ms)
46: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1858 ms total)
46: 
46: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
46: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
46: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (884 ms)
46: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (884 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 2 tests from 2 test suites ran. (2742 ms total)
46: [  PASSED  ] 2 tests.
46/51 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    2.75 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

47: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
47: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
47: Test timeout computed to be: 1500
47: [==========] Running 2 tests from 2 test suites.
47: [----------] Global test environment set-up.
47: [----------] 1 test from std_algorithms_inclusive_scan_team_test
47: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
19: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.023 s         0.012 s            30  34.2323/s        800
38: [       OK ] hip.BinSortUnsignedKeyLayoutStrideValues (6941 ms)
38: [ RUN      ] hip.NestedSort
38: [       OK ] hip.NestedSort (37 ms)
38: [ RUN      ] hip.NestedSortByKey
38: [       OK ] hip.NestedSortByKey (92 ms)
38: [----------] 16 tests from hip (7207 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 17 tests from 2 test suites ran. (9895 ms total)
38: [  PASSED  ] 17 tests.
38/59 Test #38: Kokkos_UnitTest_Sort .......................................   Passed   10.34 sec
test 39
      Start 39: Kokkos_UnitTest_Random

39: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_UnitTest_Random
39: Test timeout computed to be: 1500
39: [==========] Running 3 tests from 1 test suite.
39: [----------] Global test environment set-up.
39: [----------] 3 tests from hip
39: [ RUN      ] hip.Random_XorShift64
39: Test Seed:1757569745562301989
39: Test Scalar=int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 0.00122124 -0.00480965 || 0.051031 28066 29291 || 28639.4 28674.4 || -66.4886 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 -0.00173783 -0.00139242 || 0.051031 1e+64 -1e+64
39: Test Scalar=unsigned int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 0.0156295 0.00689758 || 0.051031 28022 29316 || 28233.1 28674.4 || 95.3521 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 0.00277063 0.00304498 || 0.051031 1e+64 -1e+64
39: Test Scalar=int64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 0.00780475 -0.00776609 || 0.051031 28020 29337 || 28452.3 28674.4 || -107.358 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 -0.00477591 -0.00785284 || 0.051031 1e+64 -1e+64
39: Test Scalar=uint64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 0.00416656 0.0270309 || 0.051031 28072 29289 || 28555.4 28674.4 || 373.675 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 0.0145529 0.00488563 || 0.051031 1e+64 -1e+64
39: Test Scalar=half
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 0.000243504 -0.99999 -48244.3 || 0.051031 0 194977 || 2.92869e+09 28674.4 || -6.66929e+08 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 0.000729366 -0.309911 0.150665 || 0.051031 1e+64 -1e+64
39: Test Scalar=bhalf
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.86136e-07 -0.0151113 -0.010493 || 0.051031 27999 29294 || 29114.3 28674.4 || -145.055 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 7.71903e-07 -0.0124393 0.00969032 || 0.051031 1e+64 -1e+64
39: Test Scalar=float
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.71e-07 -0.000517415 0.000236248 || 0.051031 28039 29344 || 28689.2 28674.4 || 3.26589 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 7.26496e-07 -0.0180827 1.66204e-05 || 0.051031 1e+64 -1e+64
39: Test Scalar=double
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 0.00706709 -0.0261018 || 0.051031 27951 29299 || 28473.2 28674.4 || -360.831 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 0.00542033 0.0033689 || 0.051031 1e+64 -1e+64
39: Test Seed:1757569745719905657
39: Test Scalar=int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.45775e-07 0.00899434 0.0149717 || 0.051031 27987 29285 || 28418.8 28674.4 || 206.968 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.5082e-07 0.00463227 -0.00999362 || 0.051031 1e+64 -1e+64
39: Test Scalar=unsigned int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.45775e-07 -0.0172009 0.00241055 || 0.051031 28036 29263 || 29176.2 28674.4 || 33.3234 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.5082e-07 0.00199627 -0.00499489 || 0.051031 1e+64 -1e+64
39: Test Scalar=int64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 0.0177202 -0.0126722 || 0.051031 28074 29252 || 28175.1 28674.4 || -175.18 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 -0.00329584 0.0110374 || 0.051031 1e+64 -1e+64
39: Test Scalar=uint64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 0.00254598 -0.0395221 || 0.051031 28035 29288 || 28601.6 28674.4 || -546.354 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 -0.0142268 -0.00307904 || 0.051031 1e+64 -1e+64
39: Test Scalar=half
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 0.000245321 -0.99999 -48244.5 || 0.051031 0 195060 || 2.92856e+09 28674.4 || -6.66932e+08 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 0.000734845 -0.308696 0.157208 || 0.051031 1e+64 -1e+64
39: Test Scalar=bhalf
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.71e-07 0.00237662 0.00628409 || 0.051031 28062 29324 || 28606.4 28674.4 || 86.8712 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 7.26496e-07 0.00373524 -0.00684055 || 0.051031 1e+64 -1e+64
39: Test Scalar=float
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.68478e-07 -0.00645369 -0.0141978 || 0.051031 28036 29393 || 28860.6 28674.4 || -196.271 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 7.18929e-07 0.00714215 -0.000212848 || 0.051031 1e+64 -1e+64
39: Test Scalar=double
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 0.00100526 0.0254155 || 0.051031 28076 29331 || 28645.6 28674.4 || 351.345 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 -0.000820374 6.45107e-05 || 0.051031 1e+64 -1e+64
39: [       OK ] hip.Random_XorShift64 (311 ms)
39: [ RUN      ] hip.Random_XorShift1024_0
39: Test Seed:1757569745873357715
39: Test Scalar=int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 -0.0174722 -0.0012561 || 0.051031 10979 11818 || 11579.3 11377 || -17.3643 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 0.018715 -0.00165947 || 0.051031 1e+64 -1e+64
39: Test Scalar=unsigned int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 -0.000133597 0.0065345 || 0.051031 10977 11870 || 11378.5 11377 || 90.3329 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 0.0182715 -0.000582237 || 0.051031 1e+64 -1e+64
39: Test Scalar=int64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 -0.00329953 -0.00448818 || 0.051031 10969 11769 || 11414.6 11377 || -62.0445 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 -0.00122595 -0.00146221 || 0.051031 1e+64 -1e+64
39: Test Scalar=uint64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 -0.0138286 -0.00794331 || 0.051031 10956 11830 || 11536.5 11377 || -109.808 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 -0.0161636 0.00538345 || 0.051031 1e+64 -1e+64
39: Test Scalar=half
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 0.000243583 -0.999975 -7595.12 || 0.051031 0 77702 || 4.61116e+08 11377 || -1.04995e+08 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 0.000730361 -0.162926 0.0235495 || 0.051031 1e+64 -1e+64
39: Test Scalar=bhalf
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.86102e-07 0.0133683 0.0052817 || 0.051031 10942 11800 || 11226.9 11377 || 73.0143 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 3.62396e-07 -0.000736666 0.00254116 || 0.051031 1e+64 -1e+64
39: Test Scalar=float
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.60671e-07 0.0140228 -0.00961664 || 0.051031 10919 11796 || 11219.6 11377 || -132.94 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.86102e-07 0.0114441 -0.0025076 || 0.051031 1e+64 -1e+64
39: Test Scalar=double
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 0.0194442 -0.00046301 || 0.051031 11004 11781 || 11160 11377 || -6.40064 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 -0.0147971 -0.00556833 || 0.051031 1e+64 -1e+64
39: Test Seed:1757569745975343357
39: Test Scalar=int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 0.0058563 -0.00318494 || 0.051031 10990 11773 || 11310.7 11377 || -44.0287 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 0.00948954 0.00305935 || 0.051031 1e+64 -1e+64
39: Test Scalar=unsigned int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 0.0171643 -0.0103835 || 0.051031 10978 11820 || 11185 11377 || -143.541 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 -0.0190614 -0.00264395 || 0.051031 1e+64 -1e+64
39: Test Scalar=int64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 0.0102487 -0.00620196 || 0.051031 10867 11816 || 11261.5 11377 || -85.7359 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 0.00324266 0.00205927 || 0.051031 1e+64 -1e+64
39: Test Scalar=uint64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 -0.00426342 -0.00643026 || 0.051031 10965 11826 || 11425.7 11377 || -88.8919 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 -0.00811713 -0.00254819 || 0.051031 1e+64 -1e+64
39: Test Scalar=half
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 0.00024338 -0.999975 -7594.82 || 0.051031 0 77730 || 4.61008e+08 11377 || -1.04991e+08 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 0.000729788 -0.160461 0.0253727 || 0.051031 1e+64 -1e+64
39: Test Scalar=bhalf
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.98818e-07 -0.00571789 0.00995281 || 0.051031 10970 11794 || 11442.4 11377 || 137.588 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 4.00543e-07 0.00526599 0.000362899 || 0.051031 1e+64 -1e+64
39: Test Scalar=float
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.67029e-07 0.0141047 -0.00305515 || 0.051031 10964 11786 || 11218.7 11377 || -42.2345 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 3.05176e-07 0.0156158 0.00353689 || 0.051031 1e+64 -1e+64
39: Test Scalar=double
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 0.00189048 -0.0133079 || 0.051031 10982 11788 || 11355.5 11377 || -183.968 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 -0.00593415 -0.00285004 || 0.051031 1e+64 -1e+64
39: [       OK ] hip.Random_XorShift1024_0 (238 ms)
39: [ RUN      ] hip.Multi_streams
39: [       OK ] hip.Multi_streams (675 ms)
39: [----------] 3 tests from hip (1225 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 3 tests from 1 test suite ran. (1225 ms total)
39: [  PASSED  ] 3 tests.
39/59 Test #39: Kokkos_UnitTest_Random .....................................   Passed    1.65 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_A

40: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
40: Test timeout computed to be: 1500
19: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.024 s         0.012 s            30  33.9772/s        800
40: [==========] Running 16 tests from 4 test suites.
40: [----------] Global test environment set-up.
40: [----------] 1 test from std_algorithms_DeathTest
40: [ RUN      ] std_algorithms_DeathTest.expect_no_overlap
40: [       OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms)
40: [----------] 1 test from std_algorithms_DeathTest (0 ms total)
40: 
40: [----------] 3 tests from std_algorithms_reducers
40: [ RUN      ] std_algorithms_reducers.max_first_loc
40: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
40: [ RUN      ] std_algorithms_reducers.min_first_loc
40: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
40: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
40: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
40: [----------] 3 tests from std_algorithms_reducers (0 ms total)
40: 
40: [----------] 1 test from std_algorithms
40: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
40: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
40: [----------] 1 test from std_algorithms (0 ms total)
40: 
40: [----------] 11 tests from random_access_iterator_test
40: [ RUN      ] random_access_iterator_test.constructor
40: [       OK ] random_access_iterator_test.constructor (1 ms)
40: [ RUN      ] random_access_iterator_test.constructiblity
40: [       OK ] random_access_iterator_test.constructiblity (0 ms)
40: [ RUN      ] random_access_iterator_test.dereference
40: [       OK ] random_access_iterator_test.dereference (1 ms)
40: [ RUN      ] random_access_iterator_test.subscript_operator
40: [       OK ] random_access_iterator_test.subscript_operator (0 ms)
40: [ RUN      ] random_access_iterator_test.operatorsSet1
40: [       OK ] random_access_iterator_test.operatorsSet1 (0 ms)
40: [ RUN      ] random_access_iterator_test.operatorsSet2
40: [       OK ] random_access_iterator_test.operatorsSet2 (0 ms)
40: [ RUN      ] random_access_iterator_test.operatorsSet3
40: [       OK ] random_access_iterator_test.operatorsSet3 (0 ms)
40: [ RUN      ] random_access_iterator_test.operatorsSet4
40: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
40: [ RUN      ] random_access_iterator_test.assignment_operator
40: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
40: [ RUN      ] random_access_iterator_test.distance
40: [       OK ] random_access_iterator_test.distance (0 ms)
40: [ RUN      ] random_access_iterator_test.traits_helpers
40: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
40: [----------] 11 tests from random_access_iterator_test (5 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 16 tests from 4 test suites ran. (6 ms total)
40: [  PASSED  ] 16 tests.
40/59 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_A .........................   Passed    0.42 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_B

41: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
41: Test timeout computed to be: 1500
41: [==========] Running 7 tests from 1 test suite.
41: [----------] Global test environment set-up.
41: [----------] 7 tests from std_algorithms_min_max_element_test
41: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
41: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms)
41: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
41: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
41: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
41: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (12 ms)
41: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
41: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (8 ms)
41: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
41: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (8 ms)
41: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
41: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (8 ms)
41: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
41: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (13 ms)
41: [----------] 7 tests from std_algorithms_min_max_element_test (52 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 7 tests from 1 test suite ran. (52 ms total)
41: [  PASSED  ] 7 tests.
41/59 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_B .........................   Passed    0.47 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_C

42: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
42: Test timeout computed to be: 1500
42: [==========] Running 13 tests from 10 test suites.
42: [----------] Global test environment set-up.
42: [----------] 1 test from std_algorithms_lexicographical_compare_test
42: [ RUN      ] std_algorithms_lexicographical_compare_test.test
42: [       OK ] std_algorithms_lexicographical_compare_test.test (27 ms)
42: [----------] 1 test from std_algorithms_lexicographical_compare_test (27 ms total)
42: 
42: [----------] 1 test from std_algorithms_for_each_test
42: [ RUN      ] std_algorithms_for_each_test.test
42: [       OK ] std_algorithms_for_each_test.test (66 ms)
42: [----------] 1 test from std_algorithms_for_each_test (66 ms total)
42: 
42: [----------] 1 test from std_algorithms_find_test
42: [ RUN      ] std_algorithms_find_test.test
42: [       OK ] std_algorithms_find_test.test (34 ms)
42: [----------] 1 test from std_algorithms_find_test (34 ms total)
42: 
42: [----------] 4 tests from std_algorithms_non_mod_seq_ops
42: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
47: [       OK ] std_algorithms_inclusive_scan_team_test.test (2700 ms)
47: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2700 ms total)
47: 
47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
47: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
19: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.023 s         0.012 s            30  34.4155/s        800
42: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (451 ms)
42: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
42: [       OK ] std_algorithms_non_mod_seq_ops.find_end (453 ms)
42: [ RUN      ] std_algorithms_non_mod_seq_ops.search
42: [       OK ] std_algorithms_non_mod_seq_ops.search (452 ms)
42: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
42: [       OK ] std_algorithms_non_mod_seq_ops.search_n (324 ms)
42: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1680 ms total)
42: 
42: [----------] 1 test from std_algorithms_count_test
42: [ RUN      ] std_algorithms_count_test.test
42: [       OK ] std_algorithms_count_test.test (23 ms)
42: [----------] 1 test from std_algorithms_count_test (23 ms total)
42: 
42: [----------] 1 test from std_algorithms_equal_test
42: [ RUN      ] std_algorithms_equal_test.test
47: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (1791 ms)
47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1791 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 2 tests from 2 test suites ran. (4492 ms total)
47: [  PASSED  ] 2 tests.
47/51 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    4.50 sec
test 48
      Start 48: Kokkos_PerformanceTest_InclusiveScan

48: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-09-11_T05-14-40.json"
48: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/perf_test
48: Test timeout computed to be: 1500
48: 2025-09-11T05:42:41+00:00
48: Running /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan
48: Run on (4 X 1996.25 MHz CPU s)
48: CPU Caches:
48:   L1 Data 64 KiB (x4)
48:   L1 Instruction 64 KiB (x4)
48:   L2 Unified 512 KiB (x4)
48:   L3 Unified 16384 KiB (x4)
48: Load Average: 1.00, 1.40, 2.76
48: CPU architecture: none
48: Default Device: Serial
48: GIT_BRANCH: HEAD
48: GIT_CLEAN_STATUS: CLEAN
48: GIT_COMMIT_DATE: 2025-09-11T01:14:26-04:00
48: GIT_COMMIT_DESCRIPTION: Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD
48: GIT_COMMIT_HASH: 95123c50c
48: GPU architecture: none
48: KOKKOS_COMPILER_CLANG: 1914
48: KOKKOS_ENABLE_ASM: no
48: KOKKOS_ENABLE_CXX20: yes
48: KOKKOS_ENABLE_CXX23: no
48: KOKKOS_ENABLE_CXX26: no
48: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
48: KOKKOS_ENABLE_HWLOC: no
48: KOKKOS_ENABLE_LIBDL: yes
48: KOKKOS_ENABLE_PRAGMA_IVDEP: no
48: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
48: KOKKOS_ENABLE_PRAGMA_UNROLL: no
48: KOKKOS_ENABLE_PRAGMA_VECTOR: no
48: KOKKOS_ENABLE_SERIAL: yes
48: Kokkos Version: 4.7.99
48: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
48: mdspan: enabled
48: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
48: platform: 64bit
19: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                              0.026 s         0.013 s            27  30.2348/s        800
42: [       OK ] std_algorithms_equal_test.test (19 ms)
42: [----------] 1 test from std_algorithms_equal_test (19 ms total)
42: 
42: [----------] 1 test from std_algorithms_all_any_none_of_test
42: [ RUN      ] std_algorithms_all_any_none_of_test.test
42: [       OK ] std_algorithms_all_any_none_of_test.test (32 ms)
42: [----------] 1 test from std_algorithms_all_any_none_of_test (32 ms total)
42: 
42: [----------] 1 test from std_algorithms_nonmod_seq_ops
42: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
42: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (62 ms)
42: [----------] 1 test from std_algorithms_nonmod_seq_ops (62 ms total)
42: 
42: [----------] 1 test from std_algorithms_mismatch_test
42: [ RUN      ] std_algorithms_mismatch_test.test
42: [       OK ] std_algorithms_mismatch_test.test (67 ms)
42: [----------] 1 test from std_algorithms_mismatch_test (67 ms total)
42: 
42: [----------] 1 test from std_algorithms_mod_seq_ops
42: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
42: [       OK ] std_algorithms_mod_seq_ops.move_backward (53 ms)
42: [----------] 1 test from std_algorithms_mod_seq_ops (53 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 13 tests from 10 test suites ran. (2069 ms total)
42: [  PASSED  ] 13 tests.
42/59 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    2.49 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_D

43: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
43: Test timeout computed to be: 1500
43: [==========] Running 31 tests from 5 test suites.
43: [----------] Global test environment set-up.
43: [----------] 3 tests from std_algorithms_mod_ops_test
43: [ RUN      ] std_algorithms_mod_ops_test.move
43: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
43: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
43: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms)
43: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
43: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
43: [----------] 3 tests from std_algorithms_mod_ops_test (2 ms total)
43: 
43: [----------] 12 tests from std_algorithms_mod_seq_ops_test
43: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
43: [       OK ] std_algorithms_mod_seq_ops_test.copy (2 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
43: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
43: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
43: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
43: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
43: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
43: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
43: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
43: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
43: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
43: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
43: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
43: [----------] 12 tests from std_algorithms_mod_seq_ops_test (5 ms total)
43: 
43: [----------] 4 tests from std_algorithms_replace_ops_test
43: [ RUN      ] std_algorithms_replace_ops_test.replace
43: [       OK ] std_algorithms_replace_ops_test.replace (36 ms)
43: [ RUN      ] std_algorithms_replace_ops_test.replace_if
43: [       OK ] std_algorithms_replace_ops_test.replace_if (111 ms)
43: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
43: [       OK ] std_algorithms_replace_ops_test.replace_copy (63 ms)
43: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
43: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (56 ms)
43: [----------] 4 tests from std_algorithms_replace_ops_test (267 ms total)
43: 
43: [----------] 11 tests from std_algorithms_mod_seq_ops
43: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
43: [       OK ] std_algorithms_mod_seq_ops.copy_if (36 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.unique
43: [       OK ] std_algorithms_mod_seq_ops.unique (77 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
43: [       OK ] std_algorithms_mod_seq_ops.unique_copy (49 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.remove
43: [       OK ] std_algorithms_mod_seq_ops.remove (32 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
43: [       OK ] std_algorithms_mod_seq_ops.remove_if (36 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
43: [       OK ] std_algorithms_mod_seq_ops.remove_copy (138 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
43: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (35 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.rotate
19: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                             0.027 s         0.013 s            26  30.1849/s        800
19: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.017 s         0.008 s            10  95.6232/s       1.6k
19: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.016 s         0.008 s            10  100.784/s       1.6k
43: [       OK ] std_algorithms_mod_seq_ops.rotate (1133 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
19: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.017 s         0.008 s            10  93.8445/s       1.6k
43: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (452 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
48: ----------------------------------------------------------------------------------------------------------------------------------------------
48: Benchmark                                                                   Time             CPU   Iterations  FOM: GB/s         MB     Passed
48: ----------------------------------------------------------------------------------------------------------------------------------------------
48: BM_inclusive_scan<std::uint64_t>/100000000/manual_time                  0.262 s         0.260 s             3  6.11322/s       1.6k          1
19: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.017 s         0.008 s            10  95.4805/s       1.6k
19: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.018 s         0.009 s            10   89.026/s       1.6k
19: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.023 s         0.011 s            10  68.6991/s       1.6k
43: [       OK ] std_algorithms_mod_seq_ops.shift_left (1337 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
19: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.012 s         0.006 s            10  136.113/s       1.6k
19: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.012 s         0.006 s            10  135.678/s       1.6k
19: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.013 s         0.007 s            10  119.916/s       1.6k
19: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.013 s         0.006 s            10  123.132/s       1.6k
43: [       OK ] std_algorithms_mod_seq_ops.shift_right (1341 ms)
43: [----------] 11 tests from std_algorithms_mod_seq_ops (4672 ms total)
43: 
43: [----------] 1 test from std_algorithms_modseq_test
43: [ RUN      ] std_algorithms_modseq_test.reverse
43: [       OK ] std_algorithms_modseq_test.reverse (55 ms)
43: [----------] 1 test from std_algorithms_modseq_test (55 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 31 tests from 5 test suites ran. (5003 ms total)
43: [  PASSED  ] 31 tests.
43/59 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    5.44 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_E

44: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
44: Test timeout computed to be: 1500
19: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.015 s         0.007 s            10  109.122/s       1.6k
44: [==========] Running 29 tests from 7 test suites.
44: [----------] Global test environment set-up.
44: [----------] 2 tests from std_algorithms_sorting_ops_test
44: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
44: [       OK ] std_algorithms_sorting_ops_test.is_sorted (15 ms)
44: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
44: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (12 ms)
44: [----------] 2 tests from std_algorithms_sorting_ops_test (28 ms total)
44: 
44: [----------] 4 tests from std_algorithms_partitioning_test
44: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
44: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
44: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
44: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (2 ms)
44: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
44: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms)
44: [ RUN      ] std_algorithms_partitioning_test.partition_point
44: [       OK ] std_algorithms_partitioning_test.partition_point (1 ms)
44: [----------] 4 tests from std_algorithms_partitioning_test (4 ms total)
44: 
44: [----------] 1 test from std_algorithms_partitioning_ops
44: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
44: [       OK ] std_algorithms_partitioning_ops.partition_copy (32 ms)
44: [----------] 1 test from std_algorithms_partitioning_ops (32 ms total)
44: 
44: [----------] 12 tests from std_algorithms_numerics_test
44: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
44: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (7 ms)
44: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
44: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
44: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
44: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms)
44: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
44: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms)
44: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
44: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
44: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
44: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
44: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
44: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
44: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
44: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms)
44: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
44: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
44: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
44: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
44: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
44: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms)
44: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
44: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms)
44: [----------] 12 tests from std_algorithms_numerics_test (18 ms total)
44: 
44: [----------] 1 test from std_algorithms_numerics_ops_test
44: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
44: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (106 ms)
44: [----------] 1 test from std_algorithms_numerics_ops_test (106 ms total)
44: 
44: [----------] 8 tests from std_algorithms_numeric_ops_test
44: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
48: BM_inclusive_scan<std::int64_t>/100000000/manual_time                   0.261 s         0.260 s             3   6.1204/s       1.6k          1
19: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.022 s         0.011 s            10  73.0847/s       1.6k
19: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.023 s         0.011 s            10  70.0006/s       1.6k
44: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (695 ms)
44: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
44: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
44: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
19: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.023 s         0.011 s            10  70.1313/s       1.6k
44: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (623 ms)
44: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
44: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
44: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
44: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (199 ms)
44: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
44: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
44: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
19: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.023 s         0.011 s            10  69.9049/s       1.6k
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
44: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (344 ms)
44: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
44: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
44: [----------] 8 tests from std_algorithms_numeric_ops_test (1862 ms total)
44: 
44: [----------] 1 test from std_algorithms_transform_ops_test
44: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
44: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (41 ms)
44: [----------] 1 test from std_algorithms_transform_ops_test (41 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 29 tests from 7 test suites ran. (2094 ms total)
44: [  PASSED  ] 29 tests.
44/59 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    2.52 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

45: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
45: Test timeout computed to be: 1500
19: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.023 s         0.011 s            10  69.9754/s       1.6k
45: [==========] Running 12 tests from 7 test suites.
45: [----------] Global test environment set-up.
45: [----------] 2 tests from std_algorithms_adjacent_find_team_test
45: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
19: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.022 s         0.011 s            10  71.9545/s       1.6k
45: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (316 ms)
45: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
45: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (297 ms)
45: [----------] 2 tests from std_algorithms_adjacent_find_team_test (614 ms total)
45: 
45: [----------] 2 tests from std_algorithms_count_team_test
45: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
45: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (146 ms)
45: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
19: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.022 s         0.011 s            10  72.8106/s       1.6k
45: [       OK ] std_algorithms_count_team_test.count_returns_zero (130 ms)
45: [----------] 2 tests from std_algorithms_count_team_test (277 ms total)
45: 
45: [----------] 1 test from std_algorithms_count_if_team_test
45: [ RUN      ] std_algorithms_count_if_team_test.test
45: [       OK ] std_algorithms_count_if_team_test.test (170 ms)
45: [----------] 1 test from std_algorithms_count_if_team_test (170 ms total)
45: 
45: [----------] 1 test from std_algorithms_for_each_team_test
45: [ RUN      ] std_algorithms_for_each_team_test.test
48: BM_inclusive_scan<double>/100000000/manual_time                         0.338 s         0.337 s             2  4.72974/s       1.6k          1
19: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.022 s         0.011 s            10  73.0435/s       1.6k
45: [       OK ] std_algorithms_for_each_team_test.test (261 ms)
45: [----------] 1 test from std_algorithms_for_each_team_test (261 ms total)
45: 
45: [----------] 1 test from std_algorithms_for_each_n_team_test
45: [ RUN      ] std_algorithms_for_each_n_team_test.test
45: [       OK ] std_algorithms_for_each_n_team_test.test (259 ms)
45: [----------] 1 test from std_algorithms_for_each_n_team_test (259 ms total)
45: 
45: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
45: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
19: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.020 s         0.010 s            10   78.622/s       1.6k
45: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (406 ms)
45: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
19: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.023 s         0.011 s            10  69.1967/s       1.6k
45: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (350 ms)
45: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
45: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (345 ms)
45: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1102 ms total)
45: 
45: [----------] 2 tests from std_algorithms_mismatch_team_test
45: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
19: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.023 s         0.011 s            10  68.9141/s       1.6k
19: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.022 s         0.011 s            10  72.5881/s       1.6k
45: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (424 ms)
45: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
45: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (390 ms)
45: [----------] 2 tests from std_algorithms_mismatch_team_test (815 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 12 tests from 7 test suites ran. (3500 ms total)
45: [  PASSED  ] 12 tests.
45/59 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed    3.93 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

46: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
46: Test timeout computed to be: 1500
19: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.022 s         0.010 s            10  74.0584/s       1.6k
46: [==========] Running 8 tests from 4 test suites.
46: [----------] Global test environment set-up.
46: [----------] 2 tests from std_algorithms_equal_team_test
46: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
19: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.021 s         0.010 s            10  75.6082/s       1.6k
48: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time      0.261 s         0.260 s             3  6.12649/s       1.6k          1
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
19: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.029 s         0.014 s            10  54.8471/s       1.6k
46: [       OK ] std_algorithms_equal_team_test.views_are_equal (722 ms)
46: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
19: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.020 s         0.010 s            10  81.7433/s       1.6k
46: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (648 ms)
46: [----------] 2 tests from std_algorithms_equal_team_test (1371 ms total)
46: 
46: [----------] 2 tests from std_algorithms_search_team_test
46: [ RUN      ] std_algorithms_search_team_test.sequences_exist
19: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.030 s         0.015 s            10  53.4142/s       1.6k
46: [       OK ] std_algorithms_search_team_test.sequences_exist (331 ms)
46: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
46: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (336 ms)
46: [----------] 2 tests from std_algorithms_search_team_test (668 ms total)
46: 
46: [----------] 2 tests from std_algorithms_find_end_team_test
46: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
19: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.028 s         0.014 s            10  56.7554/s       1.6k
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o
46: [       OK ] std_algorithms_find_end_team_test.sequences_exist (423 ms)
46: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
46: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (367 ms)
46: [----------] 2 tests from std_algorithms_find_end_team_test (791 ms total)
46: 
46: [----------] 2 tests from std_algorithms_find_first_of_team_test
46: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
19: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.025 s         0.012 s            10  64.2112/s       1.6k
46: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (364 ms)
46: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
19: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.028 s         0.014 s            10  57.3932/s       1.6k
46: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (482 ms)
46: [----------] 2 tests from std_algorithms_find_first_of_team_test (847 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 8 tests from 4 test suites ran. (3678 ms total)
46: [  PASSED  ] 8 tests.
48: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time       0.260 s         0.260 s             3    6.161/s       1.6k          1
46/59 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed    4.10 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

47: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
47: Test timeout computed to be: 1500
19: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.031 s         0.015 s            10  52.0311/s       1.6k
47: [==========] Running 11 tests from 7 test suites.
47: [----------] Global test environment set-up.
47: [----------] 2 tests from std_algorithms_find_team_test
47: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
47: [       OK ] std_algorithms_find_team_test.searched_values_exist (144 ms)
47: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
47: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (148 ms)
47: [----------] 2 tests from std_algorithms_find_team_test (293 ms total)
47: 
47: [----------] 2 tests from std_algorithms_find_if_team_test
47: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
47: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (136 ms)
47: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
47: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (148 ms)
47: [----------] 2 tests from std_algorithms_find_if_team_test (285 ms total)
47: 
47: [----------] 2 tests from std_algorithms_find_if_not_team_test
47: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
47: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (150 ms)
47: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
47: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (140 ms)
47: [----------] 2 tests from std_algorithms_find_if_not_team_test (290 ms total)
47: 
47: [----------] 1 test from std_algorithms_all_of_team_test
47: [ RUN      ] std_algorithms_all_of_team_test.test
47: [       OK ] std_algorithms_all_of_team_test.test (148 ms)
47: [----------] 1 test from std_algorithms_all_of_team_test (148 ms total)
47: 
47: [----------] 1 test from std_algorithms_any_of_team_test
47: [ RUN      ] std_algorithms_any_of_team_test.test
47: [       OK ] std_algorithms_any_of_team_test.test (142 ms)
47: [----------] 1 test from std_algorithms_any_of_team_test (143 ms total)
47: 
47: [----------] 1 test from std_algorithms_none_of_team_test
47: [ RUN      ] std_algorithms_none_of_team_test.test
47: [       OK ] std_algorithms_none_of_team_test.test (149 ms)
47: [----------] 1 test from std_algorithms_none_of_team_test (149 ms total)
47: 
47: [----------] 2 tests from std_algorithms_search_n_team_test
47: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
47: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (168 ms)
47: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
47: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (154 ms)
47: [----------] 2 tests from std_algorithms_search_n_team_test (323 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 11 tests from 7 test suites ran. (1634 ms total)
47: [  PASSED  ] 11 tests.
19: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                       0.126 s         0.106 s            10  12.6813/s       1.6k
47/59 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    2.05 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

48: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
48: Test timeout computed to be: 1500
48: [==========] Running 3 tests from 3 test suites.
48: [----------] Global test environment set-up.
48: [----------] 1 test from std_algorithms_min_element_team_test
48: [ RUN      ] std_algorithms_min_element_team_test.test
48: [       OK ] std_algorithms_min_element_team_test.test (436 ms)
48: [----------] 1 test from std_algorithms_min_element_team_test (436 ms total)
48: 
48: [----------] 1 test from std_algorithms_max_element_team_test
48: [ RUN      ] std_algorithms_max_element_team_test.test
48: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time             0.337 s         0.337 s             2  4.74913/s       1.6k          1
48: [       OK ] std_algorithms_max_element_team_test.test (419 ms)
48: [----------] 1 test from std_algorithms_max_element_team_test (419 ms total)
48: 
48: [----------] 1 test from std_algorithms_minmax_element_team_test
48: [ RUN      ] std_algorithms_minmax_element_team_test.test
48: [       OK ] std_algorithms_minmax_element_team_test.test (459 ms)
48: [----------] 1 test from std_algorithms_minmax_element_team_test (459 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 3 tests from 3 test suites ran. (1315 ms total)
48: [  PASSED  ] 3 tests.
48/59 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    1.73 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

49: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
49: Test timeout computed to be: 1500
19: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                      0.126 s         0.106 s            10  12.6751/s       1.6k
19/49 Test #19: Kokkos_PerformanceTest_Benchmark ...........................   Passed  237.84 sec
test 20
      Start 20: Kokkos_Benchmark_Atomic_MinMax

20: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-09-11_T05-14-36.json"
20: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test
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: 2025-09-11T05:43:02+00:00
20: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
20: Run on (4 X 2000 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: 5.64, 6.28, 6.08
20: CPU architecture: none
20: Default Device: OpenMP
20: GIT_BRANCH: HEAD
20: GIT_CLEAN_STATUS: CLEAN
20: GIT_COMMIT_DATE: 2025-09-11T01:14:26-04:00
20: GIT_COMMIT_DESCRIPTION: Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD
20: GIT_COMMIT_HASH: 95123c50c
20: GPU architecture: none
20: KOKKOS_COMPILER_GNU: 1050
20: KOKKOS_ENABLE_ASM: yes
20: KOKKOS_ENABLE_CXX20: yes
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.7.99
20: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
20: mdspan: enabled
20: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
20: platform: 64bit
20: ----------------------------------------------------------------------------------------------------------------------------------------
20: Benchmark                                                                                              Time             CPU   Iterations
20: ----------------------------------------------------------------------------------------------------------------------------------------
20: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.002 s         0.001 s            10
20: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.002 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.002 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
49: [==========] Running 6 tests from 6 test suites.
49: [----------] Global test environment set-up.
49: [----------] 1 test from std_algorithms_fill_team_test
49: [ RUN      ] std_algorithms_fill_team_test.test
49: [       OK ] std_algorithms_fill_team_test.test (171 ms)
49: [----------] 1 test from std_algorithms_fill_team_test (171 ms total)
49: 
49: [----------] 1 test from std_algorithms_fill_n_team_test
49: [ RUN      ] std_algorithms_fill_n_team_test.test
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.002 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
49: [       OK ] std_algorithms_fill_n_team_test.test (350 ms)
49: [----------] 1 test from std_algorithms_fill_n_team_test (350 ms total)
49: 
49: [----------] 1 test from std_algorithms_replace_team_test
49: [ RUN      ] std_algorithms_replace_team_test.test
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
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/49 Test #20: Kokkos_Benchmark_Atomic_MinMax .............................   Passed    0.77 sec
test 21
      Start 21: Kokkos_PerformanceTest_ViewFirstTouch

21: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-09-11_T05-14-36.json"
21: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test
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: 2025-09-11T05:43:03+00:00
21: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch
21: Run on (4 X 2000 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: 5.51, 6.24, 6.07
21: CPU architecture: none
21: Default Device: OpenMP
21: GIT_BRANCH: HEAD
21: GIT_CLEAN_STATUS: CLEAN
21: GIT_COMMIT_DATE: 2025-09-11T01:14:26-04:00
21: GIT_COMMIT_DESCRIPTION: Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD
21: GIT_COMMIT_HASH: 95123c50c
21: GPU architecture: none
21: KOKKOS_COMPILER_GNU: 1050
21: KOKKOS_ENABLE_ASM: yes
21: KOKKOS_ENABLE_CXX20: yes
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.7.99
21: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
21: mdspan: enabled
21: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
21: platform: 64bit
49: [       OK ] std_algorithms_replace_team_test.test (251 ms)
49: [----------] 1 test from std_algorithms_replace_team_test (251 ms total)
49: 
49: [----------] 1 test from std_algorithms_replace_if_team_test
49: [ RUN      ] std_algorithms_replace_if_team_test.test
49: [       OK ] std_algorithms_replace_if_team_test.test (226 ms)
49: [----------] 1 test from std_algorithms_replace_if_team_test (226 ms total)
49: 
49: [----------] 1 test from std_algorithms_replace_copy_team_test
49: [ RUN      ] std_algorithms_replace_copy_team_test.test
49: [       OK ] std_algorithms_replace_copy_team_test.test (342 ms)
49: [----------] 1 test from std_algorithms_replace_copy_team_test (342 ms total)
49: 
49: [----------] 1 test from std_algorithms_replace_copy_if_team_test
49: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
49: [       OK ] std_algorithms_replace_copy_if_team_test.test (268 ms)
49: [----------] 1 test from std_algorithms_replace_copy_if_team_test (268 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 6 tests from 6 test suites ran. (1610 ms total)
49: [  PASSED  ] 6 tests.
49/59 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    2.03 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

50: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
50: Test timeout computed to be: 1500
21: ------------------------------------------------------------------------------------------------------------------------------------
21: Benchmark                                                                    Time             CPU   Iterations  FOM: GB/s         MB
21: ------------------------------------------------------------------------------------------------------------------------------------
21: ViewFirstTouch_Initialize<double>/N:64/manual_time                       0.000 s         0.000 s       1280096 0.941017/s       512u
50: [==========] Running 4 tests from 4 test suites.
50: [----------] Global test environment set-up.
50: [----------] 1 test from std_algorithms_reverse_team_test
50: [ RUN      ] std_algorithms_reverse_team_test.test
50: [       OK ] std_algorithms_reverse_team_test.test (195 ms)
50: [----------] 1 test from std_algorithms_reverse_team_test (195 ms total)
50: 
50: [----------] 1 test from std_algorithms_reverse_copy_team_test
50: [ RUN      ] std_algorithms_reverse_copy_team_test.test
48: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time      0.330 s         0.328 s             2  4.84956/s       1.6k          1
50: [       OK ] std_algorithms_reverse_copy_team_test.test (249 ms)
50: [----------] 1 test from std_algorithms_reverse_copy_team_test (249 ms total)
50: 
50: [----------] 1 test from std_algorithms_rotate_team_test
50: [ RUN      ] std_algorithms_rotate_team_test.test
21: ViewFirstTouch_Initialize<double>/N:512/manual_time                      0.000 s         0.000 s       1159890  6.78589/s     4.096m
50: [       OK ] std_algorithms_rotate_team_test.test (470 ms)
50: [----------] 1 test from std_algorithms_rotate_team_test (470 ms total)
50: 
50: [----------] 1 test from std_algorithms_rotate_copy_team_test
50: [ RUN      ] std_algorithms_rotate_copy_team_test.test
50: [       OK ] std_algorithms_rotate_copy_team_test.test (511 ms)
50: [----------] 1 test from std_algorithms_rotate_copy_team_test (511 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 4 tests from 4 test suites ran. (1427 ms total)
50: [  PASSED  ] 4 tests.
50/59 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    1.84 sec
test 51
      Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

51: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
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_move_team_test
51: [ RUN      ] std_algorithms_move_team_test.test
21: ViewFirstTouch_Initialize<double>/N:4096/manual_time                     0.000 s         0.000 s        761900  35.9544/s   0.032768
51: [       OK ] std_algorithms_move_team_test.test (375 ms)
51: [----------] 1 test from std_algorithms_move_team_test (375 ms total)
51: 
51: [----------] 1 test from std_algorithms_move_backward_team_test
51: [ RUN      ] std_algorithms_move_backward_team_test.test
51: [       OK ] std_algorithms_move_backward_team_test.test (325 ms)
51: [----------] 1 test from std_algorithms_move_backward_team_test (325 ms total)
51: 
51: [----------] 1 test from std_algorithms_shift_left_team_test
51: [ RUN      ] std_algorithms_shift_left_team_test.test
21: ViewFirstTouch_Initialize<double>/N:32768/manual_time                    0.000 s         0.000 s         14587  5.31045/s   0.262144
48: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time       0.331 s         0.330 s             2  4.83208/s       1.6k          1
51: [       OK ] std_algorithms_shift_left_team_test.test (1209 ms)
51: [----------] 1 test from std_algorithms_shift_left_team_test (1209 ms total)
51: 
51: [----------] 1 test from std_algorithms_shift_right_team_test
51: [ RUN      ] std_algorithms_shift_right_team_test.test
21: ViewFirstTouch_Initialize<double>/N:262144/manual_time                   0.000 s         0.000 s         11389   35.168/s    2.09715
51: [       OK ] std_algorithms_shift_right_team_test.test (1191 ms)
51: [----------] 1 test from std_algorithms_shift_right_team_test (1191 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 4 tests from 4 test suites ran. (3103 ms total)
51: [  PASSED  ] 4 tests.
51/59 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed    3.52 sec
test 52
      Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

52: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
52: Test timeout computed to be: 1500
21: ViewFirstTouch_Initialize<double>/N:2097152/manual_time                  0.000 s         0.000 s          5856  141.336/s    16.7772
52: [==========] Running 9 tests from 9 test suites.
52: [----------] Global test environment set-up.
52: [----------] 1 test from std_algorithms_copy_team_test
52: [ RUN      ] std_algorithms_copy_team_test.test
52: [       OK ] std_algorithms_copy_team_test.test (476 ms)
52: [----------] 1 test from std_algorithms_copy_team_test (476 ms total)
52: 
52: [----------] 1 test from std_algorithms_copy_n_team_test
52: [ RUN      ] std_algorithms_copy_n_team_test.test
52: [       OK ] std_algorithms_copy_n_team_test.test (441 ms)
52: [----------] 1 test from std_algorithms_copy_n_team_test (441 ms total)
52: 
52: [----------] 1 test from std_algorithms_copy_backward_team_test
52: [ RUN      ] std_algorithms_copy_backward_team_test.test
21: ViewFirstTouch_Initialize<double>/N:16777216/manual_time                 0.022 s         0.025 s            31  6.03048/s    134.218
52: [       OK ] std_algorithms_copy_backward_team_test.test (338 ms)
52: [----------] 1 test from std_algorithms_copy_backward_team_test (338 ms total)
52: 
52: [----------] 1 test from std_algorithms_copy_if_team_test
52: [ RUN      ] std_algorithms_copy_if_team_test.test
48: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time             0.277 s         0.277 s             3  5.77058/s       1.6k          1
48/51 Test #48: Kokkos_PerformanceTest_InclusiveScan .......................   Passed   29.08 sec
test 49
      Start 49: Kokkos_UnitTest_SIMD

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

50: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/example/virtual_functions/Kokkos_example_virtual_functions
50: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/example/virtual_functions
50: Test timeout computed to be: 1500
50: Values: 1 2
50/51 Test #50: Kokkos_Example_VirtualFunctions ............................   Passed    0.00 sec
test 51
      Start 51: Kokkos_Example_RelocatableFunction

51: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/example/relocatable_function/Kokkos_example_relocatable_function
51: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/example/relocatable_function
51: Test timeout computed to be: 1500
51: 1.000000e+01 8.667000e-06s (relocatable) vs. 6.210000e-07s (inline)
51: 1.000000e+02 5.210000e-07s (relocatable) vs. 3.300000e-07s (inline)
51: 1.000000e+03 2.415000e-06s (relocatable) vs. 4.810000e-07s (inline)
51: 1.000000e+04 2.131000e-05s (relocatable) vs. 1.903000e-06s (inline)
51: 1.000000e+05 2.096340e-04s (relocatable) vs. 1.340500e-05s (inline)
51: 1.000000e+06 2.160704e-03s (relocatable) vs. 1.434900e-04s (inline)
51: 1.000000e+07 2.118845e-02s (relocatable) vs. 1.321686e-03s (inline)
51: 1.000000e+08 2.119243e-01s (relocatable) vs. 1.382384e-02s (inline)
51/51 Test #51: Kokkos_Example_RelocatableFunction .........................   Passed    0.25 sec

100% tests passed, 0 tests failed out of 51

Label Time Summary:
Kokkos    = 147.75 sec*proc (41 tests)

Total Test time (real) = 855.84 sec
Post stage
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
$ docker stop --time=1 5cea919357fb69a67ee2512bbcefd4453ee59ef7d0f5a2fafdd79eb222c4ac4d
52: [       OK ] std_algorithms_copy_if_team_test.test (322 ms)
52: [----------] 1 test from std_algorithms_copy_if_team_test (322 ms total)
52: 
52: [----------] 1 test from std_algorithms_unique_copy_team_test
52: [ RUN      ] std_algorithms_unique_copy_team_test.test
52: [       OK ] std_algorithms_unique_copy_team_test.test (344 ms)
52: [----------] 1 test from std_algorithms_unique_copy_team_test (344 ms total)
52: 
52: [----------] 1 test from std_algorithms_remove_team_test
52: [ RUN      ] std_algorithms_remove_team_test.test
52: [       OK ] std_algorithms_remove_team_test.test (320 ms)
52: [----------] 1 test from std_algorithms_remove_team_test (320 ms total)
52: 
52: [----------] 1 test from std_algorithms_remove_if_team_test
52: [ RUN      ] std_algorithms_remove_if_team_test.test
21: ViewFirstTouch_ParallelFor<double>/N:64/manual_time                      0.000 s         0.000 s         15275 0.0224277/s      1024u
INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-8428' for the testing framework 'CTest-Version 3.x (default)'.
52: [       OK ] std_algorithms_remove_if_team_test.test (302 ms)
52: [----------] 1 test from std_algorithms_remove_if_team_test (302 ms total)
52: 
52: [----------] 1 test from std_algorithms_remove_copy_team_test
52: [ RUN      ] std_algorithms_remove_copy_team_test.test
52: [       OK ] std_algorithms_remove_copy_team_test.test (320 ms)
52: [----------] 1 test from std_algorithms_remove_copy_team_test (320 ms total)
52: 
52: [----------] 1 test from std_algorithms_remove_copy_if_team_test
52: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
52: [       OK ] std_algorithms_remove_copy_if_team_test.test (269 ms)
52: [----------] 1 test from std_algorithms_remove_copy_if_team_test (270 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 9 tests from 9 test suites ran. (3137 ms total)
52: [  PASSED  ] 9 tests.
$ docker rm -f --volumes 5cea919357fb69a67ee2512bbcefd4453ee59ef7d0f5a2fafdd79eb222c4ac4d
52/59 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    3.56 sec
test 53
      Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

53: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
53: Test timeout computed to be: 1500
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
53: [==========] Running 4 tests from 4 test suites.
53: [----------] Global test environment set-up.
53: [----------] 1 test from std_algorithms_unique_team_test
53: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
[Pipeline] // stage
[Pipeline] }
21: ViewFirstTouch_ParallelFor<double>/N:512/manual_time                     0.000 s         0.000 s         15453 0.177822/s     8.192m
53: [       OK ] std_algorithms_unique_team_test.test_default_predicate (470 ms)
53: [----------] 1 test from std_algorithms_unique_team_test (470 ms total)
53: 
53: [----------] 1 test from std_algorithms_adjacent_difference_team_test
53: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
21: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time                    0.000 s         0.000 s         12203 0.963707/s   0.065536
53: [       OK ] std_algorithms_adjacent_difference_team_test.test (575 ms)
53: [----------] 1 test from std_algorithms_adjacent_difference_team_test (575 ms total)
53: 
53: [----------] 1 test from std_algorithms_reduce_team_test
53: [ RUN      ] std_algorithms_reduce_team_test.test
53: [       OK ] std_algorithms_reduce_team_test.test (457 ms)
53: [----------] 1 test from std_algorithms_reduce_team_test (457 ms total)
53: 
53: [----------] 1 test from std_algorithms_transform_reduce_team_test
53: [ RUN      ] std_algorithms_transform_reduce_team_test.test
53: [       OK ] std_algorithms_transform_reduce_team_test.test (723 ms)
53: [----------] 1 test from std_algorithms_transform_reduce_team_test (723 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 4 tests from 4 test suites ran. (2226 ms total)
53: [  PASSED  ] 4 tests.
53/59 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    2.64 sec
test 54
      Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

54: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
54: Test timeout computed to be: 1500
21: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time                   0.000 s         0.000 s         12376  9.22726/s   0.524288
54: [==========] Running 18 tests from 5 test suites.
54: [----------] Global test environment set-up.
54: [----------] 2 tests from std_algorithms_is_sorted_team_test
54: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
54: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (438 ms)
54: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
54: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (415 ms)
54: [----------] 2 tests from std_algorithms_is_sorted_team_test (853 ms total)
54: 
54: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
54: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
54: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (22 ms)
54: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
54: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (24 ms)
54: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
21: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time                  0.000 s         0.000 s          7211  44.0561/s     4.1943
54: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (343 ms)
54: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
54: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (385 ms)
54: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (776 ms total)
54: 
54: [----------] 4 tests from std_algorithms_is_partitioned_team_test
54: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
54: [       OK ] std_algorithms_is_partitioned_team_test.empty (12 ms)
54: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
54: [       OK ] std_algorithms_is_partitioned_team_test.all_true (201 ms)
54: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
54: [       OK ] std_algorithms_is_partitioned_team_test.all_false (184 ms)
54: [ RUN      ] std_algorithms_is_partitioned_team_test.random
54: [       OK ] std_algorithms_is_partitioned_team_test.random (177 ms)
54: [----------] 4 tests from std_algorithms_is_partitioned_team_test (576 ms total)
54: 
54: [----------] 4 tests from std_algorithms_partition_copy_team_test
54: [ RUN      ] std_algorithms_partition_copy_team_test.empty
54: [       OK ] std_algorithms_partition_copy_team_test.empty (20 ms)
54: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
54: [       OK ] std_algorithms_partition_copy_team_test.all_true (531 ms)
54: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
21: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time                 0.000 s         0.000 s          1846   88.456/s    33.5544
54: [       OK ] std_algorithms_partition_copy_team_test.all_false (519 ms)
54: [ RUN      ] std_algorithms_partition_copy_team_test.random
54: [       OK ] std_algorithms_partition_copy_team_test.random (505 ms)
54: [----------] 4 tests from std_algorithms_partition_copy_team_test (1577 ms total)
54: 
54: [----------] 4 tests from std_algorithms_partition_point_team_test
54: [ RUN      ] std_algorithms_partition_point_team_test.empty
54: [       OK ] std_algorithms_partition_point_team_test.empty (13 ms)
54: [ RUN      ] std_algorithms_partition_point_team_test.all_true
54: [       OK ] std_algorithms_partition_point_team_test.all_true (165 ms)
54: [ RUN      ] std_algorithms_partition_point_team_test.all_false
54: [       OK ] std_algorithms_partition_point_team_test.all_false (164 ms)
54: [ RUN      ] std_algorithms_partition_point_team_test.random
54: [       OK ] std_algorithms_partition_point_team_test.random (147 ms)
54: [----------] 4 tests from std_algorithms_partition_point_team_test (490 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 18 tests from 5 test suites ran. (4275 ms total)
54: [  PASSED  ] 18 tests.
54/59 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    4.70 sec
test 55
      Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

55: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
55: Test timeout computed to be: 1500
55: [==========] Running 5 tests from 4 test suites.
55: [----------] Global test environment set-up.
55: [----------] 2 tests from std_algorithms_transform_team_test
55: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
55: [       OK ] std_algorithms_transform_team_test.test_unary_op (483 ms)
55: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
55: [       OK ] std_algorithms_transform_team_test.test_binary_op (501 ms)
55: [----------] 2 tests from std_algorithms_transform_team_test (984 ms total)
55: 
55: [----------] 1 test from std_algorithms_generate_team_test
55: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
55: [       OK ] std_algorithms_generate_team_test.test_unary_op (899 ms)
55: [----------] 1 test from std_algorithms_generate_team_test (899 ms total)
55: 
55: [----------] 1 test from std_algorithms_generate_n_team_test
55: [ RUN      ] std_algorithms_generate_n_team_test.test
55: [       OK ] std_algorithms_generate_n_team_test.test (408 ms)
55: [----------] 1 test from std_algorithms_generate_n_team_test (408 ms total)
55: 
55: [----------] 1 test from std_algorithms_swap_ranges_team_test
55: [ RUN      ] std_algorithms_swap_ranges_team_test.test
55: [       OK ] std_algorithms_swap_ranges_team_test.test (479 ms)
55: [----------] 1 test from std_algorithms_swap_ranges_team_test (479 ms total)
55: 
55: [----------] Global test environment tear-down
55: [==========] 5 tests from 4 test suites ran. (2772 ms total)
55: [  PASSED  ] 5 tests.
55/59 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    3.19 sec
test 56
      Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

56: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
56: Test timeout computed to be: 1500
56: [==========] Running 2 tests from 2 test suites.
56: [----------] Global test environment set-up.
56: [----------] 1 test from std_algorithms_exclusive_scan_team_test
56: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
56: [       OK ] std_algorithms_exclusive_scan_team_test.test (1236 ms)
56: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1236 ms total)
56: 
56: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
56: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
21: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time                0.005 s         0.027 s           132  50.7169/s    268.435
56: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (653 ms)
56: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (653 ms total)
56: 
56: [----------] Global test environment tear-down
56: [==========] 2 tests from 2 test suites ran. (1890 ms total)
56: [  PASSED  ] 2 tests.
56/59 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    2.31 sec
test 57
      Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

57: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
57: Test timeout computed to be: 1500
21: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time            0.000 s         0.000 s       2641710  3.91248/s      1024u
57: [==========] Running 2 tests from 2 test suites.
57: [----------] Global test environment set-up.
57: [----------] 1 test from std_algorithms_inclusive_scan_team_test
57: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
21: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time           0.000 s         0.000 s       2393247  27.9328/s     8.192m
21: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time          0.000 s         0.000 s       1108446  103.313/s   0.065536
57: [       OK ] std_algorithms_inclusive_scan_team_test.test (1731 ms)
57: [----------] 1 test from std_algorithms_inclusive_scan_team_test (1731 ms total)
57: 
57: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
57: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
57: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (1111 ms)
57: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1111 ms total)
57: 
57: [----------] Global test environment tear-down
57: [==========] 2 tests from 2 test suites ran. (2842 ms total)
57: [  PASSED  ] 2 tests.
57/59 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    3.26 sec
test 58
      Start 58: Kokkos_PerformanceTest_InclusiveScan

58: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-09-11_T05-21-40.json"
58: Test timeout computed to be: 1500
21: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time         0.000 s         0.000 s         14295  10.6485/s   0.524288
58: 2025-09-11T05:49:57+00:00
58: Running /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan
58: Run on (255 X 3375.3 MHz CPU s)
58: CPU Caches:
58:   L1 Data 32 KiB (x127)
58:   L1 Instruction 32 KiB (x127)
58:   L2 Unified 512 KiB (x127)
58:   L3 Unified 32768 KiB (x15)
58: Load Average: 2.59, 3.42, 5.67
58: APU or dGPU: dGPU
58: Architecture capable of accessing system allocated memory: 1
58: CPU architecture: none
58: Default Device: HIP
58: GPU architecture: AMD_GFX908
58: Is Large Bar: 1
58: KOKKOS_COMPILER_CLANG: 1800
58: KOKKOS_ENABLE_ASM: no
58: KOKKOS_ENABLE_CXX20: yes
58: KOKKOS_ENABLE_CXX23: no
58: KOKKOS_ENABLE_CXX26: no
58: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
58: KOKKOS_ENABLE_HIP: yes
58: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
58: KOKKOS_ENABLE_HWLOC: no
58: KOKKOS_ENABLE_LIBDL: yes
58: KOKKOS_ENABLE_PRAGMA_IVDEP: no
58: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
58: KOKKOS_ENABLE_PRAGMA_UNROLL: no
58: KOKKOS_ENABLE_PRAGMA_VECTOR: no
58: KOKKOS_ENABLE_SERIAL: yes
58: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
58: Kokkos Version: 4.7.99
58: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected
58: Shared Memory per Block: 64 KiB
58: Supports Managed Memory: 1
58: System allows accessing system allocated memory on GPU: 0
58: Total Global Memory: 31.98 GiB
58: Wavefront Size: 64
58: XNACK environment variable set: no
58: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
58: macro  HIP_VERSION: 60241134 = version 6.2.41134
58: macro  KOKKOS_ENABLE_HIP: defined
58: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
58: macro KOKKOS_ENABLE_ROCTHRUST: defined
58: mdspan: enabled
58: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
58: platform: 64bit
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
21: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time        0.000 s         0.000 s         12048  70.5091/s     4.1943
21: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time       0.000 s         0.000 s          5891  280.222/s    33.5544
21: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time      0.004 s         0.002 s           156  59.8145/s    268.435
21: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time            0.000 s         0.000 s         14743 0.0218524/s      1024u
58: ----------------------------------------------------------------------------------------------------------------------------------------------
58: Benchmark                                                                   Time             CPU   Iterations  FOM: GB/s         MB     Passed
58: ----------------------------------------------------------------------------------------------------------------------------------------------
58: BM_inclusive_scan<std::uint64_t>/100000000/manual_time                  0.002 s         0.002 s           433  896.878/s       1.6k          1
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o
21: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time           0.000 s         0.000 s         14834 0.175617/s     8.192m
21: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time          0.000 s         0.000 s         14720  1.35413/s   0.065536
58: BM_inclusive_scan<std::int64_t>/100000000/manual_time                   0.002 s         0.002 s           392  973.911/s       1.6k          1
21: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time         0.000 s         0.000 s         14431  10.7365/s   0.524288
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
21: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time        0.000 s         0.000 s         11707  70.3356/s     4.1943
21: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time       0.000 s         0.000 s          5793  279.893/s    33.5544
21: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time      0.004 s         0.002 s           159  61.0353/s    268.435
21/49 Test #21: Kokkos_PerformanceTest_ViewFirstTouch ......................   Passed   37.14 sec
test 22
      Start 22: Kokkos_PerformanceTest_Mempool

22: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-09-11_T05-14-36.json"
22: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test
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: 2025-09-11T05:43:40+00:00
22: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Mempool
22: Run on (4 X 2000 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: 5.20, 6.09, 6.02
22: CPU architecture: none
22: Default Device: OpenMP
22: GIT_BRANCH: HEAD
22: GIT_CLEAN_STATUS: CLEAN
22: GIT_COMMIT_DATE: 2025-09-11T01:14:26-04:00
22: GIT_COMMIT_DESCRIPTION: Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD
22: GIT_COMMIT_HASH: 95123c50c
22: GPU architecture: none
22: KOKKOS_COMPILER_GNU: 1050
22: KOKKOS_ENABLE_ASM: yes
22: KOKKOS_ENABLE_CXX20: yes
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.7.99
22: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
22: mdspan: enabled
22: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
22: platform: 64bit
58: BM_inclusive_scan<double>/100000000/manual_time                         0.002 s         0.002 s           432   976.77/s       1.6k          1
22: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
22: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
22: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
22: 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          1178               9.41875M/s
22: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
22: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
22: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
22: 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          2469                39.4649M/s
22/49 Test #22: Kokkos_PerformanceTest_Mempool .............................   Passed    1.84 sec
test 23
      Start 23: Kokkos_PerformanceTest_Atomic

23: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-09-11_T05-14-36.json"
23: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test
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: 2025-09-11T05:43:42+00:00
23: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Atomic
23: Run on (4 X 2000 MHz CPU s)
23: CPU Caches:
23:   L1 Data 64 KiB (x4)
23:   L1 Instruction 64 KiB (x4)
23:   L2 Unified 512 KiB (x4)
23:   L3 Unified 16384 KiB (x4)
23: Load Average: 5.20, 6.09, 6.02
23: CPU architecture: none
23: Default Device: OpenMP
23: GIT_BRANCH: HEAD
23: GIT_CLEAN_STATUS: CLEAN
23: GIT_COMMIT_DATE: 2025-09-11T01:14:26-04:00
23: GIT_COMMIT_DESCRIPTION: Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD
23: GIT_COMMIT_HASH: 95123c50c
23: GPU architecture: none
23: KOKKOS_COMPILER_GNU: 1050
23: KOKKOS_ENABLE_ASM: yes
23: KOKKOS_ENABLE_CXX20: yes
23: KOKKOS_ENABLE_CXX23: no
23: KOKKOS_ENABLE_CXX26: no
23: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
23: KOKKOS_ENABLE_HWLOC: no
23: KOKKOS_ENABLE_LIBDL: no
23: KOKKOS_ENABLE_OPENMP: yes
23: KOKKOS_ENABLE_PRAGMA_IVDEP: no
23: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
23: KOKKOS_ENABLE_PRAGMA_UNROLL: no
23: KOKKOS_ENABLE_PRAGMA_VECTOR: no
23: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
23: Kokkos Version: 4.7.99
23: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
23: mdspan: enabled
23: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
23: platform: 64bit
23: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
23: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
23: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
23: Test_Atomic<int>/30000/iterations:10                          0.015 s         0.007 s            10          1            4    0.215831       0.0150555        303u     449.985M         306.327M     449.985M
23: Test_Atomic<long int>/100000/iterations:10                    0.049 s         0.023 s            10          1            8    0.208175       0.0161135     599.99u     4.99995G         2.11576G     4.99995G
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o
23: Test_Atomic<long long int>/100000/iterations:10               0.048 s         0.023 s            10          1            8    0.216248       0.0108567     598.19u     4.99995G          2.0478G     4.99995G
58: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time      0.002 s         0.002 s           328  998.579/s       1.6k          1
23: Test_Atomic<unsigned int>/100000/iterations:10                0.049 s         0.024 s            10          1            4    0.216221       0.0124605     299.69u     704.983M         1.78541G     704.983M
23: Test_Atomic<unsigned long int>/100000/iterations:10           0.049 s         0.024 s            10          1            8    0.212291        8.86533m      300.1u     4.99995G         1.47069G     4.99995G
23: Test_Atomic<unsigned long long int>/100000/iterations:10      0.049 s         0.023 s            10          1            8    0.211893        9.70741m      300.6u     4.99995G         2.17824G     4.99995G
23: Test_Atomic<float>/100000/iterations:10                       0.045 s         0.021 s            10          0            4    0.152629       0.0270055     916.59u     4.99996G         2.42167G     4.99989G
23: Test_Atomic<double>/100000/iterations:10                      0.047 s         0.022 s            10          1            8    0.184918       0.0204987     896.59u     4.99995G         1.94556G     4.99995G
23/49 Test #23: Kokkos_PerformanceTest_Atomic ..............................   Passed    3.51 sec
test 24
      Start 24: Kokkos_PerformanceTest_Reduction

24: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-09-11_T05-14-36.json"
24: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test
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: 2025-09-11T05:43:45+00:00
24: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Reduction
24: Run on (4 X 2000 MHz CPU s)
24: CPU Caches:
24:   L1 Data 64 KiB (x4)
24:   L1 Instruction 64 KiB (x4)
24:   L2 Unified 512 KiB (x4)
24:   L3 Unified 16384 KiB (x4)
24: Load Average: 5.35, 6.10, 6.03
24: CPU architecture: none
24: Default Device: OpenMP
24: GIT_BRANCH: HEAD
24: GIT_CLEAN_STATUS: CLEAN
24: GIT_COMMIT_DATE: 2025-09-11T01:14:26-04:00
24: GIT_COMMIT_DESCRIPTION: Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD
24: GIT_COMMIT_HASH: 95123c50c
24: GPU architecture: none
24: KOKKOS_COMPILER_GNU: 1050
24: KOKKOS_ENABLE_ASM: yes
24: KOKKOS_ENABLE_CXX20: yes
24: KOKKOS_ENABLE_CXX23: no
24: KOKKOS_ENABLE_CXX26: no
24: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
24: KOKKOS_ENABLE_HWLOC: no
24: KOKKOS_ENABLE_LIBDL: 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 8 x 1 ]
24: Kokkos Version: 4.7.99
24: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
24: mdspan: enabled
24: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
24: platform: 64bit
24: ----------------------------------------------------------------------------------------------------
24: Benchmark                                                          Time             CPU   Iterations
24: ----------------------------------------------------------------------------------------------------
24: ReductionCheapScalarResult<double>/10000/iterations:10          47.6 us         22.0 us           10
24: ReductionCheapScalarResult<double>/100000/iterations:10         76.1 us         34.4 us           10
24: ReductionCheapScalarResult<double>/1000000/iterations:10         290 us          147 us           10
24: ReductionCheapScalarResult<double>/10000000/iterations:10       3038 us         1537 us           10
24: ReductionCheapHostResult<double>/10000/iterations:10            52.1 us         21.0 us           10
24: ReductionCheapHostResult<double>/100000/iterations:10           81.4 us         33.0 us           10
24: ReductionCheapHostResult<double>/1000000/iterations:10           293 us          139 us           10
24: ReductionCheapHostResult<double>/10000000/iterations:10         3025 us         1501 us           10
24: ReductionCheapDeviceResult<double>/10000/iterations:10          50.7 us         19.9 us           10
24: ReductionCheapDeviceResult<double>/100000/iterations:10         72.5 us         29.7 us           10
24: ReductionCheapDeviceResult<double>/1000000/iterations:10         290 us          141 us           10
24: ReductionCheapDeviceResult<double>/10000000/iterations:10       3107 us         1505 us           10
24: ReductionExpensive<double>/10000/iterations:10                  8766 us         4348 us           10
24: ReductionExpensive<double>/100000/iterations:10                87206 us        42478 us           10
58: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time       0.002 s         0.002 s           434   1000.9/s       1.6k          1
58: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time             0.002 s         0.002 s           433  999.066/s       1.6k          1
58: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time      0.002 s         0.002 s           433  999.942/s       1.6k          1
24: ReductionExpensive<double>/1000000/iterations:10              862485 us       429485 us           10
58: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time       0.002 s         0.002 s           433  989.801/s       1.6k          1
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessorAccessViolation.cpp.o
58: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time             0.002 s         0.002 s           433  1000.43/s       1.6k          1
58/59 Test #58: Kokkos_PerformanceTest_InclusiveScan .......................   Passed   31.18 sec
test 59
      Start 59: Kokkos_UnitTest_SIMD

59: Test command: /var/jenkins/workspace/Kokkos_PR-8428/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 (12 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 (13 ms total)
59: 
59: [----------] Global test environment tear-down
59: [==========] 18 tests from 1 test suite ran. (13 ms total)
59: [  PASSED  ] 18 tests.
59/59 Test #59: Kokkos_UnitTest_SIMD .......................................   Passed    0.45 sec

100% tests passed, 0 tests failed out of 59

Label Time Summary:
Kokkos    = 530.19 sec*proc (51 tests)

Total Test time (real) = 1058.87 sec
Post stage
[Pipeline] sh
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
+ 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): 0.00 / 5.00 (0.00 %)

Use the -v/--verbose option for more details.
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
$ docker stop --time=1 c99d3c5e3a0311b5c9f91603b1c645175836d95da1e977505a3c0e8a0c13b3cc
INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-8428' for the testing framework 'CTest-Version 3.x (default)'.
$ docker rm -f --volumes c99d3c5e3a0311b5c9f91603b1c645175836d95da1e977505a3c0e8a0c13b3cc
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessor.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 99%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1
[ 99%] Built target Kokkos_CoreUnitTest_Cuda1
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[100%] Linking CXX executable Kokkos_UnitTest_SIMD
[100%] Built target Kokkos_UnitTest_SIMD
+ ctest --no-compress-output -T Test --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/build-tests/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-8428/build-tests/DartConfiguration.tcl
   Site: b85553a0f317
   Build name: Linux-nvcc_wrapper
Create new tag: 20250911-0544 - Experimental
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/build-tests/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-8428/build-tests/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-8428/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_Serial_ViewSupport

1: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport
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 21 tests from 1 test suite.
1: [----------] Global test environment set-up.
1: [----------] 21 tests from serial
1: [ RUN      ] serial.basic_view_default_ctor
1: [       OK ] serial.basic_view_default_ctor (0 ms)
1: [ RUN      ] serial.basic_view_extents_ctor
1: [       OK ] serial.basic_view_extents_ctor (0 ms)
1: [ RUN      ] serial.basic_view_mapping_ctor_right
1: [       OK ] serial.basic_view_mapping_ctor_right (0 ms)
1: [ RUN      ] serial.basic_view_access
1: [       OK ] serial.basic_view_access (0 ms)
1: [ RUN      ] serial.basic_view_atomic_accessor
1: [       OK ] serial.basic_view_atomic_accessor (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Typedefs
1: [       OK ] serial.RefCountedAcc_Typedefs (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Ctors
1: [       OK ] serial.RefCountedAcc_Ctors (0 ms)
1: [ RUN      ] serial.RefCountedAcc_ConversionToDefaultAcc
1: [       OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Access
1: [       OK ] serial.RefCountedAcc_Access (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Conversion
1: [       OK ] serial.RefCountedAcc_Conversion (0 ms)
1: [ RUN      ] serial.RefCountedDataHandle_Typedefs
1: [       OK ] serial.RefCountedDataHandle_Typedefs (0 ms)
1: [ RUN      ] serial.RefCountedDataHandle
1: [       OK ] serial.RefCountedDataHandle (0 ms)
1: [ RUN      ] serial.RefCountedDataHandleAnonym
1: [       OK ] serial.RefCountedDataHandleAnonym (0 ms)
1: [ RUN      ] serial.RefCountedDataHandleConversion
1: [       OK ] serial.RefCountedDataHandleConversion (0 ms)
1: [ RUN      ] serial.view_customization_accessor_arg
1: [       OK ] serial.view_customization_accessor_arg (0 ms)
1: [ RUN      ] serial.view_customization_allocation_type
1: [       OK ] serial.view_customization_allocation_type (0 ms)
1: [ RUN      ] serial.view_customization_mirror
1: [       OK ] serial.view_customization_mirror (0 ms)
1: [ RUN      ] serial.view_customization_deep_copy
1: [       OK ] serial.view_customization_deep_copy (0 ms)
1: [ RUN      ] serial.view_customization_deep_copy_single_element_view
1: [       OK ] serial.view_customization_deep_copy_single_element_view (0 ms)
1: [ RUN      ] serial.view_customization_accessor_from_mapping
1: [       OK ] serial.view_customization_accessor_from_mapping (0 ms)
1: [ RUN      ] serial.view_customization_extra_int_arg
1: [       OK ] serial.view_customization_extra_int_arg (0 ms)
1: [----------] 21 tests from serial (0 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 21 tests from 1 test suite ran. (0 ms total)
1: [  PASSED  ] 21 tests.
 1/56 Test  #1: Kokkos_CoreUnitTest_Serial_ViewSupport .....................   Passed    0.33 sec
test 2
      Start  2: Kokkos_CoreUnitTest_Cuda_ViewSupport

2: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_CoreUnitTest_Cuda_ViewSupport
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 21 tests from 1 test suite.
2: [----------] Global test environment set-up.
2: [----------] 21 tests from cuda
2: [ RUN      ] cuda.basic_view_default_ctor
2: [       OK ] cuda.basic_view_default_ctor (0 ms)
2: [ RUN      ] cuda.basic_view_extents_ctor
2: [       OK ] cuda.basic_view_extents_ctor (1 ms)
2: [ RUN      ] cuda.basic_view_mapping_ctor_right
2: [       OK ] cuda.basic_view_mapping_ctor_right (1 ms)
2: [ RUN      ] cuda.basic_view_access
2: [       OK ] cuda.basic_view_access (1 ms)
2: [ RUN      ] cuda.basic_view_atomic_accessor
2: [       OK ] cuda.basic_view_atomic_accessor (1 ms)
2: [ RUN      ] cuda.RefCountedAcc_Typedefs
2: [       OK ] cuda.RefCountedAcc_Typedefs (0 ms)
2: [ RUN      ] cuda.RefCountedAcc_Ctors
2: [       OK ] cuda.RefCountedAcc_Ctors (0 ms)
2: [ RUN      ] cuda.RefCountedAcc_ConversionToDefaultAcc
2: [       OK ] cuda.RefCountedAcc_ConversionToDefaultAcc (0 ms)
2: [ RUN      ] cuda.RefCountedAcc_Access
2: [       OK ] cuda.RefCountedAcc_Access (0 ms)
2: [ RUN      ] cuda.RefCountedAcc_Conversion
2: [       OK ] cuda.RefCountedAcc_Conversion (0 ms)
2: [ RUN      ] cuda.RefCountedDataHandle_Typedefs
2: [       OK ] cuda.RefCountedDataHandle_Typedefs (0 ms)
2: [ RUN      ] cuda.RefCountedDataHandle
2: [       OK ] cuda.RefCountedDataHandle (0 ms)
2: [ RUN      ] cuda.RefCountedDataHandleAnonym
2: [       OK ] cuda.RefCountedDataHandleAnonym (0 ms)
2: [ RUN      ] cuda.RefCountedDataHandleConversion
2: [       OK ] cuda.RefCountedDataHandleConversion (0 ms)
2: [ RUN      ] cuda.view_customization_accessor_arg
2: [       OK ] cuda.view_customization_accessor_arg (0 ms)
2: [ RUN      ] cuda.view_customization_allocation_type
2: [       OK ] cuda.view_customization_allocation_type (0 ms)
2: [ RUN      ] cuda.view_customization_mirror
2: [       OK ] cuda.view_customization_mirror (0 ms)
2: [ RUN      ] cuda.view_customization_deep_copy
2: [       OK ] cuda.view_customization_deep_copy (0 ms)
2: [ RUN      ] cuda.view_customization_deep_copy_single_element_view
2: [       OK ] cuda.view_customization_deep_copy_single_element_view (0 ms)
2: [ RUN      ] cuda.view_customization_accessor_from_mapping
2: [       OK ] cuda.view_customization_accessor_from_mapping (0 ms)
2: [ RUN      ] cuda.view_customization_extra_int_arg
2: [       OK ] cuda.view_customization_extra_int_arg (1 ms)
2: [----------] 21 tests from cuda (13 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 21 tests from 1 test suite ran. (13 ms total)
2: [  PASSED  ] 21 tests.
 2/56 Test  #2: Kokkos_CoreUnitTest_Cuda_ViewSupport .......................   Passed    0.30 sec
test 3
      Start  3: Kokkos_CoreUnitTest_Serial1

3: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_CoreUnitTest_Serial1
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 253 tests from 4 test suites.
3: [----------] Global test environment set-up.
3: [----------] 11 tests from serial_DeathTest
3: [ RUN      ] serial_DeathTest.abort_from_host
3: [       OK ] serial_DeathTest.abort_from_host (587 ms)
3: [ RUN      ] serial_DeathTest.abort_from_device
3: [       OK ] serial_DeathTest.abort_from_device (574 ms)
3: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
3: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (563 ms)
3: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
3: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (576 ms)
3: [ RUN      ] serial_DeathTest.policy_invalid_bounds
3: [       OK ] serial_DeathTest.policy_invalid_bounds (2 ms)
3: [ RUN      ] serial_DeathTest.range_policy_invalid_bounds
3: [       OK ] serial_DeathTest.range_policy_invalid_bounds (4 ms)
3: [ RUN      ] serial_DeathTest.range_policy_round_trip_conversion_fires
3: [       OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (2 ms)
3: [ RUN      ] serial_DeathTest.range_policy_check_sign_changes
3: [       OK ] serial_DeathTest.range_policy_check_sign_changes (4 ms)
3: [ RUN      ] serial_DeathTest.range_policy_implicitly_converted_bounds
3: [       OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (4 ms)
3: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:93: Skipped
3: skipping since no memory access violation would occur
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms)
3: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:108: Skipped
3: skipping since no memory access violation would occur
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
3: [----------] 11 tests from serial_DeathTest (2321 ms total)
3: 
3: [----------] 1 test from serial_graph_DeathTest
3: [ RUN      ] serial_graph_DeathTest.can_instantiate_only_once
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:181: Skipped
3: Preconditions are not checked.
3: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms)
3: [----------] 1 test from serial_graph_DeathTest (0 ms total)
3: 
3: [----------] 224 tests from serial
3: [ RUN      ] serial.array_capacity
3: [       OK ] serial.array_capacity (0 ms)
3: [ RUN      ] serial.array_element_access
3: [       OK ] serial.array_element_access (0 ms)
3: [ RUN      ] serial.array_operator_equal
3: [       OK ] serial.array_operator_equal (0 ms)
3: [ RUN      ] serial.array_zero_capacity
3: [       OK ] serial.array_zero_capacity (0 ms)
3: [ RUN      ] serial.array_zero_data_nullptr
3: [       OK ] serial.array_zero_data_nullptr (0 ms)
3: [ RUN      ] serial.array_contiguous_capacity
3: [       OK ] serial.array_contiguous_capacity (0 ms)
3: [ RUN      ] serial.array_contiguous_element_access
3: [       OK ] serial.array_contiguous_element_access (0 ms)
3: [ RUN      ] serial.array_contiguous_assignment
3: [       OK ] serial.array_contiguous_assignment (0 ms)
3: [ RUN      ] serial.array_strided_capacity
3: [       OK ] serial.array_strided_capacity (0 ms)
3: [ RUN      ] serial.array_strided_element_access
3: [       OK ] serial.array_strided_element_access (0 ms)
3: [ RUN      ] serial.array_strided_assignment
3: [       OK ] serial.array_strided_assignment (0 ms)
3: [ RUN      ] serial.atomic_operations_complexdouble
3: [       OK ] serial.atomic_operations_complexdouble (0 ms)
3: [ RUN      ] serial.atomic_operations_complexfloat
3: [       OK ] serial.atomic_operations_complexfloat (0 ms)
3: [ RUN      ] serial.atomic_operations_double
3: [       OK ] serial.atomic_operations_double (0 ms)
3: [ RUN      ] serial.atomic_operations_float
3: [       OK ] serial.atomic_operations_float (0 ms)
3: [ RUN      ] serial.atomic_operations_int8
3: [       OK ] serial.atomic_operations_int8 (1 ms)
3: [ RUN      ] serial.atomic_operations_int16
3: [       OK ] serial.atomic_operations_int16 (1 ms)
3: [ RUN      ] serial.atomic_operations_int
3: [       OK ] serial.atomic_operations_int (1 ms)
3: [ RUN      ] serial.atomic_operations_long
3: [       OK ] serial.atomic_operations_long (1 ms)
3: [ RUN      ] serial.atomic_operations_longlong
3: [       OK ] serial.atomic_operations_longlong (1 ms)
3: [ RUN      ] serial.atomic_shared
3: [       OK ] serial.atomic_shared (0 ms)
3: [ RUN      ] serial.atomic_operations_unsigned
3: [       OK ] serial.atomic_operations_unsigned (1 ms)
3: [ RUN      ] serial.atomic_operations_unsignedlong
3: [       OK ] serial.atomic_operations_unsignedlong (1 ms)
3: [ RUN      ] serial.atomics
3: [       OK ] serial.atomics (2 ms)
3: [ RUN      ] serial.atomics_tpetra_max_abs
3: [       OK ] serial.atomics_tpetra_max_abs (0 ms)
3: [ RUN      ] serial.atomic_views_integral
3: [       OK ] serial.atomic_views_integral (70 ms)
3: [ RUN      ] serial.atomic_views_nonintegral
3: [       OK ] serial.atomic_views_nonintegral (40 ms)
3: [ RUN      ] serial.atomic_view_api
3: [       OK ] serial.atomic_view_api (0 ms)
3: [ RUN      ] serial.bit_manip_countl_zero
3: [       OK ] serial.bit_manip_countl_zero (0 ms)
3: [ RUN      ] serial.bit_manip_countl_one
3: [       OK ] serial.bit_manip_countl_one (0 ms)
3: [ RUN      ] serial.bit_manip_countr_zero
3: [       OK ] serial.bit_manip_countr_zero (0 ms)
3: [ RUN      ] serial.bit_manip_countr_one
3: [       OK ] serial.bit_manip_countr_one (0 ms)
3: [ RUN      ] serial.bit_manip_popcount
3: [       OK ] serial.bit_manip_popcount (0 ms)
3: [ RUN      ] serial.bit_manip_has_single_bit
3: [       OK ] serial.bit_manip_has_single_bit (0 ms)
3: [ RUN      ] serial.bit_manip_bit_floor
3: [       OK ] serial.bit_manip_bit_floor (0 ms)
3: [ RUN      ] serial.bit_manip_bit_ceil
3: [       OK ] serial.bit_manip_bit_ceil (0 ms)
3: [ RUN      ] serial.bit_manip_bit_width
3: [       OK ] serial.bit_manip_bit_width (0 ms)
3: [ RUN      ] serial.bit_manip_rotl
3: [       OK ] serial.bit_manip_rotl (0 ms)
3: [ RUN      ] serial.bit_manip_rotr
3: [       OK ] serial.bit_manip_rotr (0 ms)
3: [ RUN      ] serial.bit_manip_byeswap
3: [       OK ] serial.bit_manip_byeswap (0 ms)
3: [ RUN      ] serial.bit_manip_bit_cast
3: [       OK ] serial.bit_manip_bit_cast (0 ms)
3: [ RUN      ] serial.test_block_deduction_bug_pr_3103
3: [       OK ] serial.test_block_deduction_bug_pr_3103 (0 ms)
3: [ RUN      ] serial.checked_integer_operations_multiply_overflow
3: [       OK ] serial.checked_integer_operations_multiply_overflow (0 ms)
3: [ RUN      ] serial.execution_policy_occupancy_and_hint
3: [       OK ] serial.execution_policy_occupancy_and_hint (0 ms)
3: [ RUN      ] serial.complex_construction
3: [       OK ] serial.complex_construction (0 ms)
3: [ RUN      ] serial.complex_basic_math
3: [       OK ] serial.complex_basic_math (0 ms)
3: [ RUN      ] serial.complex_special_funtions
3: [       OK ] serial.complex_special_funtions (0 ms)
3: [ RUN      ] serial.complex_io
3: [       OK ] serial.complex_io (0 ms)
3: [ RUN      ] serial.complex_trivially_copyable
3: [       OK ] serial.complex_trivially_copyable (0 ms)
3: [ RUN      ] serial.complex_issue_3865
3: [       OK ] serial.complex_issue_3865 (0 ms)
3: [ RUN      ] serial.complex_operations_arithmetic_types_overloads
3: [       OK ] serial.complex_operations_arithmetic_types_overloads (0 ms)
3: [ RUN      ] serial.complex_structured_bindings
3: [       OK ] serial.complex_structured_bindings (0 ms)
3: [ RUN      ] serial.crs_count_fill
3: [       OK ] serial.crs_count_fill (0 ms)
3: [ RUN      ] serial.crs_copy_constructor
3: [       OK ] serial.crs_copy_constructor (1 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_0
3: [       OK ] serial.deep_copy_assignable_types_rank_0 (1 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_1
3: [       OK ] serial.deep_copy_assignable_types_rank_1 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_2
3: [       OK ] serial.deep_copy_assignable_types_rank_2 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_3
3: [       OK ] serial.deep_copy_assignable_types_rank_3 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_4
3: [       OK ] serial.deep_copy_assignable_types_rank_4 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_5
3: [       OK ] serial.deep_copy_assignable_types_rank_5 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_6
3: [       OK ] serial.deep_copy_assignable_types_rank_6 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_7
3: [       OK ] serial.deep_copy_assignable_types_rank_7 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_8
3: [       OK ] serial.deep_copy_assignable_types_rank_8 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_1_half
3: [       OK ] serial.deep_copy_assignable_types_rank_1_half (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_2_half
3: [       OK ] serial.deep_copy_assignable_types_rank_2_half (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_3_half
3: [       OK ] serial.deep_copy_assignable_types_rank_3_half (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_0
3: [       OK ] serial.deep_copy_narrowing_rank_0 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_1
3: [       OK ] serial.deep_copy_narrowing_rank_1 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_2
3: [       OK ] serial.deep_copy_narrowing_rank_2 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_3
3: [       OK ] serial.deep_copy_narrowing_rank_3 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_4
3: [       OK ] serial.deep_copy_narrowing_rank_4 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_5
3: [       OK ] serial.deep_copy_narrowing_rank_5 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_6
3: [       OK ] serial.deep_copy_narrowing_rank_6 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_7
3: [       OK ] serial.deep_copy_narrowing_rank_7 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_8
3: [       OK ] serial.deep_copy_narrowing_rank_8 (0 ms)
3: [ RUN      ] serial.deep_copy_alignment
3: [       OK ] serial.deep_copy_alignment (7 ms)
3: [ RUN      ] serial.deep_copy_conversion
3: [       OK ] serial.deep_copy_conversion (19 ms)
3: [ RUN      ] serial.partitioning_by_args
3: [       OK ] serial.partitioning_by_args (0 ms)
3: [ RUN      ] serial.partitioning_by_args_with_structured_bindings
3: [       OK ] serial.partitioning_by_args_with_structured_bindings (0 ms)
3: [ RUN      ] serial.partitioning_by_vector
3: [       OK ] serial.partitioning_by_vector (0 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range
3: [       OK ] serial.exec_space_thread_safety_range (1073 ms)
3: [ RUN      ] serial.exec_space_thread_safety_mdrange
3: [       OK ] serial.exec_space_thread_safety_mdrange (107 ms)
3: [ RUN      ] serial.exec_space_thread_safety_team_policy
3: [       OK ] serial.exec_space_thread_safety_team_policy (107 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range_reduce
3: [       OK ] serial.exec_space_thread_safety_range_reduce (107 ms)
3: [ RUN      ] serial.exec_space_thread_safety_mdrange_reduce
3: [       OK ] serial.exec_space_thread_safety_mdrange_reduce (107 ms)
3: [ RUN      ] serial.exec_space_thread_safety_team_policy_reduce
3: [       OK ] serial.exec_space_thread_safety_team_policy_reduce (108 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range_scan
3: [       OK ] serial.exec_space_thread_safety_range_scan (107 ms)
3: [ RUN      ] serial.execution_space_as_class_data_member
3: [       OK ] serial.execution_space_as_class_data_member (0 ms)
3: [ RUN      ] serial.functor_analysis
3: [       OK ] serial.functor_analysis (0 ms)
3: [ RUN      ] serial.when_all_type
3: [       OK ] serial.when_all_type (0 ms)
3: [ RUN      ] serial.graph_capture
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:1105: Skipped
3: The graph backend for Serial does not support capture.
3: [  SKIPPED ] serial.graph_capture (0 ms)
3: [ RUN      ] serial.graph_then
3: [       OK ] serial.graph_then (0 ms)
3: [ RUN      ] serial.then_host
3: [       OK ] serial.then_host (0 ms)
3: [ RUN      ] serial.mixed_then_host_device_nodes
3: [       OK ] serial.mixed_then_host_device_nodes (0 ms)
3: [ RUN      ] serial.graph_then_tag
3: [       OK ] serial.graph_then_tag (0 ms)
3: [ RUN      ] serial.host_shared_ptr_use_count
3: [       OK ] serial.host_shared_ptr_use_count (0 ms)
3: [ RUN      ] serial.host_shared_ptr_get
3: [       OK ] serial.host_shared_ptr_get (0 ms)
3: [ RUN      ] serial.host_shared_ptr_dereference_on_device
3: [       OK ] serial.host_shared_ptr_dereference_on_device (0 ms)
3: [ RUN      ] serial.host_shared_ptr_special_members_on_device
3: [       OK ] serial.host_shared_ptr_special_members_on_device (0 ms)
3: [ RUN      ] serial.host_shared_ptr_tracking
3: [       OK ] serial.host_shared_ptr_tracking (0 ms)
3: [ RUN      ] serial.join_backward_compatibility
3: [       OK ] serial.join_backward_compatibility (0 ms)
3: [ RUN      ] serial.local_deepcopy_teampolicy_layoutleft
3: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (2135 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (11540 ms)
3: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
3: [       OK ] serial.local_deepcopy_teampolicy_layoutright (843 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (833 ms)
3: [ RUN      ] serial.deep_copy_scratch
3: [       OK ] serial.deep_copy_scratch (0 ms)
3: [ RUN      ] serial.mathematical_constants_e
3: [       OK ] serial.mathematical_constants_e (0 ms)
3: [ RUN      ] serial.mathematical_constants_log2e
3: [       OK ] serial.mathematical_constants_log2e (0 ms)
3: [ RUN      ] serial.mathematical_constants_log10e
3: [       OK ] serial.mathematical_constants_log10e (0 ms)
3: [ RUN      ] serial.mathematical_constants_pi
3: [       OK ] serial.mathematical_constants_pi (0 ms)
3: [ RUN      ] serial.mathematical_constants_inv_pi
3: [       OK ] serial.mathematical_constants_inv_pi (0 ms)
3: [ RUN      ] serial.mathematical_constants_inv_sqrtpi
3: [       OK ] serial.mathematical_constants_inv_sqrtpi (0 ms)
3: [ RUN      ] serial.mathematical_constants_ln2
3: [       OK ] serial.mathematical_constants_ln2 (0 ms)
3: [ RUN      ] serial.mathematical_constants_ln10
3: [       OK ] serial.mathematical_constants_ln10 (0 ms)
3: [ RUN      ] serial.mathematical_constants_sqrt2
3: [       OK ] serial.mathematical_constants_sqrt2 (0 ms)
3: [ RUN      ] serial.mathematical_constants_sqrt3
3: [       OK ] serial.mathematical_constants_sqrt3 (0 ms)
3: [ RUN      ] serial.mathematical_constants_inv_sqrt3
3: [       OK ] serial.mathematical_constants_inv_sqrt3 (0 ms)
3: [ RUN      ] serial.mathematical_constants_egamma
3: [       OK ] serial.mathematical_constants_egamma (0 ms)
3: [ RUN      ] serial.mathematical_constants_phi
3: [       OK ] serial.mathematical_constants_phi (0 ms)
3: [ RUN      ] serial.mathematical_functions_trigonometric_functions
3: [       OK ] serial.mathematical_functions_trigonometric_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_hyperbolic_functions
3: [       OK ] serial.mathematical_functions_hyperbolic_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_non_standard
3: [       OK ] serial.mathematical_functions_non_standard (0 ms)
3: [ RUN      ] serial.mathematical_functions_power_functions
3: [       OK ] serial.mathematical_functions_power_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_fma
3: [       OK ] serial.mathematical_functions_fma (0 ms)
3: [ RUN      ] serial.mathematical_functions_fmax_fmin
3: [       OK ] serial.mathematical_functions_fmax_fmin (0 ms)
3: [ RUN      ] serial.mathematical_functions_error_and_gamma_functions
3: [       OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_nearest_interger_floating_point_operations
3: [       OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms)
3: [ RUN      ] serial.mathematical_functions_floating_point_manipulation_functions
3: [       OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_absolute_value
3: [       OK ] serial.mathematical_functions_absolute_value (0 ms)
3: [ RUN      ] serial.mathematical_functions_floating_point_absolute_value
3: [       OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms)
3: [ RUN      ] serial.mathematical_functions_remainder_function
3: [       OK ] serial.mathematical_functions_remainder_function (0 ms)
3: [ RUN      ] serial.mathematical_functions_isfinite
3: [       OK ] serial.mathematical_functions_isfinite (0 ms)
3: [ RUN      ] serial.mathematical_functions_isinf
3: [       OK ] serial.mathematical_functions_isinf (0 ms)
3: [ RUN      ] serial.mathematical_functions_isnan
3: [       OK ] serial.mathematical_functions_isnan (0 ms)
3: [ RUN      ] serial.mathematical_functions_impl_half_fallback
3: [       OK ] serial.mathematical_functions_impl_half_fallback (0 ms)
3: [ RUN      ] serial.mathematical_functions_nextafter_fp16
3: [       OK ] serial.mathematical_functions_nextafter_fp16 (0 ms)
3: [ RUN      ] serial.mathematical_functions_exponential_functions
3: [       OK ] serial.mathematical_functions_exponential_functions (0 ms)
3: [ RUN      ] serial.mathspecialfunc_expint1
3: [       OK ] serial.mathspecialfunc_expint1 (0 ms)
3: [ RUN      ] serial.mathspecialfunc_errorfunc
3: [       OK ] serial.mathspecialfunc_errorfunc (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselj0y0
3: [       OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselj1y1
3: [       OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesseli0k0
3: [       OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesseli1k1
3: [       OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselh1stkind
3: [       OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselh2ndkind
3: [       OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms)
3: [ RUN      ] serial.mdrange_5d
3: [       OK ] serial.mdrange_5d (530 ms)
3: [ RUN      ] serial.mdrange_6d
3: [       OK ] serial.mdrange_6d (946 ms)
3: [ RUN      ] serial.mdrange_2d
3: [       OK ] serial.mdrange_2d (0 ms)
3: [ RUN      ] serial.mdrange_array_reduce
3: [       OK ] serial.mdrange_array_reduce (0 ms)
3: [ RUN      ] serial.mdrange_3d
3: [       OK ] serial.mdrange_3d (5 ms)
3: [ RUN      ] serial.mdrange_neg_idx
3: [       OK ] serial.mdrange_neg_idx (75 ms)
3: [ RUN      ] serial.mdrange_4d
3: [       OK ] serial.mdrange_4d (310 ms)
3: [ RUN      ] serial.mdrange_scalar
3: [       OK ] serial.mdrange_scalar (0 ms)
3: [ RUN      ] serial.mdrange_large_deep_copy
3: [       OK ] serial.mdrange_large_deep_copy (1009 ms)
3: [ RUN      ] serial.md_range_policy_construction_from_arrays
3: [       OK ] serial.md_range_policy_construction_from_arrays (0 ms)
3: [ RUN      ] serial.policy_get_tile_size
3: [       OK ] serial.policy_get_tile_size (0 ms)
3: [ RUN      ] serial.mdrange_parallel_reduce_primitive_types
3: [       OK ] serial.mdrange_parallel_reduce_primitive_types (3074 ms)
3: [ RUN      ] serial.mdspan_minimal_functional
3: [       OK ] serial.mdspan_minimal_functional (0 ms)
3: [ RUN      ] serial.mdspan_atomic_accessor
3: [       OK ] serial.mdspan_atomic_accessor (0 ms)
3: [ RUN      ] serial.view_mdspan_conversion
3: [       OK ] serial.view_mdspan_conversion (0 ms)
3: [ RUN      ] serial.view_mdspan_conversion_with_stride
3: [       OK ] serial.view_mdspan_conversion_with_stride (1 ms)
3: [ RUN      ] serial.max
3: [       OK ] serial.max (0 ms)
3: [ RUN      ] serial.max_within_parfor
3: [       OK ] serial.max_within_parfor (0 ms)
3: [ RUN      ] serial.min
3: [       OK ] serial.min (0 ms)
3: [ RUN      ] serial.min_within_parfor
3: [       OK ] serial.min_within_parfor (0 ms)
3: [ RUN      ] serial.minmax
3: [       OK ] serial.minmax (0 ms)
3: [ RUN      ] serial.minmax_within_parfor
3: [       OK ] serial.minmax_within_parfor (0 ms)
3: [ RUN      ] serial.clamp
3: [       OK ] serial.clamp (0 ms)
3: [ RUN      ] serial.clamp_within_parfor
3: [       OK ] serial.clamp_within_parfor (0 ms)
3: [ RUN      ] serial.numeric_traits_infinity
3: [       OK ] serial.numeric_traits_infinity (0 ms)
3: [ RUN      ] serial.numeric_traits_epsilon
3: [       OK ] serial.numeric_traits_epsilon (0 ms)
3: [ RUN      ] serial.numeric_traits_round_error
3: [       OK ] serial.numeric_traits_round_error (0 ms)
3: [ RUN      ] serial.numeric_traits_norm_min
3: [       OK ] serial.numeric_traits_norm_min (0 ms)
3: [ RUN      ] serial.numeric_traits_denorm_min
3: [       OK ] serial.numeric_traits_denorm_min (0 ms)
3: [ RUN      ] serial.numeric_traits_finite_min_max
3: [       OK ] serial.numeric_traits_finite_min_max (0 ms)
3: [ RUN      ] serial.numeric_traits_digits
3: [       OK ] serial.numeric_traits_digits (0 ms)
3: [ RUN      ] serial.numeric_traits_digits10
3: [       OK ] serial.numeric_traits_digits10 (0 ms)
3: [ RUN      ] serial.numeric_traits_max_digits10
3: [       OK ] serial.numeric_traits_max_digits10 (0 ms)
3: [ RUN      ] serial.numeric_traits_radix
3: [       OK ] serial.numeric_traits_radix (0 ms)
3: [ RUN      ] serial.numeric_traits_min_max_exponent
3: [       OK ] serial.numeric_traits_min_max_exponent (0 ms)
3: [ RUN      ] serial.numeric_traits_min_max_exponent10
3: [       OK ] serial.numeric_traits_min_max_exponent10 (0 ms)
3: [ RUN      ] serial.numeric_traits_quiet_and_signaling_nan
3: [       OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms)
3: [ RUN      ] serial.numeric_traits_sfinae_friendly
3: [       OK ] serial.numeric_traits_sfinae_friendly (0 ms)
3: [ RUN      ] serial.occupancy_control
3: [       OK ] serial.occupancy_control (0 ms)
3: [ RUN      ] serial.memory_pool
3: [       OK ] serial.memory_pool (17 ms)
3: [ RUN      ] serial.cxx11
3: [       OK ] serial.cxx11 (0 ms)
3: [ RUN      ] serial.parallel_scan_range_policy
3: [       OK ] serial.parallel_scan_range_policy (6 ms)
3: [ RUN      ] serial.kokkos_printf
3: [       OK ] serial.kokkos_printf (1 ms)
3: [ RUN      ] serial.range_for
3: [       OK ] serial.range_for (0 ms)
3: [ RUN      ] serial.range_reduce
3: [       OK ] serial.range_reduce (0 ms)
3: [ RUN      ] serial.range_dynamic_policy
3: [       OK ] serial.range_dynamic_policy (0 ms)
3: [ RUN      ] serial.large_parallel_for_reduce
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestRange.hpp:379: Skipped
3: Disabling for host backends
3: [  SKIPPED ] serial.large_parallel_for_reduce (0 ms)
3: [ RUN      ] serial.range_policy_runtime_parameters
3: [       OK ] serial.range_policy_runtime_parameters (0 ms)
3: [ RUN      ] serial.range_policy_one_way_convertible_bounds
3: [       OK ] serial.range_policy_one_way_convertible_bounds (0 ms)
3: [ RUN      ] serial.range_for_require
3: [       OK ] serial.range_for_require (0 ms)
3: [ RUN      ] serial.range_reduce_require
3: [       OK ] serial.range_reduce_require (0 ms)
3: [ RUN      ] serial.range_dynamic_policy_require
3: [       OK ] serial.range_dynamic_policy_require (0 ms)
3: [ RUN      ] serial.reducers_int
3: [       OK ] serial.reducers_int (1 ms)
3: [ RUN      ] serial.reducers_double
3: [       OK ] serial.reducers_double (1 ms)
3: [ RUN      ] serial.reducers_complex_double
3: [       OK ] serial.reducers_complex_double (0 ms)
3: [ RUN      ] serial.reducers_struct
3: [       OK ] serial.reducers_struct (0 ms)
3: [ RUN      ] serial.reducers_half_t
3: [       OK ] serial.reducers_half_t (0 ms)
3: [ RUN      ] serial.reducers_bhalf_t
3: [       OK ] serial.reducers_bhalf_t (0 ms)
3: [ RUN      ] serial.reducers_int8_t
3: [       OK ] serial.reducers_int8_t (0 ms)
3: [ RUN      ] serial.reducers_int16_t
3: [       OK ] serial.reducers_int16_t (0 ms)
3: [ RUN      ] serial.reducers_point_t
3: [       OK ] serial.reducers_point_t (0 ms)
3: [ RUN      ] serial.reducers_bool
3: [       OK ] serial.reducers_bool (0 ms)
3: [ RUN      ] serial.int64_t_reduce
3: [       OK ] serial.int64_t_reduce (55 ms)
3: [ RUN      ] serial.double_reduce
3: [       OK ] serial.double_reduce (145 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic
3: [       OK ] serial.int64_t_reduce_dynamic (866 ms)
3: [ RUN      ] serial.double_reduce_dynamic
3: [       OK ] serial.double_reduce_dynamic (1127 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic_view
3: [       OK ] serial.int64_t_reduce_dynamic_view (231 ms)
3: [ RUN      ] serial.int_combined_reduce
3: [       OK ] serial.int_combined_reduce (0 ms)
3: [ RUN      ] serial.mdrange_combined_reduce
3: [       OK ] serial.mdrange_combined_reduce (0 ms)
3: [ RUN      ] serial.int_combined_reduce_mixed
3: [       OK ] serial.int_combined_reduce_mixed (0 ms)
3: [ RUN      ] serial.reduction_with_large_iteration_count
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestReduce.hpp:663: Skipped
3: Disabling for host backends
3: [  SKIPPED ] serial.reduction_with_large_iteration_count (0 ms)
3: [ RUN      ] serial.reduction_identity_min_max_floating_point_types
3: [       OK ] serial.reduction_identity_min_max_floating_point_types (2 ms)
3: [ RUN      ] serial.reduction_deduction
3: [       OK ] serial.reduction_deduction (0 ms)
3: [ RUN      ] serial.reduce_device_view_range_policy
3: [       OK ] serial.reduce_device_view_range_policy (5 ms)
3: [ RUN      ] serial.reduce_device_view_mdrange_policy
3: [       OK ] serial.reduce_device_view_mdrange_policy (26 ms)
3: [ RUN      ] serial.reduce_device_view_team_policy
3: [       OK ] serial.reduce_device_view_team_policy (1652 ms)
3: [ RUN      ] serial.impl_shared_alloc
3: [       OK ] serial.impl_shared_alloc (6 ms)
3: [ RUN      ] serial.mdspan_space_aware_accessor
3: [       OK ] serial.mdspan_space_aware_accessor (0 ms)
3: [ RUN      ] serial.kokkos_swap
3: [       OK ] serial.kokkos_swap (0 ms)
3: [----------] 224 tests from serial (27357 ms total)
3: 
3: [----------] 17 tests from serial_graph
3: [ RUN      ] serial_graph.submit_once
3: [       OK ] serial_graph.submit_once (0 ms)
3: [ RUN      ] serial_graph.submit_once_rvalue
3: [       OK ] serial_graph.submit_once_rvalue (0 ms)
3: [ RUN      ] serial_graph.instantiate_and_submit_once
3: [       OK ] serial_graph.instantiate_and_submit_once (0 ms)
3: [ RUN      ] serial_graph.submit_onto_another_execution_space_instance
3: [       OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms)
3: [ RUN      ] serial_graph.create_graph_no_closure_with_exec
3: [       OK ] serial_graph.create_graph_no_closure_with_exec (0 ms)
3: [ RUN      ] serial_graph.create_graph_no_arg
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:250: Skipped
3: Skipping since useless if the test fixture is not on the default execution space.
3: [  SKIPPED ] serial_graph.create_graph_no_arg (0 ms)
3: [ RUN      ] serial_graph.submit_six
3: [       OK ] serial_graph.submit_six (0 ms)
3: [ RUN      ] serial_graph.when_all_cycle
3: [       OK ] serial_graph.when_all_cycle (0 ms)
3: [ RUN      ] serial_graph.repeat_chain
3: [       OK ] serial_graph.repeat_chain (0 ms)
3: [ RUN      ] serial_graph.zero_work_reduce
3: [       OK ] serial_graph.zero_work_reduce (0 ms)
3: [ RUN      ] serial_graph.empty_graph
3: [       OK ] serial_graph.empty_graph (0 ms)
3: [ RUN      ] serial_graph.force_global_launch
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:444: Skipped
3: This execution space does not support global launch.
3: [  SKIPPED ] serial_graph.force_global_launch (0 ms)
3: [ RUN      ] serial_graph.sized_functor_launch
3: [       OK ] serial_graph.sized_functor_launch (0 ms)
3: [ RUN      ] serial_graph.empty_graph_default_host_exec
3: [       OK ] serial_graph.empty_graph_default_host_exec (0 ms)
3: [ RUN      ] serial_graph.node_lifetime
3: [       OK ] serial_graph.node_lifetime (0 ms)
3: [ RUN      ] serial_graph.diamond
3: [       OK ] serial_graph.diamond (0 ms)
3: [ RUN      ] serial_graph.end_of_submit_control_flow
3: [       OK ] serial_graph.end_of_submit_control_flow (0 ms)
3: [----------] 17 tests from serial_graph (0 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 253 tests from 4 test suites ran. (29679 ms total)
3: [  PASSED  ] 245 tests.
3: [  SKIPPED ] 8 tests, listed below:
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
3: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once
3: [  SKIPPED ] serial.graph_capture
3: [  SKIPPED ] serial.large_parallel_for_reduce
3: [  SKIPPED ] serial.reduction_with_large_iteration_count
3: [  SKIPPED ] serial_graph.create_graph_no_arg
3: [  SKIPPED ] serial_graph.force_global_launch
 3/56 Test  #3: Kokkos_CoreUnitTest_Serial1 ................................   Passed   30.00 sec
test 4
      Start  4: Kokkos_CoreUnitTest_Serial2

4: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_CoreUnitTest_Serial2
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 147 tests from 2 test suites.
4: [----------] Global test environment set-up.
4: [----------] 10 tests from serial_DeathTest
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_dyn
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_stat
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms)
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_mix
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms)
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_static_extents
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms)
4: [ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment
4: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (4192 ms)
4: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
4: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (4178 ms)
4: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_host
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:159: Skipped
4: skipping since no memory access violation would occur
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms)
4: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_device
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped
4: skipping since no memory access violation would occur
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms)
4: [ RUN      ] serial_DeathTest.view_subview_wrong_extents
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSubView_a.hpp:81: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_subview_wrong_extents (0 ms)
4: [ RUN      ] serial_DeathTest.view_subview_constructor_layout_compatibility
4: [       OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (1171 ms)
4: [----------] 10 tests from serial_DeathTest (9542 ms total)
4: 
4: [----------] 137 tests from serial
4: [ RUN      ] serial.team_for
4: [       OK ] serial.team_for (0 ms)
4: [ RUN      ] serial.team_reduce
4: [       OK ] serial.team_reduce (0 ms)
4: [ RUN      ] serial.team_reduce_large
4: [       OK ] serial.team_reduce_large (0 ms)
4: [ RUN      ] serial.team_parallel_single
4: [       OK ] serial.team_parallel_single (5 ms)
4: [ RUN      ] serial.large_team_scratch_size
4: [       OK ] serial.large_team_scratch_size (0 ms)
4: [ RUN      ] serial.team_broadcast_long
4: [       OK ] serial.team_broadcast_long (0 ms)
4: [ RUN      ] serial.team_broadcast_long_wrapper
4: [       OK ] serial.team_broadcast_long_wrapper (0 ms)
4: [ RUN      ] serial.team_broadcast_char
4: [       OK ] serial.team_broadcast_char (0 ms)
4: [ RUN      ] serial.team_broadcast_float
4: [       OK ] serial.team_broadcast_float (0 ms)
4: [ RUN      ] serial.team_broadcast_double
4: [       OK ] serial.team_broadcast_double (0 ms)
4: [ RUN      ] serial.team_broadcast_int_ptr
4: [       OK ] serial.team_broadcast_int_ptr (0 ms)
4: [ RUN      ] serial.team_single_thread_int_ptr
4: [       OK ] serial.team_single_thread_int_ptr (0 ms)
4: [ RUN      ] serial.team_single_team_int_ptr
4: [       OK ] serial.team_single_team_int_ptr (0 ms)
4: [ RUN      ] serial.team_handle_by_value
4: [       OK ] serial.team_handle_by_value (0 ms)
4: [ RUN      ] serial.team_vector
4: [       OK ] serial.team_vector (4 ms)
4: [ RUN      ] serial.triple_nested_parallelism
4: [       OK ] serial.triple_nested_parallelism (256 ms)
4: [ RUN      ] serial.parallel_scan_with_reducers
4: [       OK ] serial.parallel_scan_with_reducers (53 ms)
4: [ RUN      ] serial.team_thread_range_combined_reducers
4: [       OK ] serial.team_thread_range_combined_reducers (0 ms)
4: [ RUN      ] serial.thread_vector_range_combined_reducers
4: [       OK ] serial.thread_vector_range_combined_reducers (0 ms)
4: [ RUN      ] serial.team_vector_range_combined_reducers
4: [       OK ] serial.team_vector_range_combined_reducers (0 ms)
4: [ RUN      ] serial.TeamThreadMDRangeParallelFor
4: [       OK ] serial.TeamThreadMDRangeParallelFor (3 ms)
4: [ RUN      ] serial.ThreadVectorMDRangeParallelFor
4: [       OK ] serial.ThreadVectorMDRangeParallelFor (3 ms)
4: [ RUN      ] serial.TeamVectorMDRangeParallelFor
4: [       OK ] serial.TeamVectorMDRangeParallelFor (3 ms)
4: [ RUN      ] serial.TeamThreadMDRangeParallelReduce
4: [       OK ] serial.TeamThreadMDRangeParallelReduce (6 ms)
4: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
4: [       OK ] serial.ThreadVectorMDRangeParallelReduce (6 ms)
4: [ RUN      ] serial.TeamVectorMDRangeParallelReduce
4: [       OK ] serial.TeamVectorMDRangeParallelReduce (6 ms)
4: [ RUN      ] serial.team_policy_runtime_parameters
4: [       OK ] serial.team_policy_runtime_parameters (0 ms)
4: [ RUN      ] serial.team_reduction_scan
4: [       OK ] serial.team_reduction_scan (142 ms)
4: [ RUN      ] serial.team_long_reduce
4: [       OK ] serial.team_long_reduce (77 ms)
4: [ RUN      ] serial.team_double_reduce
4: [       OK ] serial.team_double_reduce (68 ms)
4: [ RUN      ] serial.team_long_array_reduce
4: [       OK ] serial.team_long_array_reduce (48 ms)
4: [ RUN      ] serial.team_double_array_reduce
4: [       OK ] serial.team_double_array_reduce (69 ms)
4: [ RUN      ] serial.team_parallel_dummy_with_reducer_and_scratch_space
4: [       OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
4: [ RUN      ] serial.repeated_team_reduce
4: [       OK ] serial.repeated_team_reduce (4404 ms)
4: [ RUN      ] serial.nested_team_reduce_functor_as_reducer
4: [       OK ] serial.nested_team_reduce_functor_as_reducer (0 ms)
4: [ RUN      ] serial.team_scan
4: [       OK ] serial.team_scan (97 ms)
4: [ RUN      ] serial.team_scan_ret_val
4: [       OK ] serial.team_scan_ret_val (87 ms)
4: [ RUN      ] serial.team_shared_request
4: [       OK ] serial.team_shared_request (26 ms)
4: [ RUN      ] serial.team_scratch_request
4: [       OK ] serial.team_scratch_request (3 ms)
4: [ RUN      ] serial.team_lambda_shared_request
4: [       OK ] serial.team_lambda_shared_request (33 ms)
4: [ RUN      ] serial.scratch_align
4: [       OK ] serial.scratch_align (0 ms)
4: [ RUN      ] serial.shmem_size
4: [       OK ] serial.shmem_size (0 ms)
4: [ RUN      ] serial.multi_level_scratch
4: [       OK ] serial.multi_level_scratch (4 ms)
4: [ RUN      ] serial.team_scratch_memory_index_parallel_for
4: [       OK ] serial.team_scratch_memory_index_parallel_for (0 ms)
4: [ RUN      ] serial.team_policy_max_recommended
4: [       OK ] serial.team_policy_max_recommended (1 ms)
4: [ RUN      ] serial.team_policy_minmax_scalar_without_plus_equal_k
4: [       OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
4: [ RUN      ] serial.team_teamvector_range
4: [       OK ] serial.team_teamvector_range (1 ms)
4: [ RUN      ] serial.timer
4: [       OK ] serial.timer (20 ms)
4: [ RUN      ] serial.unique_token_global
4: [       OK ] serial.unique_token_global (0 ms)
4: [ RUN      ] serial.unique_token_instance
4: [       OK ] serial.unique_token_instance (0 ms)
4: [ RUN      ] serial.unique_token_team_acquire
4: [       OK ] serial.unique_token_team_acquire (0 ms)
4: [ RUN      ] serial.view_api_a
4: [       OK ] serial.view_api_a (8 ms)
4: [ RUN      ] serial.view_layout_left_with_stride
4: [       OK ] serial.view_layout_left_with_stride (0 ms)
4: [ RUN      ] serial.view_layout_right_with_stride
4: [       OK ] serial.view_layout_right_with_stride (0 ms)
4: [ RUN      ] serial.view_api_b
4: [       OK ] serial.view_api_b (0 ms)
4: [ RUN      ] serial.view_api_c
4: [       OK ] serial.view_api_c (0 ms)
4: [ RUN      ] serial.view_api_d
4: [       OK ] serial.view_api_d (0 ms)
4: [ RUN      ] serial.view_remap
4: [       OK ] serial.view_remap (0 ms)
4: [ RUN      ] serial.view_mirror_nonconst
4: [       OK ] serial.view_mirror_nonconst (0 ms)
4: [ RUN      ] serial.view_stride_method
4: [       OK ] serial.view_stride_method (0 ms)
4: [ RUN      ] serial.anonymous_space
4: [       OK ] serial.anonymous_space (0 ms)
4: [ RUN      ] serial.view_overload_resolution
4: [       OK ] serial.view_overload_resolution (0 ms)
4: [ RUN      ] serial.view_allocation_large_rank
4: [       OK ] serial.view_allocation_large_rank (713 ms)
4: [ RUN      ] serial.view_shmem_size_on_device
4: [       OK ] serial.view_shmem_size_on_device (0 ms)
4: [ RUN      ] serial.view_is_assignable
4: [       OK ] serial.view_is_assignable (0 ms)
4: [ RUN      ] serial.view_bad_alloc
4: [       OK ] serial.view_bad_alloc (0 ms)
4: [ RUN      ] serial.view_copy_tests
4: [       OK ] serial.view_copy_tests (5 ms)
4: [ RUN      ] serial.view_copy_tests_rank_0
4: [       OK ] serial.view_copy_tests_rank_0 (0 ms)
4: [ RUN      ] serial.view_copy_degenerated
4: [       OK ] serial.view_copy_degenerated (0 ms)
4: [ RUN      ] serial.view_fill_tests_layout_right
24: ReductionExpensive<double>/10000000/iterations:10            8563576 us      4267972 us           10
24/49 Test #24: Kokkos_PerformanceTest_Reduction ...........................   Passed  104.98 sec
test 25
      Start 25: Kokkos_ContainersUnitTest_Serial

25: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
25: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests
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 77 tests from 2 test suites.
25: [----------] Global test environment set-up.
25: [----------] 2 tests from serial_DeathTest
25: [ RUN      ] serial_DeathTest.dualview_external_view_construction
25: [       OK ] serial_DeathTest.dualview_external_view_construction (3 ms)
25: [ RUN      ] serial_DeathTest.offsetview_unmanaged_construction
25: [       OK ] serial_DeathTest.offsetview_unmanaged_construction (32 ms)
25: [----------] 2 tests from serial_DeathTest (35 ms total)
25: 
25: [----------] 75 tests from serial
25: [ RUN      ] serial.bitset
25: [       OK ] serial.bitset (1149 ms)
25: [ RUN      ] serial.bitset_default_constructor_no_alloc
25: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
25: [ RUN      ] serial.dualview_combination
25: [       OK ] serial.dualview_combination (0 ms)
25: [ RUN      ] serial.dualview_alloc
25: [       OK ] serial.dualview_alloc (0 ms)
25: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
25: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
25: [ RUN      ] serial.dualview_combinations_without_init
25: [       OK ] serial.dualview_combinations_without_init (0 ms)
25: [ RUN      ] serial.dualview_deep_copy
25: [       OK ] serial.dualview_deep_copy (0 ms)
25: [ RUN      ] serial.dualview_sync_should_fence
25: [       OK ] serial.dualview_sync_should_fence (0 ms)
25: [ RUN      ] serial.dualview_realloc
25: [       OK ] serial.dualview_realloc (0 ms)
25: [ RUN      ] serial.dualview_resize
25: [       OK ] serial.dualview_resize (0 ms)
25: [ RUN      ] serial.dualview_device_correct_kokkos_device
25: [       OK ] serial.dualview_device_correct_kokkos_device (0 ms)
25: [ RUN      ] serial.dualview_host_correct_kokkos_device
25: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
25: [ RUN      ] serial.dualview_host_modify_template_device_sync
25: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
25: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
25: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
25: [ RUN      ] serial.dualview_device_modify_template_host_sync
25: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
25: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
25: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
25: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
25: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
25: [ RUN      ] serial.dualview_template_views_return_correct_views_from_const_dual_view
25: [       OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
25: [ RUN      ] serial.dualview_sequential_host_init
25: [       OK ] serial.dualview_sequential_host_init (0 ms)
25: [ RUN      ] serial.dualview_default_constructed
25: [       OK ] serial.dualview_default_constructed (0 ms)
25: [ RUN      ] serial.dualview_resize_single_device
25: [       OK ] serial.dualview_resize_single_device (0 ms)
25: [ RUN      ] serial.dynamic_view
25: [       OK ] serial.dynamic_view (6 ms)
25: [ RUN      ] serial.dyn_rank_view_api_generic
25: [       OK ] serial.dyn_rank_view_api_generic (8 ms)
25: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
25: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
25: [ RUN      ] serial.dyn_rank_view_check_fence_resize_realloc
25: /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
25: skipping since not default execution space
25: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms)
25: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
25: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
25: [ RUN      ] serial.dyn_rank_view_ctor_from_members
25: [       OK ] serial.dyn_rank_view_ctor_from_members (0 ms)
25: [ RUN      ] serial.dyn_rank_view_ctor_from_layout_stride
25: [       OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms)
25: [ RUN      ] serial.dyn_rank_view_layout_member
25: [       OK ] serial.dyn_rank_view_layout_member (0 ms)
25: [ RUN      ] serial.dyn_rank_view_team_scratch
25: [       OK ] serial.dyn_rank_view_team_scratch (0 ms)
25: [ RUN      ] serial.view_customization_extra_int_arg
25: [       OK ] serial.view_customization_extra_int_arg (0 ms)
25: [ RUN      ] serial.ErrorReporterViaLambda
25: [       OK ] serial.ErrorReporterViaLambda (0 ms)
25: [ RUN      ] serial.ErrorReporter
25: [       OK ] serial.ErrorReporter (0 ms)
25: [ RUN      ] serial.offsetview_construction
25: [       OK ] serial.offsetview_construction (21 ms)
25: [ RUN      ] serial.offsetview_unmanaged_construction
25: [       OK ] serial.offsetview_unmanaged_construction (0 ms)
25: [ RUN      ] serial.offsetview_subview
25: [       OK ] serial.offsetview_subview (10 ms)
25: [ RUN      ] serial.offsetview_offsets_rank1
25: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
25: [ RUN      ] serial.offsetview_offsets_rank2
25: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
25: [ RUN      ] serial.offsetview_offsets_rank3
25: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
25: [ RUN      ] serial.scatterview
25: [       OK ] serial.scatterview (1707 ms)
25: [ RUN      ] serial.scatterview_devicetype
25: [       OK ] serial.scatterview_devicetype (0 ms)
25: [ RUN      ] serial.staticcrsgraph
25: [       OK ] serial.staticcrsgraph (6 ms)
25: [ RUN      ] serial.resize_realloc_no_init_dualview
25: [       OK ] serial.resize_realloc_no_init_dualview (0 ms)
25: [ RUN      ] serial.resize_realloc_no_alloc_dualview
25: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
25: [ RUN      ] serial.resize_exec_space_dualview
25: [       OK ] serial.resize_exec_space_dualview (0 ms)
25: [ RUN      ] serial.realloc_exec_space_dualview
25: [       OK ] serial.realloc_exec_space_dualview (0 ms)
25: [ RUN      ] serial.resize_realloc_no_init_dynrankview
25: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
25: [ RUN      ] serial.resize_exec_space_dynrankview
25: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
25: [ RUN      ] serial.realloc_exec_space_dynrankview
25: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
25: [ RUN      ] serial.resize_realloc_no_init_scatterview
25: [       OK ] serial.resize_realloc_no_init_scatterview (0 ms)
25: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
25: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
25: [ RUN      ] serial.resize_exec_space_scatterview
25: [       OK ] serial.resize_exec_space_scatterview (0 ms)
25: [ RUN      ] serial.realloc_exec_space_scatterview
25: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
25: [ RUN      ] serial.create_mirror_no_init_dynrankview
25: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
25: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
25: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms)
25: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
25: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
25: [ RUN      ] serial.create_mirror_no_init_offsetview
25: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
25: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
25: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
25: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
25: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
25: [ RUN      ] serial.create_mirror_no_init_dynamicview
25: [       OK ] serial.create_mirror_no_init_dynamicview (0 ms)
25: [ RUN      ] serial.create_mirror_view_and_copy_dynamicview
25: [       OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms)
25: [ RUN      ] serial.create_mirror_no_init_dynamicview_view_ctor
25: [       OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms)
25: [ RUN      ] serial.UnorderedMap_insert
25: [       OK ] serial.UnorderedMap_insert (8420 ms)
25: [ RUN      ] serial.UnorderedMap_failed_insert
4: [       OK ] serial.view_fill_tests_layout_right (10403 ms)
4: [ RUN      ] serial.view_fill_tests_layout_left
25: [       OK ] serial.UnorderedMap_failed_insert (3375 ms)
25: [ RUN      ] serial.UnorderedMap_deep_copy
25: [       OK ] serial.UnorderedMap_deep_copy (4 ms)
25: [ RUN      ] serial.UnorderedMap_valid_empty
25: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
25: [ RUN      ] serial.UnorderedMap_clear_zero_size
25: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
25: [ RUN      ] serial.UnorderedMap_consistent_size
25: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
25: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
25: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
25: [ RUN      ] serial.UnorderedMap_lambda_capturable
25: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
25: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
25: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
25: [ RUN      ] serial.UnorderedMap_View_as_value
25: [       OK ] serial.UnorderedMap_View_as_value (0 ms)
25: [ RUN      ] serial.vector_combination
25: [       OK ] serial.vector_combination (0 ms)
25: [ RUN      ] serial.vector_insert
25: [       OK ] serial.vector_insert (0 ms)
25: [ RUN      ] serial.vector_push_back_default_exec
25: [       OK ] serial.vector_push_back_default_exec (0 ms)
25: [----------] 75 tests from serial (14717 ms total)
25: 
25: [----------] Global test environment tear-down
25: [==========] 77 tests from 2 test suites ran. (14753 ms total)
25: [  PASSED  ] 76 tests.
25: [  SKIPPED ] 1 test, listed below:
25: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
25/49 Test #25: Kokkos_ContainersUnitTest_Serial ...........................   Passed   14.82 sec
test 26
      Start 26: Kokkos_ContainersUnitTest_OpenMP

26: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP
26: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests
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 77 tests from 2 test suites.
26: [----------] Global test environment set-up.
26: [----------] 2 tests from openmp_DeathTest
26: [ RUN      ] openmp_DeathTest.dualview_external_view_construction
26: [       OK ] openmp_DeathTest.dualview_external_view_construction (3 ms)
26: [ RUN      ] openmp_DeathTest.offsetview_unmanaged_construction
26: [       OK ] openmp_DeathTest.offsetview_unmanaged_construction (31 ms)
26: [----------] 2 tests from openmp_DeathTest (35 ms total)
26: 
26: [----------] 75 tests from openmp
26: [ RUN      ] openmp.bitset
26: [       OK ] openmp.bitset (311 ms)
26: [ RUN      ] openmp.bitset_default_constructor_no_alloc
26: [       OK ] openmp.bitset_default_constructor_no_alloc (0 ms)
26: [ RUN      ] openmp.dualview_combination
26: [       OK ] openmp.dualview_combination (0 ms)
26: [ RUN      ] openmp.dualview_alloc
26: [       OK ] openmp.dualview_alloc (0 ms)
26: [ RUN      ] openmp.test_dualview_copy_construction_and_assignment
26: [       OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms)
26: [ RUN      ] openmp.dualview_combinations_without_init
26: [       OK ] openmp.dualview_combinations_without_init (0 ms)
26: [ RUN      ] openmp.dualview_deep_copy
26: [       OK ] openmp.dualview_deep_copy (0 ms)
26: [ RUN      ] openmp.dualview_sync_should_fence
26: [       OK ] openmp.dualview_sync_should_fence (0 ms)
26: [ RUN      ] openmp.dualview_realloc
26: [       OK ] openmp.dualview_realloc (0 ms)
26: [ RUN      ] openmp.dualview_resize
26: [       OK ] openmp.dualview_resize (0 ms)
26: [ RUN      ] openmp.dualview_device_correct_kokkos_device
26: [       OK ] openmp.dualview_device_correct_kokkos_device (0 ms)
26: [ RUN      ] openmp.dualview_host_correct_kokkos_device
26: [       OK ] openmp.dualview_host_correct_kokkos_device (0 ms)
26: [ RUN      ] openmp.dualview_host_modify_template_device_sync
26: [       OK ] openmp.dualview_host_modify_template_device_sync (0 ms)
26: [ RUN      ] openmp.dualview_host_modify_template_device_execspace_sync
26: [       OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms)
26: [ RUN      ] openmp.dualview_device_modify_template_host_sync
26: [       OK ] openmp.dualview_device_modify_template_host_sync (0 ms)
26: [ RUN      ] openmp.dualview_device_modify_template_host_execspace_sync
26: [       OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms)
26: [ RUN      ] openmp.dualview_template_views_return_correct_executionspace_views
26: [       OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms)
26: [ RUN      ] openmp.dualview_template_views_return_correct_views_from_const_dual_view
26: [       OK ] openmp.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
26: [ RUN      ] openmp.dualview_sequential_host_init
26: [       OK ] openmp.dualview_sequential_host_init (0 ms)
26: [ RUN      ] openmp.dualview_default_constructed
26: [       OK ] openmp.dualview_default_constructed (0 ms)
26: [ RUN      ] openmp.dualview_resize_single_device
26: [       OK ] openmp.dualview_resize_single_device (0 ms)
26: [ RUN      ] openmp.dynamic_view
26: [       OK ] openmp.dynamic_view (16 ms)
26: [ RUN      ] openmp.dyn_rank_view_api_generic
26: [       OK ] openmp.dyn_rank_view_api_generic (9 ms)
26: [ RUN      ] openmp.dyn_rank_view_api_operator_rank12345
26: [       OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms)
26: [ RUN      ] openmp.dyn_rank_view_check_fence_resize_realloc
26: [       OK ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms)
26: [ RUN      ] openmp.dyn_rank_view_api_operator_rank67
26: [       OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms)
26: [ RUN      ] openmp.dyn_rank_view_ctor_from_members
26: [       OK ] openmp.dyn_rank_view_ctor_from_members (0 ms)
26: [ RUN      ] openmp.dyn_rank_view_ctor_from_layout_stride
26: [       OK ] openmp.dyn_rank_view_ctor_from_layout_stride (0 ms)
26: [ RUN      ] openmp.dyn_rank_view_layout_member
26: [       OK ] openmp.dyn_rank_view_layout_member (0 ms)
26: [ RUN      ] openmp.dyn_rank_view_team_scratch
26: [       OK ] openmp.dyn_rank_view_team_scratch (0 ms)
26: [ RUN      ] openmp.view_customization_extra_int_arg
26: [       OK ] openmp.view_customization_extra_int_arg (0 ms)
26: [ RUN      ] openmp.ErrorReporterViaLambda
26: [       OK ] openmp.ErrorReporterViaLambda (0 ms)
26: [ RUN      ] openmp.ErrorReporter
26: [       OK ] openmp.ErrorReporter (0 ms)
26: [ RUN      ] openmp.offsetview_construction
26: [       OK ] openmp.offsetview_construction (10 ms)
26: [ RUN      ] openmp.offsetview_unmanaged_construction
26: [       OK ] openmp.offsetview_unmanaged_construction (0 ms)
26: [ RUN      ] openmp.offsetview_subview
26: [       OK ] openmp.offsetview_subview (11 ms)
26: [ RUN      ] openmp.offsetview_offsets_rank1
26: [       OK ] openmp.offsetview_offsets_rank1 (0 ms)
26: [ RUN      ] openmp.offsetview_offsets_rank2
26: [       OK ] openmp.offsetview_offsets_rank2 (0 ms)
26: [ RUN      ] openmp.offsetview_offsets_rank3
26: [       OK ] openmp.offsetview_offsets_rank3 (0 ms)
26: [ RUN      ] openmp.scatterview
26: [       OK ] openmp.scatterview (1555 ms)
26: [ RUN      ] openmp.scatterview_devicetype
26: [       OK ] openmp.scatterview_devicetype (16 ms)
26: [ RUN      ] openmp.staticcrsgraph
26: [       OK ] openmp.staticcrsgraph (5 ms)
26: [ RUN      ] openmp.resize_realloc_no_init_dualview
26: [       OK ] openmp.resize_realloc_no_init_dualview (0 ms)
26: [ RUN      ] openmp.resize_realloc_no_alloc_dualview
26: [       OK ] openmp.resize_realloc_no_alloc_dualview (0 ms)
26: [ RUN      ] openmp.resize_exec_space_dualview
26: [       OK ] openmp.resize_exec_space_dualview (0 ms)
26: [ RUN      ] openmp.realloc_exec_space_dualview
26: [       OK ] openmp.realloc_exec_space_dualview (0 ms)
26: [ RUN      ] openmp.resize_realloc_no_init_dynrankview
26: [       OK ] openmp.resize_realloc_no_init_dynrankview (0 ms)
26: [ RUN      ] openmp.resize_exec_space_dynrankview
26: [       OK ] openmp.resize_exec_space_dynrankview (0 ms)
26: [ RUN      ] openmp.realloc_exec_space_dynrankview
26: [       OK ] openmp.realloc_exec_space_dynrankview (0 ms)
26: [ RUN      ] openmp.resize_realloc_no_init_scatterview
26: [       OK ] openmp.resize_realloc_no_init_scatterview (0 ms)
26: [ RUN      ] openmp.resize_realloc_no_alloc_scatterview
26: [       OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms)
26: [ RUN      ] openmp.resize_exec_space_scatterview
26: [       OK ] openmp.resize_exec_space_scatterview (0 ms)
26: [ RUN      ] openmp.realloc_exec_space_scatterview
26: [       OK ] openmp.realloc_exec_space_scatterview (0 ms)
26: [ RUN      ] openmp.create_mirror_no_init_dynrankview
26: [       OK ] openmp.create_mirror_no_init_dynrankview (0 ms)
26: [ RUN      ] openmp.create_mirror_no_init_dynrankview_viewctor
26: [       OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms)
26: [ RUN      ] openmp.create_mirror_view_and_copy_dynrankview
26: [       OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms)
26: [ RUN      ] openmp.create_mirror_no_init_offsetview
26: [       OK ] openmp.create_mirror_no_init_offsetview (0 ms)
26: [ RUN      ] openmp.create_mirror_no_init_offsetview_view_ctor
26: [       OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms)
26: [ RUN      ] openmp.create_mirror_view_and_copy_offsetview
26: [       OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms)
26: [ RUN      ] openmp.create_mirror_no_init_dynamicview
26: [       OK ] openmp.create_mirror_no_init_dynamicview (0 ms)
26: [ RUN      ] openmp.create_mirror_view_and_copy_dynamicview
26: [       OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms)
26: [ RUN      ] openmp.create_mirror_no_init_dynamicview_view_ctor
26: [       OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms)
26: [ RUN      ] openmp.UnorderedMap_insert
26: [       OK ] openmp.UnorderedMap_insert (4855 ms)
26: [ RUN      ] openmp.UnorderedMap_failed_insert
4: [       OK ] serial.view_fill_tests_layout_left (11635 ms)
4: [ RUN      ] serial.vcp_empty_traits
4: [       OK ] serial.vcp_empty_traits (0 ms)
4: [ RUN      ] serial.is_view_label
4: [       OK ] serial.is_view_label (0 ms)
4: [ RUN      ] serial.vcp_label_base_traits
4: [       OK ] serial.vcp_label_base_traits (0 ms)
4: [ RUN      ] serial.vcp_label_traits
4: [       OK ] serial.vcp_label_traits (0 ms)
4: [ RUN      ] serial.view_alloc_can_perfect_forward_label
4: [       OK ] serial.view_alloc_can_perfect_forward_label (0 ms)
4: [ RUN      ] serial.vcp_label_copy_constructor
4: [       OK ] serial.vcp_label_copy_constructor (0 ms)
4: [ RUN      ] serial.vcp_pointer_add_property
4: [       OK ] serial.vcp_pointer_add_property (0 ms)
4: [ RUN      ] serial.view_empty_runtime_unmanaged
4: [       OK ] serial.view_empty_runtime_unmanaged (0 ms)
4: [ RUN      ] serial.view_layoutstride_left_to_layoutleft_assignment
4: [       OK ] serial.view_layoutstride_left_to_layoutleft_assignment (44 ms)
4: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (41 ms)
4: [ RUN      ] serial.view_mapping
4: [       OK ] serial.view_mapping (56 ms)
4: [ RUN      ] serial.view_mapping_operator
4: [       OK ] serial.view_mapping_operator (2 ms)
4: [ RUN      ] serial.static_extent
4: [       OK ] serial.static_extent (0 ms)
4: [ RUN      ] serial.view_mapping_atomic
4: [       OK ] serial.view_mapping_atomic (0 ms)
4: [ RUN      ] serial.view_mapping_class_value
4: [       OK ] serial.view_mapping_class_value (0 ms)
4: [ RUN      ] serial.view_mapping_assignable
4: [       OK ] serial.view_mapping_assignable (0 ms)
4: [ RUN      ] serial.view_mapping_trivially_copyable
4: [       OK ] serial.view_mapping_trivially_copyable (0 ms)
4: [ RUN      ] serial.view_mapping_subview
4: [       OK ] serial.view_mapping_subview (0 ms)
4: [ RUN      ] serial.view_nested_view
4: [       OK ] serial.view_nested_view (0 ms)
4: [ RUN      ] serial.view_of_views_default
4: [       OK ] serial.view_of_views_default (0 ms)
4: [ RUN      ] serial.view_of_views_without_initializing
4: [       OK ] serial.view_of_views_without_initializing (0 ms)
4: [ RUN      ] serial.test_view_of_views_sequential_host_init
4: [       OK ] serial.test_view_of_views_sequential_host_init (0 ms)
4: [ RUN      ] serial.append_formatted_multidimensional_index
4: [       OK ] serial.append_formatted_multidimensional_index (0 ms)
4: [ RUN      ] serial.view_resize
4: [       OK ] serial.view_resize (2 ms)
4: [ RUN      ] serial.view_realloc
4: [       OK ] serial.view_realloc (0 ms)
4: [ RUN      ] serial.workgraph_fib
4: [       OK ] serial.workgraph_fib (84 ms)
4: [ RUN      ] serial.resize_realloc_no_init
4: [       OK ] serial.resize_realloc_no_init (0 ms)
4: [ RUN      ] serial.resize_realloc_no_alloc
4: [       OK ] serial.resize_realloc_no_alloc (0 ms)
4: [ RUN      ] serial.realloc_exec_space
4: [       OK ] serial.realloc_exec_space (0 ms)
4: [ RUN      ] serial.view_alloc
4: [       OK ] serial.view_alloc (0 ms)
4: [ RUN      ] serial.view_alloc_exec_space
4: [       OK ] serial.view_alloc_exec_space (0 ms)
4: [ RUN      ] serial.view_alloc_int
4: [       OK ] serial.view_alloc_int (0 ms)
4: [ RUN      ] serial.view_alloc_exec_space_int
4: [       OK ] serial.view_alloc_exec_space_int (0 ms)
4: [ RUN      ] serial.deep_copy_zero_memset
4: [       OK ] serial.deep_copy_zero_memset (0 ms)
4: [ RUN      ] serial.resize_exec_space
4: [       OK ] serial.resize_exec_space (0 ms)
4: [ RUN      ] serial.view_allocation_int
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestWithoutInitializing.hpp:305: Skipped
4: skipping since the fence checked for isn't necessary
4: [  SKIPPED ] serial.view_allocation_int (0 ms)
4: [ RUN      ] serial.view_allocation_exec_space_int
4: [       OK ] serial.view_allocation_exec_space_int (0 ms)
4: [ RUN      ] serial.view_not_default_constructible
4: [       OK ] serial.view_not_default_constructible (0 ms)
4: [ RUN      ] serial.view_subview_auto_1d_left
4: [       OK ] serial.view_subview_auto_1d_left (0 ms)
4: [ RUN      ] serial.view_subview_auto_1d_right
4: [       OK ] serial.view_subview_auto_1d_right (0 ms)
4: [ RUN      ] serial.view_subview_auto_1d_stride
4: [       OK ] serial.view_subview_auto_1d_stride (0 ms)
4: [ RUN      ] serial.view_subview_assign_strided
4: [       OK ] serial.view_subview_assign_strided (0 ms)
4: [ RUN      ] serial.view_subview_left_0
4: [       OK ] serial.view_subview_left_0 (0 ms)
4: [ RUN      ] serial.view_subview_left_1
4: [       OK ] serial.view_subview_left_1 (0 ms)
4: [ RUN      ] serial.view_subview_left_2
4: [       OK ] serial.view_subview_left_2 (0 ms)
4: [ RUN      ] serial.view_subview_left_3
4: [       OK ] serial.view_subview_left_3 (0 ms)
4: [ RUN      ] serial.view_subview_right_0
4: [       OK ] serial.view_subview_right_0 (0 ms)
4: [ RUN      ] serial.view_subview_right_1
4: [       OK ] serial.view_subview_right_1 (0 ms)
4: [ RUN      ] serial.view_subview_right_3
4: [       OK ] serial.view_subview_right_3 (0 ms)
4: [ RUN      ] serial.view_static_tests
4: [       OK ] serial.view_static_tests (0 ms)
4: [ RUN      ] serial.view_subview_layoutleft_to_layoutleft
4: [       OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms)
4: [ RUN      ] serial.view_subview_layoutright_to_layoutright
4: [       OK ] serial.view_subview_layoutright_to_layoutright (0 ms)
4: [ RUN      ] serial.view_subview_1d_assign
4: [       OK ] serial.view_subview_1d_assign (0 ms)
4: [ RUN      ] serial.view_subview_1d_assign_atomic
4: [       OK ] serial.view_subview_1d_assign_atomic (0 ms)
4: [ RUN      ] serial.view_subview_1d_assign_randomaccess
4: [       OK ] serial.view_subview_1d_assign_randomaccess (0 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d
4: [       OK ] serial.view_subview_2d_from_3d (3 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d_atomic
4: [       OK ] serial.view_subview_2d_from_3d_atomic (4 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d_randomaccess
4: [       OK ] serial.view_subview_2d_from_3d_randomaccess (3 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left
4: [       OK ] serial.view_subview_3d_from_5d_left (99 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
4: [       OK ] serial.view_subview_3d_from_5d_left_atomic (99 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
4: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (98 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right
4: [       OK ] serial.view_subview_3d_from_5d_right (143 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
4: [       OK ] serial.view_subview_3d_from_5d_right_atomic (144 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (144 ms)
4: [ RUN      ] serial.view_test_unmanaged_subview_reset
4: [       OK ] serial.view_test_unmanaged_subview_reset (0 ms)
4: [ RUN      ] serial.view_subview_memory_traits_construction
4: [       OK ] serial.view_subview_memory_traits_construction (0 ms)
4: [----------] 137 tests from serial (29185 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 147 tests from 2 test suites ran. (38727 ms total)
4: [  PASSED  ] 139 tests.
4: [  SKIPPED ] 8 tests, listed below:
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device
4: [  SKIPPED ] serial_DeathTest.view_subview_wrong_extents
4: [  SKIPPED ] serial.view_allocation_int
 4/56 Test  #4: Kokkos_CoreUnitTest_Serial2 ................................   Passed   39.02 sec
test 5
      Start  5: Kokkos_CoreUnitTest_Cuda1

5: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_CoreUnitTest_Cuda1
5: Test timeout computed to be: 1500
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 255 tests from 4 test suites.
5: [----------] Global test environment set-up.
5: [----------] 11 tests from cuda_DeathTest
5: [ RUN      ] cuda_DeathTest.abort_from_host
5: [       OK ] cuda_DeathTest.abort_from_host (1404 ms)
5: [ RUN      ] cuda_DeathTest.abort_from_device
26: [       OK ] openmp.UnorderedMap_failed_insert (4119 ms)
26: [ RUN      ] openmp.UnorderedMap_deep_copy
26: [       OK ] openmp.UnorderedMap_deep_copy (8 ms)
26: [ RUN      ] openmp.UnorderedMap_valid_empty
26: [       OK ] openmp.UnorderedMap_valid_empty (0 ms)
26: [ RUN      ] openmp.UnorderedMap_clear_zero_size
26: [       OK ] openmp.UnorderedMap_clear_zero_size (0 ms)
26: [ RUN      ] openmp.UnorderedMap_consistent_size
26: [       OK ] openmp.UnorderedMap_consistent_size (0 ms)
26: [ RUN      ] openmp.UnorderedMap_shallow_copyable_on_device
26: [       OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms)
26: [ RUN      ] openmp.UnorderedMap_lambda_capturable
26: [       OK ] openmp.UnorderedMap_lambda_capturable (0 ms)
26: [ RUN      ] openmp.UnorderedMap_constructor_view_alloc
26: [       OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms)
26: [ RUN      ] openmp.UnorderedMap_View_as_value
26: [       OK ] openmp.UnorderedMap_View_as_value (0 ms)
26: [ RUN      ] openmp.vector_combination
26: [       OK ] openmp.vector_combination (0 ms)
26: [ RUN      ] openmp.vector_insert
26: [       OK ] openmp.vector_insert (0 ms)
26: [ RUN      ] openmp.vector_push_back_default_exec
26: [       OK ] openmp.vector_push_back_default_exec (0 ms)
26: [----------] 75 tests from openmp (10931 ms total)
26: 
26: [----------] Global test environment tear-down
26: [==========] 77 tests from 2 test suites ran. (10966 ms total)
26: [  PASSED  ] 77 tests.
26/49 Test #26: Kokkos_ContainersUnitTest_OpenMP ...........................   Passed   11.04 sec
test 27
      Start 27: Kokkos_ContainersPerformanceTest_OpenMP

27: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP
27: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/performance_tests
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 5 tests from 1 test suite.
27: [----------] Global test environment set-up.
27: [----------] 5 tests from TEST_CATEGORY
27: [ RUN      ] TEST_CATEGORY.dynrankview_perf
27: OpenMP
27:  DynRankView vs View: Initialization Only 
27:  View time (init only): 0.0096229
27:  View sum computation time: 0.0096229
27:  Strided View time (init only): 0.00921119
27:  View Rank7 time (init only): 0.00939633
27:  DynRankView time (init only): 0.00967346
27:  DynRankView sum computation time: 0.00724438
27:  Ratio of View to DynRankView time: 0.994773
27:  Ratio of View to DynRankView sum computation time: 0.996998
27:  Ratio of View to View Rank7  time: 1.02411
27:  Ratio of StrideView to DynRankView time: 0.952212
27:  Ratio of DynRankView to View Rank7  time: 1.02949
27: [       OK ] TEST_CATEGORY.dynrankview_perf (190 ms)
27: [ RUN      ] TEST_CATEGORY.global_2_local
27: OpenMP
27: size, create, generate, fill, find
27: 256, 0.00018432, 6.3489e-05, 0.000101339, 0.00479702
27: 512, 0.000124649, 5.2459e-05, 0.000101469, 0.00473457
27: 1024, 0.000122189, 5.064e-05, 0.000188988, 0.00493615
27: 2048, 0.000154529, 5.0809e-05, 0.000304478, 0.0049674
27: 4096, 0.000174558, 2.823e-05, 0.000544416, 0.00551814
27: 8192, 0.000211248, 6.7929e-05, 0.000992283, 0.00782001
27: 16384, 0.000346207, 5.8849e-05, 0.00182763, 0.0181437
27: 32768, 0.000498306, 5.9339e-05, 0.00362955, 0.0463075
27: 65536, 0.000742503, 7.316e-05, 0.00805186, 0.111733
27: 131072, 0.00120391, 7.3219e-05, 0.0156603, 0.238694
27: 262144, 0.00203681, 0.000140609, 0.0320355, 0.399886
5: [       OK ] cuda_DeathTest.abort_from_device (1406 ms)
5: [ RUN      ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort
27: 524288, 0.00374229, 0.000230768, 0.0668961, 0.869534
5: [       OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (1387 ms)
5: [ RUN      ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions
5: [       OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (1365 ms)
5: [ RUN      ] cuda_DeathTest.policy_invalid_bounds
5: [       OK ] cuda_DeathTest.policy_invalid_bounds (2 ms)
5: [ RUN      ] cuda_DeathTest.range_policy_invalid_bounds
5: [       OK ] cuda_DeathTest.range_policy_invalid_bounds (4 ms)
5: [ RUN      ] cuda_DeathTest.range_policy_round_trip_conversion_fires
5: [       OK ] cuda_DeathTest.range_policy_round_trip_conversion_fires (1 ms)
5: [ RUN      ] cuda_DeathTest.range_policy_check_sign_changes
5: [       OK ] cuda_DeathTest.range_policy_check_sign_changes (3 ms)
5: [ RUN      ] cuda_DeathTest.range_policy_implicitly_converted_bounds
5: [       OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (3 ms)
5: [ RUN      ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:93: Skipped
5: skipping since no memory access violation would occur
5: [  SKIPPED ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms)
5: [ RUN      ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
27: 1048576, 0.00710671, 0.000410646, 0.125292, 3.17309
5: [       OK ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (1252 ms)
5: [----------] 11 tests from cuda_DeathTest (6833 ms total)
5: 
5: [----------] 1 test from cuda_graph_DeathTest
5: [ RUN      ] cuda_graph_DeathTest.can_instantiate_only_once
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:181: Skipped
5: Preconditions are not checked.
5: [  SKIPPED ] cuda_graph_DeathTest.can_instantiate_only_once (1 ms)
5: [----------] 1 test from cuda_graph_DeathTest (1 ms total)
5: 
5: [----------] 226 tests from cuda
5: [ RUN      ] cuda.array_capacity
5: [       OK ] cuda.array_capacity (0 ms)
5: [ RUN      ] cuda.array_element_access
5: [       OK ] cuda.array_element_access (0 ms)
5: [ RUN      ] cuda.array_operator_equal
5: [       OK ] cuda.array_operator_equal (0 ms)
5: [ RUN      ] cuda.array_zero_capacity
5: [       OK ] cuda.array_zero_capacity (0 ms)
5: [ RUN      ] cuda.array_zero_data_nullptr
5: [       OK ] cuda.array_zero_data_nullptr (0 ms)
5: [ RUN      ] cuda.array_contiguous_capacity
5: [       OK ] cuda.array_contiguous_capacity (0 ms)
5: [ RUN      ] cuda.array_contiguous_element_access
5: [       OK ] cuda.array_contiguous_element_access (0 ms)
5: [ RUN      ] cuda.array_contiguous_assignment
5: [       OK ] cuda.array_contiguous_assignment (0 ms)
5: [ RUN      ] cuda.array_strided_capacity
5: [       OK ] cuda.array_strided_capacity (0 ms)
5: [ RUN      ] cuda.array_strided_element_access
5: [       OK ] cuda.array_strided_element_access (0 ms)
5: [ RUN      ] cuda.array_strided_assignment
5: [       OK ] cuda.array_strided_assignment (0 ms)
5: [ RUN      ] cuda.atomic_operations_complexdouble
5: [       OK ] cuda.atomic_operations_complexdouble (24 ms)
5: [ RUN      ] cuda.atomic_operations_complexfloat
5: [       OK ] cuda.atomic_operations_complexfloat (22 ms)
5: [ RUN      ] cuda.atomic_operations_double
5: [       OK ] cuda.atomic_operations_double (34 ms)
5: [ RUN      ] cuda.atomic_operations_float
5: [       OK ] cuda.atomic_operations_float (33 ms)
5: [ RUN      ] cuda.atomic_operations_int8
5: [       OK ] cuda.atomic_operations_int8 (90 ms)
5: [ RUN      ] cuda.atomic_operations_int16
5: [       OK ] cuda.atomic_operations_int16 (90 ms)
5: [ RUN      ] cuda.atomic_operations_int
5: [       OK ] cuda.atomic_operations_int (88 ms)
5: [ RUN      ] cuda.atomic_operations_long
5: [       OK ] cuda.atomic_operations_long (89 ms)
5: [ RUN      ] cuda.atomic_operations_longlong
5: [       OK ] cuda.atomic_operations_longlong (89 ms)
5: [ RUN      ] cuda.atomic_shared
5: [       OK ] cuda.atomic_shared (0 ms)
5: [ RUN      ] cuda.atomic_operations_unsigned
5: [       OK ] cuda.atomic_operations_unsigned (72 ms)
5: [ RUN      ] cuda.atomic_operations_unsignedlong
5: [       OK ] cuda.atomic_operations_unsignedlong (71 ms)
5: [ RUN      ] cuda.atomics
5: [       OK ] cuda.atomics (229 ms)
5: [ RUN      ] cuda.atomics_tpetra_max_abs
5: [       OK ] cuda.atomics_tpetra_max_abs (0 ms)
5: [ RUN      ] cuda.atomic_views_integral
5: [       OK ] cuda.atomic_views_integral (49 ms)
5: [ RUN      ] cuda.atomic_views_nonintegral
5: [       OK ] cuda.atomic_views_nonintegral (104 ms)
5: [ RUN      ] cuda.atomic_view_api
5: [       OK ] cuda.atomic_view_api (2 ms)
5: [ RUN      ] cuda.bit_manip_countl_zero
5: [       OK ] cuda.bit_manip_countl_zero (6 ms)
5: [ RUN      ] cuda.bit_manip_countl_one
5: [       OK ] cuda.bit_manip_countl_one (0 ms)
5: [ RUN      ] cuda.bit_manip_countr_zero
5: [       OK ] cuda.bit_manip_countr_zero (0 ms)
5: [ RUN      ] cuda.bit_manip_countr_one
5: [       OK ] cuda.bit_manip_countr_one (0 ms)
5: [ RUN      ] cuda.bit_manip_popcount
5: [       OK ] cuda.bit_manip_popcount (0 ms)
5: [ RUN      ] cuda.bit_manip_has_single_bit
5: [       OK ] cuda.bit_manip_has_single_bit (0 ms)
5: [ RUN      ] cuda.bit_manip_bit_floor
5: [       OK ] cuda.bit_manip_bit_floor (0 ms)
5: [ RUN      ] cuda.bit_manip_bit_ceil
5: [       OK ] cuda.bit_manip_bit_ceil (0 ms)
5: [ RUN      ] cuda.bit_manip_bit_width
5: [       OK ] cuda.bit_manip_bit_width (0 ms)
5: [ RUN      ] cuda.bit_manip_rotl
5: [       OK ] cuda.bit_manip_rotl (0 ms)
5: [ RUN      ] cuda.bit_manip_rotr
5: [       OK ] cuda.bit_manip_rotr (0 ms)
5: [ RUN      ] cuda.bit_manip_byeswap
5: [       OK ] cuda.bit_manip_byeswap (1 ms)
5: [ RUN      ] cuda.bit_manip_bit_cast
5: [       OK ] cuda.bit_manip_bit_cast (0 ms)
5: [ RUN      ] cuda.test_block_deduction_bug_pr_3103
5: [       OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms)
5: [ RUN      ] cuda.checked_integer_operations_multiply_overflow
5: [       OK ] cuda.checked_integer_operations_multiply_overflow (0 ms)
5: [ RUN      ] cuda.execution_policy_occupancy_and_hint
5: [       OK ] cuda.execution_policy_occupancy_and_hint (0 ms)
5: [ RUN      ] cuda.complex_construction
5: [       OK ] cuda.complex_construction (0 ms)
5: [ RUN      ] cuda.complex_basic_math
5: [       OK ] cuda.complex_basic_math (0 ms)
5: [ RUN      ] cuda.complex_special_funtions
5: [       OK ] cuda.complex_special_funtions (0 ms)
5: [ RUN      ] cuda.complex_io
5: [       OK ] cuda.complex_io (0 ms)
5: [ RUN      ] cuda.complex_trivially_copyable
5: [       OK ] cuda.complex_trivially_copyable (0 ms)
5: [ RUN      ] cuda.complex_issue_3865
5: [       OK ] cuda.complex_issue_3865 (0 ms)
5: [ RUN      ] cuda.complex_operations_arithmetic_types_overloads
5: [       OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms)
5: [ RUN      ] cuda.complex_structured_bindings
5: [       OK ] cuda.complex_structured_bindings (0 ms)
5: [ RUN      ] cuda.crs_count_fill
5: [       OK ] cuda.crs_count_fill (6 ms)
5: [ RUN      ] cuda.crs_copy_constructor
5: [       OK ] cuda.crs_copy_constructor (26 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_0
5: [       OK ] cuda.deep_copy_assignable_types_rank_0 (2 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_1
5: [       OK ] cuda.deep_copy_assignable_types_rank_1 (2 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_2
5: [       OK ] cuda.deep_copy_assignable_types_rank_2 (1 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_3
5: [       OK ] cuda.deep_copy_assignable_types_rank_3 (2 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_4
5: [       OK ] cuda.deep_copy_assignable_types_rank_4 (1 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_5
5: [       OK ] cuda.deep_copy_assignable_types_rank_5 (1 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_6
5: [       OK ] cuda.deep_copy_assignable_types_rank_6 (1 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_7
5: [       OK ] cuda.deep_copy_assignable_types_rank_7 (1 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_8
5: [       OK ] cuda.deep_copy_assignable_types_rank_8 (1 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_1_half
5: [       OK ] cuda.deep_copy_assignable_types_rank_1_half (1 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_2_half
5: [       OK ] cuda.deep_copy_assignable_types_rank_2_half (1 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_3_half
5: [       OK ] cuda.deep_copy_assignable_types_rank_3_half (1 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_0
5: [       OK ] cuda.deep_copy_narrowing_rank_0 (1 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_1
5: [       OK ] cuda.deep_copy_narrowing_rank_1 (1 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_2
5: [       OK ] cuda.deep_copy_narrowing_rank_2 (1 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_3
5: [       OK ] cuda.deep_copy_narrowing_rank_3 (1 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_4
5: [       OK ] cuda.deep_copy_narrowing_rank_4 (1 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_5
5: [       OK ] cuda.deep_copy_narrowing_rank_5 (1 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_6
5: [       OK ] cuda.deep_copy_narrowing_rank_6 (1 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_7
5: [       OK ] cuda.deep_copy_narrowing_rank_7 (2 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_8
5: [       OK ] cuda.deep_copy_narrowing_rank_8 (1 ms)
5: [ RUN      ] cuda.deep_copy_alignment
5: [       OK ] cuda.deep_copy_alignment (7 ms)
5: [ RUN      ] cuda.deep_copy_conversion
5: [       OK ] cuda.deep_copy_conversion (40 ms)
5: [ RUN      ] cuda.partitioning_by_args
5: [       OK ] cuda.partitioning_by_args (1 ms)
5: [ RUN      ] cuda.partitioning_by_args_with_structured_bindings
5: [       OK ] cuda.partitioning_by_args_with_structured_bindings (0 ms)
5: [ RUN      ] cuda.partitioning_by_vector
5: [       OK ] cuda.partitioning_by_vector (0 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_range
5: [       OK ] cuda.exec_space_thread_safety_range (1087 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_mdrange
5: [       OK ] cuda.exec_space_thread_safety_mdrange (109 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_team_policy
5: [       OK ] cuda.exec_space_thread_safety_team_policy (109 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_range_reduce
5: [       OK ] cuda.exec_space_thread_safety_range_reduce (109 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_mdrange_reduce
5: [       OK ] cuda.exec_space_thread_safety_mdrange_reduce (110 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_team_policy_reduce
5: [       OK ] cuda.exec_space_thread_safety_team_policy_reduce (109 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_range_scan
5: [       OK ] cuda.exec_space_thread_safety_range_scan (109 ms)
5: [ RUN      ] cuda.execution_space_as_class_data_member
5: [       OK ] cuda.execution_space_as_class_data_member (0 ms)
5: [ RUN      ] cuda.functor_analysis
5: [       OK ] cuda.functor_analysis (0 ms)
5: [ RUN      ] cuda.when_all_type
5: [       OK ] cuda.when_all_type (0 ms)
5: [ RUN      ] cuda.graph_capture
5: [       OK ] cuda.graph_capture (1 ms)
5: [ RUN      ] cuda.graph_then
5: [       OK ] cuda.graph_then (0 ms)
5: [ RUN      ] cuda.then_host
5: [       OK ] cuda.then_host (0 ms)
5: [ RUN      ] cuda.mixed_then_host_device_nodes
5: [       OK ] cuda.mixed_then_host_device_nodes (2 ms)
5: [ RUN      ] cuda.graph_then_tag
5: [       OK ] cuda.graph_then_tag (0 ms)
5: [ RUN      ] cuda.host_shared_ptr_use_count
5: [       OK ] cuda.host_shared_ptr_use_count (0 ms)
5: [ RUN      ] cuda.host_shared_ptr_get
5: [       OK ] cuda.host_shared_ptr_get (0 ms)
5: [ RUN      ] cuda.host_shared_ptr_dereference_on_device
5: [       OK ] cuda.host_shared_ptr_dereference_on_device (0 ms)
5: [ RUN      ] cuda.host_shared_ptr_special_members_on_device
5: [       OK ] cuda.host_shared_ptr_special_members_on_device (0 ms)
5: [ RUN      ] cuda.host_shared_ptr_tracking
5: [       OK ] cuda.host_shared_ptr_tracking (1 ms)
5: [ RUN      ] cuda.join_backward_compatibility
5: [       OK ] cuda.join_backward_compatibility (0 ms)
5: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutleft
5: [       OK ] cuda.local_deepcopy_teampolicy_layoutleft (2085 ms)
5: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutleft
27: 2097152, 0.0136214, 0.000788933, 0.270683, 7.62312
5: [       OK ] cuda.local_deepcopy_rangepolicy_layoutleft (3173 ms)
5: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutright
5: [       OK ] cuda.local_deepcopy_teampolicy_layoutright (2044 ms)
5: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutright
5: [       OK ] cuda.local_deepcopy_rangepolicy_layoutright (2382 ms)
5: [ RUN      ] cuda.deep_copy_scratch
5: [       OK ] cuda.deep_copy_scratch (2 ms)
5: [ RUN      ] cuda.mathematical_constants_e
5: [       OK ] cuda.mathematical_constants_e (0 ms)
5: [ RUN      ] cuda.mathematical_constants_log2e
5: [       OK ] cuda.mathematical_constants_log2e (0 ms)
5: [ RUN      ] cuda.mathematical_constants_log10e
5: [       OK ] cuda.mathematical_constants_log10e (0 ms)
5: [ RUN      ] cuda.mathematical_constants_pi
5: [       OK ] cuda.mathematical_constants_pi (0 ms)
5: [ RUN      ] cuda.mathematical_constants_inv_pi
5: [       OK ] cuda.mathematical_constants_inv_pi (0 ms)
5: [ RUN      ] cuda.mathematical_constants_inv_sqrtpi
5: [       OK ] cuda.mathematical_constants_inv_sqrtpi (0 ms)
5: [ RUN      ] cuda.mathematical_constants_ln2
5: [       OK ] cuda.mathematical_constants_ln2 (0 ms)
5: [ RUN      ] cuda.mathematical_constants_ln10
5: [       OK ] cuda.mathematical_constants_ln10 (0 ms)
5: [ RUN      ] cuda.mathematical_constants_sqrt2
5: [       OK ] cuda.mathematical_constants_sqrt2 (0 ms)
5: [ RUN      ] cuda.mathematical_constants_sqrt3
5: [       OK ] cuda.mathematical_constants_sqrt3 (0 ms)
5: [ RUN      ] cuda.mathematical_constants_inv_sqrt3
5: [       OK ] cuda.mathematical_constants_inv_sqrt3 (0 ms)
5: [ RUN      ] cuda.mathematical_constants_egamma
5: [       OK ] cuda.mathematical_constants_egamma (0 ms)
5: [ RUN      ] cuda.mathematical_constants_phi
5: [       OK ] cuda.mathematical_constants_phi (0 ms)
5: [ RUN      ] cuda.mathematical_functions_trigonometric_functions
5: [       OK ] cuda.mathematical_functions_trigonometric_functions (9 ms)
5: [ RUN      ] cuda.mathematical_functions_hyperbolic_functions
5: [       OK ] cuda.mathematical_functions_hyperbolic_functions (8 ms)
5: [ RUN      ] cuda.mathematical_functions_non_standard
5: [       OK ] cuda.mathematical_functions_non_standard (1 ms)
5: [ RUN      ] cuda.mathematical_functions_power_functions
5: [       OK ] cuda.mathematical_functions_power_functions (4 ms)
5: [ RUN      ] cuda.mathematical_functions_fma
5: [       OK ] cuda.mathematical_functions_fma (0 ms)
5: [ RUN      ] cuda.mathematical_functions_fmax_fmin
5: [       OK ] cuda.mathematical_functions_fmax_fmin (1 ms)
5: [ RUN      ] cuda.mathematical_functions_error_and_gamma_functions
5: [       OK ] cuda.mathematical_functions_error_and_gamma_functions (5 ms)
5: [ RUN      ] cuda.mathematical_functions_nearest_interger_floating_point_operations
5: [       OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (6 ms)
5: [ RUN      ] cuda.mathematical_functions_floating_point_manipulation_functions
5: [       OK ] cuda.mathematical_functions_floating_point_manipulation_functions (2 ms)
5: [ RUN      ] cuda.mathematical_functions_absolute_value
5: [       OK ] cuda.mathematical_functions_absolute_value (0 ms)
5: [ RUN      ] cuda.mathematical_functions_floating_point_absolute_value
5: [       OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms)
5: [ RUN      ] cuda.mathematical_functions_remainder_function
5: [       OK ] cuda.mathematical_functions_remainder_function (0 ms)
5: [ RUN      ] cuda.mathematical_functions_isfinite
5: [       OK ] cuda.mathematical_functions_isfinite (0 ms)
5: [ RUN      ] cuda.mathematical_functions_isinf
5: [       OK ] cuda.mathematical_functions_isinf (0 ms)
5: [ RUN      ] cuda.mathematical_functions_isnan
5: [       OK ] cuda.mathematical_functions_isnan (0 ms)
5: [ RUN      ] cuda.mathematical_functions_impl_half_fallback
5: [       OK ] cuda.mathematical_functions_impl_half_fallback (0 ms)
5: [ RUN      ] cuda.mathematical_functions_nextafter_fp16
5: [       OK ] cuda.mathematical_functions_nextafter_fp16 (0 ms)
5: [ RUN      ] cuda.mathematical_functions_exponential_functions
5: [       OK ] cuda.mathematical_functions_exponential_functions (9 ms)
5: [ RUN      ] cuda.mathspecialfunc_expint1
5: [       OK ] cuda.mathspecialfunc_expint1 (1 ms)
5: [ RUN      ] cuda.mathspecialfunc_errorfunc
5: [       OK ] cuda.mathspecialfunc_errorfunc (2 ms)
5: [ RUN      ] cuda.mathspecialfunc_cbesselj0y0
5: [       OK ] cuda.mathspecialfunc_cbesselj0y0 (29 ms)
5: [ RUN      ] cuda.mathspecialfunc_cbesselj1y1
5: [       OK ] cuda.mathspecialfunc_cbesselj1y1 (29 ms)
5: [ RUN      ] cuda.mathspecialfunc_cbesseli0k0
5: [       OK ] cuda.mathspecialfunc_cbesseli0k0 (2 ms)
5: [ RUN      ] cuda.mathspecialfunc_cbesseli1k1
5: [       OK ] cuda.mathspecialfunc_cbesseli1k1 (2 ms)
5: [ RUN      ] cuda.mathspecialfunc_cbesselh1stkind
5: [       OK ] cuda.mathspecialfunc_cbesselh1stkind (2 ms)
5: [ RUN      ] cuda.mathspecialfunc_cbesselh2ndkind
5: [       OK ] cuda.mathspecialfunc_cbesselh2ndkind (1 ms)
5: [ RUN      ] cuda.mdrange_5d
5: [       OK ] cuda.mdrange_5d (145 ms)
5: [ RUN      ] cuda.mdrange_6d
5: [       OK ] cuda.mdrange_6d (227 ms)
5: [ RUN      ] cuda.mdrange_2d
5: [       OK ] cuda.mdrange_2d (11 ms)
5: [ RUN      ] cuda.mdrange_array_reduce
5: [       OK ] cuda.mdrange_array_reduce (1 ms)
5: [ RUN      ] cuda.mdrange_3d
5: [       OK ] cuda.mdrange_3d (31 ms)
5: [ RUN      ] cuda.mdrange_neg_idx
5: [       OK ] cuda.mdrange_neg_idx (12 ms)
5: [ RUN      ] cuda.mdrange_4d
5: [       OK ] cuda.mdrange_4d (84 ms)
5: [ RUN      ] cuda.mdrange_scalar
5: [       OK ] cuda.mdrange_scalar (0 ms)
5: [ RUN      ] cuda.mdrange_large_deep_copy
5: [       OK ] cuda.mdrange_large_deep_copy (471 ms)
5: [ RUN      ] cuda.md_range_policy_construction_from_arrays
5: [       OK ] cuda.md_range_policy_construction_from_arrays (0 ms)
5: [ RUN      ] cuda.policy_get_tile_size
5: [       OK ] cuda.policy_get_tile_size (0 ms)
5: [ RUN      ] cuda.mdrange_parallel_reduce_primitive_types
5: [       OK ] cuda.mdrange_parallel_reduce_primitive_types (1763 ms)
5: [ RUN      ] cuda.mdspan_minimal_functional
5: [       OK ] cuda.mdspan_minimal_functional (0 ms)
5: [ RUN      ] cuda.mdspan_atomic_accessor
5: [       OK ] cuda.mdspan_atomic_accessor (1 ms)
5: [ RUN      ] cuda.view_mdspan_conversion
5: [       OK ] cuda.view_mdspan_conversion (40 ms)
5: [ RUN      ] cuda.view_mdspan_conversion_with_stride
5: [       OK ] cuda.view_mdspan_conversion_with_stride (0 ms)
5: [ RUN      ] cuda.max
5: [       OK ] cuda.max (0 ms)
5: [ RUN      ] cuda.max_within_parfor
5: [       OK ] cuda.max_within_parfor (0 ms)
5: [ RUN      ] cuda.min
5: [       OK ] cuda.min (0 ms)
5: [ RUN      ] cuda.min_within_parfor
5: [       OK ] cuda.min_within_parfor (0 ms)
5: [ RUN      ] cuda.minmax
5: [       OK ] cuda.minmax (0 ms)
5: [ RUN      ] cuda.minmax_within_parfor
5: [       OK ] cuda.minmax_within_parfor (0 ms)
5: [ RUN      ] cuda.clamp
5: [       OK ] cuda.clamp (0 ms)
5: [ RUN      ] cuda.clamp_within_parfor
5: [       OK ] cuda.clamp_within_parfor (0 ms)
5: [ RUN      ] cuda.numeric_traits_infinity
5: [       OK ] cuda.numeric_traits_infinity (2 ms)
5: [ RUN      ] cuda.numeric_traits_epsilon
5: [       OK ] cuda.numeric_traits_epsilon (1 ms)
5: [ RUN      ] cuda.numeric_traits_round_error
5: [       OK ] cuda.numeric_traits_round_error (1 ms)
5: [ RUN      ] cuda.numeric_traits_norm_min
5: [       OK ] cuda.numeric_traits_norm_min (1 ms)
5: [ RUN      ] cuda.numeric_traits_denorm_min
5: [       OK ] cuda.numeric_traits_denorm_min (0 ms)
5: [ RUN      ] cuda.numeric_traits_finite_min_max
5: [       OK ] cuda.numeric_traits_finite_min_max (12 ms)
5: [ RUN      ] cuda.numeric_traits_digits
5: [       OK ] cuda.numeric_traits_digits (7 ms)
5: [ RUN      ] cuda.numeric_traits_digits10
5: [       OK ] cuda.numeric_traits_digits10 (7 ms)
5: [ RUN      ] cuda.numeric_traits_max_digits10
5: [       OK ] cuda.numeric_traits_max_digits10 (0 ms)
5: [ RUN      ] cuda.numeric_traits_radix
5: [       OK ] cuda.numeric_traits_radix (7 ms)
5: [ RUN      ] cuda.numeric_traits_min_max_exponent
5: [       OK ] cuda.numeric_traits_min_max_exponent (2 ms)
5: [ RUN      ] cuda.numeric_traits_min_max_exponent10
5: [       OK ] cuda.numeric_traits_min_max_exponent10 (1 ms)
5: [ RUN      ] cuda.numeric_traits_quiet_and_signaling_nan
5: [       OK ] cuda.numeric_traits_quiet_and_signaling_nan (3 ms)
5: [ RUN      ] cuda.numeric_traits_sfinae_friendly
5: [       OK ] cuda.numeric_traits_sfinae_friendly (0 ms)
5: [ RUN      ] cuda.occupancy_control
5: [       OK ] cuda.occupancy_control (1 ms)
5: [ RUN      ] cuda.memory_pool
5: [       OK ] cuda.memory_pool (23 ms)
5: [ RUN      ] cuda.cxx11
5: [       OK ] cuda.cxx11 (6 ms)
5: [ RUN      ] cuda.parallel_scan_range_policy
5: [       OK ] cuda.parallel_scan_range_policy (81 ms)
5: [ RUN      ] cuda.kokkos_printf
5: [       OK ] cuda.kokkos_printf (1 ms)
5: [ RUN      ] cuda.range_for
5: [       OK ] cuda.range_for (4 ms)
5: [ RUN      ] cuda.range_reduce
5: [       OK ] cuda.range_reduce (2 ms)
5: [ RUN      ] cuda.range_dynamic_policy
5: [       OK ] cuda.range_dynamic_policy (0 ms)
5: [ RUN      ] cuda.large_parallel_for_reduce
5: [       OK ] cuda.large_parallel_for_reduce (2801 ms)
5: [ RUN      ] cuda.range_policy_runtime_parameters
5: [       OK ] cuda.range_policy_runtime_parameters (0 ms)
5: [ RUN      ] cuda.range_policy_one_way_convertible_bounds
5: [       OK ] cuda.range_policy_one_way_convertible_bounds (0 ms)
5: [ RUN      ] cuda.range_for_require
5: [       OK ] cuda.range_for_require (5 ms)
5: [ RUN      ] cuda.range_reduce_require
5: [       OK ] cuda.range_reduce_require (2 ms)
5: [ RUN      ] cuda.range_dynamic_policy_require
5: [       OK ] cuda.range_dynamic_policy_require (0 ms)
5: [ RUN      ] cuda.reducers_int
5: [       OK ] cuda.reducers_int (19 ms)
5: [ RUN      ] cuda.reducers_double
5: [       OK ] cuda.reducers_double (19 ms)
5: [ RUN      ] cuda.reducers_complex_double
5: [       OK ] cuda.reducers_complex_double (4 ms)
5: [ RUN      ] cuda.reducers_struct
5: [       OK ] cuda.reducers_struct (13 ms)
5: [ RUN      ] cuda.reducers_half_t
5: [       OK ] cuda.reducers_half_t (9 ms)
5: [ RUN      ] cuda.reducers_bhalf_t
5: [       OK ] cuda.reducers_bhalf_t (9 ms)
5: [ RUN      ] cuda.reducers_int8_t
5: [       OK ] cuda.reducers_int8_t (13 ms)
5: [ RUN      ] cuda.reducers_int16_t
5: [       OK ] cuda.reducers_int16_t (14 ms)
5: [ RUN      ] cuda.reducers_point_t
5: [       OK ] cuda.reducers_point_t (5 ms)
5: [ RUN      ] cuda.reducers_bool
5: [       OK ] cuda.reducers_bool (1 ms)
5: [ RUN      ] cuda.int64_t_reduce
5: [       OK ] cuda.int64_t_reduce (11 ms)
5: [ RUN      ] cuda.double_reduce
5: [       OK ] cuda.double_reduce (11 ms)
5: [ RUN      ] cuda.int64_t_reduce_dynamic
5: [       OK ] cuda.int64_t_reduce_dynamic (14 ms)
5: [ RUN      ] cuda.double_reduce_dynamic
5: [       OK ] cuda.double_reduce_dynamic (14 ms)
5: [ RUN      ] cuda.int64_t_reduce_dynamic_view
5: [       OK ] cuda.int64_t_reduce_dynamic_view (26 ms)
5: [ RUN      ] cuda.int_combined_reduce
5: [       OK ] cuda.int_combined_reduce (0 ms)
5: [ RUN      ] cuda.mdrange_combined_reduce
5: [       OK ] cuda.mdrange_combined_reduce (0 ms)
5: [ RUN      ] cuda.int_combined_reduce_mixed
5: [       OK ] cuda.int_combined_reduce_mixed (0 ms)
5: [ RUN      ] cuda.reduction_with_large_iteration_count
5: [       OK ] cuda.reduction_with_large_iteration_count (117 ms)
5: [ RUN      ] cuda.reduction_identity_min_max_floating_point_types
5: [       OK ] cuda.reduction_identity_min_max_floating_point_types (3 ms)
5: [ RUN      ] cuda.reduction_deduction
5: [       OK ] cuda.reduction_deduction (0 ms)
5: [ RUN      ] cuda.reduce_device_view_range_policy
5: [       OK ] cuda.reduce_device_view_range_policy (5 ms)
5: [ RUN      ] cuda.reduce_device_view_mdrange_policy
5: [       OK ] cuda.reduce_device_view_mdrange_policy (142 ms)
5: [ RUN      ] cuda.reduce_device_view_team_policy
5: [       OK ] cuda.reduce_device_view_team_policy (5 ms)
5: [ RUN      ] cuda.impl_shared_alloc
5: [       OK ] cuda.impl_shared_alloc (70 ms)
5: [ RUN      ] cuda.mdspan_space_aware_accessor
5: [       OK ] cuda.mdspan_space_aware_accessor (3 ms)
5: [ RUN      ] cuda.kokkos_swap
5: [       OK ] cuda.kokkos_swap (0 ms)
5: [ RUN      ] cuda.reduceRangePolicyViewSizeLimit
5: [       OK ] cuda.reduceRangePolicyViewSizeLimit (26 ms)
5: [ RUN      ] cuda.reduceMDRangePolicyViewSizeLimit
5: [       OK ] cuda.reduceMDRangePolicyViewSizeLimit (93 ms)
5: [----------] 226 tests from cuda (19247 ms total)
5: 
5: [----------] 17 tests from cuda_graph
5: [ RUN      ] cuda_graph.submit_once
5: [       OK ] cuda_graph.submit_once (1 ms)
5: [ RUN      ] cuda_graph.submit_once_rvalue
5: [       OK ] cuda_graph.submit_once_rvalue (0 ms)
5: [ RUN      ] cuda_graph.instantiate_and_submit_once
5: [       OK ] cuda_graph.instantiate_and_submit_once (0 ms)
5: [ RUN      ] cuda_graph.submit_onto_another_execution_space_instance
5: [       OK ] cuda_graph.submit_onto_another_execution_space_instance (0 ms)
5: [ RUN      ] cuda_graph.create_graph_no_closure_with_exec
5: [       OK ] cuda_graph.create_graph_no_closure_with_exec (0 ms)
5: [ RUN      ] cuda_graph.create_graph_no_arg
5: [       OK ] cuda_graph.create_graph_no_arg (0 ms)
5: [ RUN      ] cuda_graph.submit_six
5: [       OK ] cuda_graph.submit_six (0 ms)
5: [ RUN      ] cuda_graph.when_all_cycle
5: [       OK ] cuda_graph.when_all_cycle (0 ms)
5: [ RUN      ] cuda_graph.repeat_chain
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:338: Skipped
5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space.
5: [  SKIPPED ] cuda_graph.repeat_chain (0 ms)
5: [ RUN      ] cuda_graph.zero_work_reduce
5: [       OK ] cuda_graph.zero_work_reduce (0 ms)
5: [ RUN      ] cuda_graph.empty_graph
5: [       OK ] cuda_graph.empty_graph (0 ms)
5: [ RUN      ] cuda_graph.force_global_launch
5: [       OK ] cuda_graph.force_global_launch (0 ms)
5: [ RUN      ] cuda_graph.sized_functor_launch
5: [       OK ] cuda_graph.sized_functor_launch (2 ms)
5: [ RUN      ] cuda_graph.empty_graph_default_host_exec
5: [       OK ] cuda_graph.empty_graph_default_host_exec (0 ms)
5: [ RUN      ] cuda_graph.node_lifetime
5: [       OK ] cuda_graph.node_lifetime (1 ms)
5: [ RUN      ] cuda_graph.diamond
5: [       OK ] cuda_graph.diamond (1 ms)
5: [ RUN      ] cuda_graph.end_of_submit_control_flow
5: [       OK ] cuda_graph.end_of_submit_control_flow (1 ms)
5: [----------] 17 tests from cuda_graph (17 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 255 tests from 4 test suites ran. (26100 ms total)
5: [  PASSED  ] 252 tests.
5: [  SKIPPED ] 3 tests, listed below:
5: [  SKIPPED ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
5: [  SKIPPED ] cuda_graph_DeathTest.can_instantiate_only_once
5: [  SKIPPED ] cuda_graph.repeat_chain
 5/56 Test  #5: Kokkos_CoreUnitTest_Cuda1 ..................................   Passed   26.51 sec
test 6
      Start  6: Kokkos_CoreUnitTest_Cuda2

6: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_CoreUnitTest_Cuda2
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 147 tests from 4 test suites.
6: [----------] Global test environment set-up.
6: [----------] 8 tests from cuda_DeathTest
6: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_dyn
6: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped
6: only enforced when debug bound checks is enabled
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
6: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_stat
6: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped
6: only enforced when debug bound checks is enabled
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat (0 ms)
6: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_mix
6: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped
6: only enforced when debug bound checks is enabled
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix (0 ms)
6: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_static_extents
6: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped
6: only enforced when debug bound checks is enabled
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents (0 ms)
6: [ RUN      ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment
27: 4194304, 0.0234464, 0.00186466, 0.562429, 16.2031
27: [       OK ] TEST_CATEGORY.global_2_local (29884 ms)
27: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
27: skipping test
27: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
27: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
27: skipping test
27: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
27: [ RUN      ] TEST_CATEGORY.scatter_view
27: ScatterView data-duplicated test:
27: num_threads 8
27: hand-coded test took 0.107595 seconds
27: test took 0.107571 seconds
27: num_threads 8
27: hand-coded test took 0.106925 seconds
27: test took 0.109113 seconds
27: num_threads 8
27: hand-coded test took 0.109161 seconds
27: test took 0.107089 seconds
27: num_threads 8
27: hand-coded test took 0.108028 seconds
27: test took 0.107874 seconds
27: num_threads 8
27: hand-coded test took 0.106819 seconds
27: test took 0.107649 seconds
27: [       OK ] TEST_CATEGORY.scatter_view (1378 ms)
27: [----------] 5 tests from TEST_CATEGORY (31453 ms total)
27: 
27: [----------] Global test environment tear-down
27: [==========] 5 tests from 1 test suite ran. (31453 ms total)
27: [  PASSED  ] 5 tests.
27/49 Test #27: Kokkos_ContainersPerformanceTest_OpenMP ....................   Passed   31.47 sec
test 28
      Start 28: Kokkos_UnitTest_Sort

28: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
28: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
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 17 tests from 2 test suites.
28: [----------] Global test environment set-up.
28: [----------] 1 test from openmp_DeathTest
28: [ RUN      ] openmp_DeathTest.SortByKeyKeysLargerThanValues
28: [       OK ] openmp_DeathTest.SortByKeyKeysLargerThanValues (4 ms)
28: [----------] 1 test from openmp_DeathTest (4 ms total)
28: 
28: [----------] 16 tests from openmp
28: [ RUN      ] openmp.SortUnsignedValueType
28: [       OK ] openmp.SortUnsignedValueType (479 ms)
28: [ RUN      ] openmp.SortEmptyView
28: [       OK ] openmp.SortEmptyView (0 ms)
28: [ RUN      ] openmp.SortByKeyEmptyView
28: [       OK ] openmp.SortByKeyEmptyView (0 ms)
28: [ RUN      ] openmp.SortByKeyEmptyViewHost
28: [       OK ] openmp.SortByKeyEmptyViewHost (0 ms)
28: [ RUN      ] openmp.SortByKey
28: [       OK ] openmp.SortByKey (1 ms)
28: [ RUN      ] openmp.SortByKeyWithComparator
28: [       OK ] openmp.SortByKeyWithComparator (0 ms)
28: [ RUN      ] openmp.SortByKeyStaticExtents
28: [       OK ] openmp.SortByKeyStaticExtents (0 ms)
28: [ RUN      ] openmp.SortByKeyWithStrides
28: [       OK ] openmp.SortByKeyWithStrides (0 ms)
28: [ RUN      ] openmp.SortWithCustomComparator
28: [       OK ] openmp.SortWithCustomComparator (125 ms)
28: [ RUN      ] openmp.BinSortGenericTests
28: [       OK ] openmp.BinSortGenericTests (541 ms)
28: [ RUN      ] openmp.BinSortEmptyView
28: [       OK ] openmp.BinSortEmptyView (0 ms)
28: [ RUN      ] openmp.BinSortEmptyKeysView
28: [       OK ] openmp.BinSortEmptyKeysView (0 ms)
28: [ RUN      ] openmp.BinSort_issue_7221
28: [       OK ] openmp.BinSort_issue_7221 (0 ms)
28: [ RUN      ] openmp.BinSortUnsignedKeyLayoutStrideValues
6: [       OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (7871 ms)
6: [ RUN      ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment
6: [       OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (7663 ms)
6: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_host
6: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:159: Skipped
6: skipping since no memory access violation would occur
6: [  SKIPPED ] cuda_DeathTest.view_memory_access_violations_from_host (0 ms)
6: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_device
28: [       OK ] openmp.BinSortUnsignedKeyLayoutStrideValues (15127 ms)
28: [ RUN      ] openmp.NestedSort
28: [       OK ] openmp.NestedSort (6 ms)
28: [ RUN      ] openmp.NestedSortByKey
28: [       OK ] openmp.NestedSortByKey (46 ms)
28: [----------] 16 tests from openmp (16330 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 17 tests from 2 test suites ran. (16335 ms total)
28: [  PASSED  ] 17 tests.
28/49 Test #28: Kokkos_UnitTest_Sort .......................................   Passed   16.35 sec
test 29
      Start 29: Kokkos_UnitTest_Random

29: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_UnitTest_Random
29: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
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 3 tests from 1 test suite.
29: [----------] Global test environment set-up.
29: [----------] 3 tests from openmp
29: [ RUN      ] openmp.Random_XorShift64
29: Test Seed:1757569604309578939
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 -0.016743 -0.00118076 || 0.051031 2033 2425 || 2259.9 2222.06 || -16.3229 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.0122413 -0.00040789 || 0.051031 1e+64 -1e+64
29: Test Scalar=unsigned int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.0162912 -0.00112179 || 0.051031 2060 2410 || 2186.44 2222.06 || -15.5076 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.0101995 -0.000356838 || 0.051031 1e+64 -1e+64
29: Test Scalar=int64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.000217916 -0.000740321 || 0.051031 2037 2382 || 2221.58 2222.06 || -10.2342 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.00613002 -6.78275e-05 || 0.051031 1e+64 -1e+64
29: Test Scalar=uint64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.00394713 -1.08025e-05 || 0.051031 2039 2411 || 2213.33 2222.06 || -0.149333 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.00694374 0.000281829 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.0129188 -0.00145798 || 0.051031 2054 2410 || 2193.72 2222.06 || -20.1552 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.0115689 0.000703782 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 6.51042e-08 -0.00991039 0.0019255 || 0.051031 2040 2408 || 2244.3 2222.06 || 26.6181 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 1.95313e-07 0.00612716 -0.00053876 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 3.25521e-08 0.0116937 0.00014116 || 0.051031 2025 2436 || 2196.38 2222.06 || 1.9514 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 9.76563e-08 -0.0253364 -0.000912108 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 -0.00325483 -0.00176768 || 0.051031 2021 2383 || 2229.32 2222.06 || -24.4364 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.00196303 0.000599672 || 0.051031 1e+64 -1e+64
29: Test Seed:1757569607179715848
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.00565619 -0.00160048 || 0.051031 2041 2402 || 2209.56 2222.06 || -22.125 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.0215379 -0.000329791 || 0.051031 1e+64 -1e+64
29: Test Scalar=unsigned int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.0035142 -0.000131736 || 0.051031 2030 2398 || 2214.28 2222.06 || -1.82112 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.0161275 -0.000188045 || 0.051031 1e+64 -1e+64
29: Test Scalar=int64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.00125049 0.00349627 || 0.051031 2043 2403 || 2219.29 2222.06 || 48.3325 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.00479811 0.000199118 || 0.051031 1e+64 -1e+64
29: Test Scalar=uint64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.0031655 0.00304626 || 0.051031 2049 2407 || 2215.05 2222.06 || 42.1116 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.0022906 -0.00039099 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 1.30208e-07 -0.0105564 -0.000521775 || 0.051031 2053 2388 || 2245.77 2222.06 || -7.21302 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 3.90625e-07 0.000757319 0.000565728 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.0121282 0.000131907 || 0.051031 2046 2429 || 2195.43 2222.06 || 1.82348 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.0187273 4.53983e-05 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 3.25521e-08 0.00817075 -0.000852635 || 0.051031 2057 2419 || 2204.05 2222.06 || -11.7868 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 9.76563e-08 -0.00306813 0.000134385 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.0365943 -0.00150759 || 0.051031 2059 2413 || 2143.62 2222.06 || -20.8409 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.00487719 0.000211073 || 0.051031 1e+64 -1e+64
29: [       OK ] openmp.Random_XorShift64 (5739 ms)
29: [ RUN      ] openmp.Random_XorShift1024_0
29: Test Seed:1757569610048901805
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.0110944 -0.0002006 || 0.051031 2017 2403 || 2222.88 2198.22 || -2.77309 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.00216603 -0.00134284 || 0.051031 1e+64 -1e+64
29: Test Scalar=unsigned int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.0109878 -0.00235838 || 0.051031 1994 2374 || 2222.64 2198.22 || -32.6022 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.0022521 0.000579407 || 0.051031 1e+64 -1e+64
29: Test Scalar=int64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.0198976 -0.000540449 || 0.051031 2015 2411 || 2242.85 2198.22 || -7.47116 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.0130708 -0.000140676 || 0.051031 1e+64 -1e+64
29: Test Scalar=uint64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.0113502 0.00130835 || 0.051031 2042 2407 || 2173.55 2198.22 || 18.0867 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.00697869 -0.000530563 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.27585e-05 -0.00471723 -0.00249871 || 0.051031 2023 2375 || 2208.64 2198.22 || -34.5421 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.29559e-05 -0.00378138 0.000512395 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.00421382 9.30803e-05 || 0.051031 2026 2381 || 2207.53 2198.22 || 1.28674 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.0189948 0.000123358 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26926e-05 -0.00960443 -0.00129719 || 0.051031 2022 2363 || 2219.54 2198.22 || -17.9323 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.27585e-05 0.00432994 0.000234473 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.0262336 -0.00128821 || 0.051031 2025 2383 || 2257.44 2198.22 || -17.8083 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.0222527 0.000563972 || 0.051031 1e+64 -1e+64
29: Test Seed:1757569612984565551
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.00537887 0.00193023 || 0.051031 2012 2389 || 2210.11 2198.22 || 26.6835 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.00100533 0.000237769 || 0.051031 1e+64 -1e+64
29: Test Scalar=unsigned int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.00306101 -0.00188776 || 0.051031 2020 2360 || 2204.97 2198.22 || -26.0964 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.012613 -9.15424e-05 || 0.051031 1e+64 -1e+64
29: Test Scalar=int64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.000443975 -0.000858339 || 0.051031 2003 2368 || 2197.25 2198.22 || -11.8657 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.0236319 -0.00104579 || 0.051031 1e+64 -1e+64
29: Test Scalar=uint64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.0155746 0.0019801 || 0.051031 1998 2393 || 2233 2198.22 || 27.3729 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.0121391 0.00044319 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26926e-05 0.011522 2.73804e-05 || 0.051031 2006 2396 || 2173.18 2198.22 || 0.378506 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.27585e-05 -0.00313635 0.000113692 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.00670084 0.00068344 || 0.051031 2022 2411 || 2213.05 2198.22 || 9.44788 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.0032542 -0.000399612 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26926e-05 0.00206743 -0.000741058 || 0.051031 2004 2360 || 2193.69 2198.22 || -10.2444 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.27585e-05 0.0110108 0.000350911 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.00150731 -0.000126484 || 0.051031 2017 2391 || 2194.91 2198.22 || -1.74851 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.00333201 -9.6722e-05 || 0.051031 1e+64 -1e+64
29: [       OK ] openmp.Random_XorShift1024_0 (5850 ms)
29: [ RUN      ] openmp.Multi_streams
29: [       OK ] openmp.Multi_streams (162 ms)
29: [----------] 3 tests from openmp (11752 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 3 tests from 1 test suite ran. (11752 ms total)
29: [  PASSED  ] 3 tests.
29/49 Test #29: Kokkos_UnitTest_Random .....................................   Passed   11.76 sec
test 30
      Start 30: Kokkos_AlgorithmsUnitTest_StdSet_A

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

31: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
31: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
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 7 tests from 1 test suite.
31: [----------] Global test environment set-up.
31: [----------] 7 tests from std_algorithms_min_max_element_test
31: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
31: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
31: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
31: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (7 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
31: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (7 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
31: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (7 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
31: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (7 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
31: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (10 ms)
31: [----------] 7 tests from std_algorithms_min_max_element_test (40 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 7 tests from 1 test suite ran. (40 ms total)
31: [  PASSED  ] 7 tests.
31/49 Test #31: Kokkos_AlgorithmsUnitTest_StdSet_B .........................   Passed    0.04 sec
test 32
      Start 32: Kokkos_AlgorithmsUnitTest_StdSet_C

32: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
32: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
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 13 tests from 10 test suites.
32: [----------] Global test environment set-up.
32: [----------] 1 test from std_algorithms_lexicographical_compare_test
32: [ RUN      ] std_algorithms_lexicographical_compare_test.test
32: [       OK ] std_algorithms_lexicographical_compare_test.test (35 ms)
32: [----------] 1 test from std_algorithms_lexicographical_compare_test (35 ms total)
32: 
32: [----------] 1 test from std_algorithms_for_each_test
32: [ RUN      ] std_algorithms_for_each_test.test
32: [       OK ] std_algorithms_for_each_test.test (56 ms)
32: [----------] 1 test from std_algorithms_for_each_test (56 ms total)
32: 
32: [----------] 1 test from std_algorithms_find_test
32: [ RUN      ] std_algorithms_find_test.test
32: [       OK ] std_algorithms_find_test.test (34 ms)
32: [----------] 1 test from std_algorithms_find_test (34 ms total)
32: 
32: [----------] 4 tests from std_algorithms_non_mod_seq_ops
32: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
32: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (1013 ms)
32: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
32: [       OK ] std_algorithms_non_mod_seq_ops.find_end (413 ms)
32: [ RUN      ] std_algorithms_non_mod_seq_ops.search
32: [       OK ] std_algorithms_non_mod_seq_ops.search (403 ms)
32: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
32: [       OK ] std_algorithms_non_mod_seq_ops.search_n (356 ms)
32: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2186 ms total)
32: 
32: [----------] 1 test from std_algorithms_count_test
32: [ RUN      ] std_algorithms_count_test.test
32: [       OK ] std_algorithms_count_test.test (23 ms)
32: [----------] 1 test from std_algorithms_count_test (23 ms total)
32: 
32: [----------] 1 test from std_algorithms_equal_test
32: [ RUN      ] std_algorithms_equal_test.test
32: [       OK ] std_algorithms_equal_test.test (25 ms)
32: [----------] 1 test from std_algorithms_equal_test (25 ms total)
32: 
32: [----------] 1 test from std_algorithms_all_any_none_of_test
32: [ RUN      ] std_algorithms_all_any_none_of_test.test
32: [       OK ] std_algorithms_all_any_none_of_test.test (35 ms)
32: [----------] 1 test from std_algorithms_all_any_none_of_test (35 ms total)
32: 
32: [----------] 1 test from std_algorithms_nonmod_seq_ops
32: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
32: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (45 ms)
32: [----------] 1 test from std_algorithms_nonmod_seq_ops (45 ms total)
32: 
32: [----------] 1 test from std_algorithms_mismatch_test
32: [ RUN      ] std_algorithms_mismatch_test.test
32: [       OK ] std_algorithms_mismatch_test.test (83 ms)
32: [----------] 1 test from std_algorithms_mismatch_test (83 ms total)
32: 
32: [----------] 1 test from std_algorithms_mod_seq_ops
32: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
32: [       OK ] std_algorithms_mod_seq_ops.move_backward (63 ms)
32: [----------] 1 test from std_algorithms_mod_seq_ops (63 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 13 tests from 10 test suites ran. (2591 ms total)
32: [  PASSED  ] 13 tests.
32/49 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    2.60 sec
test 33
      Start 33: Kokkos_AlgorithmsUnitTest_StdSet_D

33: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
33: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
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 31 tests from 5 test suites.
33: [----------] Global test environment set-up.
33: [----------] 3 tests from std_algorithms_mod_ops_test
33: [ RUN      ] std_algorithms_mod_ops_test.move
33: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
33: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
33: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms)
33: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
33: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
33: [----------] 3 tests from std_algorithms_mod_ops_test (0 ms total)
33: 
33: [----------] 12 tests from std_algorithms_mod_seq_ops_test
33: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
33: [       OK ] std_algorithms_mod_seq_ops_test.copy (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
33: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
33: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
33: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
33: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
33: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
33: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
33: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
33: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
33: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
33: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
33: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
33: [----------] 12 tests from std_algorithms_mod_seq_ops_test (3 ms total)
33: 
33: [----------] 4 tests from std_algorithms_replace_ops_test
33: [ RUN      ] std_algorithms_replace_ops_test.replace
33: [       OK ] std_algorithms_replace_ops_test.replace (37 ms)
33: [ RUN      ] std_algorithms_replace_ops_test.replace_if
33: [       OK ] std_algorithms_replace_ops_test.replace_if (92 ms)
33: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
33: [       OK ] std_algorithms_replace_ops_test.replace_copy (63 ms)
33: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
33: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (58 ms)
33: [----------] 4 tests from std_algorithms_replace_ops_test (250 ms total)
33: 
33: [----------] 11 tests from std_algorithms_mod_seq_ops
33: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
33: [       OK ] std_algorithms_mod_seq_ops.copy_if (47 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.unique
33: [       OK ] std_algorithms_mod_seq_ops.unique (114 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
33: [       OK ] std_algorithms_mod_seq_ops.unique_copy (71 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.remove
33: [       OK ] std_algorithms_mod_seq_ops.remove (48 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
33: [       OK ] std_algorithms_mod_seq_ops.remove_if (55 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
33: [       OK ] std_algorithms_mod_seq_ops.remove_copy (88 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
33: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (48 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.rotate
6: [       OK ] cuda_DeathTest.view_memory_access_violations_from_device (21794 ms)
6: [----------] 8 tests from cuda_DeathTest (37329 ms total)
6: 
6: [----------] 2 tests from cuda_uvm_DeathTest
6: [ RUN      ] cuda_uvm_DeathTest.view_subview_wrong_extents
6: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSubView_a.hpp:81: Skipped
6: only enforced when debug bound checks is enabled
6: [  SKIPPED ] cuda_uvm_DeathTest.view_subview_wrong_extents (0 ms)
6: [ RUN      ] cuda_uvm_DeathTest.view_subview_constructor_layout_compatibility
33: [       OK ] std_algorithms_mod_seq_ops.rotate (494 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
33: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (329 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
33: [       OK ] std_algorithms_mod_seq_ops.shift_left (580 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
33: [       OK ] std_algorithms_mod_seq_ops.shift_right (574 ms)
33: [----------] 11 tests from std_algorithms_mod_seq_ops (2454 ms total)
33: 
33: [----------] 1 test from std_algorithms_modseq_test
33: [ RUN      ] std_algorithms_modseq_test.reverse
33: [       OK ] std_algorithms_modseq_test.reverse (49 ms)
33: [----------] 1 test from std_algorithms_modseq_test (49 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 31 tests from 5 test suites ran. (2758 ms total)
33: [  PASSED  ] 31 tests.
33/49 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    2.76 sec
test 34
      Start 34: Kokkos_AlgorithmsUnitTest_StdSet_E

34: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
34: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
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 29 tests from 7 test suites.
34: [----------] Global test environment set-up.
34: [----------] 2 tests from std_algorithms_sorting_ops_test
34: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
34: [       OK ] std_algorithms_sorting_ops_test.is_sorted (17 ms)
34: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
34: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (14 ms)
34: [----------] 2 tests from std_algorithms_sorting_ops_test (31 ms total)
34: 
34: [----------] 4 tests from std_algorithms_partitioning_test
34: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
34: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
34: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
34: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms)
34: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
34: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms)
34: [ RUN      ] std_algorithms_partitioning_test.partition_point
34: [       OK ] std_algorithms_partitioning_test.partition_point (1 ms)
34: [----------] 4 tests from std_algorithms_partitioning_test (5 ms total)
34: 
34: [----------] 1 test from std_algorithms_partitioning_ops
34: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
34: [       OK ] std_algorithms_partitioning_ops.partition_copy (19 ms)
34: [----------] 1 test from std_algorithms_partitioning_ops (19 ms total)
34: 
34: [----------] 12 tests from std_algorithms_numerics_test
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (1 ms)
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms)
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms)
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (2 ms)
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (1 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (1 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (1 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (1 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (1 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms)
34: [----------] 12 tests from std_algorithms_numerics_test (16 ms total)
34: 
34: [----------] 1 test from std_algorithms_numerics_ops_test
34: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
34: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (75 ms)
34: [----------] 1 test from std_algorithms_numerics_ops_test (75 ms total)
34: 
34: [----------] 8 tests from std_algorithms_numeric_ops_test
34: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
6: [       OK ] cuda_uvm_DeathTest.view_subview_constructor_layout_compatibility (2373 ms)
6: [----------] 2 tests from cuda_uvm_DeathTest (2373 ms total)
6: 
6: [----------] 109 tests from cuda
6: [ RUN      ] cuda.team_for
6: [       OK ] cuda.team_for (12 ms)
6: [ RUN      ] cuda.team_reduce
6: [       OK ] cuda.team_reduce (2 ms)
6: [ RUN      ] cuda.team_reduce_large
6: [       OK ] cuda.team_reduce_large (291 ms)
6: [ RUN      ] cuda.team_parallel_single
6: [       OK ] cuda.team_parallel_single (46 ms)
6: [ RUN      ] cuda.large_team_scratch_size
6: [       OK ] cuda.large_team_scratch_size (0 ms)
6: [ RUN      ] cuda.team_broadcast_long
6: [       OK ] cuda.team_broadcast_long (1 ms)
6: [ RUN      ] cuda.team_broadcast_long_wrapper
6: [       OK ] cuda.team_broadcast_long_wrapper (1 ms)
6: [ RUN      ] cuda.team_broadcast_char
6: [       OK ] cuda.team_broadcast_char (1 ms)
6: [ RUN      ] cuda.team_broadcast_float
6: [       OK ] cuda.team_broadcast_float (0 ms)
6: [ RUN      ] cuda.team_broadcast_double
6: [       OK ] cuda.team_broadcast_double (0 ms)
6: [ RUN      ] cuda.team_broadcast_int_ptr
6: [       OK ] cuda.team_broadcast_int_ptr (0 ms)
6: [ RUN      ] cuda.team_single_thread_int_ptr
6: [       OK ] cuda.team_single_thread_int_ptr (0 ms)
6: [ RUN      ] cuda.team_single_team_int_ptr
6: [       OK ] cuda.team_single_team_int_ptr (0 ms)
6: [ RUN      ] cuda.team_handle_by_value
6: [       OK ] cuda.team_handle_by_value (0 ms)
6: [ RUN      ] cuda.team_vector
6: [       OK ] cuda.team_vector (84 ms)
6: [ RUN      ] cuda.triple_nested_parallelism
6: [       OK ] cuda.triple_nested_parallelism (227 ms)
6: [ RUN      ] cuda.parallel_scan_with_reducers
34: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (865 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
34: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
6: [       OK ] cuda.parallel_scan_with_reducers (129 ms)
6: [ RUN      ] cuda.team_thread_range_combined_reducers
6: [       OK ] cuda.team_thread_range_combined_reducers (2 ms)
6: [ RUN      ] cuda.thread_vector_range_combined_reducers
6: [       OK ] cuda.thread_vector_range_combined_reducers (1 ms)
6: [ RUN      ] cuda.team_vector_range_combined_reducers
6: [       OK ] cuda.team_vector_range_combined_reducers (1 ms)
6: [ RUN      ] cuda.TeamThreadMDRangeParallelFor
6: [       OK ] cuda.TeamThreadMDRangeParallelFor (34 ms)
6: [ RUN      ] cuda.ThreadVectorMDRangeParallelFor
6: [       OK ] cuda.ThreadVectorMDRangeParallelFor (18 ms)
6: [ RUN      ] cuda.TeamVectorMDRangeParallelFor
6: [       OK ] cuda.TeamVectorMDRangeParallelFor (20 ms)
6: [ RUN      ] cuda.TeamThreadMDRangeParallelReduce
6: [       OK ] cuda.TeamThreadMDRangeParallelReduce (25 ms)
6: [ RUN      ] cuda.ThreadVectorMDRangeParallelReduce
6: [       OK ] cuda.ThreadVectorMDRangeParallelReduce (12 ms)
6: [ RUN      ] cuda.TeamVectorMDRangeParallelReduce
6: [       OK ] cuda.TeamVectorMDRangeParallelReduce (12 ms)
6: [ RUN      ] cuda.team_policy_runtime_parameters
6: [       OK ] cuda.team_policy_runtime_parameters (0 ms)
6: [ RUN      ] cuda.team_reduction_scan
34: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (725 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
34: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
34: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (211 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
34: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
34: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (355 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
34: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
34: [----------] 8 tests from std_algorithms_numeric_ops_test (2158 ms total)
34: 
34: [----------] 1 test from std_algorithms_transform_ops_test
34: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
34: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (35 ms)
34: [----------] 1 test from std_algorithms_transform_ops_test (35 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 29 tests from 7 test suites ran. (2342 ms total)
34: [  PASSED  ] 29 tests.
34/49 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    2.35 sec
test 35
      Start 35: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

35: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
35: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
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 12 tests from 7 test suites.
35: [----------] Global test environment set-up.
35: [----------] 2 tests from std_algorithms_adjacent_find_team_test
35: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
6: [       OK ] cuda.team_reduction_scan (1503 ms)
6: [ RUN      ] cuda.team_long_reduce
6: [       OK ] cuda.team_long_reduce (10 ms)
6: [ RUN      ] cuda.team_double_reduce
6: [       OK ] cuda.team_double_reduce (10 ms)
6: [ RUN      ] cuda.team_long_array_reduce
6: [       OK ] cuda.team_long_array_reduce (10 ms)
6: [ RUN      ] cuda.team_double_array_reduce
6: [       OK ] cuda.team_double_array_reduce (10 ms)
6: [ RUN      ] cuda.team_parallel_dummy_with_reducer_and_scratch_space
6: [       OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
6: [ RUN      ] cuda.repeated_team_reduce
6: [       OK ] cuda.repeated_team_reduce (11 ms)
6: [ RUN      ] cuda.nested_team_reduce_functor_as_reducer
6: [       OK ] cuda.nested_team_reduce_functor_as_reducer (2 ms)
6: [ RUN      ] cuda.team_scan
6: [       OK ] cuda.team_scan (287 ms)
6: [ RUN      ] cuda.team_scan_ret_val
35: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (640 ms)
35: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
6: [       OK ] cuda.team_scan_ret_val (295 ms)
6: [ RUN      ] cuda.team_shared_request
6: [       OK ] cuda.team_shared_request (1 ms)
6: [ RUN      ] cuda.team_scratch_request
6: [       OK ] cuda.team_scratch_request (1 ms)
6: [ RUN      ] cuda.team_lambda_shared_request
6: [       OK ] cuda.team_lambda_shared_request (0 ms)
6: [ RUN      ] cuda.scratch_align
6: [       OK ] cuda.scratch_align (1 ms)
6: [ RUN      ] cuda.shmem_size
6: [       OK ] cuda.shmem_size (0 ms)
6: [ RUN      ] cuda.multi_level_scratch
6: [       OK ] cuda.multi_level_scratch (8 ms)
6: [ RUN      ] cuda.team_scratch_memory_index_parallel_for
6: [       OK ] cuda.team_scratch_memory_index_parallel_for (0 ms)
6: [ RUN      ] cuda.team_policy_max_recommended
6: [       OK ] cuda.team_policy_max_recommended (140 ms)
6: [ RUN      ] cuda.team_policy_minmax_scalar_without_plus_equal_k
6: [       OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
6: [ RUN      ] cuda.team_teamvector_range
6: [       OK ] cuda.team_teamvector_range (12 ms)
6: [ RUN      ] cuda.timer
6: [       OK ] cuda.timer (20 ms)
6: [ RUN      ] cuda.unique_token_global
6: [       OK ] cuda.unique_token_global (4 ms)
6: [ RUN      ] cuda.unique_token_instance
6: [       OK ] cuda.unique_token_instance (4 ms)
6: [ RUN      ] cuda.unique_token_team_acquire
6: [       OK ] cuda.unique_token_team_acquire (15 ms)
6: [ RUN      ] cuda.view_api_a
6: [       OK ] cuda.view_api_a (25 ms)
6: [ RUN      ] cuda.view_layout_left_with_stride
6: [       OK ] cuda.view_layout_left_with_stride (0 ms)
6: [ RUN      ] cuda.view_layout_right_with_stride
6: [       OK ] cuda.view_layout_right_with_stride (0 ms)
6: [ RUN      ] cuda.view_api_b
6: [       OK ] cuda.view_api_b (28 ms)
6: [ RUN      ] cuda.view_api_c
6: [       OK ] cuda.view_api_c (1 ms)
6: [ RUN      ] cuda.view_api_d
6: [       OK ] cuda.view_api_d (5 ms)
6: [ RUN      ] cuda.view_remap
6: [       OK ] cuda.view_remap (0 ms)
6: [ RUN      ] cuda.view_mirror_nonconst
6: [       OK ] cuda.view_mirror_nonconst (0 ms)
6: [ RUN      ] cuda.view_stride_method
6: [       OK ] cuda.view_stride_method (0 ms)
6: [ RUN      ] cuda.anonymous_space
6: [       OK ] cuda.anonymous_space (0 ms)
6: [ RUN      ] cuda.view_overload_resolution
6: [       OK ] cuda.view_overload_resolution (0 ms)
6: [ RUN      ] cuda.view_allocation_large_rank
35: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (601 ms)
35: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1242 ms total)
35: 
35: [----------] 2 tests from std_algorithms_count_team_test
35: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
35: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (270 ms)
35: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
35: [       OK ] std_algorithms_count_team_test.count_returns_zero (258 ms)
35: [----------] 2 tests from std_algorithms_count_team_test (529 ms total)
35: 
35: [----------] 1 test from std_algorithms_count_if_team_test
35: [ RUN      ] std_algorithms_count_if_team_test.test
35: [       OK ] std_algorithms_count_if_team_test.test (317 ms)
35: [----------] 1 test from std_algorithms_count_if_team_test (317 ms total)
35: 
35: [----------] 1 test from std_algorithms_for_each_team_test
35: [ RUN      ] std_algorithms_for_each_team_test.test
6: [       OK ] cuda.view_allocation_large_rank (1174 ms)
6: [ RUN      ] cuda.view_shmem_size_on_device
6: [       OK ] cuda.view_shmem_size_on_device (0 ms)
6: [ RUN      ] cuda.view_is_assignable
6: [       OK ] cuda.view_is_assignable (6 ms)
6: [ RUN      ] cuda.view_bad_alloc
6: [       OK ] cuda.view_bad_alloc (0 ms)
6: [ RUN      ] cuda.view_copy_tests
6: [       OK ] cuda.view_copy_tests (23 ms)
6: [ RUN      ] cuda.view_copy_tests_rank_0
6: [       OK ] cuda.view_copy_tests_rank_0 (4 ms)
6: [ RUN      ] cuda.view_copy_degenerated
6: [       OK ] cuda.view_copy_degenerated (0 ms)
6: [ RUN      ] cuda.view_fill_tests_layout_right
35: [       OK ] std_algorithms_for_each_team_test.test (460 ms)
35: [----------] 1 test from std_algorithms_for_each_team_test (460 ms total)
35: 
35: [----------] 1 test from std_algorithms_for_each_n_team_test
35: [ RUN      ] std_algorithms_for_each_n_team_test.test
6: [       OK ] cuda.view_fill_tests_layout_right (278 ms)
6: [ RUN      ] cuda.view_fill_tests_layout_left
6: [       OK ] cuda.view_fill_tests_layout_left (270 ms)
6: [ RUN      ] cuda.vcp_empty_traits
6: [       OK ] cuda.vcp_empty_traits (0 ms)
6: [ RUN      ] cuda.is_view_label
6: [       OK ] cuda.is_view_label (0 ms)
6: [ RUN      ] cuda.vcp_label_base_traits
6: [       OK ] cuda.vcp_label_base_traits (0 ms)
6: [ RUN      ] cuda.vcp_label_traits
6: [       OK ] cuda.vcp_label_traits (0 ms)
6: [ RUN      ] cuda.view_alloc_can_perfect_forward_label
6: [       OK ] cuda.view_alloc_can_perfect_forward_label (0 ms)
6: [ RUN      ] cuda.vcp_label_copy_constructor
6: [       OK ] cuda.vcp_label_copy_constructor (0 ms)
6: [ RUN      ] cuda.vcp_pointer_add_property
6: [       OK ] cuda.vcp_pointer_add_property (0 ms)
6: [ RUN      ] cuda.view_empty_runtime_unmanaged
6: [       OK ] cuda.view_empty_runtime_unmanaged (0 ms)
6: [ RUN      ] cuda.view_layoutstride_left_to_layoutleft_assignment
6: [       OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (61 ms)
6: [ RUN      ] cuda.view_layoutstride_right_to_layoutright_assignment
6: [       OK ] cuda.view_layoutstride_right_to_layoutright_assignment (61 ms)
6: [ RUN      ] cuda.view_mapping
35: [       OK ] std_algorithms_for_each_n_team_test.test (462 ms)
35: [----------] 1 test from std_algorithms_for_each_n_team_test (462 ms total)
35: 
35: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
35: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
6: [       OK ] cuda.view_mapping (72 ms)
6: [ RUN      ] cuda.view_mapping_operator
6: [       OK ] cuda.view_mapping_operator (17 ms)
6: [ RUN      ] cuda.static_extent
6: [       OK ] cuda.static_extent (0 ms)
6: [ RUN      ] cuda.view_mapping_atomic
6: [       OK ] cuda.view_mapping_atomic (1 ms)
6: [ RUN      ] cuda.view_mapping_class_value
6: [       OK ] cuda.view_mapping_class_value (0 ms)
6: [ RUN      ] cuda.view_mapping_assignable
6: [       OK ] cuda.view_mapping_assignable (0 ms)
6: [ RUN      ] cuda.view_mapping_trivially_copyable
6: [       OK ] cuda.view_mapping_trivially_copyable (0 ms)
6: [ RUN      ] cuda.view_mapping_subview
6: [       OK ] cuda.view_mapping_subview (3 ms)
6: [ RUN      ] cuda.view_nested_view
6: [       OK ] cuda.view_nested_view (1 ms)
6: [ RUN      ] cuda.view_of_views_default
6: [       OK ] cuda.view_of_views_default (1 ms)
6: [ RUN      ] cuda.view_of_views_without_initializing
6: [       OK ] cuda.view_of_views_without_initializing (1 ms)
6: [ RUN      ] cuda.test_view_of_views_sequential_host_init
6: [       OK ] cuda.test_view_of_views_sequential_host_init (1 ms)
6: [ RUN      ] cuda.append_formatted_multidimensional_index
6: [       OK ] cuda.append_formatted_multidimensional_index (0 ms)
6: [ RUN      ] cuda.view_resize
6: [       OK ] cuda.view_resize (37 ms)
6: [ RUN      ] cuda.view_realloc
6: [       OK ] cuda.view_realloc (6 ms)
6: [ RUN      ] cuda.workgraph_fib
35: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (646 ms)
35: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
35: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (632 ms)
35: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
6: [       OK ] cuda.workgraph_fib (1417 ms)
6: [ RUN      ] cuda.resize_realloc_no_init
6: [       OK ] cuda.resize_realloc_no_init (1 ms)
6: [ RUN      ] cuda.resize_realloc_no_alloc
6: [       OK ] cuda.resize_realloc_no_alloc (0 ms)
6: [ RUN      ] cuda.realloc_exec_space
6: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestWithoutInitializing.hpp:78: Skipped
6: skipping since CudaUVMSpace requires additional fences
6: [  SKIPPED ] cuda.realloc_exec_space (0 ms)
6: [ RUN      ] cuda.view_alloc
6: [       OK ] cuda.view_alloc (0 ms)
6: [ RUN      ] cuda.view_alloc_exec_space
6: [       OK ] cuda.view_alloc_exec_space (0 ms)
6: [ RUN      ] cuda.view_alloc_int
6: [       OK ] cuda.view_alloc_int (0 ms)
6: [ RUN      ] cuda.view_alloc_exec_space_int
6: [       OK ] cuda.view_alloc_exec_space_int (0 ms)
6: [ RUN      ] cuda.deep_copy_zero_memset
6: [       OK ] cuda.deep_copy_zero_memset (0 ms)
6: [ RUN      ] cuda.resize_exec_space
6: [       OK ] cuda.resize_exec_space (0 ms)
6: [ RUN      ] cuda.view_allocation_int
6: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestWithoutInitializing.hpp:305: Skipped
6: skipping since the fence checked for isn't necessary
6: [  SKIPPED ] cuda.view_allocation_int (0 ms)
6: [ RUN      ] cuda.view_allocation_exec_space_int
6: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestWithoutInitializing.hpp:337: Skipped
6: skipping since the CudaUVMSpace requires additiional fences
6: [  SKIPPED ] cuda.view_allocation_exec_space_int (0 ms)
6: [ RUN      ] cuda.view_not_default_constructible
6: [       OK ] cuda.view_not_default_constructible (0 ms)
6: [----------] 109 tests from cuda (6800 ms total)
6: 
6: [----------] 28 tests from cuda_uvm
6: [ RUN      ] cuda_uvm.view_subview_auto_1d_left
6: [       OK ] cuda_uvm.view_subview_auto_1d_left (5 ms)
6: [ RUN      ] cuda_uvm.view_subview_auto_1d_right
6: [       OK ] cuda_uvm.view_subview_auto_1d_right (5 ms)
6: [ RUN      ] cuda_uvm.view_subview_auto_1d_stride
6: [       OK ] cuda_uvm.view_subview_auto_1d_stride (5 ms)
6: [ RUN      ] cuda_uvm.view_subview_assign_strided
6: [       OK ] cuda_uvm.view_subview_assign_strided (3 ms)
6: [ RUN      ] cuda_uvm.view_subview_left_0
6: [       OK ] cuda_uvm.view_subview_left_0 (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_left_1
6: [       OK ] cuda_uvm.view_subview_left_1 (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_left_2
6: [       OK ] cuda_uvm.view_subview_left_2 (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_left_3
6: [       OK ] cuda_uvm.view_subview_left_3 (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_right_0
6: [       OK ] cuda_uvm.view_subview_right_0 (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_right_1
6: [       OK ] cuda_uvm.view_subview_right_1 (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_right_3
6: [       OK ] cuda_uvm.view_subview_right_3 (0 ms)
6: [ RUN      ] cuda_uvm.view_static_tests
6: [       OK ] cuda_uvm.view_static_tests (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_layoutleft_to_layoutleft
6: [       OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (3 ms)
6: [ RUN      ] cuda_uvm.view_subview_layoutright_to_layoutright
6: [       OK ] cuda_uvm.view_subview_layoutright_to_layoutright (2 ms)
6: [ RUN      ] cuda_uvm.view_subview_1d_assign
6: [       OK ] cuda_uvm.view_subview_1d_assign (4 ms)
6: [ RUN      ] cuda_uvm.view_subview_1d_assign_atomic
6: [       OK ] cuda_uvm.view_subview_1d_assign_atomic (4 ms)
6: [ RUN      ] cuda_uvm.view_subview_1d_assign_randomaccess
6: [       OK ] cuda_uvm.view_subview_1d_assign_randomaccess (4 ms)
6: [ RUN      ] cuda_uvm.view_subview_2d_from_3d
6: [       OK ] cuda_uvm.view_subview_2d_from_3d (60 ms)
6: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_atomic
6: [       OK ] cuda_uvm.view_subview_2d_from_3d_atomic (61 ms)
6: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_randomaccess
6: [       OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (61 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_left (146 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_atomic
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (145 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess
35: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (626 ms)
35: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1905 ms total)
35: 
35: [----------] 2 tests from std_algorithms_mismatch_team_test
35: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (146 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_right (155 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_atomic
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (157 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess
35: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (659 ms)
35: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (158 ms)
6: [ RUN      ] cuda_uvm.view_test_unmanaged_subview_reset
6: [       OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_memory_traits_construction
6: [       OK ] cuda_uvm.view_subview_memory_traits_construction (0 ms)
6: [----------] 28 tests from cuda_uvm (1136 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 147 tests from 4 test suites ran. (47640 ms total)
6: [  PASSED  ] 138 tests.
6: [  SKIPPED ] 9 tests, listed below:
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents
6: [  SKIPPED ] cuda_DeathTest.view_memory_access_violations_from_host
6: [  SKIPPED ] cuda_uvm_DeathTest.view_subview_wrong_extents
6: [  SKIPPED ] cuda.realloc_exec_space
6: [  SKIPPED ] cuda.view_allocation_int
6: [  SKIPPED ] cuda.view_allocation_exec_space_int
 6/56 Test  #6: Kokkos_CoreUnitTest_Cuda2 ..................................   Passed   48.05 sec
test 7
      Start  7: Kokkos_CoreUnitTest_Cuda3

7: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_CoreUnitTest_Cuda3
7: Test timeout computed to be: 1500
7: 
7: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
7:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
7:                                   setting CUDA_VISIBLE_DEVICES.
7:                                   This could on multi GPU systems lead to severe performance"
7:                                   penalties.
7: [==========] Running 62 tests from 3 test suites.
7: [----------] Global test environment set-up.
7: [----------] 6 tests from cuda
7: [ RUN      ] cuda.team_scratch_1_streams
35: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (963 ms)
35: [----------] 2 tests from std_algorithms_mismatch_team_test (1622 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 12 tests from 7 test suites ran. (6540 ms total)
35: [  PASSED  ] 12 tests.
35/49 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed    6.55 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

36: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
36: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
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 8 tests from 4 test suites.
36: [----------] Global test environment set-up.
36: [----------] 2 tests from std_algorithms_equal_team_test
36: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
36: [       OK ] std_algorithms_equal_team_test.views_are_equal (1042 ms)
36: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
36: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1449 ms)
36: [----------] 2 tests from std_algorithms_equal_team_test (2491 ms total)
36: 
36: [----------] 2 tests from std_algorithms_search_team_test
36: [ RUN      ] std_algorithms_search_team_test.sequences_exist
36: [       OK ] std_algorithms_search_team_test.sequences_exist (557 ms)
36: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
36: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (588 ms)
36: [----------] 2 tests from std_algorithms_search_team_test (1145 ms total)
36: 
36: [----------] 2 tests from std_algorithms_find_end_team_test
36: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
36: [       OK ] std_algorithms_find_end_team_test.sequences_exist (582 ms)
36: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
36: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (686 ms)
36: [----------] 2 tests from std_algorithms_find_end_team_test (1268 ms total)
36: 
36: [----------] 2 tests from std_algorithms_find_first_of_team_test
36: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
36: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (662 ms)
36: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
36: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (843 ms)
36: [----------] 2 tests from std_algorithms_find_first_of_team_test (1505 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 8 tests from 4 test suites ran. (6412 ms total)
36: [  PASSED  ] 8 tests.
36/49 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed    6.42 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

37: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
37: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
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 11 tests from 7 test suites.
37: [----------] Global test environment set-up.
37: [----------] 2 tests from std_algorithms_find_team_test
37: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
37: [       OK ] std_algorithms_find_team_test.searched_values_exist (285 ms)
37: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
37: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (277 ms)
37: [----------] 2 tests from std_algorithms_find_team_test (563 ms total)
37: 
37: [----------] 2 tests from std_algorithms_find_if_team_test
37: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
37: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (280 ms)
37: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
37: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (283 ms)
37: [----------] 2 tests from std_algorithms_find_if_team_test (564 ms total)
37: 
37: [----------] 2 tests from std_algorithms_find_if_not_team_test
37: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
37: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (284 ms)
37: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
37: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (272 ms)
37: [----------] 2 tests from std_algorithms_find_if_not_team_test (557 ms total)
37: 
37: [----------] 1 test from std_algorithms_all_of_team_test
37: [ RUN      ] std_algorithms_all_of_team_test.test
37: [       OK ] std_algorithms_all_of_team_test.test (282 ms)
37: [----------] 1 test from std_algorithms_all_of_team_test (282 ms total)
37: 
37: [----------] 1 test from std_algorithms_any_of_team_test
37: [ RUN      ] std_algorithms_any_of_team_test.test
37: [       OK ] std_algorithms_any_of_team_test.test (270 ms)
37: [----------] 1 test from std_algorithms_any_of_team_test (270 ms total)
37: 
37: [----------] 1 test from std_algorithms_none_of_team_test
37: [ RUN      ] std_algorithms_none_of_team_test.test
37: [       OK ] std_algorithms_none_of_team_test.test (277 ms)
37: [----------] 1 test from std_algorithms_none_of_team_test (278 ms total)
37: 
37: [----------] 2 tests from std_algorithms_search_n_team_test
37: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
37: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (348 ms)
37: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
37: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (292 ms)
37: [----------] 2 tests from std_algorithms_search_n_team_test (640 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 11 tests from 7 test suites ran. (3156 ms total)
37: [  PASSED  ] 11 tests.
37/49 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    3.16 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

38: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
38: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
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 3 tests from 3 test suites.
38: [----------] Global test environment set-up.
38: [----------] 1 test from std_algorithms_min_element_team_test
38: [ RUN      ] std_algorithms_min_element_team_test.test
38: [       OK ] std_algorithms_min_element_team_test.test (621 ms)
38: [----------] 1 test from std_algorithms_min_element_team_test (621 ms total)
38: 
38: [----------] 1 test from std_algorithms_max_element_team_test
38: [ RUN      ] std_algorithms_max_element_team_test.test
38: [       OK ] std_algorithms_max_element_team_test.test (580 ms)
38: [----------] 1 test from std_algorithms_max_element_team_test (580 ms total)
38: 
38: [----------] 1 test from std_algorithms_minmax_element_team_test
38: [ RUN      ] std_algorithms_minmax_element_team_test.test
38: [       OK ] std_algorithms_minmax_element_team_test.test (613 ms)
38: [----------] 1 test from std_algorithms_minmax_element_team_test (613 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 3 tests from 3 test suites ran. (1815 ms total)
38: [  PASSED  ] 3 tests.
38/49 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    1.82 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

39: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
39: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
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 6 tests from 6 test suites.
39: [----------] Global test environment set-up.
39: [----------] 1 test from std_algorithms_fill_team_test
39: [ RUN      ] std_algorithms_fill_team_test.test
7: [       OK ] cuda.team_scratch_1_streams (11683 ms)
7: [ RUN      ] cuda.space_access
7: [       OK ] cuda.space_access (0 ms)
7: [ RUN      ] cuda.uvm
7: [       OK ] cuda.uvm (0 ms)
7: [ RUN      ] cuda.impl_view_accessible
7: [       OK ] cuda.impl_view_accessible (1 ms)
7: [ RUN      ] cuda.impl_view_texture
7: [       OK ] cuda.impl_view_texture (0 ms)
7: [ RUN      ] cuda.view_subview_const_randomaccess
7: [       OK ] cuda.view_subview_const_randomaccess (0 ms)
7: [----------] 6 tests from cuda (11686 ms total)
7: 
7: [----------] 28 tests from cuda_hostpinned
7: [ RUN      ] cuda_hostpinned.impl_shared_alloc
7: [       OK ] cuda_hostpinned.impl_shared_alloc (32 ms)
7: [ RUN      ] cuda_hostpinned.view_api_a
7: [       OK ] cuda_hostpinned.view_api_a (10 ms)
7: [ RUN      ] cuda_hostpinned.view_layout_left_with_stride
7: [       OK ] cuda_hostpinned.view_layout_left_with_stride (0 ms)
7: [ RUN      ] cuda_hostpinned.view_layout_right_with_stride
7: [       OK ] cuda_hostpinned.view_layout_right_with_stride (0 ms)
7: [ RUN      ] cuda_hostpinned.view_api_b
7: [       OK ] cuda_hostpinned.view_api_b (10 ms)
7: [ RUN      ] cuda_hostpinned.view_api_c
7: [       OK ] cuda_hostpinned.view_api_c (0 ms)
7: [ RUN      ] cuda_hostpinned.view_api_d
7: [       OK ] cuda_hostpinned.view_api_d (2 ms)
7: [ RUN      ] cuda_hostpinned.view_remap
7: [       OK ] cuda_hostpinned.view_remap (0 ms)
7: [ RUN      ] cuda_hostpinned.view_mirror_nonconst
7: [       OK ] cuda_hostpinned.view_mirror_nonconst (0 ms)
7: [ RUN      ] cuda_hostpinned.view_stride_method
7: [       OK ] cuda_hostpinned.view_stride_method (0 ms)
7: [ RUN      ] cuda_hostpinned.anonymous_space
7: [       OK ] cuda_hostpinned.anonymous_space (0 ms)
7: [ RUN      ] cuda_hostpinned.view_overload_resolution
7: [       OK ] cuda_hostpinned.view_overload_resolution (0 ms)
7: [ RUN      ] cuda_hostpinned.view_allocation_large_rank
39: [       OK ] std_algorithms_fill_team_test.test (338 ms)
39: [----------] 1 test from std_algorithms_fill_team_test (338 ms total)
39: 
39: [----------] 1 test from std_algorithms_fill_n_team_test
39: [ RUN      ] std_algorithms_fill_n_team_test.test
39: [       OK ] std_algorithms_fill_n_team_test.test (291 ms)
39: [----------] 1 test from std_algorithms_fill_n_team_test (291 ms total)
39: 
39: [----------] 1 test from std_algorithms_replace_team_test
39: [ RUN      ] std_algorithms_replace_team_test.test
39: [       OK ] std_algorithms_replace_team_test.test (477 ms)
39: [----------] 1 test from std_algorithms_replace_team_test (477 ms total)
39: 
39: [----------] 1 test from std_algorithms_replace_if_team_test
39: [ RUN      ] std_algorithms_replace_if_team_test.test
39: [       OK ] std_algorithms_replace_if_team_test.test (377 ms)
39: [----------] 1 test from std_algorithms_replace_if_team_test (377 ms total)
39: 
39: [----------] 1 test from std_algorithms_replace_copy_team_test
39: [ RUN      ] std_algorithms_replace_copy_team_test.test
39: [       OK ] std_algorithms_replace_copy_team_test.test (492 ms)
39: [----------] 1 test from std_algorithms_replace_copy_team_test (492 ms total)
39: 
39: [----------] 1 test from std_algorithms_replace_copy_if_team_test
39: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
39: [       OK ] std_algorithms_replace_copy_if_team_test.test (399 ms)
39: [----------] 1 test from std_algorithms_replace_copy_if_team_test (399 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 6 tests from 6 test suites ran. (2377 ms total)
39: [  PASSED  ] 6 tests.
39/49 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    2.39 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

40: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
40: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
40: Test timeout computed to be: 1500
40: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
40:                                     Detected: 4 cores per node.
40:                                     Detected: 1 MPI_ranks per node.
40:                                     Requested: 8 threads per process.
40: [==========] Running 4 tests from 4 test suites.
40: [----------] Global test environment set-up.
40: [----------] 1 test from std_algorithms_reverse_team_test
40: [ RUN      ] std_algorithms_reverse_team_test.test
40: [       OK ] std_algorithms_reverse_team_test.test (343 ms)
40: [----------] 1 test from std_algorithms_reverse_team_test (343 ms total)
40: 
40: [----------] 1 test from std_algorithms_reverse_copy_team_test
40: [ RUN      ] std_algorithms_reverse_copy_team_test.test
40: [       OK ] std_algorithms_reverse_copy_team_test.test (347 ms)
40: [----------] 1 test from std_algorithms_reverse_copy_team_test (347 ms total)
40: 
40: [----------] 1 test from std_algorithms_rotate_team_test
40: [ RUN      ] std_algorithms_rotate_team_test.test
40: [       OK ] std_algorithms_rotate_team_test.test (506 ms)
40: [----------] 1 test from std_algorithms_rotate_team_test (506 ms total)
40: 
40: [----------] 1 test from std_algorithms_rotate_copy_team_test
40: [ RUN      ] std_algorithms_rotate_copy_team_test.test
40: [       OK ] std_algorithms_rotate_copy_team_test.test (509 ms)
40: [----------] 1 test from std_algorithms_rotate_copy_team_test (509 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 4 tests from 4 test suites ran. (1707 ms total)
40: [  PASSED  ] 4 tests.
40/49 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    1.71 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

41: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
41: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
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_move_team_test
41: [ RUN      ] std_algorithms_move_team_test.test
7: [       OK ] cuda_hostpinned.view_allocation_large_rank (4125 ms)
7: [ RUN      ] cuda_hostpinned.view_shmem_size_on_device
7: [       OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms)
7: [ RUN      ] cuda_hostpinned.view_is_assignable
7: [       OK ] cuda_hostpinned.view_is_assignable (0 ms)
7: [ RUN      ] cuda_hostpinned.view_copy_tests
7: [       OK ] cuda_hostpinned.view_copy_tests (7 ms)
7: [ RUN      ] cuda_hostpinned.view_copy_tests_rank_0
7: [       OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms)
7: [ RUN      ] cuda_hostpinned.view_copy_degenerated
7: [       OK ] cuda_hostpinned.view_copy_degenerated (0 ms)
7: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_right
41: [       OK ] std_algorithms_move_team_test.test (505 ms)
41: [----------] 1 test from std_algorithms_move_team_test (506 ms total)
41: 
41: [----------] 1 test from std_algorithms_move_backward_team_test
41: [ RUN      ] std_algorithms_move_backward_team_test.test
41: [       OK ] std_algorithms_move_backward_team_test.test (522 ms)
41: [----------] 1 test from std_algorithms_move_backward_team_test (522 ms total)
41: 
41: [----------] 1 test from std_algorithms_shift_left_team_test
41: [ RUN      ] std_algorithms_shift_left_team_test.test
41: [       OK ] std_algorithms_shift_left_team_test.test (1343 ms)
41: [----------] 1 test from std_algorithms_shift_left_team_test (1343 ms total)
41: 
41: [----------] 1 test from std_algorithms_shift_right_team_test
41: [ RUN      ] std_algorithms_shift_right_team_test.test
41: [       OK ] std_algorithms_shift_right_team_test.test (1344 ms)
41: [----------] 1 test from std_algorithms_shift_right_team_test (1344 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 4 tests from 4 test suites ran. (3716 ms total)
41: [  PASSED  ] 4 tests.
41/49 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed    3.72 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

42: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
42: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
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 9 tests from 9 test suites.
42: [----------] Global test environment set-up.
42: [----------] 1 test from std_algorithms_copy_team_test
42: [ RUN      ] std_algorithms_copy_team_test.test
42: [       OK ] std_algorithms_copy_team_test.test (636 ms)
42: [----------] 1 test from std_algorithms_copy_team_test (636 ms total)
42: 
42: [----------] 1 test from std_algorithms_copy_n_team_test
42: [ RUN      ] std_algorithms_copy_n_team_test.test
42: [       OK ] std_algorithms_copy_n_team_test.test (327 ms)
42: [----------] 1 test from std_algorithms_copy_n_team_test (327 ms total)
42: 
42: [----------] 1 test from std_algorithms_copy_backward_team_test
42: [ RUN      ] std_algorithms_copy_backward_team_test.test
42: [       OK ] std_algorithms_copy_backward_team_test.test (521 ms)
42: [----------] 1 test from std_algorithms_copy_backward_team_test (522 ms total)
42: 
42: [----------] 1 test from std_algorithms_copy_if_team_test
42: [ RUN      ] std_algorithms_copy_if_team_test.test
42: [       OK ] std_algorithms_copy_if_team_test.test (453 ms)
42: [----------] 1 test from std_algorithms_copy_if_team_test (453 ms total)
42: 
42: [----------] 1 test from std_algorithms_unique_copy_team_test
42: [ RUN      ] std_algorithms_unique_copy_team_test.test
42: [       OK ] std_algorithms_unique_copy_team_test.test (552 ms)
42: [----------] 1 test from std_algorithms_unique_copy_team_test (552 ms total)
42: 
42: [----------] 1 test from std_algorithms_remove_team_test
42: [ RUN      ] std_algorithms_remove_team_test.test
42: [       OK ] std_algorithms_remove_team_test.test (424 ms)
42: [----------] 1 test from std_algorithms_remove_team_test (424 ms total)
42: 
42: [----------] 1 test from std_algorithms_remove_if_team_test
42: [ RUN      ] std_algorithms_remove_if_team_test.test
42: [       OK ] std_algorithms_remove_if_team_test.test (367 ms)
42: [----------] 1 test from std_algorithms_remove_if_team_test (368 ms total)
42: 
42: [----------] 1 test from std_algorithms_remove_copy_team_test
42: [ RUN      ] std_algorithms_remove_copy_team_test.test
42: [       OK ] std_algorithms_remove_copy_team_test.test (497 ms)
42: [----------] 1 test from std_algorithms_remove_copy_team_test (497 ms total)
42: 
42: [----------] 1 test from std_algorithms_remove_copy_if_team_test
42: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
42: [       OK ] std_algorithms_remove_copy_if_team_test.test (368 ms)
42: [----------] 1 test from std_algorithms_remove_copy_if_team_test (368 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 9 tests from 9 test suites ran. (4151 ms total)
42: [  PASSED  ] 9 tests.
42/49 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    4.16 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

43: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
43: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
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 4 tests from 4 test suites.
43: [----------] Global test environment set-up.
43: [----------] 1 test from std_algorithms_unique_team_test
43: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
43: [       OK ] std_algorithms_unique_team_test.test_default_predicate (614 ms)
43: [----------] 1 test from std_algorithms_unique_team_test (614 ms total)
43: 
43: [----------] 1 test from std_algorithms_adjacent_difference_team_test
43: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
43: [       OK ] std_algorithms_adjacent_difference_team_test.test (805 ms)
43: [----------] 1 test from std_algorithms_adjacent_difference_team_test (805 ms total)
43: 
43: [----------] 1 test from std_algorithms_reduce_team_test
43: [ RUN      ] std_algorithms_reduce_team_test.test
43: [       OK ] std_algorithms_reduce_team_test.test (872 ms)
43: [----------] 1 test from std_algorithms_reduce_team_test (872 ms total)
43: 
43: [----------] 1 test from std_algorithms_transform_reduce_team_test
43: [ RUN      ] std_algorithms_transform_reduce_team_test.test
43: [       OK ] std_algorithms_transform_reduce_team_test.test (1548 ms)
43: [----------] 1 test from std_algorithms_transform_reduce_team_test (1548 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 4 tests from 4 test suites ran. (3842 ms total)
43: [  PASSED  ] 4 tests.
43/49 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    3.85 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

44: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
44: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
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 18 tests from 5 test suites.
44: [----------] Global test environment set-up.
44: [----------] 2 tests from std_algorithms_is_sorted_team_test
44: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
44: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (588 ms)
44: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
7: [       OK ] cuda_hostpinned.view_fill_tests_layout_right (12085 ms)
7: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_left
44: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (390 ms)
44: [----------] 2 tests from std_algorithms_is_sorted_team_test (978 ms total)
44: 
44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (14 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (14 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (345 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (523 ms)
44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (898 ms total)
44: 
44: [----------] 4 tests from std_algorithms_is_partitioned_team_test
44: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
44: [       OK ] std_algorithms_is_partitioned_team_test.empty (6 ms)
44: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
44: [       OK ] std_algorithms_is_partitioned_team_test.all_true (261 ms)
44: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
44: [       OK ] std_algorithms_is_partitioned_team_test.all_false (262 ms)
44: [ RUN      ] std_algorithms_is_partitioned_team_test.random
44: [       OK ] std_algorithms_is_partitioned_team_test.random (170 ms)
44: [----------] 4 tests from std_algorithms_is_partitioned_team_test (701 ms total)
44: 
44: [----------] 4 tests from std_algorithms_partition_copy_team_test
44: [ RUN      ] std_algorithms_partition_copy_team_test.empty
44: [       OK ] std_algorithms_partition_copy_team_test.empty (11 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
44: [       OK ] std_algorithms_partition_copy_team_test.all_true (469 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
44: [       OK ] std_algorithms_partition_copy_team_test.all_false (465 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.random
44: [       OK ] std_algorithms_partition_copy_team_test.random (425 ms)
44: [----------] 4 tests from std_algorithms_partition_copy_team_test (1372 ms total)
44: 
44: [----------] 4 tests from std_algorithms_partition_point_team_test
44: [ RUN      ] std_algorithms_partition_point_team_test.empty
44: [       OK ] std_algorithms_partition_point_team_test.empty (7 ms)
44: [ RUN      ] std_algorithms_partition_point_team_test.all_true
44: [       OK ] std_algorithms_partition_point_team_test.all_true (258 ms)
44: [ RUN      ] std_algorithms_partition_point_team_test.all_false
44: [       OK ] std_algorithms_partition_point_team_test.all_false (256 ms)
44: [ RUN      ] std_algorithms_partition_point_team_test.random
44: [       OK ] std_algorithms_partition_point_team_test.random (166 ms)
44: [----------] 4 tests from std_algorithms_partition_point_team_test (689 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 18 tests from 5 test suites ran. (4640 ms total)
44: [  PASSED  ] 18 tests.
44/49 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    4.65 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

45: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
45: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
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 5 tests from 4 test suites.
45: [----------] Global test environment set-up.
45: [----------] 2 tests from std_algorithms_transform_team_test
45: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
45: [       OK ] std_algorithms_transform_team_test.test_unary_op (722 ms)
45: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
45: [       OK ] std_algorithms_transform_team_test.test_binary_op (955 ms)
45: [----------] 2 tests from std_algorithms_transform_team_test (1678 ms total)
45: 
45: [----------] 1 test from std_algorithms_generate_team_test
45: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
45: [       OK ] std_algorithms_generate_team_test.test_unary_op (1752 ms)
45: [----------] 1 test from std_algorithms_generate_team_test (1752 ms total)
45: 
45: [----------] 1 test from std_algorithms_generate_n_team_test
45: [ RUN      ] std_algorithms_generate_n_team_test.test
45: [       OK ] std_algorithms_generate_n_team_test.test (287 ms)
45: [----------] 1 test from std_algorithms_generate_n_team_test (287 ms total)
45: 
45: [----------] 1 test from std_algorithms_swap_ranges_team_test
45: [ RUN      ] std_algorithms_swap_ranges_team_test.test
45: [       OK ] std_algorithms_swap_ranges_team_test.test (851 ms)
45: [----------] 1 test from std_algorithms_swap_ranges_team_test (851 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 5 tests from 4 test suites ran. (4570 ms total)
45: [  PASSED  ] 5 tests.
45/49 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    4.58 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

46: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
46: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
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 2 tests from 2 test suites.
46: [----------] Global test environment set-up.
46: [----------] 1 test from std_algorithms_exclusive_scan_team_test
46: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
46: [       OK ] std_algorithms_exclusive_scan_team_test.test (1863 ms)
46: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1863 ms total)
46: 
46: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
46: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
46: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (930 ms)
46: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (930 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 2 tests from 2 test suites ran. (2794 ms total)
46: [  PASSED  ] 2 tests.
46/49 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    2.80 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

47: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
47: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests
47: Test timeout computed to be: 1500
47: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
47:                                     Detected: 4 cores per node.
47:                                     Detected: 1 MPI_ranks per node.
47:                                     Requested: 8 threads per process.
47: [==========] Running 2 tests from 2 test suites.
47: [----------] Global test environment set-up.
47: [----------] 1 test from std_algorithms_inclusive_scan_team_test
47: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
7: [       OK ] cuda_hostpinned.view_fill_tests_layout_left (11129 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping
7: [       OK ] cuda_hostpinned.view_mapping (59 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping_operator
7: [       OK ] cuda_hostpinned.view_mapping_operator (3 ms)
7: [ RUN      ] cuda_hostpinned.static_extent
7: [       OK ] cuda_hostpinned.static_extent (0 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping_atomic
7: [       OK ] cuda_hostpinned.view_mapping_atomic (0 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping_class_value
7: [       OK ] cuda_hostpinned.view_mapping_class_value (0 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping_assignable
7: [       OK ] cuda_hostpinned.view_mapping_assignable (0 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping_trivially_copyable
7: [       OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping_subview
7: [       OK ] cuda_hostpinned.view_mapping_subview (0 ms)
7: [----------] 28 tests from cuda_hostpinned (27470 ms total)
7: 
7: [----------] 28 tests from cuda_uvm
7: [ RUN      ] cuda_uvm.impl_shared_alloc
7: [       OK ] cuda_uvm.impl_shared_alloc (54 ms)
7: [ RUN      ] cuda_uvm.view_api_a
7: [       OK ] cuda_uvm.view_api_a (21 ms)
7: [ RUN      ] cuda_uvm.view_layout_left_with_stride
7: [       OK ] cuda_uvm.view_layout_left_with_stride (0 ms)
7: [ RUN      ] cuda_uvm.view_layout_right_with_stride
7: [       OK ] cuda_uvm.view_layout_right_with_stride (0 ms)
7: [ RUN      ] cuda_uvm.view_api_b
7: [       OK ] cuda_uvm.view_api_b (29 ms)
7: [ RUN      ] cuda_uvm.view_api_c
7: [       OK ] cuda_uvm.view_api_c (1 ms)
7: [ RUN      ] cuda_uvm.view_api_d
7: [       OK ] cuda_uvm.view_api_d (5 ms)
7: [ RUN      ] cuda_uvm.view_remap
7: [       OK ] cuda_uvm.view_remap (1 ms)
7: [ RUN      ] cuda_uvm.view_mirror_nonconst
7: [       OK ] cuda_uvm.view_mirror_nonconst (0 ms)
7: [ RUN      ] cuda_uvm.view_stride_method
7: [       OK ] cuda_uvm.view_stride_method (0 ms)
7: [ RUN      ] cuda_uvm.anonymous_space
7: [       OK ] cuda_uvm.anonymous_space (0 ms)
7: [ RUN      ] cuda_uvm.view_overload_resolution
7: [       OK ] cuda_uvm.view_overload_resolution (0 ms)
7: [ RUN      ] cuda_uvm.view_allocation_large_rank
7: [       OK ] cuda_uvm.view_allocation_large_rank (1175 ms)
7: [ RUN      ] cuda_uvm.view_shmem_size_on_device
7: [       OK ] cuda_uvm.view_shmem_size_on_device (6 ms)
7: [ RUN      ] cuda_uvm.view_is_assignable
7: [       OK ] cuda_uvm.view_is_assignable (5 ms)
7: [ RUN      ] cuda_uvm.view_copy_tests
7: [       OK ] cuda_uvm.view_copy_tests (22 ms)
7: [ RUN      ] cuda_uvm.view_copy_tests_rank_0
7: [       OK ] cuda_uvm.view_copy_tests_rank_0 (4 ms)
7: [ RUN      ] cuda_uvm.view_copy_degenerated
7: [       OK ] cuda_uvm.view_copy_degenerated (0 ms)
7: [ RUN      ] cuda_uvm.view_fill_tests_layout_right
7: [       OK ] cuda_uvm.view_fill_tests_layout_right (276 ms)
7: [ RUN      ] cuda_uvm.view_fill_tests_layout_left
7: [       OK ] cuda_uvm.view_fill_tests_layout_left (269 ms)
7: [ RUN      ] cuda_uvm.view_mapping
7: [       OK ] cuda_uvm.view_mapping (65 ms)
7: [ RUN      ] cuda_uvm.view_mapping_operator
7: [       OK ] cuda_uvm.view_mapping_operator (15 ms)
7: [ RUN      ] cuda_uvm.static_extent
7: [       OK ] cuda_uvm.static_extent (0 ms)
7: [ RUN      ] cuda_uvm.view_mapping_atomic
7: [       OK ] cuda_uvm.view_mapping_atomic (1 ms)
7: [ RUN      ] cuda_uvm.view_mapping_class_value
7: [       OK ] cuda_uvm.view_mapping_class_value (0 ms)
7: [ RUN      ] cuda_uvm.view_mapping_assignable
7: [       OK ] cuda_uvm.view_mapping_assignable (0 ms)
7: [ RUN      ] cuda_uvm.view_mapping_trivially_copyable
7: [       OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms)
7: [ RUN      ] cuda_uvm.view_mapping_subview
7: [       OK ] cuda_uvm.view_mapping_subview (3 ms)
7: [----------] 28 tests from cuda_uvm (1963 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 62 tests from 3 test suites ran. (41121 ms total)
7: [  PASSED  ] 62 tests.
 7/56 Test  #7: Kokkos_CoreUnitTest_Cuda3 ..................................   Passed   41.44 sec
test 8
      Start  8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks

8: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaGraphAtomicLocks
8: Test timeout computed to be: 1500
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: [==========] Running 1 test from 1 test suite.
8: [----------] Global test environment set-up.
8: [----------] 1 test from cuda
8: [ RUN      ] cuda.graph_lock_based_atomic_op
8: [       OK ] cuda.graph_lock_based_atomic_op (1 ms)
8: [----------] 1 test from cuda (1 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 1 test from 1 test suite ran. (1 ms total)
8: [  PASSED  ] 1 test.
 8/56 Test  #8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks ...................   Passed    0.31 sec
test 9
      Start  9: Kokkos_CoreUnitTest_CudaTimingBased

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

10: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpInit
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 cuda
10: [ RUN      ] cuda.raw_cuda_interop
47: [       OK ] std_algorithms_inclusive_scan_team_test.test (2779 ms)
47: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2779 ms total)
47: 
47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
47: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
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: [       OK ] cuda.raw_cuda_interop (186 ms)
10: [----------] 1 test from cuda (186 ms total)
10: 
10: [----------] Global test environment tear-down
10: [==========] 1 test from 1 test suite ran. (186 ms total)
10: [  PASSED  ] 1 test.
10/56 Test #10: Kokkos_CoreUnitTest_CudaInterOpInit ........................   Passed    0.29 sec
test 11
      Start 11: Kokkos_CoreUnitTest_CudaInterOpStreams

11: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreams
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 cuda
11: [ RUN      ] cuda.raw_cuda_streams
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 ] cuda.raw_cuda_streams (195 ms)
11: [----------] 1 test from cuda (195 ms total)
11: 
11: [----------] Global test environment tear-down
11: [==========] 1 test from 1 test suite ran. (195 ms total)
11: [  PASSED  ] 1 test.
11/56 Test #11: Kokkos_CoreUnitTest_CudaInterOpStreams .....................   Passed    0.30 sec
test 12
      Start 12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU

12: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
12: Test timeout computed to be: 1500
12: 
12: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
12:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
12:                                   setting CUDA_VISIBLE_DEVICES.
12:                                   This could on multi GPU systems lead to severe performance"
12:                                   penalties.
12: [==========] Running 4 tests from 1 test suite.
12: [----------] Global test environment set-up.
12: [----------] 4 tests from cuda_multi_gpu
12: [ RUN      ] cuda_multi_gpu.managed_views
12: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped
12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU.
12: 
12: [  SKIPPED ] cuda_multi_gpu.managed_views (0 ms)
12: [ RUN      ] cuda_multi_gpu.unmanaged_views
12: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped
12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU.
12: 
12: [  SKIPPED ] cuda_multi_gpu.unmanaged_views (0 ms)
12: [ RUN      ] cuda_multi_gpu.scratch_space
12: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped
12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU.
12: 
12: [  SKIPPED ] cuda_multi_gpu.scratch_space (0 ms)
12: [ RUN      ] cuda_multi_gpu.stream_sync_semantics_raw_cuda
12: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped
12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU.
12: 
12: [  SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda (0 ms)
12: [----------] 4 tests from cuda_multi_gpu (0 ms total)
12: 
12: [----------] Global test environment tear-down
12: [==========] 4 tests from 1 test suite ran. (0 ms total)
12: [  PASSED  ] 0 tests.
12: [  SKIPPED ] 4 tests, listed below:
12: [  SKIPPED ] cuda_multi_gpu.managed_views
12: [  SKIPPED ] cuda_multi_gpu.unmanaged_views
12: [  SKIPPED ] cuda_multi_gpu.scratch_space
12: [  SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda
12/56 Test #12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU .............   Passed    0.30 sec
test 13
      Start 13: Kokkos_CoreUnitTest_CudaInterOpGraph

13: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpGraph
13: Test timeout computed to be: 1500
13: 
13: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
13:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
13:                                   setting CUDA_VISIBLE_DEVICES.
13:                                   This could on multi GPU systems lead to severe performance"
13:                                   penalties.
13: [==========] Running 5 tests from 1 test suite.
13: [----------] Global test environment set-up.
13: [----------] 5 tests from cuda_GraphInterOp
13: [ RUN      ] cuda_GraphInterOp.promises_on_native_objects
13: [       OK ] cuda_GraphInterOp.promises_on_native_objects (0 ms)
13: [ RUN      ] cuda_GraphInterOp.count_nodes
13: [       OK ] cuda_GraphInterOp.count_nodes (0 ms)
13: [ RUN      ] cuda_GraphInterOp.debug_dot_print
13: [       OK ] cuda_GraphInterOp.debug_dot_print (1 ms)
13: [ RUN      ] cuda_GraphInterOp.instantiation_flags
13: [       OK ] cuda_GraphInterOp.instantiation_flags (0 ms)
13: [ RUN      ] cuda_GraphInterOp.construct_from_native
13: [       OK ] cuda_GraphInterOp.construct_from_native (0 ms)
13: [----------] 5 tests from cuda_GraphInterOp (3 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 5 tests from 1 test suite ran. (3 ms total)
13: [  PASSED  ] 5 tests.
13/56 Test #13: Kokkos_CoreUnitTest_CudaInterOpGraph .......................   Passed    0.31 sec
test 14
      Start 14: Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU

14: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU
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 cuda_multi_gpu
14: [ RUN      ] cuda_multi_gpu.then
14: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/cuda/TestCuda_InterOp_GraphMultiGPU.cpp:33: Skipped
14: Skipping multi-gpu testing since current machine only has 1 GPU.
14: [  SKIPPED ] cuda_multi_gpu.then (0 ms)
14: [----------] 1 test from cuda_multi_gpu (0 ms total)
14: 
14: [----------] Global test environment tear-down
14: [==========] 1 test from 1 test suite ran. (0 ms total)
14: [  PASSED  ] 0 tests.
14: [  SKIPPED ] 1 test, listed below:
14: [  SKIPPED ] cuda_multi_gpu.then
14/56 Test #14: Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU ...............   Passed    0.29 sec
test 15
      Start 15: Kokkos_CoreUnitTest_Default

15: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_CoreUnitTest_Default
15: Test timeout computed to be: 1500
47: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (1834 ms)
47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1834 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 2 tests from 2 test suites ran. (4614 ms total)
47: [  PASSED  ] 2 tests.
47/49 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    4.62 sec
test 48
      Start 48: Kokkos_PerformanceTest_InclusiveScan

48: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-09-11_T05-14-36.json"
48: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/perf_test
48: Test timeout computed to be: 1500
48: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
48:                                     Detected: 4 cores per node.
48:                                     Detected: 1 MPI_ranks per node.
48:                                     Requested: 8 threads per process.
48: 2025-09-11T05:47:54+00:00
48: Running /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan
48: Run on (4 X 2000 MHz CPU s)
48: CPU Caches:
48:   L1 Data 64 KiB (x4)
48:   L1 Instruction 64 KiB (x4)
48:   L2 Unified 512 KiB (x4)
48:   L3 Unified 16384 KiB (x4)
48: Load Average: 3.95, 5.70, 5.95
48: CPU architecture: none
48: Default Device: OpenMP
48: GIT_BRANCH: HEAD
48: GIT_CLEAN_STATUS: CLEAN
48: GIT_COMMIT_DATE: 2025-09-11T01:14:26-04:00
48: GIT_COMMIT_DESCRIPTION: Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD
48: GIT_COMMIT_HASH: 95123c50c
48: GPU architecture: none
48: KOKKOS_COMPILER_GNU: 1050
48: KOKKOS_ENABLE_ASM: yes
48: KOKKOS_ENABLE_CXX20: yes
48: KOKKOS_ENABLE_CXX23: no
48: KOKKOS_ENABLE_CXX26: no
48: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
48: KOKKOS_ENABLE_HWLOC: no
48: KOKKOS_ENABLE_LIBDL: no
48: KOKKOS_ENABLE_OPENMP: yes
48: KOKKOS_ENABLE_PRAGMA_IVDEP: no
48: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
48: KOKKOS_ENABLE_PRAGMA_UNROLL: no
48: KOKKOS_ENABLE_PRAGMA_VECTOR: no
48: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
48: Kokkos Version: 4.7.99
48: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
48: mdspan: enabled
48: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
48: platform: 64bit
15: 
15: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
15:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
15:                                   setting CUDA_VISIBLE_DEVICES.
15:                                   This could on multi GPU systems lead to severe performance"
15:                                   penalties.
15: [==========] Running 59 tests from 41 test suites.
15: [----------] Global test environment set-up.
15: [----------] 19 tests from defaultdevicetype
15: [ RUN      ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free
15: [       OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (2 ms)
15: [ RUN      ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free
15: [       OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms)
15: [ RUN      ] defaultdevicetype.shared_space
15: [       OK ] defaultdevicetype.shared_space (99 ms)
15: [ RUN      ] defaultdevicetype.shared_host_pinned_space
15: [       OK ] defaultdevicetype.shared_host_pinned_space (0 ms)
15: [ RUN      ] defaultdevicetype.compiler_macros
15: [       OK ] defaultdevicetype.compiler_macros (0 ms)
15: [ RUN      ] defaultdevicetype.half_conversion
15: [       OK ] defaultdevicetype.half_conversion (3 ms)
15: [ RUN      ] defaultdevicetype.bhalf_conversion
15: [       OK ] defaultdevicetype.bhalf_conversion (3 ms)
15: [ RUN      ] defaultdevicetype.half_operators
15: [       OK ] defaultdevicetype.half_operators (3 ms)
15: [ RUN      ] defaultdevicetype.bhalf_operators
15: [       OK ] defaultdevicetype.bhalf_operators (2 ms)
15: [ RUN      ] defaultdevicetype.host_space_access
15: [       OK ] defaultdevicetype.host_space_access (0 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_a1
15: [       OK ] defaultdevicetype.reduce_instantiation_a1 (12 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
15: [       OK ] defaultdevicetype.reduce_instantiation_b1 (36 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
15: [       OK ] defaultdevicetype.reduce_instantiation_c1 (12 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
15: [       OK ] defaultdevicetype.reduce_instantiation_a2 (16 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
15: [       OK ] defaultdevicetype.reduce_instantiation_b2 (48 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
15: [       OK ] defaultdevicetype.reduce_instantiation_c2 (16 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
15: [       OK ] defaultdevicetype.reduce_instantiation_a3 (19 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
15: [       OK ] defaultdevicetype.reduce_instantiation_b3 (52 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
15: [       OK ] defaultdevicetype.reduce_instantiation_c3 (18 ms)
15: [----------] 19 tests from defaultdevicetype (349 ms total)
15: 
15: [----------] 1 test from kokkosresize
15: [ RUN      ] kokkosresize.host_space_access
15: [       OK ] kokkosresize.host_space_access (38 ms)
15: [----------] 1 test from kokkosresize (38 ms total)
15: 
15: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple<int, Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
15: [ RUN      ] TestViewAPI/0.sizes
15: [       OK ] TestViewAPI/0.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/0 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple<int [5], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
15: [ RUN      ] TestViewAPI/1.sizes
15: [       OK ] TestViewAPI/1.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/1 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
15: [ RUN      ] TestViewAPI/2.sizes
15: [       OK ] TestViewAPI/2.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/2 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/3.sizes
15: [       OK ] TestViewAPI/3.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/3 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/4.sizes
15: [       OK ] TestViewAPI/4.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/4 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/5.sizes
15: [       OK ] TestViewAPI/5.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/5 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/6.sizes
15: [       OK ] TestViewAPI/6.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/6 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/7.sizes
15: [       OK ] TestViewAPI/7.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/7 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/8.sizes
15: [       OK ] TestViewAPI/8.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/8 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/9.sizes
15: [       OK ] TestViewAPI/9.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/9 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple<int, Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
15: [ RUN      ] TestViewAPI/10.sizes
15: [       OK ] TestViewAPI/10.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/10 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple<int [5], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
15: [ RUN      ] TestViewAPI/11.sizes
15: [       OK ] TestViewAPI/11.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/11 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
15: [ RUN      ] TestViewAPI/12.sizes
15: [       OK ] TestViewAPI/12.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/12 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/13.sizes
15: [       OK ] TestViewAPI/13.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/13 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/14.sizes
15: [       OK ] TestViewAPI/14.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/14 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/15.sizes
15: [       OK ] TestViewAPI/15.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/15 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/16.sizes
15: [       OK ] TestViewAPI/16.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/16 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/17.sizes
15: [       OK ] TestViewAPI/17.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/17 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/18.sizes
15: [       OK ] TestViewAPI/18.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/18 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/19.sizes
15: [       OK ] TestViewAPI/19.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/19 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple<int, Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
15: [ RUN      ] TestViewAPI/20.sizes
15: [       OK ] TestViewAPI/20.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/20 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple<int [5], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
15: [ RUN      ] TestViewAPI/21.sizes
15: [       OK ] TestViewAPI/21.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/21 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
15: [ RUN      ] TestViewAPI/22.sizes
15: [       OK ] TestViewAPI/22.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/22 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/23.sizes
15: [       OK ] TestViewAPI/23.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/23 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/24.sizes
15: [       OK ] TestViewAPI/24.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/24 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/25.sizes
15: [       OK ] TestViewAPI/25.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/25 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/26.sizes
15: [       OK ] TestViewAPI/26.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/26 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/27.sizes
15: [       OK ] TestViewAPI/27.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/27 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/28.sizes
15: [       OK ] TestViewAPI/28.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/28 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/29.sizes
15: [       OK ] TestViewAPI/29.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/29 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
15: [ RUN      ] TestViewAPI/30.sizes
15: [       OK ] TestViewAPI/30.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/30 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/31.sizes
15: [       OK ] TestViewAPI/31.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/31 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/32.sizes
15: [       OK ] TestViewAPI/32.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/32 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
15: [ RUN      ] TestViewAPI/33.sizes
15: [       OK ] TestViewAPI/33.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/33 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/34.sizes
15: [       OK ] TestViewAPI/34.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/34 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/35.sizes
15: [       OK ] TestViewAPI/35.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/35 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
15: [ RUN      ] TestViewAPI/36.sizes
15: [       OK ] TestViewAPI/36.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/36 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/37.sizes
15: [       OK ] TestViewAPI/37.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/37 (0 ms total)
15: 
15: [----------] 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> >
15: [ RUN      ] TestViewAPI/38.sizes
15: [       OK ] TestViewAPI/38.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/38 (0 ms total)
15: 
15: [----------] Global test environment tear-down
15: [==========] 59 tests from 41 test suites ran. (398 ms total)
15: [  PASSED  ] 59 tests.
15/56 Test #15: Kokkos_CoreUnitTest_Default ................................   Passed    0.73 sec
test 16
      Start 16: Kokkos_CoreUnitTest_InitializeFinalize

16: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize
16: Test timeout computed to be: 1500
16: [==========] Running 30 tests from 7 test suites.
16: [----------] Global test environment set-up.
16: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest
16: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views
16: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (626 ms)
16: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views
48: ----------------------------------------------------------------------------------------------------------------------------------------------
48: Benchmark                                                                   Time             CPU   Iterations  FOM: GB/s         MB     Passed
48: ----------------------------------------------------------------------------------------------------------------------------------------------
48: BM_inclusive_scan<std::uint64_t>/100000000/manual_time                  0.094 s         0.047 s             8  16.9453/s       1.6k          1
16: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (2002 ms)
16: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management
48: BM_inclusive_scan<std::int64_t>/100000000/manual_time                   0.095 s         0.047 s             7  16.7591/s       1.6k          1
16: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (2750 ms)
16: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (5379 ms total)
16: 
16: [----------] 4 tests from InitializeFinalize_DeathTest
16: [ RUN      ] InitializeFinalize_DeathTest.initialize
48: BM_inclusive_scan<double>/100000000/manual_time                         0.116 s         0.058 s             6  13.7824/s       1.6k          1
16: [       OK ] InitializeFinalize_DeathTest.initialize (1542 ms)
16: [ RUN      ] InitializeFinalize_DeathTest.finalize
16: [       OK ] InitializeFinalize_DeathTest.finalize (1052 ms)
16: [ RUN      ] InitializeFinalize_DeathTest.is_initialized
16: [       OK ] InitializeFinalize_DeathTest.is_initialized (305 ms)
16: [ RUN      ] InitializeFinalize_DeathTest.is_finalized
16: [       OK ] InitializeFinalize_DeathTest.is_finalized (459 ms)
16: [----------] 4 tests from InitializeFinalize_DeathTest (3359 ms total)
16: 
16: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest
16: [ RUN      ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early
16: [       OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (11 ms)
16: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (11 ms total)
16: 
16: [----------] 1 test from Legion_DeathTest
16: [ RUN      ] Legion_DeathTest.individual_backend_initialization
48: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time      0.096 s         0.042 s             8  16.6631/s       1.6k          1
16: [       OK ] Legion_DeathTest.individual_backend_initialization (301 ms)
16: [----------] 1 test from Legion_DeathTest (301 ms total)
16: 
16: [----------] 2 tests from PushFinalizeHook_DeathTest
16: [ RUN      ] PushFinalizeHook_DeathTest.called_in_reverse_order
16: [       OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (305 ms)
16: [ RUN      ] PushFinalizeHook_DeathTest.terminate_on_throw
16: [       OK ] PushFinalizeHook_DeathTest.terminate_on_throw (622 ms)
16: [----------] 2 tests from PushFinalizeHook_DeathTest (927 ms total)
16: 
16: [----------] 6 tests from ScopeGuard_DeathTest
16: [ RUN      ] ScopeGuard_DeathTest.create
16: [       OK ] ScopeGuard_DeathTest.create (304 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_argument
16: [       OK ] ScopeGuard_DeathTest.create_argument (308 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_while_initialize
48: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time       0.096 s         0.046 s             7  16.7327/s       1.6k          1
16: [       OK ] ScopeGuard_DeathTest.create_while_initialize (637 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_after_initialize
16: [       OK ] ScopeGuard_DeathTest.create_after_initialize (629 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_after_finalize
16: [       OK ] ScopeGuard_DeathTest.create_after_finalize (630 ms)
16: [ RUN      ] ScopeGuard_DeathTest.destroy_after_finalize
48: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time             0.118 s         0.059 s             6  13.5637/s       1.6k          1
16: [       OK ] ScopeGuard_DeathTest.destroy_after_finalize (591 ms)
16: [----------] 6 tests from ScopeGuard_DeathTest (3101 ms total)
16: 
16: [----------] 13 tests from defaultdevicetype
16: [ RUN      ] defaultdevicetype.initialization_settings
16: [       OK ] defaultdevicetype.initialization_settings (0 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_num_threads
16: [       OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_device_id
16: [       OK ] defaultdevicetype.cmd_line_args_device_id (0 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_disable_warning
16: [       OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_tune_internals
16: [       OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_help
16: [       OK ] defaultdevicetype.cmd_line_args_help (9 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
16: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (2 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
16: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (9 ms)
16: [ RUN      ] defaultdevicetype.env_vars_num_threads
16: [       OK ] defaultdevicetype.env_vars_num_threads (0 ms)
16: [ RUN      ] defaultdevicetype.env_vars_device_id
16: [       OK ] defaultdevicetype.env_vars_device_id (0 ms)
16: [ RUN      ] defaultdevicetype.env_vars_disable_warnings
16: [       OK ] defaultdevicetype.env_vars_disable_warnings (0 ms)
16: [ RUN      ] defaultdevicetype.env_vars_tune_internals
16: [       OK ] defaultdevicetype.env_vars_tune_internals (0 ms)
16: [ RUN      ] defaultdevicetype.visible_devices
16: [       OK ] defaultdevicetype.visible_devices (0 ms)
16: [----------] 13 tests from defaultdevicetype (21 ms total)
16: 
16: [----------] Global test environment tear-down
16: [==========] 30 tests from 7 test suites ran. (13102 ms total)
16: [  PASSED  ] 30 tests.
16/56 Test #16: Kokkos_CoreUnitTest_InitializeFinalize .....................   Passed   13.11 sec
test 17
      Start 17: Kokkos_CoreUnitTest_Develop

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

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

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

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

21: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/libkokkosprinter-tool.so"
21: Test timeout computed to be: 1500
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_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
21/56 Test #21: Kokkos_ProfilingTestLibraryCmdLineHelp .....................   Passed    0.29 sec
test 22
      Start 22: Kokkos_ProfilingTestLibraryLoad

22: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
22: Environment variables: 
22:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8428/build-tests/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: 
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:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:fd8da8299519d7ecde91a1c11a3ac8469ce29cac::kokkosp_declare_metadata:KOKKOS_COMPILER_GNU:1140::kokkosp_declare_metadata:KOKKOS_COMPILER_NVCC:1220::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::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: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.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x55555618b100:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x55555618b240:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x55555618b2c0:Host:source:0x55555618b180: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:0x55555618b3c0: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:0x55555618b240:40::kokkosp_deallocate_data:Host:source:0x55555618b100:40::kokkosp_finalize_library::
22/56 Test #22: Kokkos_ProfilingTestLibraryLoad ............................   Passed    0.30 sec
test 23
      Start 23: Kokkos_ProfilingTestLibraryCmdLine

23: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/libkokkosprinter-tool.so"
23: Test timeout computed to be: 1500
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: 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:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:fd8da8299519d7ecde91a1c11a3ac8469ce29cac::kokkosp_declare_metadata:KOKKOS_COMPILER_GNU:1140::kokkosp_declare_metadata:KOKKOS_COMPILER_NVCC:1220::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::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: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.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x55555618b100:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x55555618b240:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x55555618b2c0:Host:source:0x55555618b180: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:0x55555618b3c0: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:0x55555618b240:40::kokkosp_deallocate_data:Host:source:0x55555618b100:40::kokkosp_finalize_library::
23/56 Test #23: Kokkos_ProfilingTestLibraryCmdLine .........................   Passed    0.29 sec
test 24
      Start 24: Kokkos_CoreUnitTest_StackTraceTest

24: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec
24: Test timeout computed to be: 1500
24: 
24: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
24:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
24:                                   setting CUDA_VISIBLE_DEVICES.
24:                                   This could on multi GPU systems lead to severe performance"
24:                                   penalties.
24: [==========] Running 3 tests from 2 test suites.
24: [----------] Global test environment set-up.
24: [----------] 2 tests from defaultdevicetype_DeathTest
24: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate
48: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time      0.103 s         0.051 s             7   15.484/s       1.6k          1
24: Top of f1
24: Top of f0
24: Top of f0
24: test_f1:
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555619439]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x5555555a8fff]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x71) [0x5555555a1331]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x42f) [0x5555555a3eaf]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x5555555e96a1]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x83aa5) [0x5555555d7aa5]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x841f5) [0x5555555d81f5]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x84d21) [0x5555555d8d21]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x139c) [0x5555555da75c]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x5555555d86d8]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x55555559d877]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff1aedd90]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff1aede40]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55555559f7a5]
24:  
24: demangled test_f1:
24: [0x555555619439] Kokkos::Impl::save_stacktrace()
24: [0x5555555a8fff] Test::stacktrace_test_f1(std::ostream&)
24: [0x5555555a1331] Test::test_stacktrace(bool, bool)
24: [0x5555555a3eaf] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
24: [0x5555555e96a1] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
24: [0x5555555d7aa5] 
24: [0x5555555d81f5] 
24: [0x5555555d8d21] 
24: [0x5555555da75c] testing::internal::UnitTestImpl::RunAllTests()
24: [0x5555555d86d8] testing::UnitTest::Run()
24: [0x55555559d877] main
24: [0x7ffff1aedd90] 
24: [0x7ffff1aede40] __libc_start_main
24: [0x55555559f7a5] _start
24:  
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f1
24: Top of f0
24: Top of f0
24: StackTrace f3(std::cout, 4) returned: 110
24: test_f3:
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555619439]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x5555555a8fff]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x5555555a9458]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x945) [0x5555555a1c05]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x42f) [0x5555555a3eaf]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x5555555e96a1]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x83aa5) [0x5555555d7aa5]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x841f5) [0x5555555d81f5]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x84d21) [0x5555555d8d21]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x139c) [0x5555555da75c]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x5555555d86d8]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x55555559d877]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff1aedd90]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff1aede40]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55555559f7a5]
24:  
24: demangled test_f3:
24: [0x555555619439] Kokkos::Impl::save_stacktrace()
24: [0x5555555a8fff] Test::stacktrace_test_f1(std::ostream&)
24: [0x5555555a9458] Test::stacktrace_test_f3(std::ostream&, int)
24: [0x5555555a1c05] Test::test_stacktrace(bool, bool)
24: [0x5555555a3eaf] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
24: [0x5555555e96a1] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
24: [0x5555555d7aa5] 
24: [0x5555555d81f5] 
24: [0x5555555d8d21] 
24: [0x5555555da75c] testing::internal::UnitTestImpl::RunAllTests()
24: [0x5555555d86d8] testing::UnitTest::Run()
24: [0x55555559d877] main
24: [0x7ffff1aedd90] 
24: [0x7ffff1aede40] __libc_start_main
24: [0x55555559f7a5] _start
24:  
24: Test setting std::terminate handler that prints the last saved stack trace
24: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (568 ms)
24: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
24: Top of f1
24: Top of f0
24: Top of f0
24: test_f1:
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555619439]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x5555555a8fff]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x71) [0x5555555a1331]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x42c) [0x5555555a43bc]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x5555555e96a1]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x83aa5) [0x5555555d7aa5]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x841f5) [0x5555555d81f5]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x84d21) [0x5555555d8d21]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x139c) [0x5555555da75c]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x5555555d86d8]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x55555559d877]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff1aedd90]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff1aede40]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55555559f7a5]
24:  
24: demangled test_f1:
24: [0x555555619439] Kokkos::Impl::save_stacktrace()
24: [0x5555555a8fff] Test::stacktrace_test_f1(std::ostream&)
24: [0x5555555a1331] Test::test_stacktrace(bool, bool)
24: [0x5555555a43bc] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
24: [0x5555555e96a1] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
24: [0x5555555d7aa5] 
24: [0x5555555d81f5] 
24: [0x5555555d8d21] 
24: [0x5555555da75c] testing::internal::UnitTestImpl::RunAllTests()
24: [0x5555555d86d8] testing::UnitTest::Run()
24: [0x55555559d877] main
24: [0x7ffff1aedd90] 
24: [0x7ffff1aede40] __libc_start_main
24: [0x55555559f7a5] _start
24:  
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f1
24: Top of f0
24: Top of f0
24: StackTrace f3(std::cout, 4) returned: 110
24: test_f3:
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555619439]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x5555555a8fff]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x5555555a9458]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x945) [0x5555555a1c05]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x42c) [0x5555555a43bc]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x5555555e96a1]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x83aa5) [0x5555555d7aa5]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x841f5) [0x5555555d81f5]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x84d21) [0x5555555d8d21]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x139c) [0x5555555da75c]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x5555555d86d8]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x55555559d877]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff1aedd90]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff1aede40]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55555559f7a5]
24:  
24: demangled test_f3:
24: [0x555555619439] Kokkos::Impl::save_stacktrace()
24: [0x5555555a8fff] Test::stacktrace_test_f1(std::ostream&)
24: [0x5555555a9458] Test::stacktrace_test_f3(std::ostream&, int)
24: [0x5555555a1c05] Test::test_stacktrace(bool, bool)
24: [0x5555555a43bc] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
24: [0x5555555e96a1] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
24: [0x5555555d7aa5] 
24: [0x5555555d81f5] 
24: [0x5555555d8d21] 
24: [0x5555555da75c] testing::internal::UnitTestImpl::RunAllTests()
24: [0x5555555d86d8] testing::UnitTest::Run()
24: [0x55555559d877] main
24: [0x7ffff1aedd90] 
24: [0x7ffff1aede40] __libc_start_main
24: [0x55555559f7a5] _start
24:  
24: Test setting std::terminate handler that prints the last saved stack trace
24: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (579 ms)
24: [----------] 2 tests from defaultdevicetype_DeathTest (1148 ms total)
24: 
24: [----------] 1 test from defaultdevicetype
24: [ RUN      ] defaultdevicetype.stacktrace_normal
24: Top of f1
24: Top of f0
24: Top of f0
24: test_f1:
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555619439]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x5555555a8fff]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x71) [0x5555555a1331]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x5555555e96a1]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x83aa5) [0x5555555d7aa5]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x841f5) [0x5555555d81f5]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x84d21) [0x5555555d8d21]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x139c) [0x5555555da75c]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x5555555d86d8]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x55555559d877]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff1aedd90]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff1aede40]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55555559f7a5]
24:  
24: demangled test_f1:
24: [0x555555619439] Kokkos::Impl::save_stacktrace()
24: [0x5555555a8fff] Test::stacktrace_test_f1(std::ostream&)
24: [0x5555555a1331] Test::test_stacktrace(bool, bool)
24: [0x5555555e96a1] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
24: [0x5555555d7aa5] 
24: [0x5555555d81f5] 
24: [0x5555555d8d21] 
24: [0x5555555da75c] testing::internal::UnitTestImpl::RunAllTests()
24: [0x5555555d86d8] testing::UnitTest::Run()
24: [0x55555559d877] main
24: [0x7ffff1aedd90] 
24: [0x7ffff1aede40] __libc_start_main
24: [0x55555559f7a5] _start
24:  
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f1
24: Top of f0
24: Top of f0
24: StackTrace f3(std::cout, 4) returned: 110
24: test_f3:
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555619439]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x5555555a8fff]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x5555555a9458]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x945) [0x5555555a1c05]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x5555555e96a1]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x83aa5) [0x5555555d7aa5]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x841f5) [0x5555555d81f5]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x84d21) [0x5555555d8d21]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x139c) [0x5555555da75c]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x5555555d86d8]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x55555559d877]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff1aedd90]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff1aede40]
24: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55555559f7a5]
24:  
24: demangled test_f3:
24: [0x555555619439] Kokkos::Impl::save_stacktrace()
24: [0x5555555a8fff] Test::stacktrace_test_f1(std::ostream&)
24: [0x5555555a9458] Test::stacktrace_test_f3(std::ostream&, int)
24: [0x5555555a1c05] Test::test_stacktrace(bool, bool)
24: [0x5555555e96a1] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
24: [0x5555555d7aa5] 
24: [0x5555555d81f5] 
24: [0x5555555d8d21] 
24: [0x5555555da75c] testing::internal::UnitTestImpl::RunAllTests()
24: [0x5555555d86d8] testing::UnitTest::Run()
24: [0x55555559d877] main
24: [0x7ffff1aedd90] 
24: [0x7ffff1aede40] __libc_start_main
24: [0x55555559f7a5] _start
24:  
24: Test setting std::terminate handler that prints the last saved stack trace
24: [       OK ] defaultdevicetype.stacktrace_normal (0 ms)
24: [----------] 1 test from defaultdevicetype (0 ms total)
24: 
24: [----------] Global test environment tear-down
24: [==========] 3 tests from 2 test suites ran. (1149 ms total)
24: [  PASSED  ] 3 tests.
24/56 Test #24: Kokkos_CoreUnitTest_StackTraceTest .........................   Passed    1.45 sec
test 25
      Start 25: Kokkos_CoreUnitTest_CTestDevice

25: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_CoreUnitTest_CTestDevice
25: Test timeout computed to be: 1500
25: [==========] Running 8 tests from 2 test suites.
25: [----------] Global test environment set-up.
25: [----------] 5 tests from ctest_environment_DeathTest
25: [ RUN      ] ctest_environment_DeathTest.invalid_rank
25: [       OK ] ctest_environment_DeathTest.invalid_rank (153 ms)
25: [ RUN      ] ctest_environment_DeathTest.no_type_str
25: [       OK ] ctest_environment_DeathTest.no_type_str (152 ms)
25: [ RUN      ] ctest_environment_DeathTest.missing_type
25: [       OK ] ctest_environment_DeathTest.missing_type (309 ms)
25: [ RUN      ] ctest_environment_DeathTest.no_id_str
25: [       OK ] ctest_environment_DeathTest.no_id_str (154 ms)
25: [ RUN      ] ctest_environment_DeathTest.invalid_id_str
25: [       OK ] ctest_environment_DeathTest.invalid_id_str (317 ms)
25: [----------] 5 tests from ctest_environment_DeathTest (1087 ms total)
25: 
25: [----------] 3 tests from ctest_environment
25: [ RUN      ] ctest_environment.no_device_type
25: [       OK ] ctest_environment.no_device_type (0 ms)
25: [ RUN      ] ctest_environment.no_process_count
25: [       OK ] ctest_environment.no_process_count (0 ms)
25: [ RUN      ] ctest_environment.good
25: [       OK ] ctest_environment.good (0 ms)
25: [----------] 3 tests from ctest_environment (0 ms total)
25: 
25: [----------] Global test environment tear-down
25: [==========] 8 tests from 2 test suites ran. (1088 ms total)
25: [  PASSED  ] 8 tests.
25/56 Test #25: Kokkos_CoreUnitTest_CTestDevice ............................   Passed    1.10 sec
test 26
      Start 26: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

26: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
26: Test timeout computed to be: 1500
26/56 Test #26: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ..................   Passed    0.01 sec
test 27
      Start 27: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail

27: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
27: Test timeout computed to be: 1500
27: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument
27/56 Test #27: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ......   Passed    0.01 sec
test 28
      Start 28: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs

28: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1"
28: Test timeout computed to be: 1500
28/56 Test #28: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs .....   Passed    0.01 sec
test 29
      Start 29: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment

29: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
29: Environment variables: 
29:  KOKKOS_TEST_TRIBITS_COMPATIBILITY=1
29: Test timeout computed to be: 1500
29/56 Test #29: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ...   Passed    0.01 sec
test 30
      Start 30: Kokkos_CoreUnitTest_DeviceAndThreads

30: Test command: /usr/bin/python3.10 "/var/jenkins/workspace/Kokkos_PR-8428/build-tests/core/unit_test/TestDeviceAndThreads.py" "-v"
30: Test timeout computed to be: 1500
48: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time       0.112 s         0.056 s             6  14.3153/s       1.6k          1
30: test_device_id (__main__.KokkosInitializationTestCase) ... ok
30: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok
30: test_num_devices (__main__.KokkosInitializationTestCase) ... ok
48: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time             0.150 s         0.072 s             5  10.6336/s       1.6k          1
48/49 Test #48: Kokkos_PerformanceTest_InclusiveScan .......................   Passed   20.54 sec
test 49
      Start 49: Kokkos_UnitTest_SIMD

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

100% tests passed, 0 tests failed out of 49

Label Time Summary:
Kokkos    = 473.64 sec*proc (42 tests)

Total Test time (real) = 880.28 sec
+ gcc -I/var/jenkins/workspace/Kokkos_PR-8428/build/../core/src/ ../core/unit_test/tools/TestCInterface.c
Post stage
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 9e23d8040cab5e6805e7a1d89771a0d0e2df3cf8045f72de465951814829ca5d
30: test_num_threads (__main__.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled'
INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-8428' for the testing framework 'CTest-Version 3.x (default)'.
30: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok
30: 
30: ----------------------------------------------------------------------
30: Ran 5 tests in 3.580s
30: 
30: OK (skipped=1)
30/56 Test #30: Kokkos_CoreUnitTest_DeviceAndThreads .......................   Passed    3.82 sec
test 31
      Start 31: Kokkos_ContainersUnitTest_Serial

31: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
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 77 tests from 2 test suites.
31: [----------] Global test environment set-up.
31: [----------] 2 tests from serial_DeathTest
31: [ RUN      ] serial_DeathTest.dualview_external_view_construction
$ docker rm -f --volumes 9e23d8040cab5e6805e7a1d89771a0d0e2df3cf8045f72de465951814829ca5d
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
31: [       OK ] serial_DeathTest.dualview_external_view_construction (536 ms)
31: [ RUN      ] serial_DeathTest.offsetview_unmanaged_construction
31: [       OK ] serial_DeathTest.offsetview_unmanaged_construction (7018 ms)
31: [----------] 2 tests from serial_DeathTest (7555 ms total)
31: 
31: [----------] 75 tests from serial
31: [ RUN      ] serial.bitset
31: [       OK ] serial.bitset (1171 ms)
31: [ RUN      ] serial.bitset_default_constructor_no_alloc
31: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
31: [ RUN      ] serial.dualview_combination
31: [       OK ] serial.dualview_combination (0 ms)
31: [ RUN      ] serial.dualview_alloc
31: [       OK ] serial.dualview_alloc (0 ms)
31: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
31: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
31: [ RUN      ] serial.dualview_combinations_without_init
31: [       OK ] serial.dualview_combinations_without_init (0 ms)
31: [ RUN      ] serial.dualview_deep_copy
31: [       OK ] serial.dualview_deep_copy (0 ms)
31: [ RUN      ] serial.dualview_sync_should_fence
31: [       OK ] serial.dualview_sync_should_fence (0 ms)
31: [ RUN      ] serial.dualview_realloc
31: [       OK ] serial.dualview_realloc (0 ms)
31: [ RUN      ] serial.dualview_resize
31: [       OK ] serial.dualview_resize (0 ms)
31: [ RUN      ] serial.dualview_device_correct_kokkos_device
31: [       OK ] serial.dualview_device_correct_kokkos_device (0 ms)
31: [ RUN      ] serial.dualview_host_correct_kokkos_device
31: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
31: [ RUN      ] serial.dualview_host_modify_template_device_sync
31: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
31: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
31: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
31: [ RUN      ] serial.dualview_device_modify_template_host_sync
31: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
31: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
31: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
31: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
31: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
31: [ RUN      ] serial.dualview_template_views_return_correct_views_from_const_dual_view
31: [       OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
31: [ RUN      ] serial.dualview_sequential_host_init
31: [       OK ] serial.dualview_sequential_host_init (0 ms)
31: [ RUN      ] serial.dualview_default_constructed
31: [       OK ] serial.dualview_default_constructed (0 ms)
31: [ RUN      ] serial.dualview_resize_single_device
31: [       OK ] serial.dualview_resize_single_device (0 ms)
31: [ RUN      ] serial.dynamic_view
31: [       OK ] serial.dynamic_view (14 ms)
31: [ RUN      ] serial.dyn_rank_view_api_generic
31: [       OK ] serial.dyn_rank_view_api_generic (7 ms)
31: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
31: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
31: [ RUN      ] serial.dyn_rank_view_check_fence_resize_realloc
31: /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
31: skipping since not default execution space
31: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms)
31: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
31: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
31: [ RUN      ] serial.dyn_rank_view_ctor_from_members
31: [       OK ] serial.dyn_rank_view_ctor_from_members (0 ms)
31: [ RUN      ] serial.dyn_rank_view_ctor_from_layout_stride
31: [       OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms)
31: [ RUN      ] serial.dyn_rank_view_layout_member
31: [       OK ] serial.dyn_rank_view_layout_member (1 ms)
31: [ RUN      ] serial.dyn_rank_view_team_scratch
31: [       OK ] serial.dyn_rank_view_team_scratch (0 ms)
31: [ RUN      ] serial.view_customization_extra_int_arg
31: [       OK ] serial.view_customization_extra_int_arg (0 ms)
31: [ RUN      ] serial.ErrorReporterViaLambda
31: [       OK ] serial.ErrorReporterViaLambda (0 ms)
31: [ RUN      ] serial.ErrorReporter
31: [       OK ] serial.ErrorReporter (0 ms)
31: [ RUN      ] serial.offsetview_construction
31: [       OK ] serial.offsetview_construction (34 ms)
31: [ RUN      ] serial.offsetview_unmanaged_construction
31: [       OK ] serial.offsetview_unmanaged_construction (0 ms)
31: [ RUN      ] serial.offsetview_subview
31: [       OK ] serial.offsetview_subview (4 ms)
31: [ RUN      ] serial.offsetview_offsets_rank1
31: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
31: [ RUN      ] serial.offsetview_offsets_rank2
31: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
31: [ RUN      ] serial.offsetview_offsets_rank3
31: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
31: [ RUN      ] serial.scatterview
31: [       OK ] serial.scatterview (1692 ms)
31: [ RUN      ] serial.scatterview_devicetype
31: [       OK ] serial.scatterview_devicetype (1 ms)
31: [ RUN      ] serial.staticcrsgraph
31: [       OK ] serial.staticcrsgraph (7 ms)
31: [ RUN      ] serial.resize_realloc_no_init_dualview
31: [       OK ] serial.resize_realloc_no_init_dualview (0 ms)
31: [ RUN      ] serial.resize_realloc_no_alloc_dualview
31: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
31: [ RUN      ] serial.resize_exec_space_dualview
31: [       OK ] serial.resize_exec_space_dualview (0 ms)
31: [ RUN      ] serial.realloc_exec_space_dualview
31: [       OK ] serial.realloc_exec_space_dualview (0 ms)
31: [ RUN      ] serial.resize_realloc_no_init_dynrankview
31: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
31: [ RUN      ] serial.resize_exec_space_dynrankview
31: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
31: [ RUN      ] serial.realloc_exec_space_dynrankview
31: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
31: [ RUN      ] serial.resize_realloc_no_init_scatterview
31: [       OK ] serial.resize_realloc_no_init_scatterview (0 ms)
31: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
31: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
31: [ RUN      ] serial.resize_exec_space_scatterview
31: [       OK ] serial.resize_exec_space_scatterview (0 ms)
31: [ RUN      ] serial.realloc_exec_space_scatterview
31: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
31: [ RUN      ] serial.create_mirror_no_init_dynrankview
31: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
31: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
31: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms)
31: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
31: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
31: [ RUN      ] serial.create_mirror_no_init_offsetview
31: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
31: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
31: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
31: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
31: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
31: [ RUN      ] serial.create_mirror_no_init_dynamicview
31: [       OK ] serial.create_mirror_no_init_dynamicview (0 ms)
31: [ RUN      ] serial.create_mirror_view_and_copy_dynamicview
31: [       OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms)
31: [ RUN      ] serial.create_mirror_no_init_dynamicview_view_ctor
31: [       OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms)
31: [ RUN      ] serial.UnorderedMap_insert
31: [       OK ] serial.UnorderedMap_insert (5661 ms)
31: [ RUN      ] serial.UnorderedMap_failed_insert
31: [       OK ] serial.UnorderedMap_failed_insert (2554 ms)
31: [ RUN      ] serial.UnorderedMap_deep_copy
31: [       OK ] serial.UnorderedMap_deep_copy (2 ms)
31: [ RUN      ] serial.UnorderedMap_valid_empty
31: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
31: [ RUN      ] serial.UnorderedMap_clear_zero_size
31: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
31: [ RUN      ] serial.UnorderedMap_consistent_size
31: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
31: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
31: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
31: [ RUN      ] serial.UnorderedMap_lambda_capturable
31: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
31: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
31: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
31: [ RUN      ] serial.UnorderedMap_View_as_value
31: [       OK ] serial.UnorderedMap_View_as_value (0 ms)
31: [ RUN      ] serial.vector_combination
31: [       OK ] serial.vector_combination (0 ms)
31: [ RUN      ] serial.vector_insert
31: [       OK ] serial.vector_insert (0 ms)
31: [ RUN      ] serial.vector_push_back_default_exec
31: [       OK ] serial.vector_push_back_default_exec (0 ms)
31: [----------] 75 tests from serial (11164 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 77 tests from 2 test suites ran. (18720 ms total)
31: [  PASSED  ] 76 tests.
31: [  SKIPPED ] 1 test, listed below:
31: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
31/56 Test #31: Kokkos_ContainersUnitTest_Serial ...........................   Passed   19.04 sec
test 32
      Start 32: Kokkos_ContainersUnitTest_Cuda

32: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda
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 77 tests from 2 test suites.
32: [----------] Global test environment set-up.
32: [----------] 2 tests from cuda_DeathTest
32: [ RUN      ] cuda_DeathTest.dualview_external_view_construction
32: [       OK ] cuda_DeathTest.dualview_external_view_construction (624 ms)
32: [ RUN      ] cuda_DeathTest.offsetview_unmanaged_construction
32: [       OK ] cuda_DeathTest.offsetview_unmanaged_construction (8421 ms)
32: [----------] 2 tests from cuda_DeathTest (9045 ms total)
32: 
32: [----------] 75 tests from cuda
32: [ RUN      ] cuda.bitset
32: [       OK ] cuda.bitset (13 ms)
32: [ RUN      ] cuda.bitset_default_constructor_no_alloc
32: [       OK ] cuda.bitset_default_constructor_no_alloc (0 ms)
32: [ RUN      ] cuda.dualview_combination
32: [       OK ] cuda.dualview_combination (1 ms)
32: [ RUN      ] cuda.dualview_alloc
32: [       OK ] cuda.dualview_alloc (0 ms)
32: [ RUN      ] cuda.test_dualview_copy_construction_and_assignment
32: [       OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms)
32: [ RUN      ] cuda.dualview_combinations_without_init
32: [       OK ] cuda.dualview_combinations_without_init (0 ms)
32: [ RUN      ] cuda.dualview_deep_copy
32: [       OK ] cuda.dualview_deep_copy (4 ms)
32: [ RUN      ] cuda.dualview_sync_should_fence
32: [       OK ] cuda.dualview_sync_should_fence (2 ms)
32: [ RUN      ] cuda.dualview_realloc
32: [       OK ] cuda.dualview_realloc (1 ms)
32: [ RUN      ] cuda.dualview_resize
32: [       OK ] cuda.dualview_resize (3 ms)
32: [ RUN      ] cuda.dualview_device_correct_kokkos_device
32: [       OK ] cuda.dualview_device_correct_kokkos_device (0 ms)
32: [ RUN      ] cuda.dualview_host_correct_kokkos_device
32: [       OK ] cuda.dualview_host_correct_kokkos_device (0 ms)
32: [ RUN      ] cuda.dualview_host_modify_template_device_sync
32: [       OK ] cuda.dualview_host_modify_template_device_sync (0 ms)
32: [ RUN      ] cuda.dualview_host_modify_template_device_execspace_sync
32: [       OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms)
32: [ RUN      ] cuda.dualview_device_modify_template_host_sync
32: [       OK ] cuda.dualview_device_modify_template_host_sync (0 ms)
32: [ RUN      ] cuda.dualview_device_modify_template_host_execspace_sync
32: [       OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms)
32: [ RUN      ] cuda.dualview_template_views_return_correct_executionspace_views
32: [       OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms)
32: [ RUN      ] cuda.dualview_template_views_return_correct_views_from_const_dual_view
32: [       OK ] cuda.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
32: [ RUN      ] cuda.dualview_sequential_host_init
32: [       OK ] cuda.dualview_sequential_host_init (2 ms)
32: [ RUN      ] cuda.dualview_default_constructed
32: [       OK ] cuda.dualview_default_constructed (0 ms)
32: [ RUN      ] cuda.dualview_resize_single_device
32: [       OK ] cuda.dualview_resize_single_device (0 ms)
32: [ RUN      ] cuda.dynamic_view
32: [       OK ] cuda.dynamic_view (95 ms)
32: [ RUN      ] cuda.dyn_rank_view_api_generic
32: [       OK ] cuda.dyn_rank_view_api_generic (36 ms)
32: [ RUN      ] cuda.dyn_rank_view_api_operator_rank12345
32: [       OK ] cuda.dyn_rank_view_api_operator_rank12345 (3 ms)
32: [ RUN      ] cuda.dyn_rank_view_check_fence_resize_realloc
32: [       OK ] cuda.dyn_rank_view_check_fence_resize_realloc (0 ms)
32: [ RUN      ] cuda.dyn_rank_view_api_operator_rank67
32: [       OK ] cuda.dyn_rank_view_api_operator_rank67 (1 ms)
32: [ RUN      ] cuda.dyn_rank_view_ctor_from_members
32: [       OK ] cuda.dyn_rank_view_ctor_from_members (1 ms)
32: [ RUN      ] cuda.dyn_rank_view_ctor_from_layout_stride
32: [       OK ] cuda.dyn_rank_view_ctor_from_layout_stride (1 ms)
32: [ RUN      ] cuda.dyn_rank_view_layout_member
32: [       OK ] cuda.dyn_rank_view_layout_member (1 ms)
32: [ RUN      ] cuda.dyn_rank_view_team_scratch
32: [       OK ] cuda.dyn_rank_view_team_scratch (0 ms)
32: [ RUN      ] cuda.view_customization_extra_int_arg
32: [       OK ] cuda.view_customization_extra_int_arg (2 ms)
32: [ RUN      ] cuda.ErrorReporterViaLambda
32: [       OK ] cuda.ErrorReporterViaLambda (2 ms)
32: [ RUN      ] cuda.ErrorReporter
32: [       OK ] cuda.ErrorReporter (3 ms)
32: [ RUN      ] cuda.offsetview_construction
32: [       OK ] cuda.offsetview_construction (10 ms)
32: [ RUN      ] cuda.offsetview_unmanaged_construction
32: [       OK ] cuda.offsetview_unmanaged_construction (0 ms)
32: [ RUN      ] cuda.offsetview_subview
32: [       OK ] cuda.offsetview_subview (13 ms)
32: [ RUN      ] cuda.offsetview_offsets_rank1
32: [       OK ] cuda.offsetview_offsets_rank1 (0 ms)
32: [ RUN      ] cuda.offsetview_offsets_rank2
32: [       OK ] cuda.offsetview_offsets_rank2 (0 ms)
32: [ RUN      ] cuda.offsetview_offsets_rank3
32: [       OK ] cuda.offsetview_offsets_rank3 (0 ms)
32: [ RUN      ] cuda.scatterview
32: [       OK ] cuda.scatterview (16661 ms)
32: [ RUN      ] cuda.scatterview_devicetype
32: [       OK ] cuda.scatterview_devicetype (32 ms)
32: [ RUN      ] cuda.staticcrsgraph
32: [       OK ] cuda.staticcrsgraph (64 ms)
32: [ RUN      ] cuda.resize_realloc_no_init_dualview
32: [       OK ] cuda.resize_realloc_no_init_dualview (1 ms)
32: [ RUN      ] cuda.resize_realloc_no_alloc_dualview
32: [       OK ] cuda.resize_realloc_no_alloc_dualview (0 ms)
32: [ RUN      ] cuda.resize_exec_space_dualview
32: [       OK ] cuda.resize_exec_space_dualview (0 ms)
32: [ RUN      ] cuda.realloc_exec_space_dualview
32: /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestWithoutInitializing.hpp:155: Skipped
32: skipping since CudaUVMSpace requires additional fences
32: [  SKIPPED ] cuda.realloc_exec_space_dualview (0 ms)
32: [ RUN      ] cuda.resize_realloc_no_init_dynrankview
32: [       OK ] cuda.resize_realloc_no_init_dynrankview (0 ms)
32: [ RUN      ] cuda.resize_exec_space_dynrankview
32: [       OK ] cuda.resize_exec_space_dynrankview (0 ms)
32: [ RUN      ] cuda.realloc_exec_space_dynrankview
32: /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestWithoutInitializing.hpp:247: Skipped
32: skipping since CudaUVMSpace requires additional fences
32: [  SKIPPED ] cuda.realloc_exec_space_dynrankview (0 ms)
32: [ RUN      ] cuda.resize_realloc_no_init_scatterview
32: [       OK ] cuda.resize_realloc_no_init_scatterview (0 ms)
32: [ RUN      ] cuda.resize_realloc_no_alloc_scatterview
32: [       OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms)
32: [ RUN      ] cuda.resize_exec_space_scatterview
32: [       OK ] cuda.resize_exec_space_scatterview (0 ms)
32: [ RUN      ] cuda.realloc_exec_space_scatterview
32: /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestWithoutInitializing.hpp:386: Skipped
32: skipping since CudaUVMSpace requires additional fences
32: [  SKIPPED ] cuda.realloc_exec_space_scatterview (0 ms)
32: [ RUN      ] cuda.create_mirror_no_init_dynrankview
32: [       OK ] cuda.create_mirror_no_init_dynrankview (0 ms)
32: [ RUN      ] cuda.create_mirror_no_init_dynrankview_viewctor
32: [       OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms)
32: [ RUN      ] cuda.create_mirror_view_and_copy_dynrankview
32: /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestWithoutInitializing.hpp:496: Skipped
32: skipping since CudaUVMSpace requires additional fences
32: [  SKIPPED ] cuda.create_mirror_view_and_copy_dynrankview (0 ms)
32: [ RUN      ] cuda.create_mirror_no_init_offsetview
32: [       OK ] cuda.create_mirror_no_init_offsetview (0 ms)
32: [ RUN      ] cuda.create_mirror_no_init_offsetview_view_ctor
32: [       OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms)
32: [ RUN      ] cuda.create_mirror_view_and_copy_offsetview
32: /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestWithoutInitializing.hpp:600: Skipped
32: skipping since CudaUVMSpace requires additional fences
32: [  SKIPPED ] cuda.create_mirror_view_and_copy_offsetview (0 ms)
32: [ RUN      ] cuda.create_mirror_no_init_dynamicview
32: [       OK ] cuda.create_mirror_no_init_dynamicview (0 ms)
32: [ RUN      ] cuda.create_mirror_view_and_copy_dynamicview
32: /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestWithoutInitializing.hpp:672: Skipped
32: skipping since CudaUVMSpace requires additional fences
32: [  SKIPPED ] cuda.create_mirror_view_and_copy_dynamicview (0 ms)
32: [ RUN      ] cuda.create_mirror_no_init_dynamicview_view_ctor
32: [       OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms)
32: [ RUN      ] cuda.UnorderedMap_insert
32: [       OK ] cuda.UnorderedMap_insert (13926 ms)
32: [ RUN      ] cuda.UnorderedMap_failed_insert
32: [       OK ] cuda.UnorderedMap_failed_insert (4862 ms)
32: [ RUN      ] cuda.UnorderedMap_deep_copy
32: [       OK ] cuda.UnorderedMap_deep_copy (25 ms)
32: [ RUN      ] cuda.UnorderedMap_valid_empty
32: [       OK ] cuda.UnorderedMap_valid_empty (6 ms)
32: [ RUN      ] cuda.UnorderedMap_clear_zero_size
32: [       OK ] cuda.UnorderedMap_clear_zero_size (2 ms)
32: [ RUN      ] cuda.UnorderedMap_consistent_size
32: [       OK ] cuda.UnorderedMap_consistent_size (0 ms)
32: [ RUN      ] cuda.UnorderedMap_shallow_copyable_on_device
32: [       OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms)
32: [ RUN      ] cuda.UnorderedMap_lambda_capturable
32: [       OK ] cuda.UnorderedMap_lambda_capturable (0 ms)
32: [ RUN      ] cuda.UnorderedMap_constructor_view_alloc
32: [       OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms)
32: [ RUN      ] cuda.UnorderedMap_View_as_value
32: [       OK ] cuda.UnorderedMap_View_as_value (0 ms)
32: [ RUN      ] cuda.vector_combination
32: [       OK ] cuda.vector_combination (1 ms)
32: [ RUN      ] cuda.vector_insert
32: [       OK ] cuda.vector_insert (2 ms)
32: [ RUN      ] cuda.vector_push_back_default_exec
32: [       OK ] cuda.vector_push_back_default_exec (0 ms)
32: [----------] 75 tests from cuda (35805 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 77 tests from 2 test suites ran. (44851 ms total)
32: [  PASSED  ] 71 tests.
32: [  SKIPPED ] 6 tests, listed below:
32: [  SKIPPED ] cuda.realloc_exec_space_dualview
32: [  SKIPPED ] cuda.realloc_exec_space_dynrankview
32: [  SKIPPED ] cuda.realloc_exec_space_scatterview
32: [  SKIPPED ] cuda.create_mirror_view_and_copy_dynrankview
32: [  SKIPPED ] cuda.create_mirror_view_and_copy_offsetview
32: [  SKIPPED ] cuda.create_mirror_view_and_copy_dynamicview
32/56 Test #32: Kokkos_ContainersUnitTest_Cuda .............................   Passed   45.21 sec
test 33
      Start 33: Kokkos_ContainersPerformanceTest_Cuda

33: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda
33: Test timeout computed to be: 1500
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 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: Cuda
33:  DynRankView vs View: Initialization Only 
33:  View time (init only): 0.000651345
33:  View sum computation time: 0.000651345
33:  Strided View time (init only): 0.000596092
33:  View Rank7 time (init only): 0.000634354
33:  DynRankView time (init only): 0.000771121
33:  DynRankView sum computation time: 0.00258316
33:  Ratio of View to DynRankView time: 0.844673
33:  Ratio of View to DynRankView sum computation time: 0.932096
33:  Ratio of View to View Rank7  time: 1.02678
33:  Ratio of StrideView to DynRankView time: 0.77302
33:  Ratio of DynRankView to View Rank7  time: 1.2156
33: [       OK ] TEST_CATEGORY.dynrankview_perf (732 ms)
33: [ RUN      ] TEST_CATEGORY.global_2_local
33: Cuda
33: size, create, generate, fill, find
33: 256, 0.00171252, 3.5766e-05, 0.00580492, 0.00205836
33: 512, 0.00151179, 1.2073e-05, 2.5607e-05, 0.00205742
33: 1024, 0.00128224, 1.1241e-05, 2.2592e-05, 0.00210096
33: 2048, 0.00133403, 1.1221e-05, 2.5027e-05, 0.00209704
33: 4096, 0.00113808, 1.1582e-05, 2.5399e-05, 0.00216463
33: 8192, 0.00140611, 1.2123e-05, 2.8303e-05, 0.00215192
33: 16384, 0.00143866, 1.4758e-05, 3.2682e-05, 0.00222022
33: 32768, 0.00167844, 1.1551e-05, 4.1648e-05, 0.00224532
33: 65536, 0.00272251, 1.1601e-05, 5.0465e-05, 0.00234737
33: 131072, 0.00365274, 1.2242e-05, 6.4249e-05, 0.00267413
33: 262144, 0.00578573, 1.4467e-05, 8.6712e-05, 0.00371315
33: 524288, 0.00867731, 1.8695e-05, 0.000127157, 0.00693562
33: 1048576, 0.0133567, 2.6139e-05, 0.000247792, 0.0092473
33: 2097152, 0.0244188, 2.7732e-05, 0.000799883, 0.0273166
33: 4194304, 0.0463271, 4.0896e-05, 0.00172676, 0.0717356
33: [       OK ] TEST_CATEGORY.global_2_local (280 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 (1013 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 4 tests from 1 test suite ran. (1013 ms total)
33: [  PASSED  ] 4 tests.
33/56 Test #33: Kokkos_ContainersPerformanceTest_Cuda ......................   Passed    1.33 sec
test 34
      Start 34: Kokkos_UnitTest_Sort

34: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/algorithms/unit_tests/Kokkos_UnitTest_Sort
34: Test timeout computed to be: 1500
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 17 tests from 2 test suites.
34: [----------] Global test environment set-up.
34: [----------] 1 test from cuda_DeathTest
34: [ RUN      ] cuda_DeathTest.SortByKeyKeysLargerThanValues
34: [       OK ] cuda_DeathTest.SortByKeyKeysLargerThanValues (1360 ms)
34: [----------] 1 test from cuda_DeathTest (1360 ms total)
34: 
34: [----------] 16 tests from cuda
34: [ RUN      ] cuda.SortUnsignedValueType
34: [       OK ] cuda.SortUnsignedValueType (33 ms)
34: [ RUN      ] cuda.SortEmptyView
34: [       OK ] cuda.SortEmptyView (0 ms)
34: [ RUN      ] cuda.SortByKeyEmptyView
34: [       OK ] cuda.SortByKeyEmptyView (0 ms)
34: [ RUN      ] cuda.SortByKeyEmptyViewHost
34: [       OK ] cuda.SortByKeyEmptyViewHost (0 ms)
34: [ RUN      ] cuda.SortByKey
34: [       OK ] cuda.SortByKey (3 ms)
34: [ RUN      ] cuda.SortByKeyWithComparator
34: [       OK ] cuda.SortByKeyWithComparator (2 ms)
34: [ RUN      ] cuda.SortByKeyStaticExtents
34: [       OK ] cuda.SortByKeyStaticExtents (0 ms)
34: [ RUN      ] cuda.SortByKeyWithStrides
34: [       OK ] cuda.SortByKeyWithStrides (1 ms)
34: [ RUN      ] cuda.SortWithCustomComparator
34: [       OK ] cuda.SortWithCustomComparator (142 ms)
34: [ RUN      ] cuda.BinSortGenericTests
34: [       OK ] cuda.BinSortGenericTests (53 ms)
34: [ RUN      ] cuda.BinSortEmptyView
34: [       OK ] cuda.BinSortEmptyView (0 ms)
34: [ RUN      ] cuda.BinSortEmptyKeysView
34: [       OK ] cuda.BinSortEmptyKeysView (0 ms)
34: [ RUN      ] cuda.BinSort_issue_7221
34: [       OK ] cuda.BinSort_issue_7221 (0 ms)
34: [ RUN      ] cuda.BinSortUnsignedKeyLayoutStrideValues
34: [       OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (17911 ms)
34: [ RUN      ] cuda.NestedSort
34: [       OK ] cuda.NestedSort (73 ms)
34: [ RUN      ] cuda.NestedSortByKey
34: [       OK ] cuda.NestedSortByKey (177 ms)
34: [----------] 16 tests from cuda (18403 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 17 tests from 2 test suites ran. (19764 ms total)
34: [  PASSED  ] 17 tests.
34/56 Test #34: Kokkos_UnitTest_Sort .......................................   Passed   20.10 sec
test 35
      Start 35: Kokkos_UnitTest_Random

35: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/algorithms/unit_tests/Kokkos_UnitTest_Random
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 3 tests from 1 test suite.
35: [----------] Global test environment set-up.
35: [----------] 3 tests from cuda
35: [ RUN      ] cuda.Random_XorShift64
35: Test Seed:1757569782209605500
35: Test Scalar=int
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.43252e-07 0.00490193 -0.012139 || 0.051031 27993 29306 || 28534.5 28674.4 || -167.81 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 -0.00499109 0.00284418 || 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.00454918 -0.0514041 || 0.051031 28049 29421 || 28544.5 28674.4 || -710.61 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 0.00266052 -0.00845344 || 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.0187911 0.00270513 || 0.051031 27953 29328 || 29223.5 28674.4 || 37.3957 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 0.0270544 -0.00483297 || 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 1.82208e-05 -0.00117391 || 0.051031 28064 29299 || 28673.9 28674.4 || -16.2281 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 0.0129508 -0.00870308 || 0.051031 1e+64 -1e+64
35: Test Scalar=half
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 0.000244001 -0.99999 -48246.2 || 0.051031 0 195066 || 2.92885e+09 28674.4 || -6.66956e+08 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 0.000730942 -0.317663 0.152084 || 0.051031 1e+64 -1e+64
35: Test Scalar=bhalf
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 0.00195666 -0.999999 -57856.9 || 0.051031 0 1.55163e+06 || 2.86889e+10 28674.4 || -7.99814e+08 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 0.00587985 -0.967945 10.2451 || 0.051031 1e+64 -1e+64
35: Test Scalar=float
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.73523e-07 -0.0265123 -0.0148048 || 0.051031 28072 29345 || 29455.3 28674.4 || -204.662 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 7.34064e-07 0.00636386 0.00130345 || 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.0118478 -0.0301331 || 0.051031 28065 29293 || 29018.2 28674.4 || -416.56 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 0.00622033 -0.00899322 || 0.051031 1e+64 -1e+64
35: Test Seed:1757569782365899664
35: Test Scalar=int
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.43252e-07 0.00327285 -0.00958184 || 0.051031 28018 29278 || 28580.8 28674.4 || -132.459 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 0.00352338 -0.00034668 || 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.0113359 -0.00169821 || 0.051031 28077 29364 || 29003.2 28674.4 || -23.4761 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 -0.00286152 0.00395125 || 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.0196501 -0.0151961 || 0.051031 28030 29279 || 28121.8 28674.4 || -210.071 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 0.0309431 0.00368626 || 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 8.75681e-05 0.0102408 || 0.051031 28032 29330 || 28671.9 28674.4 || 141.569 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 0.00174316 -0.00213284 || 0.051031 1e+64 -1e+64
35: Test Scalar=half
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 0.000244556 -0.99999 -48245.3 || 0.051031 0 195467 || 2.92852e+09 28674.4 || -6.66943e+08 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 0.000732579 -0.315893 0.144868 || 0.051031 1e+64 -1e+64
35: Test Scalar=bhalf
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 0.00196015 -0.999999 -57854.8 || 0.051031 0 1.55166e+06 || 2.86898e+10 28674.4 || -7.99785e+08 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 0.00589045 -0.967914 10.2875 || 0.051031 1e+64 -1e+64
35: Test Scalar=float
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.73523e-07 0.00380749 0.0192736 || 0.051031 27935 29380 || 28565.6 28674.4 || 266.438 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 7.34064e-07 -0.0134351 0.00214106 || 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.00763463 0.00262619 || 0.051031 28064 29370 || 28895 28674.4 || 36.3045 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 -0.027911 0.00876735 || 0.051031 1e+64 -1e+64
35: [       OK ] cuda.Random_XorShift64 (322 ms)
35: [ RUN      ] cuda.Random_XorShift1024_0
35: Test Seed:1757569782531352483
35: Test Scalar=int
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.47955e-07 -0.00104936 -0.0113156 || 0.051031 10972 11782 || 11388.9 11377 || -156.428 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 0.00695046 -0.00190107 || 0.051031 1e+64 -1e+64
35: Test Scalar=unsigned int
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.54313e-07 -0.000631607 -0.0094065 || 0.051031 10973 11780 || 11384.1 11377 || -130.035 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.67029e-07 0.00346933 -0.000861501 || 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.00859892 -0.00298015 || 0.051031 10927 11880 || 11475.6 11377 || -41.1976 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 0.00225528 0.00107568 || 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.0102695 -0.00413363 || 0.051031 10972 11879 || 11261.3 11377 || -57.1433 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 0.0131451 -0.00340417 || 0.051031 1e+64 -1e+64
35: Test Scalar=half
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 0.000244257 -0.999975 -7594.04 || 0.051031 0 77655 || 4.61013e+08 11377 || -1.0498e+08 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 0.000732385 -0.167412 0.026096 || 0.051031 1e+64 -1e+64
35: Test Scalar=bhalf
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 0.00195481 -0.999997 -9108.29 || 0.051031 0 616378 || 4.51717e+09 11377 || -1.25913e+08 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 0.00587507 -0.923251 1.64829 || 0.051031 1e+64 -1e+64
35: Test Scalar=float
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.73387e-07 -0.00564373 -0.00741731 || 0.051031 10978 11851 || 11441.5 11377 || -102.537 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 3.24249e-07 0.0103929 0.00331095 || 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.00379582 -0.00595651 || 0.051031 10954 11800 || 11420.3 11377 || -82.3428 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 0.00388884 8.89209e-05 || 0.051031 1e+64 -1e+64
35: Test Seed:1757569782699456865
35: Test Scalar=int
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.54313e-07 -0.0124318 0.00868109 || 0.051031 10967 11787 || 11520.2 11377 || 120.007 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.67029e-07 -0.00515009 0.00093732 || 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.0122259 -0.00622842 || 0.051031 10943 11750 || 11239.5 11377 || -86.1016 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 -0.00156206 -7.87924e-05 || 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.00880384 -0.00712519 || 0.051031 10977 11786 || 11478 11377 || -98.4987 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 -0.00229168 -0.00282782 || 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.00704468 -0.00842467 || 0.051031 10983 11788 || 11297.4 11377 || -116.463 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 -0.00946243 -0.000364037 || 0.051031 1e+64 -1e+64
35: Test Scalar=half
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 0.000245829 -0.999975 -7595.27 || 0.051031 0 77652 || 4.61044e+08 11377 || -1.04997e+08 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 0.000737161 -0.153305 0.0141549 || 0.051031 1e+64 -1e+64
35: Test Scalar=bhalf
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 0.00196207 -0.999997 -9107.97 || 0.051031 0 616651 || 4.5166e+09 11377 || -1.25909e+08 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 0.00589703 -0.922593 1.61585 || 0.051031 1e+64 -1e+64
35: Test Scalar=float
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.54313e-07 -0.0123234 -0.00222255 || 0.051031 10893 11784 || 11518.9 11377 || -30.7245 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.67029e-07 0.00106992 0.000365649 || 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.000846932 0.00317551 || 0.051031 10941 11794 || 11386.6 11377 || 43.8983 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 -0.0178649 -0.000189594 || 0.051031 1e+64 -1e+64
35: [       OK ] cuda.Random_XorShift1024_0 (433 ms)
35: [ RUN      ] cuda.Multi_streams
35: [       OK ] cuda.Multi_streams (732 ms)
35: [----------] 3 tests from cuda (1488 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 3 tests from 1 test suite ran. (1488 ms total)
35: [  PASSED  ] 3 tests.
35/56 Test #35: Kokkos_UnitTest_Random .....................................   Passed    1.80 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_A

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

37: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
37: Test timeout computed to be: 1500
37: 
37: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
37:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
37:                                   setting CUDA_VISIBLE_DEVICES.
37:                                   This could on multi GPU systems lead to severe performance"
37:                                   penalties.
37: [==========] Running 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 (1 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 (12 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 (13 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 (12 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 (12 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 (16 ms)
37: [----------] 7 tests from std_algorithms_min_max_element_test (69 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 7 tests from 1 test suite ran. (69 ms total)
37: [  PASSED  ] 7 tests.
37/56 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_B .........................   Passed    0.37 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_C

38: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
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 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 (57 ms)
38: [----------] 1 test from std_algorithms_lexicographical_compare_test (57 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 (160 ms)
38: [----------] 1 test from std_algorithms_for_each_test (160 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 (67 ms)
38: [----------] 1 test from std_algorithms_find_test (67 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 (1383 ms)
38: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
38: [       OK ] std_algorithms_non_mod_seq_ops.find_end (1085 ms)
38: [ RUN      ] std_algorithms_non_mod_seq_ops.search
38: [       OK ] std_algorithms_non_mod_seq_ops.search (1079 ms)
38: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
38: [       OK ] std_algorithms_non_mod_seq_ops.search_n (892 ms)
38: [----------] 4 tests from std_algorithms_non_mod_seq_ops (4440 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 (44 ms)
38: [----------] 1 test from std_algorithms_count_test (44 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 (43 ms)
38: [----------] 1 test from std_algorithms_equal_test (43 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 (65 ms)
38: [----------] 1 test from std_algorithms_all_any_none_of_test (65 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 (136 ms)
38: [----------] 1 test from std_algorithms_nonmod_seq_ops (136 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 (193 ms)
38: [----------] 1 test from std_algorithms_mismatch_test (193 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 (269 ms)
38: [----------] 1 test from std_algorithms_mod_seq_ops (269 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 13 tests from 10 test suites ran. (5479 ms total)
38: [  PASSED  ] 13 tests.
38/56 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    5.80 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_D

39: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
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 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 (2 ms)
39: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
39: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (2 ms)
39: [----------] 3 tests from std_algorithms_mod_ops_test (5 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 (2 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
39: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (1 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
39: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (1 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
39: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (1 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
39: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (1 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
39: [       OK ] std_algorithms_mod_seq_ops_test.fill (1 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
39: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (1 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 (2 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 (1 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
39: [       OK ] std_algorithms_mod_seq_ops_test.generate (1 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 (4 ms)
39: [----------] 12 tests from std_algorithms_mod_seq_ops_test (19 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 (121 ms)
39: [ RUN      ] std_algorithms_replace_ops_test.replace_if
39: [       OK ] std_algorithms_replace_ops_test.replace_if (273 ms)
39: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
39: [       OK ] std_algorithms_replace_ops_test.replace_copy (289 ms)
39: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
39: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (233 ms)
39: [----------] 4 tests from std_algorithms_replace_ops_test (918 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 (117 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.unique
39: [       OK ] std_algorithms_mod_seq_ops.unique (267 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
39: [       OK ] std_algorithms_mod_seq_ops.unique_copy (186 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.remove
39: [       OK ] std_algorithms_mod_seq_ops.remove (125 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
39: [       OK ] std_algorithms_mod_seq_ops.remove_if (127 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
39: [       OK ] std_algorithms_mod_seq_ops.remove_copy (268 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
39: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (136 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.rotate
39: [       OK ] std_algorithms_mod_seq_ops.rotate (1505 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
39: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (1033 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
39: [       OK ] std_algorithms_mod_seq_ops.shift_left (2616 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
39: [       OK ] std_algorithms_mod_seq_ops.shift_right (2648 ms)
39: [----------] 11 tests from std_algorithms_mod_seq_ops (9033 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 (246 ms)
39: [----------] 1 test from std_algorithms_modseq_test (246 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 31 tests from 5 test suites ran. (10223 ms total)
39: [  PASSED  ] 31 tests.
39/56 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed   10.55 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_E

40: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
40: Test timeout computed to be: 1500
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 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 (30 ms)
40: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
40: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (27 ms)
40: [----------] 2 tests from std_algorithms_sorting_ops_test (58 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 (3 ms)
40: [ RUN      ] std_algorithms_partitioning_test.partition_point
40: [       OK ] std_algorithms_partitioning_test.partition_point (3 ms)
40: [----------] 4 tests from std_algorithms_partitioning_test (11 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 (153 ms)
40: [----------] 1 test from std_algorithms_partitioning_ops (153 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 (2 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 (1 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 (1 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 (1 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 (1 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 (1 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 (1 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 (1 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 (345 ms)
40: [----------] 1 test from std_algorithms_numerics_ops_test (345 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 (2103 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 (1931 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
40: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (742 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 (1267 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 (6045 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 (188 ms)
40: [----------] 1 test from std_algorithms_transform_ops_test (188 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 29 tests from 7 test suites ran. (6822 ms total)
40: [  PASSED  ] 29 tests.
40/56 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    7.15 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

41: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
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 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 (1375 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 (1351 ms)
41: [----------] 2 tests from std_algorithms_adjacent_find_team_test (2726 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 (662 ms)
41: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
41: [       OK ] std_algorithms_count_team_test.count_returns_zero (643 ms)
41: [----------] 2 tests from std_algorithms_count_team_test (1306 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 (620 ms)
41: [----------] 1 test from std_algorithms_count_if_team_test (620 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 (764 ms)
41: [----------] 1 test from std_algorithms_for_each_team_test (764 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 (885 ms)
41: [----------] 1 test from std_algorithms_for_each_n_team_test (885 ms total)
41: 
41: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
41: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
41: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (1487 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 (1439 ms)
41: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
41: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (1435 ms)
41: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (4363 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 (1506 ms)
41: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
41: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (1617 ms)
41: [----------] 2 tests from std_algorithms_mismatch_team_test (3124 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 12 tests from 7 test suites ran. (13790 ms total)
41: [  PASSED  ] 12 tests.
41/56 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed   14.10 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

42: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
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 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
42: [       OK ] std_algorithms_equal_team_test.views_are_equal (2373 ms)
42: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
42: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (2534 ms)
42: [----------] 2 tests from std_algorithms_equal_team_test (4907 ms total)
42: 
42: [----------] 2 tests from std_algorithms_search_team_test
42: [ RUN      ] std_algorithms_search_team_test.sequences_exist
42: [       OK ] std_algorithms_search_team_test.sequences_exist (1384 ms)
42: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
42: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (1385 ms)
42: [----------] 2 tests from std_algorithms_search_team_test (2769 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 (1468 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 (1485 ms)
42: [----------] 2 tests from std_algorithms_find_end_team_test (2954 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 (1422 ms)
42: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
42: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (1562 ms)
42: [----------] 2 tests from std_algorithms_find_first_of_team_test (2985 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 8 tests from 4 test suites ran. (13617 ms total)
42: [  PASSED  ] 8 tests.
42/56 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed   13.93 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

43: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
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 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 (657 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 (669 ms)
43: [----------] 2 tests from std_algorithms_find_team_test (1327 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 (657 ms)
43: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
43: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (673 ms)
43: [----------] 2 tests from std_algorithms_find_if_team_test (1330 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 (654 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 (643 ms)
43: [----------] 2 tests from std_algorithms_find_if_not_team_test (1298 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 (584 ms)
43: [----------] 1 test from std_algorithms_all_of_team_test (584 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 (582 ms)
43: [----------] 1 test from std_algorithms_any_of_team_test (582 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 (599 ms)
43: [----------] 1 test from std_algorithms_none_of_team_test (599 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 (689 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 (679 ms)
43: [----------] 2 tests from std_algorithms_search_n_team_test (1368 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 11 tests from 7 test suites ran. (7093 ms total)
43: [  PASSED  ] 11 tests.
43/56 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    7.40 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

44: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
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 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
44: [       OK ] std_algorithms_min_element_team_test.test (1621 ms)
44: [----------] 1 test from std_algorithms_min_element_team_test (1621 ms total)
44: 
44: [----------] 1 test from std_algorithms_max_element_team_test
44: [ RUN      ] std_algorithms_max_element_team_test.test
44: [       OK ] std_algorithms_max_element_team_test.test (1620 ms)
44: [----------] 1 test from std_algorithms_max_element_team_test (1620 ms total)
44: 
44: [----------] 1 test from std_algorithms_minmax_element_team_test
44: [ RUN      ] std_algorithms_minmax_element_team_test.test
44: [       OK ] std_algorithms_minmax_element_team_test.test (1648 ms)
44: [----------] 1 test from std_algorithms_minmax_element_team_test (1648 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 3 tests from 3 test suites ran. (4889 ms total)
44: [  PASSED  ] 3 tests.
44/56 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    5.20 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

45: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
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 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 (481 ms)
45: [----------] 1 test from std_algorithms_fill_team_test (481 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 (2091 ms)
45: [----------] 1 test from std_algorithms_fill_n_team_test (2091 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 (638 ms)
45: [----------] 1 test from std_algorithms_replace_team_test (638 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 (563 ms)
45: [----------] 1 test from std_algorithms_replace_if_team_test (563 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 (1071 ms)
45: [----------] 1 test from std_algorithms_replace_copy_team_test (1071 ms total)
45: 
45: [----------] 1 test from std_algorithms_replace_copy_if_team_test
45: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
45: [       OK ] std_algorithms_replace_copy_if_team_test.test (1005 ms)
45: [----------] 1 test from std_algorithms_replace_copy_if_team_test (1005 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 6 tests from 6 test suites ran. (5851 ms total)
45: [  PASSED  ] 6 tests.
45/56 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    6.16 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

46: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
46: Test timeout computed to be: 1500
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 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 (526 ms)
46: [----------] 1 test from std_algorithms_reverse_team_test (526 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 (928 ms)
46: [----------] 1 test from std_algorithms_reverse_copy_team_test (928 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 (2550 ms)
46: [----------] 1 test from std_algorithms_rotate_team_test (2550 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 (2629 ms)
46: [----------] 1 test from std_algorithms_rotate_copy_team_test (2629 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 4 tests from 4 test suites ran. (6633 ms total)
46: [  PASSED  ] 4 tests.
46/56 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    6.95 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

47: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
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 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 (1175 ms)
47: [----------] 1 test from std_algorithms_move_team_test (1175 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 (1146 ms)
47: [----------] 1 test from std_algorithms_move_backward_team_test (1146 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 (4457 ms)
47: [----------] 1 test from std_algorithms_shift_left_team_test (4457 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 (4414 ms)
47: [----------] 1 test from std_algorithms_shift_right_team_test (4414 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 4 tests from 4 test suites ran. (11194 ms total)
47: [  PASSED  ] 4 tests.
47/56 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed   11.50 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

48: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
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 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 (1345 ms)
48: [----------] 1 test from std_algorithms_copy_team_test (1345 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 (2419 ms)
48: [----------] 1 test from std_algorithms_copy_n_team_test (2419 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 (1158 ms)
48: [----------] 1 test from std_algorithms_copy_backward_team_test (1158 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 (1017 ms)
48: [----------] 1 test from std_algorithms_copy_if_team_test (1017 ms total)
48: 
48: [----------] 1 test from std_algorithms_unique_copy_team_test
48: [ RUN      ] std_algorithms_unique_copy_team_test.test
48: [       OK ] std_algorithms_unique_copy_team_test.test (1033 ms)
48: [----------] 1 test from std_algorithms_unique_copy_team_test (1034 ms total)
48: 
48: [----------] 1 test from std_algorithms_remove_team_test
48: [ RUN      ] std_algorithms_remove_team_test.test
48: [       OK ] std_algorithms_remove_team_test.test (952 ms)
48: [----------] 1 test from std_algorithms_remove_team_test (952 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 (872 ms)
48: [----------] 1 test from std_algorithms_remove_if_team_test (872 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 (1006 ms)
48: [----------] 1 test from std_algorithms_remove_copy_team_test (1006 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 (948 ms)
48: [----------] 1 test from std_algorithms_remove_copy_if_team_test (948 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 9 tests from 9 test suites ran. (10754 ms total)
48: [  PASSED  ] 9 tests.
48/56 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed   11.06 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

49: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
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 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 (1058 ms)
49: [----------] 1 test from std_algorithms_unique_team_test (1059 ms total)
49: 
49: [----------] 1 test from std_algorithms_adjacent_difference_team_test
49: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
49: [       OK ] std_algorithms_adjacent_difference_team_test.test (1976 ms)
49: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1976 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 (2207 ms)
49: [----------] 1 test from std_algorithms_reduce_team_test (2207 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 (3012 ms)
49: [----------] 1 test from std_algorithms_transform_reduce_team_test (3012 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 4 tests from 4 test suites ran. (8255 ms total)
49: [  PASSED  ] 4 tests.
49/56 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    8.57 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

50: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
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 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 (1668 ms)
50: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
50: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1538 ms)
50: [----------] 2 tests from std_algorithms_is_sorted_team_test (3206 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 (99 ms)
50: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
50: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (157 ms)
50: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
50: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1134 ms)
50: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
50: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (1263 ms)
50: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2654 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 (52 ms)
50: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
50: [       OK ] std_algorithms_is_partitioned_team_test.all_true (630 ms)
50: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
50: [       OK ] std_algorithms_is_partitioned_team_test.all_false (630 ms)
50: [ RUN      ] std_algorithms_is_partitioned_team_test.random
50: [       OK ] std_algorithms_is_partitioned_team_test.random (573 ms)
50: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1887 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 (61 ms)
50: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
50: [       OK ] std_algorithms_partition_copy_team_test.all_true (1301 ms)
50: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
50: [       OK ] std_algorithms_partition_copy_team_test.all_false (1307 ms)
50: [ RUN      ] std_algorithms_partition_copy_team_test.random
50: [       OK ] std_algorithms_partition_copy_team_test.random (1245 ms)
50: [----------] 4 tests from std_algorithms_partition_copy_team_test (3916 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 (40 ms)
50: [ RUN      ] std_algorithms_partition_point_team_test.all_true
50: [       OK ] std_algorithms_partition_point_team_test.all_true (622 ms)
50: [ RUN      ] std_algorithms_partition_point_team_test.all_false
50: [       OK ] std_algorithms_partition_point_team_test.all_false (616 ms)
50: [ RUN      ] std_algorithms_partition_point_team_test.random
50: [       OK ] std_algorithms_partition_point_team_test.random (554 ms)
50: [----------] 4 tests from std_algorithms_partition_point_team_test (1834 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 18 tests from 5 test suites ran. (13499 ms total)
50: [  PASSED  ] 18 tests.
50/56 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed   13.81 sec
test 51
      Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

51: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
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: [==========] 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 (1492 ms)
51: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
51: [       OK ] std_algorithms_transform_team_test.test_binary_op (1642 ms)
51: [----------] 2 tests from std_algorithms_transform_team_test (3135 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 (1884 ms)
51: [----------] 1 test from std_algorithms_generate_team_test (1884 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 (2075 ms)
51: [----------] 1 test from std_algorithms_generate_n_team_test (2075 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 (1562 ms)
51: [----------] 1 test from std_algorithms_swap_ranges_team_test (1562 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 5 tests from 4 test suites ran. (8658 ms total)
51: [  PASSED  ] 5 tests.
51/56 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    8.98 sec
test 52
      Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

52: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
52: Test timeout computed to be: 1500
52: 
52: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
52:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
52:                                   setting CUDA_VISIBLE_DEVICES.
52:                                   This could on multi GPU systems lead to severe performance"
52:                                   penalties.
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 (4006 ms)
52: [----------] 1 test from std_algorithms_exclusive_scan_team_test (4006 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 (2010 ms)
52: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (2010 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 2 tests from 2 test suites ran. (6017 ms total)
52: [  PASSED  ] 2 tests.
52/56 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    6.32 sec
test 53
      Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

53: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
53: Test timeout computed to be: 1500
53: 
53: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
53:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
53:                                   setting CUDA_VISIBLE_DEVICES.
53:                                   This could on multi GPU systems lead to severe performance"
53:                                   penalties.
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
53: [       OK ] std_algorithms_inclusive_scan_team_test.test (6039 ms)
53: [----------] 1 test from std_algorithms_inclusive_scan_team_test (6039 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 (4040 ms)
53: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (4040 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 2 tests from 2 test suites ran. (10079 ms total)
53: [  PASSED  ] 2 tests.
53/56 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed   10.39 sec
test 54
      Start 54: Kokkos_UnitTest_SIMD

54: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/simd/unit_tests/Kokkos_UnitTest_SIMD
54: Test timeout computed to be: 1500
54: 
54: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
54:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
54:                                   setting CUDA_VISIBLE_DEVICES.
54:                                   This could on multi GPU systems lead to severe performance"
54:                                   penalties.
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 (1 ms)
54: [ RUN      ] simd.device_math_ops
54: [       OK ] simd.device_math_ops (8 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 (10 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 18 tests from 1 test suite ran. (10 ms total)
54: [  PASSED  ] 18 tests.
54/56 Test #54: Kokkos_UnitTest_SIMD .......................................   Passed    0.32 sec
test 55
      Start 55: Kokkos_Example_VirtualFunctions

55: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/example/virtual_functions/Kokkos_example_virtual_functions
55: Test timeout computed to be: 1500
55: 
55: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
55:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
55:                                   setting CUDA_VISIBLE_DEVICES.
55:                                   This could on multi GPU systems lead to severe performance"
55:                                   penalties.
55: Values: 1 2
55/56 Test #55: Kokkos_Example_VirtualFunctions ............................   Passed    0.31 sec
test 56
      Start 56: Kokkos_Example_RelocatableFunction

56: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build-tests/example/relocatable_function/Kokkos_example_relocatable_function
56: Test timeout computed to be: 1500
56: 
56: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
56:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
56:                                   setting CUDA_VISIBLE_DEVICES.
56:                                   This could on multi GPU systems lead to severe performance"
56:                                   penalties.
56: 1.000000e+01 7.747500e-05s (relocatable) vs. 4.541400e-05s (inline)
56: 1.000000e+02 1.859500e-05s (relocatable) vs. 1.787400e-05s (inline)
56: 1.000000e+03 1.807400e-05s (relocatable) vs. 1.753100e-05s (inline)
56: 1.000000e+04 1.783300e-05s (relocatable) vs. 1.801300e-05s (inline)
56: 1.000000e+05 2.176100e-05s (relocatable) vs. 1.957700e-05s (inline)
56: 1.000000e+06 2.489600e-05s (relocatable) vs. 2.368500e-05s (inline)
56: 1.000000e+07 4.125700e-05s (relocatable) vs. 2.900600e-05s (inline)
56: 1.000000e+08 1.903860e-04s (relocatable) vs. 8.706300e-05s (inline)
56/56 Test #56: Kokkos_Example_RelocatableFunction .........................   Passed    0.30 sec

100% tests passed, 0 tests failed out of 56

Label Time Summary:
Kokkos    = 443.42 sec*proc (53 tests)

Total Test time (real) = 447.92 sec
+ cd ../example/build_cmake_installed
+ rm -rf build
+ mkdir -p build
+ cd build
+ cmake -DCMAKE_CXX_COMPILER=g++-11 -DCMAKE_CXX_FLAGS=-Werror -DCMAKE_CXX_STANDARD=20 ..
-- The CXX compiler identification is GNU 11.4.0
-- The Fortran compiler identification is GNU 11.4.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++-11 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Check for working Fortran compiler: /usr/bin/gfortran - skipped
-- Found CUDAToolkit: /usr/local/cuda/include (found version "12.2.140") 
-- 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  
-- Enabled Kokkos devices: SERIAL;CUDA
CMake Warning at /var/jenkins/workspace/Kokkos_PR-8428/install/lib/cmake/Kokkos/KokkosConfigCommon.cmake:53 (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-8428/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-8428/example/build_cmake_installed/build
+ make -j8
Scanning dependencies of target example
[ 33%] Building CXX object CMakeFiles/example.dir/cmake_example.cpp.o
[ 66%] Building Fortran object CMakeFiles/example.dir/foo.f.o
[100%] Linking CXX executable example
[100%] Built target example
+ ctest --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/example/build_cmake_installed/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/example/build_cmake_installed/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-8428/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-8428/example/build_cmake_installed/build/example "10"
1: Test timeout computed to be: 10000000
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_RELOCATABLE_DEVICE_CODE: yes
1:   KOKKOS_ENABLE_CUDA_UVM: yes
1:   KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no
1: 
1: Cuda Runtime Configuration:
1: macro  KOKKOS_ENABLE_CUDA      : defined
1: macro  CUDA_VERSION          : 12020 = version 12.2
1: Kokkos::Cuda[ 0 ] NVIDIA A100 80GB PCIe : Selected
1:   Capability: 8.0
1:   Total Global Memory: 79.25 GiB
1:   Shared Memory per Block: 48 KiB
1:   Can access system allocated memory: 0
1:     via Address Translation Service: 0
1: Number of even integers from 0 to 9
1:   Parallel: 5      0.000095
1: Sequential: 5      0.000000
1:  Hello World from Fortran
1/1 Test #1: KokkosInTree_Verify ..............   Passed    0.33 sec

100% tests passed, 0 tests failed out of 1

Total Test time (real) =   0.33 sec
+ cd ../..
+ cmake -B build_cmake_installed_different_compiler/build -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS=-Werror -DCMAKE_CXX_STANDARD=20 build_cmake_installed_different_compiler
-- 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-8428/example/build_cmake_installed_different_compiler/build
+ cmake --build build_cmake_installed_different_compiler/build --target all
Consolidate compiler generated dependencies of target example_no_kokkos
[ 50%] Built target example_no_kokkos
Consolidate compiler generated dependencies of target example_with_kokkos
[ 75%] Building CXX object CMakeFiles/example_with_kokkos.dir/foo.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-8428/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.31 sec

100% tests passed, 0 tests failed out of 2

Total Test time (real) =   0.32 sec
Post stage
[Pipeline] sh
+ ccache --show-stats
Summary:
  Hits:              32 /  624 (5.13 %)
    Direct:          32 /  625 (5.12 %)
    Preprocessed:     0 /  593 (0.00 %)
  Misses:           592
    Direct:         593
    Preprocessed:   593
  Uncacheable:        1
Primary storage:
  Hits:             656 / 1250 (52.48 %)
  Misses:           594
  Cache size (GB): 4.31 / 5.00 (86.22 %)
  Cleanups:           1

Use the -v/--verbose option for more details.
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 b85553a0f317131c634bb4be9e133e7b919434edf895e8b00b2bbf02b385067b
INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build-tests/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-8428' for the testing framework 'CTest-Version 3.x (default)'.
$ docker rm -f --volumes b85553a0f317131c634bb4be9e133e7b919434edf895e8b00b2bbf02b385067b
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-2)
[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-6.3)
[Pipeline] { (Branch: HIP-ROCm-6.2-amdclang-CXX20)
[Pipeline] { (Branch: OPENMPTARGET-Clang)
[Pipeline] { (Branch: CUDA-11.8-Clang-15)
[Pipeline] { (Branch: CUDA-12.5.1-Clang-17-RDC)
[Pipeline] { (Branch: CUDA-13.0-NVCC-DEBUG)
[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-6.3)
[Pipeline] stage
[Pipeline] { (HIP-ROCm-6.2-amdclang-CXX20)
[Pipeline] stage
[Pipeline] { (OPENMPTARGET-Clang)
[Pipeline] stage
[Pipeline] { (CUDA-11.8-Clang-15)
[Pipeline] stage
[Pipeline] { (CUDA-12.5.1-Clang-17-RDC)
[Pipeline] stage
[Pipeline] { (CUDA-13.0-NVCC-DEBUG)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on fetnat_07 in /var/jenkins/workspace/Kokkos_PR-8428
[Pipeline] node
Running on villars06 in /var/jenkins/workspace/Kokkos_PR-8428
Running on padirac11 in /var/jenkins/workspace/Kokkos_PR-8428
[Pipeline] node
Running on fetnat_05 in /var/jenkins/workspace/Kokkos_PR-8428
[Pipeline] node
Running on lascaux_04 in /var/jenkins/workspace/Kokkos_PR-8428
[Pipeline] node
Running on fetnat_08 in /var/jenkins/workspace/Kokkos_PR-8428
[Pipeline] node
[Pipeline] node
Running on fetnat_09 in /var/jenkins/workspace/Kokkos_PR-8428
Running on fetnat_03 in /var/jenkins/workspace/Kokkos_PR-8428
Running on villars02 in /var/jenkins/workspace/Kokkos_PR-8428
[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
[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
[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
[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
[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
using credential Jenkins ORNL
using credential Jenkins ORNL
using credential Jenkins ORNL
using credential Jenkins ORNL
using credential Jenkins ORNL
using credential Jenkins ORNL
using credential Jenkins ORNL
using credential Jenkins ORNL
Fetching changes from the remote Git repository
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
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 changes from the remote Git repository
ERROR: Checkout failed
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.64.195.106/10.64.195.106:55478
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1916)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:384)
		at hudson.remoting.Channel.call(Channel.java:1108)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:306)
		at PluginClassLoader for git-client/jdk.proxy50/jdk.proxy50.$Proxy130.withRepository(Unknown Source)
		at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:264)
		at PluginClassLoader for git//jenkins.plugins.git.GitHooksConfiguration.configure(GitHooksConfiguration.java:104)
		at PluginClassLoader for git//jenkins.plugins.git.GitHooksConfiguration.configure(GitHooksConfiguration.java:94)
		at PluginClassLoader for git//jenkins.plugins.git.GitHooksConfiguration.configure(GitHooksConfiguration.java:83)
		at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1232)
		at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1311)
		at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1278)
		at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
		at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
		at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
		at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:49)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
		at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
		at java.base/java.lang.Thread.run(Unknown Source)
java.io.IOException: Disk quota exceeded
	at java.base/java.io.FileOutputStream.writeBytes(Native Method)
	at java.base/java.io.FileOutputStream.write(FileOutputStream.java:346)
	at PluginClassLoader for git-client//org.eclipse.jgit.internal.storage.file.LockFile.write(LockFile.java:305)
	at PluginClassLoader for git-client//org.eclipse.jgit.storage.file.FileBasedConfig.save(FileBasedConfig.java:205)
	at PluginClassLoader for git//jenkins.plugins.git.DisableHooks.invoke(DisableHooks.java:27)
	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:31)
	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:86)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:986)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:961)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:907)
	at hudson.remoting.UserRequest.perform(UserRequest.java:225)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:391)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:138)
	at java.base/java.lang.Thread.run(Thread.java:1583)
ERROR: Maximum checkout retry attempts reached, aborting
Fetching without tags
[Pipeline] }
Fetching without tags
[Pipeline] // node
Fetching changes from the remote Git repository
[Pipeline] }
Fetching changes from the remote Git repository
Fetching without tags
Fetching changes from the remote Git repository
Fetching without tags
Fetching without tags
[Pipeline] // stage
[Pipeline] }
Failed in branch OPENMPTARGET-Clang
Merging remotes/origin/develop commit 7b74f54bf504bcfbc81ae919f8394feca825c86b into PR head commit 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549
Merging remotes/origin/develop commit 7b74f54bf504bcfbc81ae919f8394feca825c86b into PR head commit 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549
Merge succeeded, producing 4bfc4509a0fae3e0adfb0dec4eb41030e7ab4673
Checking out Revision 4bfc4509a0fae3e0adfb0dec4eb41030e7ab4673 (PR-8428)
Commit message: "Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD"
First time build. Skipping changelog.
Merging remotes/origin/develop commit 7b74f54bf504bcfbc81ae919f8394feca825c86b into PR head commit 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549
Merge succeeded, producing ba17e8e5bf527192a5e56e1e5025c6d3a9ef9c3a
Checking out Revision ba17e8e5bf527192a5e56e1e5025c6d3a9ef9c3a (PR-8428)
Commit message: "Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD"
First time build. Skipping changelog.
Merge succeeded, producing 99545e27354741da4e63d02c2810d674f507a827
Checking out Revision 99545e27354741da4e63d02c2810d674f507a827 (PR-8428)
Commit message: "Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD"
First time build. Skipping changelog.
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8428/.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.43.0'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/8428/head:refs/remotes/origin/PR-8428 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8428/.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.43.0'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/8428/head:refs/remotes/origin/PR-8428 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8428/.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.43.0'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/8428/head:refs/remotes/origin/PR-8428 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 7b74f54bf504bcfbc81ae919f8394feca825c86b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4bfc4509a0fae3e0adfb0dec4eb41030e7ab4673 # timeout=10
 > git rev-list --no-walk a7c8e32b047528c1ab33c616288711a964604d88 # timeout=10
Cloning repository https://github.com/kokkos/kokkos.git
 > git init /var/jenkins/workspace/Kokkos_PR-8428 # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/8428/head:refs/remotes/origin/PR-8428 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8428/.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.43.0'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/8428/head:refs/remotes/origin/PR-8428 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 7b74f54bf504bcfbc81ae919f8394feca825c86b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ba17e8e5bf527192a5e56e1e5025c6d3a9ef9c3a # timeout=10
 > git rev-list --no-walk a7c8e32b047528c1ab33c616288711a964604d88 # timeout=10
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8428/.git # timeout=10
Merging remotes/origin/develop commit 7b74f54bf504bcfbc81ae919f8394feca825c86b into PR head commit 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8428/.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.43.0'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/8428/head:refs/remotes/origin/PR-8428 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8428/.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.43.0'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/8428/head:refs/remotes/origin/PR-8428 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 7b74f54bf504bcfbc81ae919f8394feca825c86b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 99545e27354741da4e63d02c2810d674f507a827 # timeout=10
 > git rev-list --no-walk a7c8e32b047528c1ab33c616288711a964604d88 # timeout=10
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8428/.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.43.0'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/8428/head:refs/remotes/origin/PR-8428 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Merging remotes/origin/develop commit 7b74f54bf504bcfbc81ae919f8394feca825c86b into PR head commit 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549
Merging remotes/origin/develop commit 7b74f54bf504bcfbc81ae919f8394feca825c86b into PR head commit 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549 # timeout=10
[Pipeline] readFile
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
Merging remotes/origin/develop commit 7b74f54bf504bcfbc81ae919f8394feca825c86b into PR head commit 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
[Pipeline] sh
+ docker build -t 3388fa7cf099076b040734f298ec89f688cf0d59 --build-arg BASE=rocm/dev-ubuntu-24.04:6.3.4-complete@sha256:76e99e263ef6ce69ba5d32905623c801fff3f85a6108e931820f6eb1d13eac67 -f scripts/docker/Dockerfile.hipcc 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  19.97kB

Step 1/10 : ARG BASE=rocm/dev-ubuntu-20.04:5.2-complete@sha256:4030c8af0c06c286174758523dabe4b3850bf72d4a8c1ef275d3ec69aa475f65
Step 2/10 : FROM $BASE
 ---> ef3b2977951a
Step 3/10 : ARG ADDITIONAL_PACKAGES
 ---> Using cache
 ---> 4e01c355fa34
Step 4/10 : RUN apt-get update && apt-get install -y         kmod         wget         ccache         file         ${ADDITIONAL_PACKAGES}         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 7cc485354248
Step 5/10 : ENV PATH=/opt/rocm/bin:$PATH
 ---> Using cache
 ---> 381ee9812209
Step 6/10 : RUN KEYDUMP_URL=https://cloud1.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
 ---> 65d06c2a80d4
Step 7/10 : ARG CMAKE_VERSION=3.22.6
 ---> Using cache
 ---> 1e72f25d8ec0
Step 8/10 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> 7d0f2d8cd850
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
 ---> 0f7bd5f484e3
Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> b89f7ce93fb8
Successfully built b89f7ce93fb8
Successfully tagged 3388fa7cf099076b040734f298ec89f688cf0d59:latest
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
+ docker build -t 189ba28d4a735be421dc5c6946d99f7f03f6dacb --build-arg BASE=rocm/dev-ubuntu-24.04:6.2-complete@sha256:c7049ac3ae8516c7b230deec6dc6dd678a0b3f7215d5a7f7fe2f2b71880b62f8 --build-arg ADDITIONAL_PACKAGES=clang-tidy -f scripts/docker/Dockerfile.hipcc 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  19.97kB

Step 1/10 : ARG BASE=rocm/dev-ubuntu-20.04:5.2-complete@sha256:4030c8af0c06c286174758523dabe4b3850bf72d4a8c1ef275d3ec69aa475f65
Step 2/10 : FROM $BASE
 ---> bb64a742051d
Step 3/10 : ARG ADDITIONAL_PACKAGES
 ---> Using cache
 ---> 22f085472532
Step 4/10 : RUN apt-get update && apt-get install -y         kmod         wget         ccache         file         ${ADDITIONAL_PACKAGES}         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> f78335f0debe
Step 5/10 : ENV PATH=/opt/rocm/bin:$PATH
 ---> Using cache
 ---> 7424ff46f55f
Step 6/10 : RUN KEYDUMP_URL=https://cloud1.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
 ---> acd215c72eb3
Step 7/10 : ARG CMAKE_VERSION=3.22.6
 ---> Using cache
 ---> 4eaef1dbfa8b
Step 8/10 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> c6a79a214755
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
 ---> d1423879a965
Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> 9b7db6e528c8
Successfully built 9b7db6e528c8
Successfully tagged 189ba28d4a735be421dc5c6946d99f7f03f6dacb:latest
[Pipeline] sh
+ docker build -t 3199147a8c032977f88c91e3021f4b3ac4762183 --build-arg BASE=nvcr.io/nvidia/cuda:13.0.0-devel-ubuntu24.04@sha256:435220c0fef35cbf712e11999f8670a83835ef3cdd18564e5e8122f83078c88c --build-arg CMAKE_VERSION=3.22.6 -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  19.97kB

Step 1/10 : ARG BASE=nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04@sha256:10ab0f09fcdc796b4a2325ef1bce8f766f4a3500eab5a83780f80475ae26c7a6
Step 2/10 : FROM $BASE
 ---> 949aeb228afe
Step 3/10 : ARG ADDITIONAL_PACKAGES
 ---> Using cache
 ---> 72064de45255
Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
 ---> Using cache
 ---> c6f8fcd856f3
Step 5/10 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y         bc         wget         ccache         ${ADDITIONAL_PACKAGES}         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 373f99812fe9
Step 6/10 : RUN KEYDUMP_URL=https://cloud1.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
 ---> 7b2f0034c0cc
Step 7/10 : ARG CMAKE_VERSION=3.22.6
 ---> Using cache
 ---> bbe2e7816111
Step 8/10 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> 5554857ba434
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
 ---> 8f06dc0b8fe3
Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> 21d85a02a15b
Successfully built 21d85a02a15b
Successfully tagged 3199147a8c032977f88c91e3021f4b3ac4762183:latest
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549 # timeout=10
[Pipeline] isUnix
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549 # timeout=10
Merge succeeded, producing bbd6eb4b481202c8af9f643f7016c3dba81b971a
Checking out Revision bbd6eb4b481202c8af9f643f7016c3dba81b971a (PR-8428)
Commit message: "Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD"
+ docker inspect -f . 3388fa7cf099076b040734f298ec89f688cf0d59
.
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // withEnv
+ docker inspect -f . 189ba28d4a735be421dc5c6946d99f7f03f6dacb
.
[Pipeline] withDockerContainer
padirac11 seems to be running inside container 8a68f147197a3e12d82f8b252075b0da1ab6150e99784b93932741e618cdc66e
+ docker inspect -f . 3199147a8c032977f88c91e3021f4b3ac4762183
.
$ 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-8428 --volumes-from 8a68f147197a3e12d82f8b252075b0da1ab6150e99784b93932741e618cdc66e -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 3388fa7cf099076b040734f298ec89f688cf0d59 cat
Merge succeeded, producing bbd6eb4b481202c8af9f643f7016c3dba81b971a
Checking out Revision bbd6eb4b481202c8af9f643f7016c3dba81b971a (PR-8428)
Commit message: "Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD"
Merge succeeded, producing bbd6eb4b481202c8af9f643f7016c3dba81b971a
Checking out Revision bbd6eb4b481202c8af9f643f7016c3dba81b971a (PR-8428)
Commit message: "Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD"
$ docker top e2912b8d2dea463121a60b04e4a1fddaaa1143c7c60b430053de1f0ac77dfa19 -eo pid,comm
[Pipeline] {
[Pipeline] }
[Pipeline] }
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] withDockerContainer
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 7b74f54bf504bcfbc81ae919f8394feca825c86b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bbd6eb4b481202c8af9f643f7016c3dba81b971a # timeout=10
lascaux_04 seems to be running inside container 60f736afde9da1eb8095ded6db60ae0e2f5c138c980dcd04c0444d9e38b35f20
$ 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-8428 --volumes-from 60f736afde9da1eb8095ded6db60ae0e2f5c138c980dcd04c0444d9e38b35f20 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 189ba28d4a735be421dc5c6946d99f7f03f6dacb cat
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 7b74f54bf504bcfbc81ae919f8394feca825c86b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bbd6eb4b481202c8af9f643f7016c3dba81b971a # timeout=10
 > git rev-list --no-walk a7c8e32b047528c1ab33c616288711a964604d88 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 7b74f54bf504bcfbc81ae919f8394feca825c86b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bbd6eb4b481202c8af9f643f7016c3dba81b971a # timeout=10
$ docker top 0a4611366c4942a147a072dd222034396aa1e00fc990b849bae8aa0e885836ca -eo pid,comm
[Pipeline] {
[Pipeline] withDockerContainer
villars02 seems to be running inside container aea8ac7e9cc993626046f111c9c3bac26966f3d5fa0c56cd3c1033325ce879a2
$ 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-8428 --volumes-from aea8ac7e9cc993626046f111c9c3bac26966f3d5fa0c56cd3c1033325ce879a2 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 3199147a8c032977f88c91e3021f4b3ac4762183 cat
Merge succeeded, producing 72baa75e724ba2c157c7cb3d253b0ab03d070f5f
Checking out Revision 72baa75e724ba2c157c7cb3d253b0ab03d070f5f (PR-8428)
Commit message: "Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD"
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 7b74f54bf504bcfbc81ae919f8394feca825c86b # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 72baa75e724ba2c157c7cb3d253b0ab03d070f5f # timeout=10
 > git rev-list --no-walk a7c8e32b047528c1ab33c616288711a964604d88 # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/8428/head:refs/remotes/origin/PR-8428 # timeout=10
Fetching without tags
Merging remotes/origin/develop commit 7b74f54bf504bcfbc81ae919f8394feca825c86b into PR head commit 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549
 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/8428/head:refs/remotes/origin/PR-8428 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1eb681eabf10d5cd7c03a2dcd1e3549da7fa1549 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 7b74f54bf504bcfbc81ae919f8394feca825c86b # timeout=10
Merge succeeded, producing a357ce06aa2c96aceb2781a1a285cc611f5ac197
Checking out Revision a357ce06aa2c96aceb2781a1a285cc611f5ac197 (PR-8428)
Commit message: "Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD"
First time build. Skipping changelog.
$ docker top 9aa6e310a80783daee97e9f06f45b2e3619572f2c5b8522c8ed040918325174d -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] isUnix
[Pipeline] readFile
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
+ docker build -t a4df8b93963c789f249fe7a313c431abd959cffb -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  19.97kB

Step 1/15 : ARG BASE=nvcr.io/nvidia/cuda:12.0.0-devel-ubuntu22.04@sha256:0578d90ce082ed37cdc8daf31d401b5a62594a847e9cf6b5cdf4c2356ac49869
Step 2/15 : FROM $BASE
 ---> 91315bb281aa
Step 3/15 : ARG ADDITIONAL_PACKAGES
 ---> Using cache
 ---> 033200331f60
Step 4/15 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
 ---> Using cache
 ---> e1a4c77dd4ac
Step 5/15 : RUN apt-get update && apt-get install -y         bc         wget         ccache         ninja-build         python3         git         libomp-dev         ${ADDITIONAL_PACKAGES}         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 97c73f8d7b46
Step 6/15 : RUN KEYDUMP_URL=https://cloud1.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
 ---> a01f25a0fc2a
Step 7/15 : ARG CMAKE_VERSION=3.23.2
 ---> Using cache
 ---> 874017f65cf5
Step 8/15 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> c4c5cb30eb7d
Step 9/15 : 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
 ---> 04d88b3fa8e7
Step 10/15 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> 29f10faf978f
Step 11/15 : RUN wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB     | gpg --dearmor | tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null &&     echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main"     | tee /etc/apt/sources.list.d/oneAPI.list
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a357ce06aa2c96aceb2781a1a285cc611f5ac197 # timeout=10
 > git rev-list --no-walk a7c8e32b047528c1ab33c616288711a964604d88 # timeout=10
+ docker build -t fd5a912abdd86dccc5484dfe7d3ebf76d17a3889 --build-arg BASE=nvcr.io/nvidia/cuda:11.8.0-devel-ubuntu22.04 --build-arg ADDITIONAL_PACKAGES=clang-15 clang-tidy-15 -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  19.97kB

Step 1/10 : ARG BASE=nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04@sha256:10ab0f09fcdc796b4a2325ef1bce8f766f4a3500eab5a83780f80475ae26c7a6
Step 2/10 : FROM $BASE
 ---> 6f9cc9f1ba9e
Step 3/10 : ARG ADDITIONAL_PACKAGES
 ---> Using cache
 ---> 06bb05a665d9
Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
 ---> Using cache
 ---> edd7fadb252b
Step 5/10 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y         bc         wget         ccache         ${ADDITIONAL_PACKAGES}         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 4bdf6adf31c5
Step 6/10 : RUN KEYDUMP_URL=https://cloud1.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
 ---> 6d82243a52e7
Step 7/10 : ARG CMAKE_VERSION=3.22.6
 ---> Using cache
 ---> 324f02dd083d
Step 8/10 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> 156fcf9fa9f5
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
 ---> 9d6bcd4bec50
Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> a6e7cb4dc910
Successfully built a6e7cb4dc910
[Pipeline] sh
[Pipeline] isUnix
[Pipeline] readFile
+ docker build -t 5efa81269cefd7a2c3c6499f2e9ef3c9d0e69a26 --build-arg BASE=nvcr.io/nvidia/cuda:12.5.1-devel-ubuntu24.04 --build-arg ADDITIONAL_PACKAGES=clang-17 clang-tidy-17 -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  19.97kB

Step 1/10 : ARG BASE=nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04@sha256:10ab0f09fcdc796b4a2325ef1bce8f766f4a3500eab5a83780f80475ae26c7a6
Step 2/10 : FROM $BASE
 ---> a22f95e792e7
Step 3/10 : ARG ADDITIONAL_PACKAGES
 ---> Using cache
 ---> 260989d2d8da
Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
 ---> Using cache
 ---> aecb35a5d384
Step 5/10 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y         bc         wget         ccache         ${ADDITIONAL_PACKAGES}         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> c6daa5e0f9ff
Step 6/10 : RUN KEYDUMP_URL=https://cloud1.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
 ---> 7ffe9b660728
Step 7/10 : ARG CMAKE_VERSION=3.22.6
+ ccache --zero-stats
[Pipeline] sh
+ ccache --zero-stats
Statistics zeroed
+ ccache --zero-stats
Statistics zeroed
 ---> Using cache
 ---> 573dea11f995
Step 12/15 : RUN apt-get update && apt-get install -y         intel-oneapi-compiler-dpcpp-cpp-2025.0         curl         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 389c5596fc96
Step 13/15 : RUN curl -LOJ "https://developer.codeplay.com/api/v1/products/download?product=oneapi&variant=nvidia&version=2025.0.0&filters[]=12.0&filters[]=linux" &&     chmod +x oneapi-for-nvidia-gpus-2025.0.0-cuda-12.0-linux.sh &&     ./oneapi-for-nvidia-gpus-2025.0.0-cuda-12.0-linux.sh
 ---> Using cache
 ---> d92a98b57b46
Step 14/15 : ENV PATH=/opt/intel/oneapi/compiler/2025.0/bin/:$PATH
 ---> Using cache
 ---> 88398f34dcbf
Step 15/15 : ENV LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/2025.0/lib:$LD_LIBRARY_PATH
 ---> Using cache
 ---> a71946b53700
Successfully built a71946b53700
Successfully tagged a4df8b93963c789f249fe7a313c431abd959cffb:latest
[Pipeline] sh
Successfully tagged fd5a912abdd86dccc5484dfe7d3ebf76d17a3889:latest
[Pipeline] sh
+ docker build -t dfec89ee4c1d2e8d961b8675845decef566b2932 -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  19.97kB

Step 1/9 : ARG BASE=nvcr.io/nvidia/nvhpc:23.7-devel-cuda12.2-ubuntu22.04@sha256:d06b3185fe53e8d2d31482c974dcf6023efe857ebf2c1d9625a29b394560ac91
Step 2/9 : FROM $BASE
 ---> 1ba982ef9a08
Step 3/9 : ARG ADDITIONAL_PACKAGES
 ---> Using cache
 ---> 902df32ca385
Step 4/9 : RUN apt-get update && apt-get install -y         ${ADDITIONAL_PACKAGES}         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> b86599a84c58
Step 5/9 : RUN KEYDUMP_URL=https://cloud1.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
 ---> 6d2b3045e90b
Step 6/9 : ARG CMAKE_VERSION=3.23.1
 ---> Using cache
 ---> 038c033a880e
Step 7/9 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> 2b8b8fd6f8c9
Step 8/9 : 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
 ---> b1b4011b6467
Step 9/9 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> 733f5e53835d
Successfully built 733f5e53835d
Successfully tagged dfec89ee4c1d2e8d961b8675845decef566b2932:latest
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
Statistics zeroed
[Pipeline] sh
[Pipeline] sh
+ docker build -t dfec89ee4c1d2e8d961b8675845decef566b2932 -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  19.97kB

Step 1/9 : ARG BASE=nvcr.io/nvidia/nvhpc:23.7-devel-cuda12.2-ubuntu22.04@sha256:d06b3185fe53e8d2d31482c974dcf6023efe857ebf2c1d9625a29b394560ac91
Step 2/9 : FROM $BASE
 ---> 1ba982ef9a08
Step 3/9 : ARG ADDITIONAL_PACKAGES
 ---> Using cache
 ---> ea16eaaac4f3
Step 4/9 : RUN apt-get update && apt-get install -y         ${ADDITIONAL_PACKAGES}         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 8b0a783495be
Step 5/9 : RUN KEYDUMP_URL=https://cloud1.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
 ---> a5a04f35c268
Step 6/9 : ARG CMAKE_VERSION=3.23.1
 ---> Using cache
 ---> ffd27add936b
Step 7/9 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> 29c2951190d9
Step 8/9 : RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} &&     CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh &&     CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} &&     wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc &&     wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} &&     gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} &&     grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check &&     mkdir -p ${CMAKE_DIR} &&     sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} &&     rm cmake*
[Pipeline] sh
[Pipeline] sh
+ rm -rf build
+ echo /opt/rocm/llvm/lib
+ ldconfig
[Pipeline] sh
+ docker inspect -f . a4df8b93963c789f249fe7a313c431abd959cffb
.
 ---> Running in ab9f74265cab
+ docker inspect -f . fd5a912abdd86dccc5484dfe7d3ebf76d17a3889
.
 ---> Using cache
 ---> 3b879e992560
Step 9/9 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> 081750e8d634
Successfully built 081750e8d634
Successfully tagged dfec89ee4c1d2e8d961b8675845decef566b2932:latest
[Pipeline] }
+ docker inspect -f . dfec89ee4c1d2e8d961b8675845decef566b2932
.
+ rm -rf build
[Pipeline] // withEnv
[Pipeline] withDockerContainer
villars06 seems to be running inside container 1d9d310c823c457bcb2a4977fb2894a87a539a66b0b512478f73482f69384666
+ rm -rf build
$ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache -w /var/jenkins/workspace/Kokkos_PR-8428 --volumes-from 1d9d310c823c457bcb2a4977fb2894a87a539a66b0b512478f73482f69384666 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** a4df8b93963c789f249fe7a313c431abd959cffb cat
+ mkdir -p build
+ cd build
+ cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=/opt/rocm/llvm/bin/amdclang++ -DCMAKE_CXX_CLANG_TIDY=clang-tidy;-warnings-as-errors=* -DCMAKE_PREFIX_PATH=/opt/rocm/lib -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_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_HIP=ON ..
-- Setting default Kokkos CXX standard to 20
-- The CXX compiler identification is Clang 18.0.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/rocm/llvm/bin/amdclang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.7.99
-- The project name is: Kokkos
-- Using internal gtest for testing
-- Compiler Version: 18.0.0
-- 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.
-- Using -std=gnu++20 for C++20 extensions as feature
-- SIMD: AVX2 detected
-- Setting Kokkos_ARCH_VEGA90A=ON
-- Built-in Execution Spaces:
--     Device Parallel: Kokkos::HIP
--     Host Parallel: NoTypeDefined
--       Host Serial: SERIAL
-- 
-- Architectures:
--  NATIVE
--  VEGA90A
-- Performing Test Kokkos_ENABLE_IMPL_SKIP_NO_RTTI_FLAG
-- Performing Test Kokkos_ENABLE_IMPL_SKIP_NO_RTTI_FLAG - Failed
-- Found TPLLIBDL: /usr/include/  
-- Found TPLROCM: /opt/rocm/lib/libamdhip64.so  
-- 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  
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success
-- Using bundled desul_atomics copy (desul/desul@fd8da8299519d7ecde91a1c11a3ac8469ce29cac)
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK
+ 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=20 -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 20
-- The CXX compiler identification is Clang 18.0.0
-- Detecting CXX compiler ABI info
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success
-- Experimental mdspan support is enabled
-- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931)
-- Found Python3: /usr/bin/python3 (found version "3.12.3") found components: Interpreter 
-- No installed google benchmark found, fetching from GitHub
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/rocm/bin/hipcc - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.7.99
-- [benchmark] Failed to find LLVM FileCheck
-- [benchmark] Could NOT find Git (missing: GIT_EXECUTABLE) 
-- [benchmark] Version: 1.7.1
-- [benchmark] Looking for shm_open in rt
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
-- The project name is: Kokkos
-- Using internal gtest for testing
-- Compiler Version: 6.3.42134
-- Using -std=gnu++20 for C++20 extensions as feature
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success
-- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-8428/build/_deps/googlebenchmark-src/include
-- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES
-- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
$ docker top 22650c1073db35dba09d8c491ae6b648edea13cf2771fa1f80f6ea3766858476 -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] // withEnv
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat_09 seems to be running inside container de54aaddd4419efd97009c96117c5fcd6ba519246dce3532168ff91d2e2c1d24
$ 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-8428 --volumes-from de54aaddd4419efd97009c96117c5fcd6ba519246dce3532168ff91d2e2c1d24 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** fd5a912abdd86dccc5484dfe7d3ebf76d17a3889 cat
+ 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-8428/bin/nvcc_wrapper -DCMAKE_CXX_FLAGS=-Werror -Werror=all-warnings -DCMAKE_CXX_STANDARD=20 -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_LIBDL=OFF -DKokkos_ENABLE_OPENMP=ON -DKokkos_ENABLE_IMPL_MDSPAN=OFF -DKokkos_ENABLE_IMPL_CUDA_MALLOC_ASYNC=ON ..
-- Setting default Kokkos CXX standard to 20
-- [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
-- Sources TestHIP.cpp
-- No installed google benchmark found, fetching from GitHub
-- Kokkos Backends: SERIAL;HIP
-- Configuring done
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8428/build
+ make -j16
[  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_Abort.cpp.o
[  1%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.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%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[  1%] 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/benchmark.cc.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[  2%] Built target AlwaysCheckGit
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[  2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
-- The CXX compiler identification is GNU 13.3.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-8428/bin/nvcc_wrapper - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.7.99
[  2%] Linking CXX shared library libkokkosprinter-tool.so
[  2%] Built target kokkosprinter-tool
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[  2%] Linking CXX shared library libimpl_git_version.so
[  2%] Built target impl_git_version
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
$ docker top 79ef8f091e90b5f27c01cfa9bf2d1840ef17458cdd6a2f6a5c1fbfd0a5a1de00 -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
fetnat_07 seems to be running inside container 61113fa9e3a896d08d59620d9f3c117955ae93d3c082cdc570291dcf3b26d899
$ 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-8428 --volumes-from 61113fa9e3a896d08d59620d9f3c117955ae93d3c082cdc570291dcf3b26d899 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** dfec89ee4c1d2e8d961b8675845decef566b2932 cat
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o
-- The project name is: Kokkos
-- Using internal gtest for testing
-- Compiler Version: 13.0.48
-- Using -std=c++20 for C++20 standard as feature
-- SIMD: AVX2 detected
-- Setting Kokkos_ARCH_VEGA908=ON
-- Built-in Execution Spaces:
--     Device Parallel: Kokkos::HIP
--     Host Parallel: Kokkos::OpenMP
--       Host Serial: NONE
-- 
-- Architectures:
--  NATIVE
--  VEGA908
-- Performing Test Kokkos_ENABLE_IMPL_SKIP_NO_RTTI_FLAG
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
-- Performing Test Kokkos_ENABLE_IMPL_SKIP_NO_RTTI_FLAG - Failed
-- Found TPLLIBDL: /usr/include/  
-- Looking for C++ include pthread.h
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
$ docker top 15a636623a0a6d7f35881f073ce2bf85e807cef3fdac6ecf074f2ea170681fa1 -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] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
+ docker inspect -f . dfec89ee4c1d2e8d961b8675845decef566b2932
.
[Pipeline] sh
[Pipeline] }
[Pipeline] withEnv
[Pipeline] {
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat_05 seems to be running inside container be188d427ea09cd1027469f30d62f4e2ac0a4891e91208fa24cb417054e19d8b
$ docker run -t -d -u 0:0 --env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES -w /var/jenkins/workspace/Kokkos_PR-8428 --volumes-from be188d427ea09cd1027469f30d62f4e2ac0a4891e91208fa24cb417054e19d8b -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** dfec89ee4c1d2e8d961b8675845decef566b2932 cat
+ ccache --zero-stats
Statistics zeroed
+ ccache --zero-stats
Statistics zeroed
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Instance.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_IsXnack.cpp.o
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS
-- SIMD: AVX512 detected
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_SharedAllocationRecord.cpp.o
$ docker top 2622f60eae9e92ae86244ecb0ccfc1a87ec7bccb813e7520e7631ea7a8ad8bf8 -eo pid,comm
ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements).
Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`.
[Pipeline] {
[Pipeline] sh
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.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 "13.0.48") 
-- Looking for C++ include pthread.h
[Pipeline] sh
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o
+ rm -rf build
+ rm -rf build
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Found OpenMP_CXX: -fopenmp=libomp (Required is at least version "3.0") 
-- Found OpenMP: TRUE (Required is at least version "3.0") found components: CXX 
-- Using bundled desul_atomics copy (desul/desul@fd8da8299519d7ecde91a1c11a3ac8469ce29cac)
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[  4%] Linking CXX shared library libkokkos_gtest.so
[  4%] Built target kokkos_gtest
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_ZeroMemset.cpp.o
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
[  5%] 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
+ rm -rf build
+ rm -rf build
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
+ mkdir -p build
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
+ cd build
+ /opt/cmake/bin/cmake -DCMAKE_CXX_COMPILER=nvc++ -DCMAKE_CXX_STANDARD=20 -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 ..
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o
-- Found OpenMP_CXX: -fopenmp (found suitable version "4.5", minimum required is "3.0") 
-- Found OpenMP: TRUE (found suitable version "4.5", minimum required is "3.0") found components: CXX 
-- Using bundled desul_atomics copy (desul/desul@fd8da8299519d7ecde91a1c11a3ac8469ce29cac)
-- Found Python3: /usr/bin/python3 (found version "3.12.3") found components: Interpreter 
-- No installed google benchmark found, fetching from GitHub
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
-- [benchmark] Failed to find LLVM FileCheck
-- [benchmark] Could NOT find Git (missing: GIT_EXECUTABLE) 
-- [benchmark] Version: 1.7.1
-- [benchmark] Looking for shm_open in rt
-- Setting default Kokkos CXX standard to 20
[  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
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
[  5%] Linking CXX shared library libbenchmark.so
[  5%] Built target benchmark
[  6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW
[  6%] Linking CXX shared library libbenchmark_main.so
[  6%] Built target benchmark_main
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
 ---> Removed intermediate container ab9f74265cab
 ---> b604608c38c9
Step 8/10 : ENV CMAKE_DIR=/opt/cmake
 ---> Running in 211c08cb4995
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR
 ---> Removed intermediate container 211c08cb4995
 ---> 87d53e23b346
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*
 ---> Running in 81da42965fe0
+ mkdir -p build
+ cd build
+ cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=clang++-15 -DCMAKE_CXX_CLANG_TIDY=clang-tidy-15;-warnings-as-errors=* -DCMAKE_CXX_FLAGS=-Werror -Wno-unknown-cuda-version -Wno-pass-failed -DCMAKE_CXX_STANDARD=20 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_TUNING=ON -DKokkos_ARCH_VOLTA70=ON ..
-- Setting default Kokkos CXX standard to 20
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
-- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) 
-- No installed google benchmark found, fetching from GitHub
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
-- [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_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
-- The CXX compiler identification is Clang 15.0.7
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/clang++-15 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.7.99
+ mkdir -p build
+ cd build
+ /opt/cmake/bin/cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=nvc++ -DCMAKE_CXX_STANDARD=20 -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_OPENMP=ON ..
-- Setting default Kokkos CXX standard to 20
+ mkdir -p build
+ cd build
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=icpx -DCMAKE_CXX_FLAGS=-fsycl-device-code-split=per_kernel -fp-model=precise -Wno-deprecated-declarations -Werror -Wno-gnu-zero-variadic-macro-arguments -Wno-unknown-cuda-version -Wno-sycl-target -DKokkos_ARCH_NATIVE=ON -DKokkos_ARCH_AMPERE80=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_EXAMPLES=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DoneDPL_ROOT=/opt/intel/oneapi/dpl/2022.7 -DKokkos_ENABLE_SYCL=ON -DKokkos_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE=ON -DKokkos_ENABLE_UNSUPPORTED_ARCHS=ON -DCMAKE_CXX_STANDARD=20 ..
-- Setting default Kokkos CXX standard to 20
-- [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_WALL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
-- 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.
-- Using -std=c++20 for C++20 standard as feature
-- [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_WEXTRA - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW
-- 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.7.99
-- The CXX compiler identification is IntelLLVM 2025.0.4
-- Detecting CXX compiler ABI info
-- 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.8.89") 
-- Looking for C++ include pthread.h
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/intel/oneapi/compiler/2025.0/bin/icpx - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.7.99
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- The project name is: Kokkos
-- Using internal gtest for testing
-- Configured git information in /var/jenkins/workspace/Kokkos_PR-8428/build/generated/Kokkos_Version_Info.cpp
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Found TPLLIBDL: /usr/include/  
-- Compiler Version: 12.2.91
-- kokkos_launch_compiler (/var/jenkins/workspace/Kokkos_PR-8428/bin/kokkos_launch_compiler) is enabled...
-- Using bundled desul_atomics copy (desul/desul@fd8da8299519d7ecde91a1c11a3ac8469ce29cac)
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK
-- Using -std=c++20 for C++20 standard as feature
-- The project name is: Kokkos
-- Using internal gtest for testing
-- Configured git information in /var/jenkins/workspace/Kokkos_PR-8428/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.
-- Using -std=gnu++20 for C++20 extensions as feature
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR
gpg: Signature made Thu Jul 28 15:34:49 2022 UTC
gpg:                using RSA key C6C265324BBEBDC350B513D02D2CEF1034921684
gpg: Good signature from "Brad King" [unknown]
gpg:                 aka "Brad King <brad.king@kitware.com>" [unknown]
gpg:                 aka "[jpeg image of size 4005]" [unknown]
gpg: Note: This key has expired!
Primary key fingerprint: CBA2 3971 357C 2E65 90D9  EFD3 EC8F EF3A 7BFB 4EDA
     Subkey fingerprint: C6C2 6532 4BBE BDC3 50B5  13D0 2D2C EF10 3492 1684
cmake-3.22.6-Linux-x86_64.sh: OK
CMake Installer Version: 3.22.6, Copyright (c) Kitware
This is a self-extracting archive.
The archive will be extracted to: /opt/cmake

Using target directory: /opt/cmake
Extracting, please wait...

-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
-- SIMD: AVX512 detected
-- Looking for SYCL_EXT_ONEAPI_GRAPH
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success
-- Experimental mdspan support is enabled
-- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931)
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
-- SIMD: AVX512 detected
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
-- 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.7.99
-- The project name is: Kokkos
-- Using internal gtest for testing
-- Configured git information in /var/jenkins/workspace/Kokkos_PR-8428/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.
-- Using -std=gnu++20 for C++20 extensions as feature
-- 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_PEDANTIC_ERRORS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success
-- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-8428/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
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
-- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
-- 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 bundled desul_atomics copy (desul/desul@fd8da8299519d7ecde91a1c11a3ac8469ce29cac)
-- Experimental mdspan support is enabled
-- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931)
-- [benchmark] Failed to find LLVM FileCheck
-- [benchmark] Could NOT find Git (missing: GIT_EXECUTABLE) 
-- [benchmark] Version: 1.7.1
-- [benchmark] Looking for shm_open in rt
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
-- [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_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
-- [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_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
-- [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
[  6%] Linking CXX shared library libkokkoscore.so
[  6%] Built target kokkoscore
[  6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[  6%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[  6%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - 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
Unpacking finished successfully
-- [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_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_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
-- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) 
-- Kokkos Backends: SERIAL;OPENACC
-- Configuring done
-- [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-8428/build/_deps/googlebenchmark-src/include
-- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8428/build
+ make -j8
-- Looking for a CUDA compiler - /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvcc
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[  1%] 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_Error.cpp.o
[  2%] Built target AlwaysCheckGit
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
-- [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
-- The CUDA compiler identification is NVIDIA 12.2.91
-- Detecting CUDA compiler ABI info
[  6%] Linking CXX shared library libkokkosalgorithms.so
[  7%] Linking CXX shared library libkokkossimd.so
[  7%] Built target kokkosalgorithms
[  7%] Built target kokkossimd
-- Looking for SYCL_EXT_ONEAPI_GRAPH - 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
-- 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
-- Performing Test KOKKOS_NO_TBB_CONFLICT - Success
-- Found OpenMP_CXX: -fiopenmp  
-- Found OpenMP: TRUE   
-- oneDPL: OpenMP version () is less than minimum supported version (4.5), disable OpenMP
-- oneDPL: ONEDPL_PAR_BACKEND=serial, disable oneTBB and OpenMP backends
-- Performing Test _fsycl_option
-- 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
-- [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
-- Performing Test _fsycl_option - Success
-- Looking for C++ include sycl/sycl.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
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- Sources TestCuda.cpp
-- No installed google benchmark found, fetching from GitHub
-- Kokkos Backends: SERIAL;CUDA
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
-- Configuring done
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[  2%] Linking CXX shared library libkokkosprinter-tool.so
[  2%] Built target kokkosprinter-tool
-- [benchmark] Performing Test HAVE_STD_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX
[  2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
-- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- [benchmark] Compiling and running to test HAVE_POSIX_REGEX
-- 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
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- Sources TestOpenMP.cpp
-- Sources TestHIP.cpp
-- No installed google benchmark found, fetching from GitHub
-- Kokkos Backends: OPENMP;HIP
-- Configuring done
-- Generating done
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8428/build
+ make -j16
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o
[  1%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[  1%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
[  1%] Built target AlwaysCheckGit
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8428/build
+ make -j8
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.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_Core.cpp.o
[  0%] Built target AlwaysCheckGit
[  0%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Found TPLLIBDL: /usr/include/  
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
[  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
[  1%] Linking CXX static library libkokkos_gtest.a
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[  1%] Built target kokkos_gtest
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
[  1%] 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
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
-- Found OpenMP_CXX: -mp (Required is at least version "3.0") 
-- Found OpenMP: TRUE (Required is at least version "3.0") found components: CXX 
-- Using bundled desul_atomics copy (desul/desul@fd8da8299519d7ecde91a1c11a3ac8469ce29cac)
-- Experimental mdspan support is enabled
-- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931)
[  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
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- Sources TestOpenMP.cpp
-- Sources TestCuda.cpp
-- No installed google benchmark found, fetching from GitHub
-- Kokkos Backends: OPENMP;CUDA
-- Configuring done
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[  2%] Linking CXX shared library libkokkosprinter-tool.so
[  2%] Built target kokkosprinter-tool
[  3%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
[  2%] Linking CXX static library libimpl_git_version.a
[  2%] Built target impl_git_version
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
-- Looking for C++ include sycl/sycl.hpp - found
-- Adding -fsycl compiler option
-- Using bundled desul_atomics copy (desul/desul@fd8da8299519d7ecde91a1c11a3ac8469ce29cac)
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK
[  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 core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
-- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) 
-- Sources TestOpenMP.cpp
-- Sources TestCuda.cpp
[  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%] Built target impl_git_version
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
-- Kokkos Backends: OPENMP;CUDA
-- Configuring done
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
[  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 core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.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/timers.cc.o
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success
-- Experimental mdspan support is enabled
-- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931)
[  4%] Linking CXX static library libbenchmark.a
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[  4%] Linking CXX static library libimpl_git_version.a
[  4%] Built target impl_git_version
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8428/build
+ make -j8
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[  0%] Building CXX object 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 _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 core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o
[  0%] Built target AlwaysCheckGit
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[  0%] 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
[  2%] Linking CXX shared library libkokkos_gtest.so
[  2%] 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 core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.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_ExecPolicy.cpp.o
[  3%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
nvcc_wrapper has been given GNU extension standard flag -std=gnu++20 - reverting flag to -std=c++20
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[  3%] Linking CXX shared library libimpl_git_version.so
[  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/perf_counters.cc.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
-- Generating done
[  4%] Linking CXX shared library libkokkosprinter-tool.so
[  4%] Built target benchmark
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
[  4%] Built target kokkos_gtest
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
[  4%] Built target impl_git_version
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.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_hwloc.cpp.o
[  5%] Linking CXX shared library libbenchmark.so
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8428/build
+ make -j8
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[  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_Command_Line_Parsing.cpp.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[  4%] Built target kokkosprinter-tool
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[  0%] Built target AlwaysCheckGit
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  5%] Built target benchmark
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[  5%] 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_SharedAlloc.cpp.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%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o
[  4%] Linking CXX static library libbenchmark_main.a
[  4%] Built target benchmark_main
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Instance.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_IsXnack.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_SharedAllocationRecord.cpp.o
[  6%] Linking CXX static library libbenchmark.a
[  6%] Built target benchmark
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_ZeroMemset.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[  6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
 ---> Removed intermediate container 81da42965fe0
 ---> 367ce1a9eef5
Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Running in b4543aa38af6
[  7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  7%] Linking CXX shared library libkokkoscontainers.so
[  7%] Built target kokkoscontainers
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/UnitTestMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/UnitTestMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.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
[  6%] Linking CXX static library libbenchmark_main.a
[  6%] Built target benchmark_main
[  0%] Linking CXX shared library libkokkosprinter-tool.so
-- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter 
-- No installed google benchmark found, fetching from GitHub
-- [benchmark] Failed to find LLVM FileCheck
-- [benchmark] Found Git: /usr/bin/git (found version "2.34.1") 
-- [benchmark] git version: v0.0.0 normalized to 0.0.0
-- [benchmark] Version: 1.7.1
-- [benchmark] Looking for shm_open in rt
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
-- [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
[  0%] Built target kokkosprinter-tool
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR
[  0%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.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
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACCSpace.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[  5%] Linking CXX shared library libbenchmark_main.so
[  5%] Built target benchmark_main
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
 ---> Removed intermediate container b4543aa38af6
 ---> 0b20be61d0ad
Successfully built 0b20be61d0ad
Successfully tagged 5efa81269cefd7a2c3c6499f2e9ef3c9d0e69a26:latest
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
+ docker inspect -f . 5efa81269cefd7a2c3c6499f2e9ef3c9d0e69a26
.
[Pipeline] }
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[Pipeline] // withEnv
[Pipeline] withDockerContainer
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654
fetnat_03 seems to be running inside container fa22bb0d4570d60e034036097699b83f4f4c6fe9c72d75b5b5559b36dce0927d
$ 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-8428 --volumes-from fa22bb0d4570d60e034036097699b83f4f4c6fe9c72d75b5b5559b36dce0927d -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 5efa81269cefd7a2c3c6499f2e9ef3c9d0e69a26 cat
-- [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-8428/build/_deps/googlebenchmark-src/include
-- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES
[  6%] Linking CXX static library libkokkos_gtest.a
[  6%] Built target kokkos_gtest
[  6%] Linking CXX static library libkokkoscore.a
[  6%] Built target kokkoscore
[  6%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[  6%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
[  6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
$ docker top 8b66f6805831988d23fa64de527a8d42c09525fddd88819646c5bee430d9eccb -eo pid,comm
ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements).
Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`.
[Pipeline] {
[Pipeline] sh
-- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
+ ccache --zero-stats
Statistics zeroed
[Pipeline] sh
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
+ rm -rf build
[  7%] Linking CXX static library libkokkossimd.a
[  7%] Built target kokkossimd
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC_Instance.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[  7%] Linking CXX static library libkokkosalgorithms.a
[  7%] Built target kokkosalgorithms
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC_SharedAllocationRecord.cpp.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[  0%] Linking CXX static library libimpl_git_version.a
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/hip/TestHIP_InterOp_Streams.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/hip/TestHIP_InterOp_Init.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/Serial/Kokkos_Serial.cpp.o
+ mkdir -p build
+ cd build
+ cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=clang++-17 -DCMAKE_CXX_CLANG_TIDY=clang-tidy-17;-warnings-as-errors=* -DCMAKE_CXX_FLAGS=-Werror -Wno-unknown-cuda-version -Wno-pass-failed -DCMAKE_CXX_STANDARD=20 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE=ON -DKokkos_ENABLE_TUNING=ON -DKokkos_ARCH_VOLTA70=ON ..
-- Setting default Kokkos CXX standard to 20
[ 10%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 10%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[  0%] Built target impl_git_version
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- [benchmark] Found Threads: TRUE  
-- No installed google benchmark found, fetching from GitHub
-- Kokkos Backends: SERIAL;SYCL
-- Configuring done
-- The CXX compiler identification is Clang 17.0.6
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/clang++-17 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.7.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.
-- Using -std=c++20 for C++20 standard as feature
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
-- Generating done
[  7%] Linking CXX static library libkokkoscontainers.a
[  7%] Built target kokkoscontainers
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/UnitTestMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/UnitTestMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.cpp.o
-- SIMD: AVX512 detected
-- Built-in Execution Spaces:
--     Device Parallel: Kokkos::Cuda
--     Host Parallel: NoTypeDefined
--       Host Serial: SERIAL
-- 
-- Architectures:
--  NATIVE
--  VOLTA70
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8428/build
+ make -j8
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[  0%] Building CXX object 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 _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.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_CPUDiscovery.cpp.o
[  7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
-- Found CUDAToolkit: /usr/local/cuda/include (found version "12.5.82") 
-- Looking for C++ include pthread.h
[  0%] Built target AlwaysCheckGit
[  0%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[  0%] Linking CXX shared library libkokkosprinter-tool.so
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
[  1%] Linking CXX static library libkokkos_gtest.a
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[  2%] Built target kokkosprinter-tool
[  2%] Built target kokkos_gtest
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.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
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Found TPLLIBDL: /usr/include/  
-- Using bundled desul_atomics copy (desul/desul@fd8da8299519d7ecde91a1c11a3ac8469ce29cac)
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
[  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
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
[  4%] Linking CXX static library libbenchmark.a
[  4%] Linking CXX static library libimpl_git_version.a
[  4%] Built target impl_git_version
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[  4%] Built target benchmark
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Failed
CMake Error at cmake/kokkos_functions.cmake:992 (message):
  The compiler for CXX can not consume flag(s) -march=native -mtune=native
  -fcuda-rdc --offload-new-driver -x cuda --cuda-gpu-arch=sm_70 in
  combination with the CMAKE_CXX_FLAGS=-Werror -Wno-unknown-cuda-version
  -Wno-pass-failed -Wall -Wextra -Wextra-semi -Wunused-parameter -Wshadow
  -pedantic -Wsign-compare -Wtype-limits -Wuninitialized -Wsuggest-override
  -Wimplicit-fallthrough.  Please check the given configuration.
Call Stack (most recent call first):
  cmake/kokkos_tribits.cmake:320 (kokkos_check_flags)
  cmake/kokkos_tribits.cmake:391 (kokkos_set_library_properties)
  core/src/CMakeLists.txt:127 (kokkos_add_library)


-- Configuring incomplete, errors occurred!
See also "/var/jenkins/workspace/Kokkos_PR-8428/build/CMakeFiles/CMakeOutput.log".
See also "/var/jenkins/workspace/Kokkos_PR-8428/build/CMakeFiles/CMakeError.log".
Post stage
[Pipeline] sh
+ ccache --show-stats
Local storage:
  Cache size (GB): 4.8 / 5.0 (95.04%)
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
Error when executing always post condition:
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.64.200.172/10.64.200.172:40878
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1916)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:384)
		at hudson.remoting.Channel.call(Channel.java:1108)
		at hudson.FilePath.act(FilePath.java:1204)
		at hudson.FilePath.act(FilePath.java:1193)
		at PluginClassLoader for xunit//org.jenkinsci.plugins.xunit.XUnitProcessor.processTestsReport(XUnitProcessor.java:212)
		at PluginClassLoader for xunit//org.jenkinsci.plugins.xunit.XUnitProcessor.process(XUnitProcessor.java:161)
		at PluginClassLoader for xunit//org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStepExecution.run(XUnitResultsStepExecution.java:93)
		at PluginClassLoader for xunit//org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStepExecution.run(XUnitResultsStepExecution.java:52)
		at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:49)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
		at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
		at java.base/java.lang.Thread.run(Unknown Source)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 1546b7bb-b0ab-4c76-967e-6fecbb0bc9a9
org.jenkinsci.plugins.xunit.service.NoTestFoundException: [CTest-Version 3.x (default)] - No test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-8428' for the testing framework 'CTest-Version 3.x (default)'.
Did you enter a pattern relative to (and within) the workspace directory?
Did you generate the result report(s) for 'CTest-Version 3.x (default)'?"
	at PluginClassLoader for xunit//org.jenkinsci.plugins.xunit.service.XUnitReportProcessorService.findReports(XUnitReportProcessorService.java:77)
	at PluginClassLoader for xunit//org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:85)
	at PluginClassLoader for xunit//org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:38)
	at Jenkins v2.516.2//hudson.FilePath$FileCallableWrapper.call(FilePath.java:3590)
	at hudson.remoting.UserRequest.perform(UserRequest.java:225)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:391)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:138)
	at java.base/java.lang.Thread.run(Thread.java:1583)

[Pipeline] }
$ docker stop --time=1 8b66f6805831988d23fa64de527a8d42c09525fddd88819646c5bee430d9eccb
[  9%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/hip/TestHIP_InterOp_Streams.cpp.o
[  9%] Built target Kokkos_CoreUnitTest_ToolIndependence
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.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_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o
[  5%] Linking CXX shared library libkokkoscore.so
[  5%] Built target kokkoscore
[  5%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[  5%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
[  5%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o
[  5%] Linking CXX shared library libkokkosalgorithms.so
[  6%] Linking CXX shared library libkokkossimd.so
[  6%] Built target kokkosalgorithms
[  6%] Built target kokkossimd
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
$ docker rm -f --volumes 8b66f6805831988d23fa64de527a8d42c09525fddd88819646c5bee430d9eccb
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch CUDA-12.5.1-Clang-17-RDC
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.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_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Abort.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/hip/TestHIP_InterOp_Graph.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU.dir/hip/TestHIP_InterOp_StreamsMultiGPU.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/hip/TestHIP_GraphAtomicLocks.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[  5%] Linking CXX static library libkokkoscore.a
[  5%] Built target kokkoscore
[  5%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[  5%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o
[  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
[  6%] Linking CXX static library libkokkossimd.a
[  6%] Linking CXX static library libkokkosalgorithms.a
[  6%] Built target kokkosalgorithms
[  6%] Built target kokkossimd
[ 11%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_BasicView.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/hip/TestHIP_GraphAtomicLocks.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Abort.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/hip/TestHIP_InterOp_Graph.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o
[ 12%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 12%] Built target Kokkos_ProfilingAllCalls
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[ 11%] Built target Kokkos_ProfilingAllCalls
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.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
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp
[ 11%] Built target Kokkos_CoreUnitTest_OpenMPInterOp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o
[  6%] Linking CXX static library libkokkos_gtest.a
[  6%] Built target kokkos_gtest
[  7%] Linking CXX static library libkokkoscontainers.a
[  7%] Built target kokkoscontainers
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC_ViewSupport.dir/UnitTestMainInit.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/UnitTestMainInit.cpp.o
[  6%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  6%] Linking CXX shared library libkokkoscontainers.so
[  6%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  6%] Built target kokkoscontainers
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/UnitTestMainInit.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit
[ 12%] Built target Kokkos_CoreUnitTest_HIPInterOpInit
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[ 11%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreams
[ 12%] Built target Kokkos_CoreUnitTest_HIPInterOpStreams
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 13%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 13%] Built target Kokkos_CoreUnitTest_Develop
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/UnitTestMainInit.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ArrayOps.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL_Instance.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL_Space.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_HIPGraphAtomicLocks
[ 14%] Built target Kokkos_CoreUnitTest_HIPGraphAtomicLocks
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o
[ 12%] Built target Kokkos_CoreUnitTest_HIPInterOpInit
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_SYCL.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[  5%] Linking CXX static library libbenchmark_main.a
[  5%] Built target benchmark_main
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[  1%] Linking CXX static library libkokkos_gtest.a
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreams
[ 12%] Built target Kokkos_CoreUnitTest_HIPInterOpStreams
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU
[ 14%] Built target Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC_ViewSupport.dir/openacc/TestOpenACC_View_BasicView.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpGraph
[ 14%] Linking CXX executable Kokkos_ToolsInitialization
[ 14%] Built target Kokkos_CoreUnitTest_HIPInterOpGraph
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 14%] Built target Kokkos_ToolsInitialization
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[  1%] Built target kokkos_gtest
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Abort.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o
[ 15%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 15%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 16%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 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_CudaGraphAtomicLocks.dir/cuda/TestCuda_GraphAtomicLocks.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o
[  5%] Linking CXX static library libkokkoscore.a
[  5%] Built target kokkoscore
[  5%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[  5%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[  5%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
[ 11%] Built target Kokkos_CoreUnitTest_OpenMPInterOp
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.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_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 12%] Built target Kokkos_CoreUnitTest_Develop
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int8.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int16.cpp.o
[  5%] Linking CXX static library libkokkosalgorithms.a
[  5%] Built target kokkosalgorithms
[  6%] Linking CXX static library libkokkossimd.a
[  6%] Built target kokkossimd
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[  5%] Linking CXX static library libkokkoscore.a
[  5%] Built target kokkoscore
[  5%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[  5%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
[  5%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o
[  5%] Linking CXX static library libkokkosalgorithms.a
[  6%] Linking CXX static library libkokkossimd.a
[  6%] Built target kokkosalgorithms
[  6%] Built target kokkossimd
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ArrayOps.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_HIPGraphAtomicLocks
[ 14%] Built target Kokkos_CoreUnitTest_HIPGraphAtomicLocks
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ReferenceCountedAccessor.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpGraph
[ 14%] Built target Kokkos_CoreUnitTest_HIPInterOpGraph
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[  6%] Linking CXX static library libkokkoscontainers.a
[  6%] Built target kokkoscontainers
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o
[  8%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/UnitTestMainInit.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraphAtomicLocks
[ 18%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_HIP.cpp.o
[ 18%] Built target Kokkos_CoreUnitTest_KokkosP
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o
[  9%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o
[ 12%] Built target Kokkos_CoreUnitTest_CudaGraphAtomicLocks
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o
[ 18%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.cpp.o
[ 18%] Built target Kokkos_CoreUnitTest_InitializeFinalize
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o
[ 18%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 18%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[  6%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  6%] Linking CXX static library libkokkoscontainers.a
[  6%] Built target kokkoscontainers
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.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_Serial2.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o
[  7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 18%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_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_StackTraceTestExec
[ 18%] Built target Kokkos_StackTraceTestExec
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int8.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o
[ 19%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 19%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 13%] 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_Atomics.cpp.o
[ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int16.cpp.o
[ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_a.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Abort.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_BasicView.cpp.o
[ 13%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_ReferenceCountedAccessor.cpp.o
[ 13%] Built target Kokkos_CoreUnitTest_CudaTimingBased
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ArrayOps.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC_ViewSupport.dir/openacc/TestOpenACC_View_ReferenceCountedAccessor.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicViews.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ReferenceCountedDataHandle.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAccessorArg.cpp.o
[  2%] Linking CXX static library libkokkoscore.a
[  2%] Built target kokkoscore
[  2%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[  2%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o
[  2%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
[  2%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 16%] Built target Kokkos_CoreUnitTest_KokkosP
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[  3%] Linking CXX static library libkokkossimd.a
[  3%] Linking CXX static library libkokkosalgorithms.a
[  3%] Built target kokkossimd
[  3%] Built target kokkosalgorithms
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 17%] Linking CXX executable Kokkos_ToolsInitialization
[ 17%] Built target Kokkos_ToolsInitialization
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_double.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_CoreUnitTest_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_ReferenceCountedDataHandle.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test06_ParallelFor_MDRangePolicy_HIP.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test08_deep_copy_HIP.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ArrayOps.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int8.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC_ViewSupport.dir/openacc/TestOpenACC_View_ReferenceCountedDataHandle.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o
[ 24%] 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_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int16.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_BasicView.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[  4%] Linking CXX static library libkokkoscontainers.a
[  4%] Built target kokkoscontainers
[  4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/UnitTestMainInit.cpp.o
[  4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o
[  4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/UnitTestMainInit.cpp.o
[  4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o
[  4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o
[  4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[  4%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o
[ 24%] 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_AtomicOperations_longint.cpp.o
[ 15%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAllocationType.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_b.cpp.o
[ 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/TestInterOp.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_ViewCustomizationAccessorArg.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_complexdouble.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o
[ 15%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test10_HierarchicalBasics_HIP.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int8.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Complex.cpp.o
[  4%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int16.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_complexfloat.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o
[ 15%] Linking CXX executable Kokkos_CoreUnitTest_OpenACC_ViewSupport
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o
[ 15%] Built target Kokkos_CoreUnitTest_OpenACC_ViewSupport
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o
[ 26%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 26%] Built target Kokkos_CoreTestCompileOnly
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o
[ 17%] 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_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_ViewCustomizationAllocationType.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_float.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Assignment.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/UnitTestMainInit.cpp.o
[ 18%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize
[ 18%] Built target Kokkos_CoreUnitTest_InitializeFinalize
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int8.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_double.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Narrowing.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o
[ 20%] 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_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_BasicView.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_c.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test16_ParallelScan_HIP.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 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%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_BasicView.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o
[ 21%] Linking CXX executable Kokkos_CoreUnitTest_HIP_ViewSupport
[ 21%] Built target Kokkos_CoreUnitTest_HIP_ViewSupport
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/UnitTestMainInit.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test17_CompleteAtomic_HIP.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int16.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamBasic.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Assignment.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpaceThreadSafety.cpp.o
[ 17%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit
[ 17%] Built target Kokkos_CoreUnitTest_CudaInterOpInit
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Narrowing.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o
[ 17%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 17%] Built target Kokkos_CoreTestCompileOnly
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o
[ 17%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.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_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 17%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_float.cpp.o
[ 29%] Linking CXX executable Kokkos_IncrementalTest_HIP
[ 29%] Built target Kokkos_IncrementalTest_HIP
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o
[ 19%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 19%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 19%] Built target Kokkos_CoreUnitTest_Develop
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport
[ 22%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport
[ 22%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o
[  8%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 19%] Built target Kokkos_CoreUnitTest_Default
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Graph.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_int8.cpp.o
[ 11%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamCombinedReducers.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedAccessor.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o
[ 22%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 22%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 22%] 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_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o
[ 23%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 23%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_SYCL_ViewSupport
[ 17%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 17%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/UnitTestMainInit.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/cuda/TestCuda_InterOp_Graph.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o
[  8%] Built target Kokkos_CoreUnitTest_OpenMPInterOp
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/UnitTestMainInit.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_d.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o
[ 23%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 23%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_int8.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o
[ 12%] 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_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamMDRange.cpp.o
[ 31%] Linking CXX executable Kokkos_IncrementalTest_OPENMP
[ 31%] Built target Kokkos_IncrementalTest_OPENMP
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o
[ 18%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraph
[ 23%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 14%] Built target Kokkos_CoreUnitTest_SYCL_ViewSupport
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamPolicyConstructors.cpp.o
[ 18%] Built target Kokkos_CoreUnitTest_CudaInterOpGraph
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/UnitTestMainInit.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/cuda/TestCuda_InterOp_GraphMultiGPU.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o
[ 23%] Built target Kokkos_CoreTestCompileOnly
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 32%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 32%] Built target Kokkos_CoreUnitTest_Default
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 24%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o
[ 24%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize
[ 24%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.cpp.o
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 24%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o
[ 24%] Built target Kokkos_CoreUnitTest_InitializeFinalize
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 33%] 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/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 25%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicViews.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedAccessor.cpp.o
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o
[ 19%] 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_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o
[ 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_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_e.cpp.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_HIP.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ReferenceCountedAccessor.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamReductionScan.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/cuda/TestCuda_GraphAtomicLocks.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 19%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU
[ 19%] Built target Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 25%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 25%] Built target Kokkos_ProfilingAllCalls
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_int16.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_int16.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedDataHandle.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_int.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o
[ 25%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 25%] Built target Kokkos_CoreTestCompileOnly
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_longint.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_longlongint.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 25%] 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_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o
[ 21%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 21%] Built target Kokkos_CoreUnitTest_Develop
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o
[ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test06_ParallelFor_MDRangePolicy_HIP.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_f.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[  8%] 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_IncrementalTest_HIP.dir/generated/Test08_deep_copy_HIP.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_int.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o
[ 28%] 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_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 28%] Linking CXX executable Kokkos_StackTraceTestExec
[ 28%] Built target Kokkos_StackTraceTestExec
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test10_HierarchicalBasics_HIP.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedDataHandle.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ReferenceCountedDataHandle.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 28%] 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/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 25%] Linking CXX executable Kokkos_ToolsInitialization
[ 25%] Built target Kokkos_ToolsInitialization
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o
[ 26%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_g.cpp.o
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o
[ 26%] Built target Kokkos_CoreUnitTest_KokkosP
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[  8%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraphAtomicLocks
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_NumericTraits.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamScan.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_unsignedint.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_unsignedlongint.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAccessorArg.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o
[  8%] Built target Kokkos_CoreUnitTest_CudaGraphAtomicLocks
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/UnitTestMainInit.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[ 15%] 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_OpenACC.dir/openacc/TestOpenACC_Atomics.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_Timer.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicy.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_longint.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Assignment.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o
[ 23%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o
[ 23%] Built target Kokkos_CoreUnitTest_KokkosP
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRangePolicyConstructors.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/UnitTestMainInit.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_a.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o
[ 16%] Built target Kokkos_CoreTestCompileOnly
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_b.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test01_execspace_OPENACC.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_a.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Complex.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 23%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o
[ 23%] Built target Kokkos_CoreUnitTest_InitializeFinalize
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_b.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAccessorArg.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ViewCustomizationAccessorArg.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamTeamSize.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRangeReduce.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o
[ 17%] 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_HIP.dir/hip/TestHIP_Reducers_e.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAllocationType.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_longlongint.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test02_atomic_host_OPENACC.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 48%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c01.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_shared.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 49%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c02.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o
[ 18%] 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_OpenACC.dir/openacc/TestOpenACC_AtomicViews.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 49%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
[ 49%] Built target Kokkos_PerformanceTest_SharedSpace
[ 49%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_BitManipulationBuiltins.cpp.o
[ 29%] Linking CXX executable Kokkos_StackTraceTestExec
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test03a_MemorySpace_malloc_OPENACC.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o
[ 29%] Built target Kokkos_StackTraceTestExec
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDSpan.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CheckedIntegerOps.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c03.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 49%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamVectorRange.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_unsignedint.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c04.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test03b_MemorySpace_free_OPENACC.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_unsignedlongint.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDSpanAtomicAccessor.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAllocationType.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ViewCustomizationAllocationType.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Assignment.cpp.o
[ 11%] 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_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Narrowing.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDSpanConversion.cpp.o
[ 32%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o
[ 32%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test04_ParallelFor_RangePolicy_OPENACC.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_Timer.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o
[ 33%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 33%] Built target Kokkos_IncrementalTest_SERIAL
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test05_ParallelReduce_RangePolicy_OPENACC.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_UniqueToken.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 33%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 33%] Built target Kokkos_CoreUnitTest_Default
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o
[ 26%] Linking CXX executable Kokkos_StackTraceTestExec
[ 26%] Built target Kokkos_StackTraceTestExec
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Atomics.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/UnitTestMainInit.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Narrowing.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicViews.cpp.o
[ 52%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 52%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Assignment.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test16_ParallelScan_HIP.cpp.o
[ 19%] 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_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test17_CompleteAtomic_HIP.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_View_64bit.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENACC.cpp.o
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int8.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MinMaxClamp.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c06.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[ 11%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/UnitTestMainInit.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpaceThreadSafety.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test08_deep_copy_OPENACC.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_a.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test10_HierarchicalBasics_OPENACC.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 36%] 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_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_NumericTraits.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 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_int16.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 28%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o
[ 28%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 28%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o
[ 28%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 57%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 57%] Built target Kokkos_PerformanceTest_Mempool
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o
[ 13%] Linking CXX executable Kokkos_CoreUnitTest_Cuda_ViewSupport
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_BitManipulationBuiltins.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 57%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch
[ 57%] Built target Kokkos_PerformanceTest_ViewFirstTouch
[ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CommonPolicyConstructors.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o
[ 38%] Linking CXX executable Kokkos_IncrementalTest_HIP
[ 38%] Built target Kokkos_IncrementalTest_HIP
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 13%] Built target Kokkos_CoreUnitTest_Cuda_ViewSupport
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 29%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENACC.cpp.o
[ 11%] Built target Kokkos_CoreUnitTest_CudaTimingBased
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o
[ 29%] Built target Kokkos_CoreUnitTest_Cuda3
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENACC.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_b.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_c.cpp.o
[ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o
[ 57%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o
[ 57%] Built target Kokkos_PerformanceTest_Atomic
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Timer.cpp.o
[ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/cuda/TestCuda_GraphAtomicLocks.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CommonPolicyInterface.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENACC.cpp.o
[ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Narrowing.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o
[ 20%] 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_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o
[ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int16.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int8.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Complex.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/UnitTestMainInit.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o
[ 59%] Linking CXX executable Kokkos_PerformanceTest_Reduction
[ 59%] Built target Kokkos_PerformanceTest_Reduction
[ 59%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Graph.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 60%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o
[ 60%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o
[ 36%] 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_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o
[ 29%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 29%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 29%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test12a_ThreadScratch_OPENACC.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o
[ 61%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_d.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c10.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.cpp.o
[ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynamicView.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c05.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_b.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_c.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o
[ 61%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int8.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 61%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 61%] Built target Kokkos_ContainersPerformanceTest_HIP
[ 61%] Built target Kokkos_ContainersTestCompileOnly
[ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP_ViewSupport
[ 61%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP
[ 61%] Built target Kokkos_ContainersPerformanceTest_OpenMP
[ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test12b_TeamScratch_OPENACC.cpp.o
[ 31%] 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_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 15%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraphAtomicLocks
[ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.cpp.o
[ 12%] Built target Kokkos_CoreUnitTest_OpenMP_ViewSupport
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 32%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_Cuda_ViewSupport
[ 15%] Built target Kokkos_CoreUnitTest_CudaGraphAtomicLocks
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_e.cpp.o
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.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_c04.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o
[ 62%] 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_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSort.cpp.o
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENACC.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Concepts.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_BlockSizeDeduction.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENACC.cpp.o
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 12%] Built target Kokkos_CoreUnitTest_Cuda_ViewSupport
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 39%] 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_CudaInterOpStreams.dir/UnitTestMain.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 40%] 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_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CheckedIntegerOps.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_DeepCopy_Assignment.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int16.cpp.o
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewBadAlloc.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CommonPolicyConstructors.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_DeepCopy_Narrowing.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENACC.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecSpacePartitioning.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o
[ 63%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 63%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorProp.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 33%] Linking CXX executable Kokkos_IncrementalTest_OPENMP
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 33%] Built target Kokkos_IncrementalTest_OPENMP
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o
[ 41%] 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_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortByKey.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c07.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CommonPolicyInterface.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCopy_a.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 22%] 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_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 64%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 64%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecSpaceThreadSafety.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int16.cpp.o
[ 65%] Linking CXX executable Kokkos_UnitTest_Random
[ 65%] Built target Kokkos_UnitTest_Random
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Complex.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test14_MDRangeReduce_OPENACC.cpp.o
[ 65%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
[ 65%] Built target Kokkos_PerformanceTest_Benchmark
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o
[ 16%] Built target Kokkos_CoreUnitTest_CudaInterOpInit
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_OccupancyControlTrait.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 16%] Built target Kokkos_CoreUnitTest_CudaTimingBased
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 12%] Built target Kokkos_CoreUnitTest_CudaInterOpInit
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCopy_b.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Concepts.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o
[ 13%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/UnitTestMainInit.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test16_ParallelScan_OPENACC.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 43%] 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_SYCL1B.dir/sycl/TestSYCL_Other.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecutionSpace.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Crs.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCopy_c.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_Ctors.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/cuda/TestCuda_InterOp_Graph.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o
[ 37%] Linking CXX executable Kokkos_IncrementalTest_CUDA
[ 37%] Built target Kokkos_IncrementalTest_CUDA
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c11.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_LayoutMember.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_DeepCopy_Assignment.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Timer.cpp.o
[ 25%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2B
[ 70%] 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_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_ParallelScanRangePolicy.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test17_CompleteAtomic_OPENACC.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank12345.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewBadAlloc.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_TeamScratch.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o
[ 39%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 39%] Built target Kokkos_CoreUnitTest_Default
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 16%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/UnitTestMainInit.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o
[ 43%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 43%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o
[ 43%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 44%] Built target Kokkos_IncrementalTest_SERIAL
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank67.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_Ctors.cpp.o
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 46%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 46%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_FunctorAnalysis.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Graph.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o
[ 48%] Linking CXX executable Kokkos_IncrementalTest_OPENACC
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MathematicalConstants.cpp.o
[ 48%] Built target Kokkos_IncrementalTest_OPENACC
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MathematicalSpecialFunctions.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_LayoutMember.cpp.o
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 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_HIP.dir/hip/TestHIP_MDRange_g.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o
[ 48%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_a.cpp.o
[ 44%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o
[ 44%] Built target Kokkos_CoreUnitTest_Serial2
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCtorDimMatch.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_TeamScratch.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 16%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/UnitTestMainInit.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/cuda/TestCuda_InterOp_Graph.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanAtomicAccessor.cpp.o
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c08.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCtorProp.cpp.o
[ 16%] Built target Kokkos_CoreTestCompileOnly
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o
[ 15%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraph
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_c.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanConversion.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o
[ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o
[ 15%] Built target Kokkos_CoreUnitTest_CudaInterOpGraph
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewEmptyRuntimeUnmanaged.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Printf.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_NumericTraits.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorProp.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_b.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_OffsetView.cpp.o
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 16%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/UnitTestMainInit.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_d.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_e.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o
[ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_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_Serial1.dir/serial/TestSerial_Graph.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewLayoutStrideAssignment.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_DeepCopy_Narrowing.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_QuadPrecisionMath.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o
[ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/cuda/TestCuda_InterOp_GraphMultiGPU.cpp.o
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o
[ 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_TeamScratch.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicy.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 50%] 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_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraph
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 16%] Built target Kokkos_CoreUnitTest_CudaInterOpGraph
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.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_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o
[ 81%] 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_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/cuda/TestCuda_InterOp_GraphMultiGPU.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o
[ 27%] 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_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_a.cpp.o
[ 18%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_g.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c12.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewHooks.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicyConstructors.cpp.o
[ 27%] Built target Kokkos_CoreUnitTest_SYCL2B
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 18%] Built target Kokkos_CoreTestCompileOnly
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_a.cpp.o
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 52%] 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/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o
[ 81%] Linking CXX executable Kokkos_UnitTest_Sort
[ 81%] Built target Kokkos_UnitTest_Sort
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_b.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o
[ 18%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 18%] Built target Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 81%] 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_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_e.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/UnitTestMainInit.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o
[ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicyRequire.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCL_TeamScratchStreams.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRangePolicyConstructors.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 18%] 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_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions.cpp.o
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_SharedAlloc.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_b.cpp.o
[ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 83%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
[ 83%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o
[ 83%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_ReducerCTADs.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRangeReduce.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_DeepCopyAlignment.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 18%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorProp.cpp.o
[ 83%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ViewCtorPropEmbeddedDim.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_a.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDSpan.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_a.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 18%] Built target Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessorAccessViolation.cpp.o
[ 28%] 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_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_subview.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessor.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_b.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 58%] 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_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDSpanAtomicAccessor.cpp.o
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 85%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMemoryAccessViolation.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 45%] 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_Default.dir/TestCStyleMemoryManagement.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o
[ 86%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o
[ 86%] Built target Kokkos_ContainersUnitTest_OpenMP
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 20%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 20%] Built target Kokkos_CoreUnitTest_Develop
[ 45%] 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_TuningBuiltins.dir/tools/TestBuiltinTuners.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOfClass.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDSpanConversion.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_c.cpp.o
[ 88%] Linking CXX executable Kokkos_ContainersUnitTest_HIP
[ 88%] Built target Kokkos_ContainersUnitTest_HIP
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 88%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o
[ 61%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 61%] Built target Kokkos_CoreUnitTest_Serial1
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o
[ 18%] 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_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_b.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecSpacePartitioning.cpp.o
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 89%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOfViews.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[ 61%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
[ 61%] Built target Kokkos_PerformanceTest_SharedSpace
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_d.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o
[ 89%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfViews.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_c.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecSpaceThreadSafety.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o
[ 89%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c13.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOutOfBoundsAccess.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o
[ 56%] 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_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o
[ 89%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_e.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 89%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o
[ 61%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 61%] Built target Kokkos_PerformanceTest_Mempool
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o
[ 21%] Linking CXX executable Kokkos_CoreUnitTest_TuningBuiltins
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 89%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfViews.cpp.o
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MinMaxClamp.cpp.o
[ 21%] Built target Kokkos_CoreUnitTest_TuningBuiltins
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewResize.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBasics.dir/tools/TestTuning.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c14.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecutionSpace.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o
[ 89%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan
[ 89%] Built target Kokkos_PerformanceTest_InclusiveScan
[ 89%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o
[ 61%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 61%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c15.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 89%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_OccupancyControlTrait.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o
[ 89%] Linking CXX executable Kokkos_atomic
[ 89%] Built target Kokkos_atomic
[ 89%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 89%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 90%] Linking CXX executable Kokkos_gups
[ 90%] Built target Kokkos_gups
[ 90%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 62%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch
[ 62%] Built target Kokkos_PerformanceTest_ViewFirstTouch
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_FunctorAnalysis.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_Timer.cpp.o
[ 90%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_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
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_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
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c15.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 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/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_a.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o
[ 90%] Linking CXX executable Kokkos_launch_latency
[ 90%] Built target Kokkos_launch_latency
[ 90%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 90%] Linking CXX executable Kokkos_stream
[ 90%] Built target Kokkos_stream
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o
[ 90%] Linking CXX executable Kokkos_view_copy_constructor
[ 90%] Built target Kokkos_view_copy_constructor
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ParallelScanRangePolicy.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_d.cpp.o
[ 47%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1
[ 63%] Linking CXX executable Kokkos_PerformanceTest_Reduction
[ 63%] Built target Kokkos_PerformanceTest_Reduction
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o
[ 91%] Linking CXX executable Kokkos_gather
[ 91%] Built target Kokkos_gather
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Graph.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Printf.cpp.o
[ 21%] Linking CXX executable Kokkos_CoreUnitTest_TuningBasics
[ 63%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_Timer.cpp.o
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 51%] Built target Kokkos_CoreUnitTest_Cuda1
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 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%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c02.cpp.o
[ 21%] Built target Kokkos_CoreUnitTest_TuningBasics
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CategoricalTuner.dir/tools/TestCategoricalTuner.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 32%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2D
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_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_Printf_hpp
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o
[ 63%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_b.cpp.o
[ 32%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2C
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Timer.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o
[ 57%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2
[ 92%] Linking CXX executable Kokkos_policy_performance
[ 92%] Built target Kokkos_policy_performance
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c03.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c04.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 57%] Built target Kokkos_CoreUnitTest_Cuda2
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_QuadPrecisionMath.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_c.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o
[ 93%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[ 65%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 65%] Built target Kokkos_PerformanceTest_Atomic
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o
[ 93%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_RangePolicyConstructors.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_WithoutInitializing.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 93%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 93%] Built target Kokkos_UnitTest_SIMD
[ 94%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c10.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ReducerCTADs.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Timer.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o
[ 21%] Linking CXX executable Kokkos_CoreUnitTest_CategoricalTuner
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 21%] Built target Kokkos_CoreUnitTest_CategoricalTuner
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 65%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP
[ 65%] Built target Kokkos_ContainersPerformanceTest_HIP
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c11.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSort.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_HostSharedPtr.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_b.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortByKey.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 67%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 67%] Built target Kokkos_ContainersTestCompileOnly
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynamicView.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 32%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2A
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_HostSharedPtrAccessOnDevice.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o
[ 95%] Linking CXX executable Kokkos_bytes_and_flops
[ 95%] Built target Kokkos_bytes_and_flops
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c12.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_a.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorProp.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c15.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_JoinBackwardCompatibility.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_b.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 68%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 68%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_c.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 21%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o
[ 22%] Built target Kokkos_CoreUnitTest_InitializeFinalize
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c13.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c14.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c15.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfViews.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank12345.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_LocalDeepCopy.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_b.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Assignment.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o
[ 69%] Linking CXX executable Kokkos_UnitTest_Random
[ 69%] Built target Kokkos_UnitTest_Random
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank67.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 96%] 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
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_Ctors.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_e.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_LayoutMember.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_c.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_a.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_SharedAlloc.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_a.cpp.o
[ 23%] 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_ViewBadAlloc.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_subview.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_b.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_c.cpp.o
[ 98%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o
[ 98%] Built target Kokkos_CoreUnitTest_OpenMP
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_c.cpp.o
[ 98%] 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
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_subview.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ScanUnit.cpp.o
[ 70%] Linking CXX executable Kokkos_UnitTest_Sort
[ 70%] Built target Kokkos_UnitTest_Sort
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_c.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedResourceLock.cpp.o
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o
[ 70%] 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_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Spaces.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_SharedAlloc.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Memory_Requirements.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_e.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratchStreams.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_TeamScratch.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewBadAlloc.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AsyncLauncher.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlocksizeDeduction.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reductions.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_ViewCustomization.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Narrowing.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SharedAlloc.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_OffsetView.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_StaticCrsGraph.cpp.o
[ 65%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
[ 65%] Built target Kokkos_PerformanceTest_SharedSpace
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.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_ViewAPI_d.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_a.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalConstants.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SpaceAwareAccessorAccessViolation.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c15.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SpaceAwareAccessor.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Swap.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
[ 74%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 74%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_c.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
[100%] Linking CXX executable Kokkos_CoreUnitTest_HIP
[100%] Built target Kokkos_CoreUnitTest_HIP
+ ctest --no-compress-output -T Test --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
   Site: e2912b8d2dea
   Build name: Linux-hipcc
Create new tag: 20250911-0613 - Experimental
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-8428/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-8428/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP
1: Test timeout computed to be: 1500
1: [==========] Running 391 tests from 4 test suites.
1: [----------] Global test environment set-up.
1: [----------] 19 tests from openmp_DeathTest
1: [ RUN      ] openmp_DeathTest.abort_from_host
1: [       OK ] openmp_DeathTest.abort_from_host (1597 ms)
1: [ RUN      ] openmp_DeathTest.abort_from_device
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_b.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reductions_DeviceView.cpp.o
1: [       OK ] openmp_DeathTest.abort_from_device (1697 ms)
1: [ RUN      ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
1: [       OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (1575 ms)
1: [ RUN      ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o
1: [       OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (1595 ms)
1: [ RUN      ] openmp_DeathTest.policy_invalid_bounds
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
1: [       OK ] openmp_DeathTest.policy_invalid_bounds (1608 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_invalid_bounds
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 68%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
1: [       OK ] openmp_DeathTest.range_policy_invalid_bounds (3264 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_round_trip_conversion_fires
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_TeamPolicyConstructors.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
1: [       OK ] openmp_DeathTest.range_policy_round_trip_conversion_fires (1635 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_check_sign_changes
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
1: [       OK ] openmp_DeathTest.range_policy_check_sign_changes (3288 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_implicitly_converted_bounds
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions1.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 25%] 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_Cuda1.dir/cuda/TestCuda_Complex.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 68%] Built target Kokkos_CoreUnitTest_OpenMP
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o
1: [       OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (6375 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_dyn
1: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:106: 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-8428/core/unit_test/TestViewCtorDimMatch.hpp:135: 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-8428/core/unit_test/TestViewCtorDimMatch.hpp:164: 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-8428/core/unit_test/TestViewCtorDimMatch.hpp:196: 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
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_SharedAlloc.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Vector.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_c.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Timer.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_View_64bit.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_a.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o
[ 36%] Built target Kokkos_CoreUnitTest_SYCL2D
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit.dir/UnitTestMain.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o
1: [       OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (11556 ms)
1: [ RUN      ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit.dir/sycl/TestSYCL_InterOp_Init.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 71%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 71%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_SpaceAwareAccessorAccessViolation.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
1: [       OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (11622 ms)
1: [ RUN      ] openmp_DeathTest.view_memory_access_violations_from_host
1: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:159: 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-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:173: 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_subview_wrong_extents
1: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSubView_a.hpp:81: Skipped
1: only enforced when debug bound checks is enabled
1: [  SKIPPED ] openmp_DeathTest.view_subview_wrong_extents (0 ms)
1: [ RUN      ] openmp_DeathTest.view_subview_constructor_layout_compatibility
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_d.cpp.o
[ 37%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpInit
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
1: [       OK ] openmp_DeathTest.view_subview_constructor_layout_compatibility (3250 ms)
1: [----------] 19 tests from openmp_DeathTest (49067 ms total)
1: 
1: [----------] 1 test from openmp_graph_DeathTest
1: [ RUN      ] openmp_graph_DeathTest.can_instantiate_only_once
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 37%] Built target Kokkos_CoreUnitTest_SYCLInterOpInit
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit_Context.dir/UnitTestMainInit.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
1: [       OK ] openmp_graph_DeathTest.can_instantiate_only_once (3430 ms)
1: [----------] 1 test from openmp_graph_DeathTest (3430 ms total)
1: 
1: [----------] 354 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_int8
1: [       OK ] openmp.atomic_operations_int8 (4 ms)
1: [ RUN      ] openmp.atomic_operations_int16
1: [       OK ] openmp.atomic_operations_int16 (2 ms)
1: [ RUN      ] openmp.atomic_operations_int
1: [       OK ] openmp.atomic_operations_int (2 ms)
1: [ RUN      ] openmp.atomic_operations_long
1: [       OK ] openmp.atomic_operations_long (2 ms)
1: [ RUN      ] openmp.atomic_operations_longlong
1: [       OK ] openmp.atomic_operations_longlong (2 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
[ 26%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
1: [       OK ] openmp.atomics (14 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 (179 ms)
1: [ RUN      ] openmp.atomic_views_nonintegral
1: [       OK ] openmp.atomic_views_nonintegral (54 ms)
1: [ RUN      ] openmp.atomic_view_api
1: [       OK ] openmp.atomic_view_api (9 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 (1 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_0
1: 
1: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
1:                                  does not support page migration between device and host.
1:                                  HIPManagedSpace might not work as expected.
1:                                  Please refer to the ROCm documentation on unified/managed memory.
1: [       OK ] openmp.deep_copy_assignable_types_rank_0 (6 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_1
1: [       OK ] openmp.deep_copy_assignable_types_rank_1 (0 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_2
1: [       OK ] openmp.deep_copy_assignable_types_rank_2 (0 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_3
1: [       OK ] openmp.deep_copy_assignable_types_rank_3 (0 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_4
1: [       OK ] openmp.deep_copy_assignable_types_rank_4 (0 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_5
1: [       OK ] openmp.deep_copy_assignable_types_rank_5 (0 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_6
1: [       OK ] openmp.deep_copy_assignable_types_rank_6 (0 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_7
1: [       OK ] openmp.deep_copy_assignable_types_rank_7 (0 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_8
1: [       OK ] openmp.deep_copy_assignable_types_rank_8 (0 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_1_half
1: [       OK ] openmp.deep_copy_assignable_types_rank_1_half (0 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_2_half
1: [       OK ] openmp.deep_copy_assignable_types_rank_2_half (0 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_3_half
1: [       OK ] openmp.deep_copy_assignable_types_rank_3_half (0 ms)
1: [ RUN      ] openmp.deep_copy_narrowing_rank_0
1: [       OK ] openmp.deep_copy_narrowing_rank_0 (4 ms)
1: [ RUN      ] openmp.deep_copy_narrowing_rank_1
1: [       OK ] openmp.deep_copy_narrowing_rank_1 (0 ms)
1: [ RUN      ] openmp.deep_copy_narrowing_rank_2
1: [       OK ] openmp.deep_copy_narrowing_rank_2 (0 ms)
1: [ RUN      ] openmp.deep_copy_narrowing_rank_3
1: [       OK ] openmp.deep_copy_narrowing_rank_3 (0 ms)
1: [ RUN      ] openmp.deep_copy_narrowing_rank_4
1: [       OK ] openmp.deep_copy_narrowing_rank_4 (0 ms)
1: [ RUN      ] openmp.deep_copy_narrowing_rank_5
1: [       OK ] openmp.deep_copy_narrowing_rank_5 (0 ms)
1: [ RUN      ] openmp.deep_copy_narrowing_rank_6
1: [       OK ] openmp.deep_copy_narrowing_rank_6 (0 ms)
1: [ RUN      ] openmp.deep_copy_narrowing_rank_7
1: [       OK ] openmp.deep_copy_narrowing_rank_7 (0 ms)
1: [ RUN      ] openmp.deep_copy_narrowing_rank_8
1: [       OK ] openmp.deep_copy_narrowing_rank_8 (0 ms)
1: [ RUN      ] openmp.deep_copy_alignment
1: [       OK ] openmp.deep_copy_alignment (1 ms)
1: [ RUN      ] openmp.deep_copy_conversion
1: [       OK ] openmp.deep_copy_conversion (23 ms)
1: [ RUN      ] openmp.partitioning_by_args
1: [       OK ] openmp.partitioning_by_args (0 ms)
1: [ RUN      ] openmp.partitioning_by_args_with_structured_bindings
1: [       OK ] openmp.partitioning_by_args_with_structured_bindings (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 (382 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_mdrange
1: [       OK ] openmp.exec_space_thread_safety_mdrange (42 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_team_policy
1: [       OK ] openmp.exec_space_thread_safety_team_policy (50 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_range_reduce
1: [       OK ] openmp.exec_space_thread_safety_range_reduce (42 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_mdrange_reduce
1: [       OK ] openmp.exec_space_thread_safety_mdrange_reduce (42 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_team_policy_reduce
1: [       OK ] openmp.exec_space_thread_safety_team_policy_reduce (48 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_range_scan
1: [       OK ] openmp.exec_space_thread_safety_range_scan (41 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.when_all_type
1: [       OK ] openmp.when_all_type (0 ms)
1: [ RUN      ] openmp.graph_capture
1: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:1105: Skipped
1: The graph backend for OpenMP does not support capture.
1: [  SKIPPED ] openmp.graph_capture (0 ms)
1: [ RUN      ] openmp.graph_then
1: [       OK ] openmp.graph_then (0 ms)
1: [ RUN      ] openmp.then_host
1: [       OK ] openmp.then_host (0 ms)
1: [ RUN      ] openmp.mixed_then_host_device_nodes
1: [       OK ] openmp.mixed_then_host_device_nodes (0 ms)
1: [ RUN      ] openmp.graph_then_tag
1: [       OK ] openmp.graph_then_tag (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.join_backward_compatibility
1: [       OK ] openmp.join_backward_compatibility (0 ms)
1: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutleft
[ 26%] Built target Kokkos_CoreUnitTest_KokkosP
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
1: [       OK ] openmp.local_deepcopy_teampolicy_layoutleft (459 ms)
1: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutleft
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
1: [       OK ] openmp.local_deepcopy_rangepolicy_layoutleft (732 ms)
1: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutright
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o
[ 72%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch
[ 72%] Built target Kokkos_PerformanceTest_ViewFirstTouch
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o
1: [       OK ] openmp.local_deepcopy_teampolicy_layoutright (325 ms)
1: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutright
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 73%] Linking CXX executable Kokkos_PerformanceTest_Mempool
1: [       OK ] openmp.local_deepcopy_rangepolicy_layoutright (328 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_fmax_fmin
1: [       OK ] openmp.mathematical_functions_fmax_fmin (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_impl_half_fallback
1: [       OK ] openmp.mathematical_functions_impl_half_fallback (0 ms)
1: [ RUN      ] openmp.mathematical_functions_nextafter_fp16
1: [       OK ] openmp.mathematical_functions_nextafter_fp16 (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
[ 73%] Built target Kokkos_PerformanceTest_Mempool
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorProp.cpp.o
1: [       OK ] openmp.mdrange_5d (324 ms)
1: [ RUN      ] openmp.mdrange_6d
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_SpaceAwareAccessor.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
1: [       OK ] openmp.mdrange_6d (528 ms)
1: [ RUN      ] openmp.mdrange_2d
1: [       OK ] openmp.mdrange_2d (1 ms)
1: [ RUN      ] openmp.mdrange_array_reduce
1: [       OK ] openmp.mdrange_array_reduce (0 ms)
1: [ RUN      ] openmp.mdrange_3d
1: [       OK ] openmp.mdrange_3d (7 ms)
1: [ RUN      ] openmp.mdrange_neg_idx
1: [       OK ] openmp.mdrange_neg_idx (27 ms)
1: [ RUN      ] openmp.mdrange_4d
1: [       OK ] openmp.mdrange_4d (214 ms)
1: [ RUN      ] openmp.mdrange_scalar
1: [       OK ] openmp.mdrange_scalar (0 ms)
1: [ RUN      ] openmp.mdrange_large_deep_copy
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_b.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_c.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
1: [       OK ] openmp.mdrange_large_deep_copy (148 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 (615 ms)
1: [ RUN      ] openmp.mdspan_minimal_functional
1: /var/jenkins/workspace/Kokkos_PR-8428/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 (4 ms)
1: [ RUN      ] openmp.min
1: [       OK ] openmp.min (0 ms)
1: [ RUN      ] openmp.min_within_parfor
1: [       OK ] openmp.min_within_parfor (0 ms)
1: [ RUN      ] openmp.minmax
1: [       OK ] openmp.minmax (0 ms)
1: [ RUN      ] openmp.minmax_within_parfor
1: [       OK ] openmp.minmax_within_parfor (0 ms)
1: [ RUN      ] openmp.clamp
1: [       OK ] openmp.clamp (0 ms)
1: [ RUN      ] openmp.clamp_within_parfor
1: [       OK ] openmp.clamp_within_parfor (0 ms)
1: [ RUN      ] openmp.numeric_traits_infinity
1: [       OK ] openmp.numeric_traits_infinity (0 ms)
1: [ RUN      ] openmp.numeric_traits_epsilon
1: [       OK ] openmp.numeric_traits_epsilon (0 ms)
1: [ RUN      ] openmp.numeric_traits_round_error
1: [       OK ] openmp.numeric_traits_round_error (0 ms)
1: [ RUN      ] openmp.numeric_traits_norm_min
1: [       OK ] openmp.numeric_traits_norm_min (0 ms)
1: [ RUN      ] openmp.numeric_traits_denorm_min
1: [       OK ] openmp.numeric_traits_denorm_min (0 ms)
1: [ RUN      ] openmp.numeric_traits_finite_min_max
1: [       OK ] openmp.numeric_traits_finite_min_max (0 ms)
1: [ RUN      ] openmp.numeric_traits_digits
1: [       OK ] openmp.numeric_traits_digits (0 ms)
1: [ RUN      ] openmp.numeric_traits_digits10
1: [       OK ] openmp.numeric_traits_digits10 (0 ms)
1: [ RUN      ] openmp.numeric_traits_max_digits10
1: [       OK ] openmp.numeric_traits_max_digits10 (0 ms)
1: [ RUN      ] openmp.numeric_traits_radix
1: [       OK ] openmp.numeric_traits_radix (0 ms)
1: [ RUN      ] openmp.numeric_traits_min_max_exponent
1: [       OK ] openmp.numeric_traits_min_max_exponent (0 ms)
1: [ RUN      ] openmp.numeric_traits_min_max_exponent10
1: [       OK ] openmp.numeric_traits_min_max_exponent10 (0 ms)
1: [ RUN      ] openmp.numeric_traits_quiet_and_signaling_nan
1: [       OK ] openmp.numeric_traits_quiet_and_signaling_nan (0 ms)
1: [ RUN      ] openmp.numeric_traits_sfinae_friendly
1: [       OK ] openmp.numeric_traits_sfinae_friendly (0 ms)
1: [ RUN      ] openmp.occupancy_control
1: [       OK ] openmp.occupancy_control (0 ms)
1: [ RUN      ] openmp.memory_pool
1: [       OK ] openmp.memory_pool (52 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 (7 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.large_parallel_for_reduce
1: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestRange.hpp:379: Skipped
1: Disabling for host backends
1: [  SKIPPED ] openmp.large_parallel_for_reduce (0 ms)
1: [ RUN      ] openmp.range_policy_runtime_parameters
1: [       OK ] openmp.range_policy_runtime_parameters (0 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_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 (0 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 (35 ms)
1: [ RUN      ] openmp.double_reduce
1: [       OK ] openmp.double_reduce (49 ms)
1: [ RUN      ] openmp.int64_t_reduce_dynamic
1: [       OK ] openmp.int64_t_reduce_dynamic (121 ms)
1: [ RUN      ] openmp.double_reduce_dynamic
1: [       OK ] openmp.double_reduce_dynamic (130 ms)
1: [ RUN      ] openmp.int64_t_reduce_dynamic_view
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 75%] Linking CXX executable Kokkos_ContainersUnitTest_HIP
1: [       OK ] openmp.int64_t_reduce_dynamic_view (28 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-8428/core/unit_test/TestReduce.hpp:663: Skipped
1: Disabling for host backends
1: [  SKIPPED ] openmp.reduction_with_large_iteration_count (0 ms)
1: [ RUN      ] openmp.reduction_identity_min_max_floating_point_types
1: [       OK ] openmp.reduction_identity_min_max_floating_point_types (5 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 (11 ms)
1: [ RUN      ] openmp.reduce_device_view_mdrange_policy
[ 75%] Built target Kokkos_ContainersUnitTest_HIP
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
1: [       OK ] openmp.reduce_device_view_mdrange_policy (303 ms)
1: [ RUN      ] openmp.reduce_device_view_team_policy
1: [       OK ] openmp.reduce_device_view_team_policy (26 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 (10 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 (118 ms)
1: [ RUN      ] openmp.team_parallel_single
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.cpp.o
1: [       OK ] openmp.team_parallel_single (1767 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 (55 ms)
1: [ RUN      ] openmp.team_broadcast_long_wrapper
1: [       OK ] openmp.team_broadcast_long_wrapper (55 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 (57 ms)
1: [ RUN      ] openmp.team_broadcast_double
1: [       OK ] openmp.team_broadcast_double (57 ms)
1: [ RUN      ] openmp.team_broadcast_int_ptr
1: [       OK ] openmp.team_broadcast_int_ptr (0 ms)
1: [ RUN      ] openmp.team_single_thread_int_ptr
1: [       OK ] openmp.team_single_thread_int_ptr (0 ms)
1: [ RUN      ] openmp.team_single_team_int_ptr
1: [       OK ] openmp.team_single_team_int_ptr (0 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 (170 ms)
1: [ RUN      ] openmp.triple_nested_parallelism
1: [       OK ] openmp.triple_nested_parallelism (104 ms)
1: [ RUN      ] openmp.parallel_scan_with_reducers
1: [       OK ] openmp.parallel_scan_with_reducers (43 ms)
1: [ RUN      ] openmp.team_thread_range_combined_reducers
1: [       OK ] openmp.team_thread_range_combined_reducers (0 ms)
1: [ RUN      ] openmp.thread_vector_range_combined_reducers
1: [       OK ] openmp.thread_vector_range_combined_reducers (0 ms)
1: [ RUN      ] openmp.team_vector_range_combined_reducers
1: [       OK ] openmp.team_vector_range_combined_reducers (0 ms)
1: [ RUN      ] openmp.TeamThreadMDRangeParallelFor
1: [       OK ] openmp.TeamThreadMDRangeParallelFor (5 ms)
1: [ RUN      ] openmp.ThreadVectorMDRangeParallelFor
1: [       OK ] openmp.ThreadVectorMDRangeParallelFor (3 ms)
1: [ RUN      ] openmp.TeamVectorMDRangeParallelFor
1: [       OK ] openmp.TeamVectorMDRangeParallelFor (5 ms)
1: [ RUN      ] openmp.TeamThreadMDRangeParallelReduce
1: [       OK ] openmp.TeamThreadMDRangeParallelReduce (5 ms)
1: [ RUN      ] openmp.ThreadVectorMDRangeParallelReduce
1: [       OK ] openmp.ThreadVectorMDRangeParallelReduce (5 ms)
1: [ RUN      ] openmp.TeamVectorMDRangeParallelReduce
1: [       OK ] openmp.TeamVectorMDRangeParallelReduce (5 ms)
1: [ RUN      ] openmp.team_policy_runtime_parameters
1: [       OK ] openmp.team_policy_runtime_parameters (0 ms)
1: [ RUN      ] openmp.team_reduction_scan
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit_Context.dir/sycl/TestSYCL_InterOp_Init_Context.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_e.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 28%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 73%] Linking CXX executable Kokkos_PerformanceTest_Reduction
[ 73%] Built target Kokkos_PerformanceTest_Reduction
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
1: [       OK ] openmp.team_reduction_scan (6758 ms)
1: [ RUN      ] openmp.team_long_reduce
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
1: [       OK ] openmp.team_long_reduce (11 ms)
1: [ RUN      ] openmp.team_double_reduce
1: [       OK ] openmp.team_double_reduce (12 ms)
1: [ RUN      ] openmp.team_long_array_reduce
1: [       OK ] openmp.team_long_array_reduce (12 ms)
1: [ RUN      ] openmp.team_double_array_reduce
1: [       OK ] openmp.team_double_array_reduce (13 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
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 73%] Linking CXX executable Kokkos_PerformanceTest_Atomic
1: [       OK ] openmp.repeated_team_reduce (579 ms)
1: [ RUN      ] openmp.nested_team_reduce_functor_as_reducer
1: [       OK ] openmp.nested_team_reduce_functor_as_reducer (0 ms)
1: [ RUN      ] openmp.team_scan
1: [       OK ] openmp.team_scan (118 ms)
1: [ RUN      ] openmp.team_scan_ret_val
1: [       OK ] openmp.team_scan_ret_val (88 ms)
1: [ RUN      ] openmp.team_shared_request
[ 73%] Built target Kokkos_PerformanceTest_Atomic
[ 73%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o
1: [       OK ] openmp.team_shared_request (328 ms)
1: [ RUN      ] openmp.team_scratch_request
1: [       OK ] openmp.team_scratch_request (25 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
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Assignment.cpp.o
[ 28%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
1: [       OK ] openmp.team_policy_max_recommended (1625 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 (49 ms)
1: [ RUN      ] openmp.timer
1: [       OK ] openmp.timer (20 ms)
1: [ RUN      ] openmp.unique_token_global
1: [       OK ] openmp.unique_token_global (8 ms)
1: [ RUN      ] openmp.unique_token_instance
1: [       OK ] openmp.unique_token_instance (41 ms)
1: [ RUN      ] openmp.unique_token_team_acquire
1: [       OK ] openmp.unique_token_team_acquire (0 ms)
1: [ RUN      ] openmp.view_api_a
1: [       OK ] openmp.view_api_a (6 ms)
1: [ RUN      ] openmp.view_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 (2 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 (1 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 (331 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
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
1: [       OK ] openmp.view_fill_tests_layout_right (623 ms)
1: [ RUN      ] openmp.view_fill_tests_layout_left
1: [       OK ] openmp.view_fill_tests_layout_left (552 ms)
1: [ RUN      ] openmp.vcp_empty_traits
1: [       OK ] openmp.vcp_empty_traits (0 ms)
1: [ RUN      ] openmp.is_view_label
1: [       OK ] openmp.is_view_label (0 ms)
1: [ RUN      ] openmp.vcp_label_base_traits
1: [       OK ] openmp.vcp_label_base_traits (0 ms)
1: [ RUN      ] openmp.vcp_label_traits
1: [       OK ] openmp.vcp_label_traits (0 ms)
1: [ RUN      ] openmp.view_alloc_can_perfect_forward_label
1: [       OK ] openmp.view_alloc_can_perfect_forward_label (0 ms)
1: [ RUN      ] openmp.vcp_label_copy_constructor
1: [       OK ] openmp.vcp_label_copy_constructor (0 ms)
1: [ RUN      ] openmp.vcp_pointer_add_property
1: [       OK ] openmp.vcp_pointer_add_property (0 ms)
1: [ RUN      ] openmp.view_empty_runtime_unmanaged
1: [       OK ] openmp.view_empty_runtime_unmanaged (0 ms)
1: [ RUN      ] openmp.view_hooks
1: [       OK ] openmp.view_hooks (0 ms)
1: [ RUN      ] openmp.view_layoutstride_left_to_layoutleft_assignment
1: [       OK ] openmp.view_layoutstride_left_to_layoutleft_assignment (34 ms)
1: [ RUN      ] openmp.view_layoutstride_right_to_layoutright_assignment
1: [       OK ] openmp.view_layoutstride_right_to_layoutright_assignment (33 ms)
1: [ RUN      ] openmp.view_irregular_layout
1: [       OK ] openmp.view_irregular_layout (0 ms)
1: [ RUN      ] openmp.view_mapping
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
1: [       OK ] openmp.view_mapping (56 ms)
1: [ RUN      ] openmp.view_mapping_operator
1: [       OK ] openmp.view_mapping_operator (0 ms)
1: [ RUN      ] openmp.static_extent
1: [       OK ] openmp.static_extent (0 ms)
1: [ RUN      ] openmp.view_mapping_atomic
1: [       OK ] openmp.view_mapping_atomic (0 ms)
1: [ RUN      ] openmp.view_mapping_class_value
1: [       OK ] openmp.view_mapping_class_value (0 ms)
1: [ RUN      ] openmp.view_mapping_assignable
1: [       OK ] openmp.view_mapping_assignable (0 ms)
1: [ RUN      ] openmp.view_mapping_trivially_copyable
1: [       OK ] openmp.view_mapping_trivially_copyable (0 ms)
1: [ RUN      ] openmp.view_mapping_subview
1: [       OK ] openmp.view_mapping_subview (0 ms)
1: [ RUN      ] openmp.view_nested_view
1: [       OK ] openmp.view_nested_view (0 ms)
1: [ RUN      ] openmp.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 (3 ms)
1: [ RUN      ] openmp.view_realloc
1: [       OK ] openmp.view_realloc (0 ms)
1: [ RUN      ] openmp.workgraph_fib
1: [       OK ] openmp.workgraph_fib (703 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: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestWithoutInitializing.hpp:221: Skipped
1: skipping since the OpenMP backend doesn't use ZeroMemset
1: [  SKIPPED ] 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-8428/core/unit_test/TestWithoutInitializing.hpp:305: 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 (5 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d_atomic
1: [       OK ] openmp.view_subview_2d_from_3d_atomic (5 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d_randomaccess
1: [       OK ] openmp.view_subview_2d_from_3d_randomaccess (5 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Swap.cpp.o
1: [       OK ] openmp.view_subview_3d_from_5d_left (84 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left_atomic
1: [       OK ] openmp.view_subview_3d_from_5d_left_atomic (83 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left_randomaccess
1: [       OK ] openmp.view_subview_3d_from_5d_left_randomaccess (84 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right
1: [       OK ] openmp.view_subview_3d_from_5d_right (118 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right_atomic
1: [       OK ] openmp.view_subview_3d_from_5d_right_atomic (121 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right_randomaccess
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
1: [       OK ] openmp.view_subview_3d_from_5d_right_randomaccess (119 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: [----------] 354 tests from openmp (20756 ms total)
1: 
1: [----------] 17 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-8428/core/unit_test/TestGraph.hpp:250: 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.repeat_chain
1: [       OK ] openmp_graph.repeat_chain (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.force_global_launch
1: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:444: Skipped
1: This execution space does not support global launch.
1: [  SKIPPED ] openmp_graph.force_global_launch (0 ms)
1: [ RUN      ] openmp_graph.sized_functor_launch
1: [       OK ] openmp_graph.sized_functor_launch (0 ms)
1: [ RUN      ] openmp_graph.empty_graph_default_host_exec
1: [       OK ] openmp_graph.empty_graph_default_host_exec (0 ms)
1: [ RUN      ] openmp_graph.node_lifetime
1: [       OK ] openmp_graph.node_lifetime (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: [----------] 17 tests from openmp_graph (0 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 391 tests from 4 test suites ran. (73255 ms total)
1: [  PASSED  ] 376 tests.
1: [  SKIPPED ] 15 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_DeathTest.view_subview_wrong_extents
1: [  SKIPPED ] openmp.graph_capture
1: [  SKIPPED ] openmp.mdspan_minimal_functional
1: [  SKIPPED ] openmp.large_parallel_for_reduce
1: [  SKIPPED ] openmp.reduction_with_large_iteration_count
1: [  SKIPPED ] openmp.deep_copy_zero_memset
1: [  SKIPPED ] openmp.view_allocation_int
1: [  SKIPPED ] openmp_graph.create_graph_no_arg
1: [  SKIPPED ] openmp_graph.force_global_launch
 1/58 Test  #1: Kokkos_CoreUnitTest_OpenMP .................................   Passed   73.75 sec
test 2
      Start  2: Kokkos_CoreUnitTest_OpenMPInterOp

2: Test command: /var/jenkins/workspace/Kokkos_PR-8428/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
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o
2: [       OK ] openmp.raw_openmp_interop (413 ms)
2: [----------] 1 test from openmp (413 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 1 test from 1 test suite ran. (413 ms total)
2: [  PASSED  ] 1 test.
 2/58 Test  #2: Kokkos_CoreUnitTest_OpenMPInterOp ..........................   Passed    0.46 sec
test 3
      Start  3: Kokkos_CoreUnitTest_HIP

3: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_HIP
3: Test timeout computed to be: 1500
3: [==========] Running 457 tests from 8 test suites.
3: [----------] Global test environment set-up.
3: [----------] 17 tests from hip_DeathTest
3: [ RUN      ] hip_DeathTest.abort_from_host
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
3: [       OK ] hip_DeathTest.abort_from_host (1565 ms)
3: [ RUN      ] hip_DeathTest.abort_from_device
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o
[ 37%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpInit_Context
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
3: [       OK ] hip_DeathTest.abort_from_device (3027 ms)
3: [ RUN      ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 73%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
3: [       OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (1644 ms)
3: [ RUN      ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions
[ 73%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o
[ 73%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o
[ 37%] Built target Kokkos_CoreUnitTest_SYCLInterOpInit_Context
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreams.dir/UnitTestMain.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
3: [       OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (1654 ms)
3: [ RUN      ] hip_DeathTest.policy_invalid_bounds
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o
[ 37%] Built target Kokkos_CoreUnitTest_SYCL2C
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreams.dir/sycl/TestSYCL_InterOp_Streams.cpp.o
3: [       OK ] hip_DeathTest.policy_invalid_bounds (1654 ms)
3: [ RUN      ] hip_DeathTest.range_policy_invalid_bounds
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Narrowing.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_a.cpp.o
[ 37%] Linking CXX executable Kokkos_CoreUnitTest_SYCL1B
3: [       OK ] hip_DeathTest.range_policy_invalid_bounds (3241 ms)
3: [ RUN      ] hip_DeathTest.range_policy_round_trip_conversion_fires
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_d.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewBadAlloc.cpp.o
3: [       OK ] hip_DeathTest.range_policy_round_trip_conversion_fires (1591 ms)
3: [ RUN      ] hip_DeathTest.range_policy_check_sign_changes
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[ 76%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[ 76%] Built target Kokkos_ContainersUnitTest_Serial
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_a.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 74%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP
[ 74%] Built target Kokkos_ContainersPerformanceTest_OpenMP
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
3: [       OK ] hip_DeathTest.range_policy_check_sign_changes (3214 ms)
3: [ RUN      ] hip_DeathTest.range_policy_implicitly_converted_bounds
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_b.cpp.o
[ 75%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda
[ 75%] Built target Kokkos_ContainersPerformanceTest_Cuda
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU.dir/sycl/TestSYCL_InterOp_StreamsMultiGPU.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o
[ 37%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpStreams
3: [       OK ] hip_DeathTest.range_policy_implicitly_converted_bounds (6550 ms)
3: [ RUN      ] hip_DeathTest.view_construction_with_wrong_params_dyn
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:106: 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-8428/core/unit_test/TestViewCtorDimMatch.hpp:135: 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-8428/core/unit_test/TestViewCtorDimMatch.hpp:164: 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-8428/core/unit_test/TestViewCtorDimMatch.hpp:196: 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
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 75%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
[ 75%] Built target Kokkos_PerformanceTest_Benchmark
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o
[ 37%] Built target Kokkos_CoreUnitTest_SYCLInterOpStreams
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpGraph.dir/UnitTestMainInit.cpp.o
[ 28%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 28%] Built target Kokkos_ProfilingAllCalls
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_Ctors.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_LayoutMember.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
3: [       OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (11838 ms)
3: [ RUN      ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o
[ 37%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpGraph.dir/sycl/TestSYCL_InterOp_Graph.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[ 77%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o
[ 77%] Built target Kokkos_ContainersTestCompileOnly
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_TeamScratch.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_c.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_b.cpp.o
[ 38%] Built target Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_c.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_Ctors.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCtorDimMatch.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCtorProp.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_LayoutMember.cpp.o
[ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewEmptyRuntimeUnmanaged.cpp.o
3: [       OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (11469 ms)
3: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_host
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewLayoutStrideAssignment.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_TeamScratch.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
[ 38%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpGraph
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o
[ 38%] Built target Kokkos_CoreUnitTest_SYCLInterOpGraph
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMapping_a.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o
[ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o
[ 70%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 70%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMapping_b.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
3: [       OK ] hip_DeathTest.view_memory_access_violations_from_host (31226 ms)
3: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_device
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o
[ 71%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o
[ 71%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 28%] Linking CXX executable Kokkos_ToolsInitialization
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions2.cpp.o
[ 28%] Built target Kokkos_ToolsInitialization
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_a.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 77%] Linking CXX executable Kokkos_UnitTest_Random
[ 77%] Built target Kokkos_UnitTest_Random
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_b.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o
[ 40%] Built target Kokkos_CoreUnitTest_SYCL2A
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o
[ 71%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMemoryAccessViolation.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 71%] Built target Kokkos_CoreUnitTest_Serial2
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 81%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
[ 81%] Built target Kokkos_PerformanceTest_Benchmark
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 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
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_subview.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o
[ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o
[ 78%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 78%] Built target Kokkos_ContainersUnitTest_Cuda
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 72%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 72%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 72%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewOfViews.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewOutOfBoundsAccess.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfViews.cpp.o
[ 41%] 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_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 79%] 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_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCL_Spaces.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_WithoutInitializing.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 80%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP
[ 80%] Built target Kokkos_ContainersUnitTest_OpenMP
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.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_E.dir/UnitTestMain.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 81%] 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_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_a.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_b.cpp.o
[ 81%] Linking CXX executable Kokkos_UnitTest_Sort
[ 81%] Built target Kokkos_UnitTest_Sort
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 41%] Linking CXX executable Kokkos_CoreUnitTest_SYCL3
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c01.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.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_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c02.cpp.o
[ 74%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 74%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 74%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 75%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
3: [       OK ] hip_DeathTest.view_memory_access_violations_from_device (69767 ms)
3: [----------] 17 tests from hip_DeathTest (148445 ms total)
3: 
3: [----------] 1 test from hip_graph_DeathTest
3: [ RUN      ] hip_graph_DeathTest.can_instantiate_only_once
3: [       OK ] hip_graph_DeathTest.can_instantiate_only_once (3436 ms)
3: [----------] 1 test from hip_graph_DeathTest (3436 ms total)
3: 
3: [----------] 2 tests from hip_managed_DeathTest
3: [ RUN      ] hip_managed_DeathTest.view_subview_wrong_extents
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSubView_a.hpp:81: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] hip_managed_DeathTest.view_subview_wrong_extents (0 ms)
3: [ RUN      ] hip_managed_DeathTest.view_subview_constructor_layout_compatibility
3: [       OK ] hip_managed_DeathTest.view_subview_constructor_layout_compatibility (3222 ms)
3: [----------] 2 tests from hip_managed_DeathTest (3222 ms total)
3: 
3: [----------] 334 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 (12 ms)
3: [ RUN      ] hip.atomic_operations_complexfloat
3: [       OK ] hip.atomic_operations_complexfloat (10 ms)
3: [ RUN      ] hip.atomic_operations_double
3: [       OK ] hip.atomic_operations_double (14 ms)
3: [ RUN      ] hip.atomic_operations_float
3: [       OK ] hip.atomic_operations_float (11 ms)
3: [ RUN      ] hip.atomic_operations_int8
3: [       OK ] hip.atomic_operations_int8 (28 ms)
3: [ RUN      ] hip.atomic_operations_int16
3: [       OK ] hip.atomic_operations_int16 (27 ms)
3: [ RUN      ] hip.atomic_operations_int
3: [       OK ] hip.atomic_operations_int (27 ms)
3: [ RUN      ] hip.atomic_operations_long
3: [       OK ] hip.atomic_operations_long (27 ms)
3: [ RUN      ] hip.atomic_operations_longlong
3: [       OK ] hip.atomic_operations_longlong (26 ms)
3: [ RUN      ] hip.atomic_shared
3: [       OK ] hip.atomic_shared (4 ms)
3: [ RUN      ] hip.atomic_operations_unsigned
3: [       OK ] hip.atomic_operations_unsigned (23 ms)
3: [ RUN      ] hip.atomic_operations_unsignedlong
3: [       OK ] hip.atomic_operations_unsignedlong (23 ms)
3: [ RUN      ] hip.atomics
3: [       OK ] hip.atomics (193 ms)
3: [ RUN      ] hip.atomics_tpetra_max_abs
3: [       OK ] hip.atomics_tpetra_max_abs (0 ms)
3: [ RUN      ] hip.atomic_views_integral
3: [       OK ] hip.atomic_views_integral (29 ms)
3: [ RUN      ] hip.atomic_views_nonintegral
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 75%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c03.cpp.o
[ 75%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 75%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o
[ 75%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 75%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 75%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 75%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 75%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 75%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o
[ 75%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 75%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c04.cpp.o
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 75%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 75%] Built target Kokkos_CoreUnitTest_Serial1
[ 75%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 76%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 76%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 77%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c05.cpp.o
[ 77%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 77%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 77%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 77%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
3: [       OK ] hip.atomic_views_nonintegral (17447 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 (12 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 (2 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 (4 ms)
3: [ RUN      ] hip.crs_copy_constructor
3: [       OK ] hip.crs_copy_constructor (9 ms)
3: [ RUN      ] hip.deep_copy_assignable_types_rank_0
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.deep_copy_assignable_types_rank_0 (18 ms)
3: [ RUN      ] hip.deep_copy_assignable_types_rank_1
3: [       OK ] hip.deep_copy_assignable_types_rank_1 (0 ms)
3: [ RUN      ] hip.deep_copy_assignable_types_rank_2
3: [       OK ] hip.deep_copy_assignable_types_rank_2 (0 ms)
3: [ RUN      ] hip.deep_copy_assignable_types_rank_3
3: [       OK ] hip.deep_copy_assignable_types_rank_3 (0 ms)
3: [ RUN      ] hip.deep_copy_assignable_types_rank_4
3: [       OK ] hip.deep_copy_assignable_types_rank_4 (0 ms)
3: [ RUN      ] hip.deep_copy_assignable_types_rank_5
3: [       OK ] hip.deep_copy_assignable_types_rank_5 (0 ms)
3: [ RUN      ] hip.deep_copy_assignable_types_rank_6
3: [       OK ] hip.deep_copy_assignable_types_rank_6 (0 ms)
3: [ RUN      ] hip.deep_copy_assignable_types_rank_7
3: [       OK ] hip.deep_copy_assignable_types_rank_7 (0 ms)
3: [ RUN      ] hip.deep_copy_assignable_types_rank_8
3: [       OK ] hip.deep_copy_assignable_types_rank_8 (0 ms)
3: [ RUN      ] hip.deep_copy_assignable_types_rank_1_half
3: [       OK ] hip.deep_copy_assignable_types_rank_1_half (0 ms)
3: [ RUN      ] hip.deep_copy_assignable_types_rank_2_half
3: [       OK ] hip.deep_copy_assignable_types_rank_2_half (0 ms)
3: [ RUN      ] hip.deep_copy_assignable_types_rank_3_half
3: [       OK ] hip.deep_copy_assignable_types_rank_3_half (0 ms)
3: [ RUN      ] hip.deep_copy_narrowing_rank_0
3: [       OK ] hip.deep_copy_narrowing_rank_0 (15 ms)
3: [ RUN      ] hip.deep_copy_narrowing_rank_1
3: [       OK ] hip.deep_copy_narrowing_rank_1 (0 ms)
3: [ RUN      ] hip.deep_copy_narrowing_rank_2
3: [       OK ] hip.deep_copy_narrowing_rank_2 (0 ms)
3: [ RUN      ] hip.deep_copy_narrowing_rank_3
3: [       OK ] hip.deep_copy_narrowing_rank_3 (0 ms)
3: [ RUN      ] hip.deep_copy_narrowing_rank_4
3: [       OK ] hip.deep_copy_narrowing_rank_4 (0 ms)
3: [ RUN      ] hip.deep_copy_narrowing_rank_5
3: [       OK ] hip.deep_copy_narrowing_rank_5 (0 ms)
3: [ RUN      ] hip.deep_copy_narrowing_rank_6
3: [       OK ] hip.deep_copy_narrowing_rank_6 (0 ms)
3: [ RUN      ] hip.deep_copy_narrowing_rank_7
3: [       OK ] hip.deep_copy_narrowing_rank_7 (0 ms)
3: [ RUN      ] hip.deep_copy_narrowing_rank_8
3: [       OK ] hip.deep_copy_narrowing_rank_8 (0 ms)
3: [ RUN      ] hip.deep_copy_alignment
3: [       OK ] hip.deep_copy_alignment (17 ms)
3: [ RUN      ] hip.deep_copy_conversion
3: [       OK ] hip.deep_copy_conversion (8 ms)
3: [ RUN      ] hip.partitioning_by_args
3: [       OK ] hip.partitioning_by_args (8 ms)
3: [ RUN      ] hip.partitioning_by_args_with_structured_bindings
3: [       OK ] hip.partitioning_by_args_with_structured_bindings (1 ms)
3: [ RUN      ] hip.partitioning_by_vector
3: [       OK ] hip.partitioning_by_vector (0 ms)
3: [ RUN      ] hip.exec_space_thread_safety_range
[ 77%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 82%] 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_Team_M.dir/UnitTestMain.cpp.o
[ 77%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 77%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 77%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 78%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o
[ 25%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3
[ 78%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 78%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 78%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 78%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c06.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
3: [       OK ] hip.exec_space_thread_safety_range (9706 ms)
3: [ RUN      ] hip.exec_space_thread_safety_mdrange
3: [       OK ] hip.exec_space_thread_safety_mdrange (971 ms)
3: [ RUN      ] hip.exec_space_thread_safety_team_policy
[ 78%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 79%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
3: [       OK ] hip.exec_space_thread_safety_team_policy (962 ms)
3: [ RUN      ] hip.exec_space_thread_safety_range_reduce
[ 79%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 79%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c07.cpp.o
[ 80%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
3: [       OK ] hip.exec_space_thread_safety_range_reduce (967 ms)
3: [ RUN      ] hip.exec_space_thread_safety_mdrange_reduce
[ 25%] Built target Kokkos_CoreUnitTest_Cuda3
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
3: [       OK ] hip.exec_space_thread_safety_mdrange_reduce (967 ms)
3: [ RUN      ] hip.exec_space_thread_safety_team_policy_reduce
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o
3: [       OK ] hip.exec_space_thread_safety_team_policy_reduce (963 ms)
3: [ RUN      ] hip.exec_space_thread_safety_range_scan
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c08.cpp.o
3: [       OK ] hip.exec_space_thread_safety_range_scan (969 ms)
3: [ RUN      ] hip.execution_space_as_class_data_member
3: [       OK ] hip.execution_space_as_class_data_member (1 ms)
3: [ RUN      ] hip.functor_analysis
3: [       OK ] hip.functor_analysis (0 ms)
3: [ RUN      ] hip.when_all_type
3: [       OK ] hip.when_all_type (0 ms)
3: [ RUN      ] hip.graph_capture
3: [       OK ] hip.graph_capture (3 ms)
3: [ RUN      ] hip.graph_then
3: [       OK ] hip.graph_then (0 ms)
3: [ RUN      ] hip.then_host
3: [       OK ] hip.then_host (0 ms)
3: [ RUN      ] hip.mixed_then_host_device_nodes
3: [       OK ] hip.mixed_then_host_device_nodes (0 ms)
3: [ RUN      ] hip.graph_then_tag
3: [       OK ] hip.graph_then_tag (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: [       OK ] hip.host_shared_ptr_tracking (0 ms)
3: [ RUN      ] hip.join_backward_compatibility
3: [       OK ] hip.join_backward_compatibility (0 ms)
3: [ RUN      ] hip.local_deepcopy_teampolicy_layoutleft
[ 80%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
3: [       OK ] hip.local_deepcopy_teampolicy_layoutleft (521 ms)
3: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutleft
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 80%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c09.cpp.o
3: [       OK ] hip.local_deepcopy_rangepolicy_layoutleft (1914 ms)
3: [ RUN      ] hip.local_deepcopy_teampolicy_layoutright
3: [       OK ] hip.local_deepcopy_teampolicy_layoutright (494 ms)
3: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutright
[ 42%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize
3: [       OK ] hip.local_deepcopy_rangepolicy_layoutright (1283 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 (4 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 ] hip.mathematical_functions_trigonometric_functions (33 ms)
3: [ RUN      ] hip.mathematical_functions_hyperbolic_functions
3: [       OK ] hip.mathematical_functions_hyperbolic_functions (4 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_fmax_fmin
3: [       OK ] hip.mathematical_functions_fmax_fmin (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 (3 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_impl_half_fallback
3: [       OK ] hip.mathematical_functions_impl_half_fallback (0 ms)
3: [ RUN      ] hip.mathematical_functions_nextafter_fp16
3: [       OK ] hip.mathematical_functions_nextafter_fp16 (0 ms)
3: [ RUN      ] hip.mathematical_functions_exponential_functions
3: [       OK ] hip.mathematical_functions_exponential_functions (16 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 (26 ms)
3: [ RUN      ] hip.mathspecialfunc_cbesseli0k0
3: [       OK ] hip.mathspecialfunc_cbesseli0k0 (1 ms)
3: [ RUN      ] hip.mathspecialfunc_cbesseli1k1
3: [       OK ] hip.mathspecialfunc_cbesseli1k1 (1 ms)
3: [ RUN      ] hip.mathspecialfunc_cbesselh1stkind
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestMathematicalSpecialFunctions.hpp:1975: Skipped
3: skipping since test is known to fail on MI100 and for some versions of ROCm
3: [  SKIPPED ] hip.mathspecialfunc_cbesselh1stkind (0 ms)
3: [ RUN      ] hip.mathspecialfunc_cbesselh2ndkind
3: [       OK ] hip.mathspecialfunc_cbesselh2ndkind (1 ms)
3: [ RUN      ] hip.mdrange_5d
3: [       OK ] hip.mdrange_5d (129 ms)
3: [ RUN      ] hip.mdrange_6d
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
3: [       OK ] hip.mdrange_6d (207 ms)
3: [ RUN      ] hip.mdrange_2d
3: [       OK ] hip.mdrange_2d (6 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 (1 ms)
3: [ RUN      ] hip.mdrange_4d
3: [       OK ] hip.mdrange_4d (62 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 (60 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
[ 80%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 81%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 42%] Built target Kokkos_CoreUnitTest_InitializeFinalize
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
3: [       OK ] hip.mdrange_parallel_reduce_primitive_types (3554 ms)
3: [ RUN      ] hip.mdspan_minimal_functional
3: /var/jenkins/workspace/Kokkos_PR-8428/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 (20 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 (2 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 (25 ms)
3: [ RUN      ] hip.cxx11
3: [       OK ] hip.cxx11 (1 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 (71 ms)
3: [ RUN      ] hip.kokkos_printf
3: [       OK ] hip.kokkos_printf (5 ms)
3: [ RUN      ] hip.range_for
3: [       OK ] hip.range_for (4 ms)
3: [ RUN      ] hip.range_reduce
3: [       OK ] hip.range_reduce (1 ms)
3: [ RUN      ] hip.range_dynamic_policy
3: [       OK ] hip.range_dynamic_policy (0 ms)
3: [ RUN      ] hip.large_parallel_for_reduce
3: [       OK ] hip.large_parallel_for_reduce (31 ms)
3: [ RUN      ] hip.range_policy_runtime_parameters
3: [       OK ] hip.range_policy_runtime_parameters (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_for_require
3: [       OK ] hip.range_for_require (4 ms)
3: [ RUN      ] hip.range_reduce_require
3: [       OK ] hip.range_reduce_require (1 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 (16 ms)
3: [ RUN      ] hip.reducers_double
3: [       OK ] hip.reducers_double (13 ms)
3: [ RUN      ] hip.reducers_complex_double
3: [       OK ] hip.reducers_complex_double (25 ms)
3: [ RUN      ] hip.reducers_struct
3: [       OK ] hip.reducers_struct (7 ms)
3: [ RUN      ] hip.reducers_half_t
3: [       OK ] hip.reducers_half_t (8 ms)
3: [ RUN      ] hip.reducers_bhalf_t
3: [       OK ] hip.reducers_bhalf_t (7 ms)
3: [ RUN      ] hip.reducers_int8_t
3: [       OK ] hip.reducers_int8_t (7 ms)
3: [ RUN      ] hip.reducers_int16_t
3: [       OK ] hip.reducers_int16_t (8 ms)
3: [ RUN      ] hip.reducers_bool
3: [       OK ] hip.reducers_bool (2 ms)
3: [ RUN      ] hip.int64_t_reduce
3: [       OK ] hip.int64_t_reduce (31 ms)
3: [ RUN      ] hip.double_reduce
3: [       OK ] hip.double_reduce (23 ms)
3: [ RUN      ] hip.int64_t_reduce_dynamic
3: [       OK ] hip.int64_t_reduce_dynamic (29 ms)
3: [ RUN      ] hip.double_reduce_dynamic
3: [       OK ] hip.double_reduce_dynamic (29 ms)
3: [ RUN      ] hip.int64_t_reduce_dynamic_view
3: [       OK ] hip.int64_t_reduce_dynamic_view (25 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 (304 ms)
3: [ RUN      ] hip.reduction_identity_min_max_floating_point_types
3: [       OK ] hip.reduction_identity_min_max_floating_point_types (0 ms)
3: [ RUN      ] hip.reduction_deduction
3: [       OK ] hip.reduction_deduction (0 ms)
3: [ RUN      ] hip.reduce_device_view_range_policy
3: [       OK ] hip.reduce_device_view_range_policy (13 ms)
3: [ RUN      ] hip.reduce_device_view_mdrange_policy
3: [       OK ] hip.reduce_device_view_mdrange_policy (73 ms)
3: [ RUN      ] hip.reduce_device_view_team_policy
3: [       OK ] hip.reduce_device_view_team_policy (14 ms)
3: [ RUN      ] hip.impl_shared_alloc
3: [       OK ] hip.impl_shared_alloc (205 ms)
3: [ RUN      ] hip.kokkos_swap
3: [       OK ] hip.kokkos_swap (0 ms)
3: [ RUN      ] hip.team_for
3: [       OK ] hip.team_for (44 ms)
3: [ RUN      ] hip.team_reduce
3: [       OK ] hip.team_reduce (1 ms)
3: [ RUN      ] hip.team_reduce_large
3: [       OK ] hip.team_reduce_large (45 ms)
3: [ RUN      ] hip.team_parallel_single
3: [       OK ] hip.team_parallel_single (11 ms)
3: [ RUN      ] hip.large_team_scratch_size
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o
3: ScratchMemorySpace<...>::get_shmem: Failed to allocate 8 byte(s); remaining capacity is 0 byte(s)
3: [       OK ] hip.large_team_scratch_size (11 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 (1 ms)
3: [ RUN      ] hip.team_broadcast_char
3: [       OK ] hip.team_broadcast_char (1 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_broadcast_int_ptr
3: [       OK ] hip.team_broadcast_int_ptr (0 ms)
3: [ RUN      ] hip.team_single_thread_int_ptr
3: [       OK ] hip.team_single_thread_int_ptr (0 ms)
3: [ RUN      ] hip.team_single_team_int_ptr
3: [       OK ] hip.team_single_team_int_ptr (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 (16 ms)
3: [ RUN      ] hip.triple_nested_parallelism
3: [       OK ] hip.triple_nested_parallelism (8 ms)
3: [ RUN      ] hip.parallel_scan_with_reducers
3: [       OK ] hip.parallel_scan_with_reducers (84 ms)
3: [ RUN      ] hip.team_thread_range_combined_reducers
3: [       OK ] hip.team_thread_range_combined_reducers (3 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 (47 ms)
3: [ RUN      ] hip.ThreadVectorMDRangeParallelFor
3: [       OK ] hip.ThreadVectorMDRangeParallelFor (9 ms)
3: [ RUN      ] hip.TeamVectorMDRangeParallelFor
3: [       OK ] hip.TeamVectorMDRangeParallelFor (10 ms)
3: [ RUN      ] hip.TeamThreadMDRangeParallelReduce
3: [       OK ] hip.TeamThreadMDRangeParallelReduce (22 ms)
3: [ RUN      ] hip.ThreadVectorMDRangeParallelReduce
3: [       OK ] hip.ThreadVectorMDRangeParallelReduce (7 ms)
3: [ RUN      ] hip.TeamVectorMDRangeParallelReduce
3: [       OK ] hip.TeamVectorMDRangeParallelReduce (7 ms)
3: [ RUN      ] hip.team_policy_runtime_parameters
3: [       OK ] hip.team_policy_runtime_parameters (0 ms)
3: [ RUN      ] hip.team_reduction_scan
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
3: [       OK ] hip.team_reduction_scan (2215 ms)
3: [ RUN      ] hip.team_long_reduce
3: [       OK ] hip.team_long_reduce (22 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 (23 ms)
3: [ RUN      ] hip.team_double_array_reduce
3: [       OK ] hip.team_double_array_reduce (23 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 (22 ms)
3: [ RUN      ] hip.nested_team_reduce_functor_as_reducer
3: [       OK ] hip.nested_team_reduce_functor_as_reducer (0 ms)
3: [ RUN      ] hip.team_scan
3: [       OK ] hip.team_scan (108 ms)
3: [ RUN      ] hip.team_scan_ret_val
3: [       OK ] hip.team_scan_ret_val (93 ms)
3: [ RUN      ] hip.team_shared_request
3: [       OK ] hip.team_shared_request (10 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 (4 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 (23 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 (6 ms)
3: [ RUN      ] hip.timer
3: [       OK ] hip.timer (20 ms)
3: [ RUN      ] hip.unique_token_global
3: [       OK ] hip.unique_token_global (26 ms)
3: [ RUN      ] hip.unique_token_instance
3: [       OK ] hip.unique_token_instance (24 ms)
3: [ RUN      ] hip.unique_token_team_acquire
3: [       OK ] hip.unique_token_team_acquire (17 ms)
3: [ RUN      ] hip.view_api_a
3: [       OK ] hip.view_api_a (4 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 (8 ms)
3: [ RUN      ] hip.view_api_c
3: [       OK ] hip.view_api_c (6 ms)
3: [ RUN      ] hip.view_api_d
3: [       OK ] hip.view_api_d (2 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 (2 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 (5 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 (3 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 (8 ms)
3: [ RUN      ] hip.view_copy_tests_rank_0
3: [       OK ] hip.view_copy_tests_rank_0 (4 ms)
3: [ RUN      ] hip.view_copy_degenerated
3: [       OK ] hip.view_copy_degenerated (0 ms)
3: [ RUN      ] hip.view_fill_tests_layout_right
[ 82%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
3: [       OK ] hip.view_fill_tests_layout_right (72 ms)
3: [ RUN      ] hip.view_fill_tests_layout_left
3: [       OK ] hip.view_fill_tests_layout_left (42 ms)
3: [ RUN      ] hip.vcp_empty_traits
3: [       OK ] hip.vcp_empty_traits (0 ms)
3: [ RUN      ] hip.is_view_label
3: [       OK ] hip.is_view_label (0 ms)
3: [ RUN      ] hip.vcp_label_base_traits
3: [       OK ] hip.vcp_label_base_traits (0 ms)
3: [ RUN      ] hip.vcp_label_traits
3: [       OK ] hip.vcp_label_traits (0 ms)
3: [ RUN      ] hip.view_alloc_can_perfect_forward_label
3: [       OK ] hip.view_alloc_can_perfect_forward_label (0 ms)
3: [ RUN      ] hip.vcp_label_copy_constructor
3: [       OK ] hip.vcp_label_copy_constructor (0 ms)
3: [ RUN      ] hip.vcp_pointer_add_property
3: [       OK ] hip.vcp_pointer_add_property (0 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 (43 ms)
3: [ RUN      ] hip.view_layoutstride_right_to_layoutright_assignment
3: [       OK ] hip.view_layoutstride_right_to_layoutright_assignment (41 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 (54 ms)
3: [ RUN      ] hip.view_mapping_operator
3: [       OK ] hip.view_mapping_operator (20 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 (2 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 (20 ms)
3: [ RUN      ] hip.view_realloc
3: [       OK ] hip.view_realloc (0 ms)
3: [ RUN      ] hip.workgraph_fib
[ 82%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 82%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c10.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 82%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 82%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 82%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 82%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 82%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
3: [       OK ] hip.workgraph_fib (3148 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 (2 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 (2 ms)
3: [ RUN      ] hip.memory_requirements
3: [       OK ] hip.memory_requirements (0 ms)
3: [ RUN      ] hip.team_scratch_1_streams
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 82%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 82%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c11.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 43%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions3.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 43%] Built target Kokkos_CoreUnitTest_SYCL3
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 43%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 43%] Built target Kokkos_CoreUnitTest_Serial2
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 43%] Built target Kokkos_CoreUnitTest_Develop
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 43%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 43%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o
[ 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_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 43%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 43%] Built target Kokkos_ProfilingAllCalls
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c02.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorProp.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 87%] 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_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 44%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c03.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Assignment.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o
3: [       OK ] hip.team_scratch_1_streams (51716 ms)
3: [ RUN      ] hip.async_launcher
3: [       OK ] hip.async_launcher (2 ms)
3: [ RUN      ] hip.preferred_blocksize_deduction
3: [       OK ] hip.preferred_blocksize_deduction (0 ms)
3: [ RUN      ] hip.unified_memory_zero_memset
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp:45: Skipped
3: this test should only be run with HIP unified memory enabled
3: [  SKIPPED ] hip.unified_memory_zero_memset (0 ms)
3: [----------] 334 tests from hip (101251 ms total)
3: 
3: [----------] 17 tests from hip_graph
3: [ RUN      ] hip_graph.submit_once
3: [       OK ] hip_graph.submit_once (1 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 (1 ms)
3: [ RUN      ] hip_graph.when_all_cycle
3: [       OK ] hip_graph.when_all_cycle (0 ms)
3: [ RUN      ] hip_graph.repeat_chain
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:338: Skipped
3: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space.
3: [  SKIPPED ] hip_graph.repeat_chain (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.force_global_launch
3: [       OK ] hip_graph.force_global_launch (0 ms)
3: [ RUN      ] hip_graph.sized_functor_launch
3: [       OK ] hip_graph.sized_functor_launch (1 ms)
3: [ RUN      ] hip_graph.empty_graph_default_host_exec
3: [       OK ] hip_graph.empty_graph_default_host_exec (0 ms)
3: [ RUN      ] hip_graph.node_lifetime
3: [       OK ] hip_graph.node_lifetime (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 (3 ms)
3: [----------] 17 tests from hip_graph (17 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 (3 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 (4 ms)
3: [ RUN      ] hip_managed.view_subview_1d_assign_atomic
3: [       OK ] hip_managed.view_subview_1d_assign_atomic (4 ms)
3: [ RUN      ] hip_managed.view_subview_1d_assign_randomaccess
3: [       OK ] hip_managed.view_subview_1d_assign_randomaccess (4 ms)
3: [ RUN      ] hip_managed.view_subview_2d_from_3d
3: [       OK ] hip_managed.view_subview_2d_from_3d (48 ms)
3: [ RUN      ] hip_managed.view_subview_2d_from_3d_atomic
3: [       OK ] hip_managed.view_subview_2d_from_3d_atomic (49 ms)
3: [ RUN      ] hip_managed.view_subview_2d_from_3d_randomaccess
3: [       OK ] hip_managed.view_subview_2d_from_3d_randomaccess (50 ms)
3: [ RUN      ] hip_managed.view_subview_3d_from_5d_left
3: [       OK ] hip_managed.view_subview_3d_from_5d_left (128 ms)
3: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_atomic
3: [       OK ] hip_managed.view_subview_3d_from_5d_left_atomic (132 ms)
3: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_randomaccess
3: [       OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (149 ms)
3: [ RUN      ] hip_managed.view_subview_3d_from_5d_right
3: [       OK ] hip_managed.view_subview_3d_from_5d_right (141 ms)
3: [ RUN      ] hip_managed.view_subview_3d_from_5d_right_atomic
3: [       OK ] hip_managed.view_subview_3d_from_5d_right_atomic (133 ms)
3: [ RUN      ] hip_managed.view_subview_3d_from_5d_right_randomaccess
3: [       OK ] hip_managed.view_subview_3d_from_5d_right_randomaccess (138 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 (322 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 (18 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 (5 ms)
3: [ RUN      ] hip_managed.view_remap
3: [       OK ] hip_managed.view_remap (2 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 (716 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 (12 ms)
3: [ RUN      ] hip_managed.view_copy_tests
3: [       OK ] hip_managed.view_copy_tests (14 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
3: [       OK ] hip_managed.view_fill_tests_layout_right (1358 ms)
3: [ RUN      ] hip_managed.view_fill_tests_layout_left
3: [       OK ] hip_managed.view_fill_tests_layout_left (746 ms)
3: [ RUN      ] hip_managed.view_mapping
3: [       OK ] hip_managed.view_mapping (53 ms)
3: [ RUN      ] hip_managed.view_mapping_operator
3: [       OK ] hip_managed.view_mapping_operator (17 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 (4283 ms total)
3: 
3: [----------] 28 tests from hip_hostpinned
3: [ RUN      ] hip_hostpinned.impl_shared_alloc
3: [       OK ] hip_hostpinned.impl_shared_alloc (188 ms)
3: [ RUN      ] hip_hostpinned.view_api_a
3: [       OK ] hip_hostpinned.view_api_a (6 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 (7 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 (2 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
3: [       OK ] hip_hostpinned.view_allocation_large_rank (712 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 (4 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
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 44%] Built target Kokkos_CoreUnitTest_KokkosP
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 44%] Linking CXX executable Kokkos_ToolsInitialization
3: [       OK ] hip_hostpinned.view_fill_tests_layout_right (1100 ms)
3: [ RUN      ] hip_hostpinned.view_fill_tests_layout_left
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 31%] Linking CXX executable Kokkos_StackTraceTestExec
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c04.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
3: [       OK ] hip_hostpinned.view_fill_tests_layout_left (978 ms)
3: [ RUN      ] hip_hostpinned.view_mapping
3: [       OK ] hip_hostpinned.view_mapping (58 ms)
3: [ RUN      ] hip_hostpinned.view_mapping_operator
3: [       OK ] hip_hostpinned.view_mapping_operator (0 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 (3065 ms total)
3: 
3: [----------] 2 tests from hip_constant_memory
3: [ RUN      ] hip_constant_memory.many_streams_per_device
3: [       OK ] hip_constant_memory.many_streams_per_device (77 ms)
3: [ RUN      ] hip_constant_memory.one_stream_per_device
3: [       OK ] hip_constant_memory.one_stream_per_device (72 ms)
3: [----------] 2 tests from hip_constant_memory (150 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 457 tests from 8 test suites ran. (263873 ms total)
3: [  PASSED  ] 448 tests.
3: [  SKIPPED ] 9 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_managed_DeathTest.view_subview_wrong_extents
3: [  SKIPPED ] hip.mathspecialfunc_cbesselh1stkind
3: [  SKIPPED ] hip.mdspan_minimal_functional
3: [  SKIPPED ] hip.unified_memory_zero_memset
3: [  SKIPPED ] hip_graph.repeat_chain
 3/58 Test  #3: Kokkos_CoreUnitTest_HIP ....................................   Passed  264.54 sec
test 4
      Start  4: Kokkos_CoreUnitTest_HIPGraphAtomicLocks

4: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_HIPGraphAtomicLocks
4: Test timeout computed to be: 1500
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[ 31%] Built target Kokkos_StackTraceTestExec
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o
4: [==========] Running 1 test from 1 test suite.
4: [----------] Global test environment set-up.
4: [----------] 1 test from hip
4: [ RUN      ] hip.graph_lock_based_atomic_op
4: [       OK ] hip.graph_lock_based_atomic_op (8 ms)
4: [----------] 1 test from hip (8 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 1 test from 1 test suite ran. (8 ms total)
4: [  PASSED  ] 1 test.
 4/58 Test  #4: Kokkos_CoreUnitTest_HIPGraphAtomicLocks ....................   Passed    0.47 sec
test 5
      Start  5: Kokkos_CoreUnitTest_HIPInterOpInit

5: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpInit
5: Test timeout computed to be: 1500
5: [==========] Running 1 test from 1 test suite.
5: [----------] Global test environment set-up.
5: [----------] 1 test from hip
5: [ RUN      ] hip.raw_hip_interop
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
5: [       OK ] hip.raw_hip_interop (400 ms)
5: [----------] 1 test from hip (400 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 1 test from 1 test suite ran. (400 ms total)
5: [  PASSED  ] 1 test.
 5/58 Test  #5: Kokkos_CoreUnitTest_HIPInterOpInit .........................   Passed    0.45 sec
test 6
      Start  6: Kokkos_CoreUnitTest_HIPInterOpStreams

6: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpStreams
6: Test timeout computed to be: 1500
6: [==========] Running 1 test from 1 test suite.
6: [----------] Global test environment set-up.
6: [----------] 1 test from hip
6: [ RUN      ] hip.raw_hip_streams
6: [       OK ] hip.raw_hip_streams (411 ms)
6: [----------] 1 test from hip (411 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 1 test from 1 test suite ran. (411 ms total)
6: [  PASSED  ] 1 test.
 6/58 Test  #6: Kokkos_CoreUnitTest_HIPInterOpStreams ......................   Passed    0.47 sec
test 7
      Start  7: Kokkos_CoreUnitTest_HIPInterOpGraph

7: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpGraph
7: Test timeout computed to be: 1500
7: [==========] Running 3 tests from 1 test suite.
7: [----------] Global test environment set-up.
7: [----------] 3 tests from hip
7: [ RUN      ] hip.graph_promises_on_native_objects
7: [       OK ] hip.graph_promises_on_native_objects (6 ms)
7: [ RUN      ] hip.graph_instantiate_and_debug_dot_print
7: [       OK ] hip.graph_instantiate_and_debug_dot_print (2 ms)
7: [ RUN      ] hip.graph_construct_from_native
7: 
7: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
7:                                  does not support page migration between device and host.
7:                                  HIPManagedSpace might not work as expected.
7:                                  Please refer to the ROCm documentation on unified/managed memory.
7: [       OK ] hip.graph_construct_from_native (0 ms)
7: [----------] 3 tests from hip (9 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 3 tests from 1 test suite ran. (9 ms total)
7: [  PASSED  ] 3 tests.
 7/58 Test  #7: Kokkos_CoreUnitTest_HIPInterOpGraph ........................   Passed    0.48 sec
test 8
      Start  8: Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU

8: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU
8: Test timeout computed to be: 1500
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
8: [==========] Running 4 tests from 1 test suite.
8: [----------] Global test environment set-up.
8: [----------] 4 tests from hip_multi_gpu
8: [ RUN      ] hip_multi_gpu.managed_views
8: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:62: Skipped
8: Skipping HIP multi-gpu testing since current machine only contains a single GPU.
8: 
8: [  SKIPPED ] hip_multi_gpu.managed_views (12 ms)
8: [ RUN      ] hip_multi_gpu.unmanaged_views
8: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:62: Skipped
8: Skipping HIP multi-gpu testing since current machine only contains a single GPU.
8: 
8: [  SKIPPED ] hip_multi_gpu.unmanaged_views (0 ms)
8: [ RUN      ] hip_multi_gpu.scratch_space
8: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:62: Skipped
8: Skipping HIP multi-gpu testing since current machine only contains a single GPU.
8: 
8: [  SKIPPED ] hip_multi_gpu.scratch_space (0 ms)
8: [ RUN      ] hip_multi_gpu.stream_sync_semantics_raw_hip
8: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:62: Skipped
8: Skipping HIP multi-gpu testing since current machine only contains a single GPU.
8: 
8: [  SKIPPED ] hip_multi_gpu.stream_sync_semantics_raw_hip (0 ms)
8: [----------] 4 tests from hip_multi_gpu (14 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 4 tests from 1 test suite ran. (14 ms total)
8: [  PASSED  ] 0 tests.
8: [  SKIPPED ] 4 tests, listed below:
8: [  SKIPPED ] hip_multi_gpu.managed_views
8: [  SKIPPED ] hip_multi_gpu.unmanaged_views
8: [  SKIPPED ] hip_multi_gpu.scratch_space
8: [  SKIPPED ] hip_multi_gpu.stream_sync_semantics_raw_hip
 8/58 Test  #8: Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU ..............   Passed    0.48 sec
test 9
      Start  9: Kokkos_CoreUnitTest_Default

9: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Default
9: Test timeout computed to be: 1500
[ 44%] Built target Kokkos_ToolsInitialization
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
9: [==========] Running 59 tests from 41 test suites.
9: [----------] Global test environment set-up.
9: [----------] 19 tests from defaultdevicetype
9: [ RUN      ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free
9: [       OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms)
9: [ RUN      ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free
9: [       OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms)
9: [ RUN      ] defaultdevicetype.shared_space
9: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSharedSpace.cpp:109: Skipped
9: skipping because specified arch does not support page migration
9: [  SKIPPED ] defaultdevicetype.shared_space (0 ms)
9: [ RUN      ] defaultdevicetype.shared_host_pinned_space
9: [       OK ] defaultdevicetype.shared_host_pinned_space (1 ms)
9: [ RUN      ] defaultdevicetype.compiler_macros
9: [       OK ] defaultdevicetype.compiler_macros (0 ms)
9: [ RUN      ] defaultdevicetype.half_conversion
9: [       OK ] defaultdevicetype.half_conversion (8 ms)
9: [ RUN      ] defaultdevicetype.bhalf_conversion
9: [       OK ] defaultdevicetype.bhalf_conversion (0 ms)
9: [ RUN      ] defaultdevicetype.half_operators
9: [       OK ] defaultdevicetype.half_operators (1 ms)
9: [ RUN      ] defaultdevicetype.bhalf_operators
9: [       OK ] defaultdevicetype.bhalf_operators (0 ms)
9: [ RUN      ] defaultdevicetype.host_space_access
9: [       OK ] defaultdevicetype.host_space_access (0 ms)
9: [ RUN      ] defaultdevicetype.reduce_instantiation_a1
9: [       OK ] defaultdevicetype.reduce_instantiation_a1 (9 ms)
9: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
9: [       OK ] defaultdevicetype.reduce_instantiation_b1 (20 ms)
9: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
9: [       OK ] defaultdevicetype.reduce_instantiation_c1 (9 ms)
9: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
9: [       OK ] defaultdevicetype.reduce_instantiation_a2 (15 ms)
9: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
9: [       OK ] defaultdevicetype.reduce_instantiation_b2 (29 ms)
9: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
9: [       OK ] defaultdevicetype.reduce_instantiation_c2 (14 ms)
9: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
9: [       OK ] defaultdevicetype.reduce_instantiation_a3 (17 ms)
9: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
9: [       OK ] defaultdevicetype.reduce_instantiation_b3 (34 ms)
9: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
9: [       OK ] defaultdevicetype.reduce_instantiation_c3 (17 ms)
9: [----------] 19 tests from defaultdevicetype (181 ms total)
9: 
9: [----------] 1 test from kokkosresize
9: [ RUN      ] kokkosresize.host_space_access
9: [       OK ] kokkosresize.host_space_access (27 ms)
9: [----------] 1 test from kokkosresize (27 ms total)
9: 
9: [----------] 1 test from TestViewAPI/0, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/0.sizes
9: [       OK ] TestViewAPI/0.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/0 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/1, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/1.sizes
9: [       OK ] TestViewAPI/1.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/1 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/2, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/2.sizes
9: [       OK ] TestViewAPI/2.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/2 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/3, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/3.sizes
9: [       OK ] TestViewAPI/3.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/3 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/4, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/4.sizes
9: [       OK ] TestViewAPI/4.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/4 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/5, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/5.sizes
9: [       OK ] TestViewAPI/5.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/5 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/6, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/6.sizes
9: [       OK ] TestViewAPI/6.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/6 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/7, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/7.sizes
9: [       OK ] TestViewAPI/7.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/7 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/8, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/8.sizes
9: [       OK ] TestViewAPI/8.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/8 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/9, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/9.sizes
9: [       OK ] TestViewAPI/9.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/9 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/10, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/10.sizes
9: [       OK ] TestViewAPI/10.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/10 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/11, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/11.sizes
9: [       OK ] TestViewAPI/11.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/11 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/12, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/12.sizes
9: [       OK ] TestViewAPI/12.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/12 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/13, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/13.sizes
9: [       OK ] TestViewAPI/13.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/13 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/14, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/14.sizes
9: [       OK ] TestViewAPI/14.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/14 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/15, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/15.sizes
9: [       OK ] TestViewAPI/15.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/15 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/16, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/16.sizes
9: [       OK ] TestViewAPI/16.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/16 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/17, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/17.sizes
9: [       OK ] TestViewAPI/17.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/17 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/18, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/18.sizes
9: [       OK ] TestViewAPI/18.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/18 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/19, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/19.sizes
9: [       OK ] TestViewAPI/19.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/19 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/20, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/20.sizes
9: [       OK ] TestViewAPI/20.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/20 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/21, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/21.sizes
9: [       OK ] TestViewAPI/21.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/21 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/22, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/22.sizes
9: [       OK ] TestViewAPI/22.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/22 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/23, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/23.sizes
9: [       OK ] TestViewAPI/23.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/23 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/24, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/24.sizes
9: [       OK ] TestViewAPI/24.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/24 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/25, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/25.sizes
9: [       OK ] TestViewAPI/25.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/25 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/26, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/26.sizes
9: [       OK ] TestViewAPI/26.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/26 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/27, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/27.sizes
9: [       OK ] TestViewAPI/27.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/27 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/28, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/28.sizes
9: [       OK ] TestViewAPI/28.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/28 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/29, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/29.sizes
9: [       OK ] TestViewAPI/29.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/29 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/30, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/30.sizes
9: [       OK ] TestViewAPI/30.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/30 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/31, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/31.sizes
9: [       OK ] TestViewAPI/31.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/31 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/32, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/32.sizes
9: [       OK ] TestViewAPI/32.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/32 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/33, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/33.sizes
9: [       OK ] TestViewAPI/33.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/33 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/34, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/34.sizes
9: [       OK ] TestViewAPI/34.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/34 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/35, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/35.sizes
9: [       OK ] TestViewAPI/35.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/35 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/36, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/36.sizes
9: [       OK ] TestViewAPI/36.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/36 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/37, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/37.sizes
9: [       OK ] TestViewAPI/37.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/37 (0 ms total)
9: 
9: [----------] 1 test from TestViewAPI/38, where TypeParam = <type>
9: [ RUN      ] TestViewAPI/38.sizes
9: [       OK ] TestViewAPI/38.sizes (0 ms)
9: [----------] 1 test from TestViewAPI/38 (0 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 59 tests from 41 test suites ran. (211 ms total)
9: [  PASSED  ] 58 tests.
9: [  SKIPPED ] 1 test, listed below:
9: [  SKIPPED ] defaultdevicetype.shared_space
 9/58 Test  #9: Kokkos_CoreUnitTest_Default ................................   Passed    0.70 sec
test 10
      Start 10: Kokkos_CoreUnitTest_InitializeFinalize

10: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize
10: Test timeout computed to be: 1500
10: [==========] Running 30 tests from 7 test suites.
10: [----------] Global test environment set-up.
10: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest
10: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
10: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (933 ms)
10: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
10: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (4434 ms)
10: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Narrowing.cpp.o
[ 90%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 90%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
10: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (6961 ms)
10: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (12329 ms total)
10: 
10: [----------] 4 tests from InitializeFinalize_DeathTest
10: [ RUN      ] InitializeFinalize_DeathTest.initialize
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o
[ 90%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
10: [       OK ] InitializeFinalize_DeathTest.initialize (3352 ms)
10: [ RUN      ] InitializeFinalize_DeathTest.finalize
[ 90%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
10: [       OK ] InitializeFinalize_DeathTest.finalize (2461 ms)
10: [ RUN      ] InitializeFinalize_DeathTest.is_initialized
10: [       OK ] InitializeFinalize_DeathTest.is_initialized (447 ms)
10: [ RUN      ] InitializeFinalize_DeathTest.is_finalized
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
10: [       OK ] InitializeFinalize_DeathTest.is_finalized (451 ms)
10: [----------] 4 tests from InitializeFinalize_DeathTest (6714 ms total)
10: 
10: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest
10: [ RUN      ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early
10: [       OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (22 ms)
10: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (22 ms total)
10: 
10: [----------] 1 test from Legion_DeathTest
10: [ RUN      ] Legion_DeathTest.individual_backend_initialization
10: [       OK ] Legion_DeathTest.individual_backend_initialization (451 ms)
10: [----------] 1 test from Legion_DeathTest (451 ms total)
10: 
10: [----------] 2 tests from PushFinalizeHook_DeathTest
10: [ RUN      ] PushFinalizeHook_DeathTest.called_in_reverse_order
10: [       OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (463 ms)
10: [ RUN      ] PushFinalizeHook_DeathTest.terminate_on_throw
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o
10: [       OK ] PushFinalizeHook_DeathTest.terminate_on_throw (1417 ms)
10: [----------] 2 tests from PushFinalizeHook_DeathTest (1880 ms total)
10: 
10: [----------] 6 tests from ScopeGuard_DeathTest
10: [ RUN      ] ScopeGuard_DeathTest.create
10: [       OK ] ScopeGuard_DeathTest.create (453 ms)
10: [ RUN      ] ScopeGuard_DeathTest.create_argument
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalSpecialFunctions.cpp.o
10: [       OK ] ScopeGuard_DeathTest.create_argument (460 ms)
10: [ RUN      ] ScopeGuard_DeathTest.create_while_initialize
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
10: [       OK ] ScopeGuard_DeathTest.create_while_initialize (1424 ms)
10: [ RUN      ] ScopeGuard_DeathTest.create_after_initialize
[ 90%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
10: [       OK ] ScopeGuard_DeathTest.create_after_initialize (1425 ms)
10: [ RUN      ] ScopeGuard_DeathTest.create_after_finalize
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
10: [       OK ] ScopeGuard_DeathTest.create_after_finalize (1430 ms)
10: [ RUN      ] ScopeGuard_DeathTest.destroy_after_finalize
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.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_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/UnitTestMainInit.cpp.o
10: [       OK ] ScopeGuard_DeathTest.destroy_after_finalize (1483 ms)
10: [----------] 6 tests from ScopeGuard_DeathTest (6677 ms total)
10: 
10: [----------] 13 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 (0 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
10: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
10: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 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: [----------] 13 tests from defaultdevicetype (1 ms total)
10: 
10: [----------] Global test environment tear-down
10: [==========] 30 tests from 7 test suites ran. (28077 ms total)
10: [  PASSED  ] 30 tests.
10/58 Test #10: Kokkos_CoreUnitTest_InitializeFinalize .....................   Passed   28.10 sec
test 11
      Start 11: Kokkos_CoreUnitTest_Develop

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

12: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP
12: Test timeout computed to be: 1500
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: 50331649
12: Ref: named_instance
12: 50331649
12: named_instance
12: [       OK ] kokkosp.test_named_instance_fence (0 ms)
12: [ RUN      ] kokkosp.test_unnamed_instance_fence
12: Ref: 50331649
12: Ref: Unnamed Instance Fence
12: 50331649
12: Kokkos::HIP::fence(): Unnamed Instance Fence
12: [       OK ] kokkosp.test_unnamed_instance_fence (0 ms)
12: [ RUN      ] kokkosp.test_named_global_fence
12: Ref: 50331648
12: Ref: test global fence
12: 16777216
12: test global fence
12: Miss on id
12: 50331648
12: test global fence
12: [       OK ] kokkosp.test_named_global_fence (0 ms)
12: [ RUN      ] kokkosp.test_unnamed_global_fence
12: Ref: 50331648
12: Ref: Unnamed Global Fence
12: 16777216
12: Kokkos::fence: Unnamed Global Fence
12: Miss on id
12: 50331648
12: Kokkos::fence: Unnamed Global Fence
12: [       OK ] kokkosp.test_unnamed_global_fence (0 ms)
12: [ RUN      ] kokkosp.test_multiple_default_instances
12: [       OK ] kokkosp.test_multiple_default_instances (0 ms)
12: [ RUN      ] kokkosp.test_id_gen
12: [       OK ] kokkosp.test_id_gen (0 ms)
12: [ RUN      ] kokkosp.test_kernel_sequence
12: Ref: 50331649
12: Ref: named_instance
12: 50331649
12: named_instance
12: Ref: 50331649
12: Ref: test_kernel
12: 50331649
12: named_instance
12: Miss on name
12: 16777216
12: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
12: Miss on name
12: Miss on id
12: 50331648
12: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
12: Miss on name
12: Miss on id
12: 50331649
12: test_kernel
12: [       OK ] kokkosp.test_kernel_sequence (1 ms)
12: [ RUN      ] kokkosp.async_deep_copy
12: [       OK ] kokkosp.async_deep_copy (0 ms)
12: [ RUN      ] kokkosp.parallel_for
12: [       OK ] kokkosp.parallel_for (0 ms)
12: [ RUN      ] kokkosp.parallel_reduce
12: [       OK ] kokkosp.parallel_reduce (0 ms)
12: [ RUN      ] kokkosp.parallel_scan
12: [       OK ] kokkosp.parallel_scan (4 ms)
12: [ RUN      ] kokkosp.parallel_scan_no_fence
12: [       OK ] kokkosp.parallel_scan_no_fence (0 ms)
12: [ RUN      ] kokkosp.parallel_scan_no_fence_view
12: [       OK ] kokkosp.parallel_scan_no_fence_view (0 ms)
12: [ RUN      ] kokkosp.regions
12: [       OK ] kokkosp.regions (0 ms)
12: [ RUN      ] kokkosp.fences
12: [       OK ] kokkosp.fences (0 ms)
12: [ RUN      ] kokkosp.raw_allocation
12: [       OK ] kokkosp.raw_allocation (0 ms)
12: [ RUN      ] kokkosp.view
12: [       OK ] kokkosp.view (0 ms)
12: [ RUN      ] kokkosp.sections
12: [       OK ] kokkosp.sections (0 ms)
12: [ RUN      ] kokkosp.metadata
12: [       OK ] kokkosp.metadata (0 ms)
12: [ RUN      ] kokkosp.profile_events
12: [       OK ] kokkosp.profile_events (0 ms)
12: [ RUN      ] kokkosp.no_init_kernel
12: [       OK ] kokkosp.no_init_kernel (0 ms)
12: [ RUN      ] kokkosp.get_events
12: [       OK ] kokkosp.get_events (0 ms)
12: [ RUN      ] kokkosp.kernel_name_parallel_for
12: [       OK ] kokkosp.kernel_name_parallel_for (1 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 (0 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 (9 ms total)
12: 
12: [----------] Global test environment tear-down
12: [==========] 31 tests from 1 test suite ran. (9 ms total)
12: [  PASSED  ] 31 tests.
12/58 Test #12: Kokkos_CoreUnitTest_KokkosP ................................   Passed    0.47 sec
test 13
      Start 13: Kokkos_CoreUnitTest_ToolIndependence

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

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

15: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkosprinter-tool.so"
15: Test timeout computed to be: 1500
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o
[ 29%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize
15: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
15/58 Test #15: Kokkos_ProfilingTestLibraryCmdLineHelp .....................   Passed    0.44 sec
test 16
      Start 16: Kokkos_ProfilingTestLibraryLoad

16: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
16: Environment variables: 
16:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkosprinter-tool.so
16: Test timeout computed to be: 1500
16: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize().
16: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:HIP::kokkosp_declare_metadata:GPU architecture:AMD_GFX908::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:fd8da8299519d7ecde91a1c11a3ac8469ce29cac::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1800::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM: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.7.99::kokkosp_declare_metadata:mdspan:disabled::kokkosp_declare_metadata:mdspan version:not applicable::kokkosp_allocate_data:Host:source:0x32ec300:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x32342c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x32343c0:Host:source:0x32ec400: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:0x32342c0:40::kokkosp_deallocate_data:Host:source:0x32ec300:40::kokkosp_finalize_library::
16/58 Test #16: Kokkos_ProfilingTestLibraryLoad ............................   Passed    0.46 sec
test 17
      Start 17: Kokkos_ProfilingTestLibraryCmdLine

17: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkosprinter-tool.so"
17: Test timeout computed to be: 1500
17: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:HIP::kokkosp_declare_metadata:GPU architecture:AMD_GFX908::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:fd8da8299519d7ecde91a1c11a3ac8469ce29cac::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1800::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM: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.7.99::kokkosp_declare_metadata:mdspan:disabled::kokkosp_declare_metadata:mdspan version:not applicable::kokkosp_allocate_data:Host:source:0x14690c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1463b40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1463c40:Host:source:0x14691c0: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:0x1463b40:40::kokkosp_deallocate_data:Host:source:0x14690c0:40::kokkosp_finalize_library::
17/58 Test #17: Kokkos_ProfilingTestLibraryCmdLine .........................   Passed    0.45 sec
test 18
      Start 18: Kokkos_CoreUnitTest_StackTraceTest

18: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec
18: Test timeout computed to be: 1500
18: [==========] Running 3 tests from 2 test suites.
18: [----------] Global test environment set-up.
18: [----------] 2 tests from defaultdevicetype_DeathTest
18: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate
[ 29%] Built target Kokkos_CoreUnitTest_InitializeFinalize
18: Top of f1
18: Top of f0
18: Top of f0
18: test_f1:
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x2cbbd0]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x264b0e]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x1f) [0x2606bf]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdc) [0x26014c]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x299fb9]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2728e0]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x273be9]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x274538]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x3dd) [0x2842fd]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x29ad49]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x283eed]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x262580]
18: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7fecff6481ca]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7fecff64828b]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x25ff85]
18:  
18: demangled test_f1:
18: [0x2cbbd0] Kokkos::Impl::save_stacktrace()
18: [0x264b0e] Test::stacktrace_test_f1(std::ostream&)
18: [0x2606bf] Test::test_stacktrace(bool, bool)
18: [0x26014c] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
18: [0x299fb9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x2728e0] testing::Test::Run()
18: [0x273be9] testing::TestInfo::Run()
18: [0x274538] testing::TestSuite::Run()
18: [0x2842fd] testing::internal::UnitTestImpl::RunAllTests()
18: [0x29ad49] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x283eed] testing::UnitTest::Run()
18: [0x262580] main
18: [0x7fecff6481ca] 
18: [0x7fecff64828b] __libc_start_main
18: [0x25ff85] _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-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x2cbbd0]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x264b0e]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x264fd6]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x6b5) [0x260d55]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdc) [0x26014c]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x299fb9]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2728e0]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x273be9]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x274538]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x3dd) [0x2842fd]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x29ad49]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x283eed]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x262580]
18: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7fecff6481ca]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7fecff64828b]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x25ff85]
18:  
18: demangled test_f3:
18: [0x2cbbd0] Kokkos::Impl::save_stacktrace()
18: [0x264b0e] Test::stacktrace_test_f1(std::ostream&)
18: [0x264fd6] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x260d55] Test::test_stacktrace(bool, bool)
18: [0x26014c] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
18: [0x299fb9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x2728e0] testing::Test::Run()
18: [0x273be9] testing::TestInfo::Run()
18: [0x274538] testing::TestSuite::Run()
18: [0x2842fd] testing::internal::UnitTestImpl::RunAllTests()
18: [0x29ad49] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x283eed] testing::UnitTest::Run()
18: [0x262580] main
18: [0x7fecff6481ca] 
18: [0x7fecff64828b] __libc_start_main
18: [0x25ff85] _start
18:  
18: Test setting std::terminate handler that prints the last saved stack trace
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
18: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (1598 ms)
18: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
18: Top of f1
18: Top of f0
18: Top of f0
18: test_f1:
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x2cbbd0]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x264b0e]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x1f) [0x2606bf]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd9) [0x260419]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x299fb9]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2728e0]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x273be9]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x274538]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x3dd) [0x2842fd]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x29ad49]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x283eed]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x262580]
18: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7fd90bdc91ca]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7fd90bdc928b]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x25ff85]
18:  
18: demangled test_f1:
18: [0x2cbbd0] Kokkos::Impl::save_stacktrace()
18: [0x264b0e] Test::stacktrace_test_f1(std::ostream&)
18: [0x2606bf] Test::test_stacktrace(bool, bool)
18: [0x260419] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
18: [0x299fb9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x2728e0] testing::Test::Run()
18: [0x273be9] testing::TestInfo::Run()
18: [0x274538] testing::TestSuite::Run()
18: [0x2842fd] testing::internal::UnitTestImpl::RunAllTests()
18: [0x29ad49] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x283eed] testing::UnitTest::Run()
18: [0x262580] main
18: [0x7fd90bdc91ca] 
18: [0x7fd90bdc928b] __libc_start_main
18: [0x25ff85] _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-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x2cbbd0]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x264b0e]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x264fd6]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x6b5) [0x260d55]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd9) [0x260419]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x299fb9]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2728e0]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x273be9]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x274538]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x3dd) [0x2842fd]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x29ad49]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x283eed]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x262580]
18: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7fd90bdc91ca]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7fd90bdc928b]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x25ff85]
18:  
18: demangled test_f3:
18: [0x2cbbd0] Kokkos::Impl::save_stacktrace()
18: [0x264b0e] Test::stacktrace_test_f1(std::ostream&)
18: [0x264fd6] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x260d55] Test::test_stacktrace(bool, bool)
18: [0x260419] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
18: [0x299fb9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x2728e0] testing::Test::Run()
18: [0x273be9] testing::TestInfo::Run()
18: [0x274538] testing::TestSuite::Run()
18: [0x2842fd] testing::internal::UnitTestImpl::RunAllTests()
18: [0x29ad49] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x283eed] testing::UnitTest::Run()
18: [0x262580] main
18: [0x7fd90bdc91ca] 
18: [0x7fd90bdc928b] __libc_start_main
18: [0x25ff85] _start
18:  
18: Test setting std::terminate handler that prints the last saved stack trace
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
18: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (1569 ms)
18: [----------] 2 tests from defaultdevicetype_DeathTest (3168 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-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x2cbbd0]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x264b0e]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x1f) [0x2606bf]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x299fb9]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2728e0]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x273be9]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x274538]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x3dd) [0x2842fd]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x29ad49]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x283eed]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x262580]
18: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7fe8141141ca]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7fe81411428b]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x25ff85]
18:  
18: demangled test_f1:
18: [0x2cbbd0] Kokkos::Impl::save_stacktrace()
18: [0x264b0e] Test::stacktrace_test_f1(std::ostream&)
18: [0x2606bf] Test::test_stacktrace(bool, bool)
18: [0x299fb9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x2728e0] testing::Test::Run()
18: [0x273be9] testing::TestInfo::Run()
18: [0x274538] testing::TestSuite::Run()
18: [0x2842fd] testing::internal::UnitTestImpl::RunAllTests()
18: [0x29ad49] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x283eed] testing::UnitTest::Run()
18: [0x262580] main
18: [0x7fe8141141ca] 
18: [0x7fe81411428b] __libc_start_main
18: [0x25ff85] _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-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x2cbbd0]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x264b0e]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x264fd6]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x6b5) [0x260d55]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x299fb9]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2728e0]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x273be9]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x274538]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x3dd) [0x2842fd]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x29ad49]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x283eed]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x262580]
18: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7fe8141141ca]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7fe81411428b]
18: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x25ff85]
18:  
18: demangled test_f3:
18: [0x2cbbd0] Kokkos::Impl::save_stacktrace()
18: [0x264b0e] Test::stacktrace_test_f1(std::ostream&)
18: [0x264fd6] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x260d55] Test::test_stacktrace(bool, bool)
18: [0x299fb9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x2728e0] testing::Test::Run()
18: [0x273be9] testing::TestInfo::Run()
18: [0x274538] testing::TestSuite::Run()
18: [0x2842fd] testing::internal::UnitTestImpl::RunAllTests()
18: [0x29ad49] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x283eed] testing::UnitTest::Run()
18: [0x262580] main
18: [0x7fe8141141ca] 
18: [0x7fe81411428b] __libc_start_main
18: [0x25ff85] _start
18:  
18: Test setting std::terminate handler that prints the last saved stack trace
18: [       OK ] defaultdevicetype.stacktrace_normal (0 ms)
18: [----------] 1 test from defaultdevicetype (0 ms total)
18: 
18: [----------] Global test environment tear-down
18: [==========] 3 tests from 2 test suites ran. (3169 ms total)
18: [  PASSED  ] 3 tests.
18/58 Test #18: Kokkos_CoreUnitTest_StackTraceTest .........................   Passed    3.63 sec
test 19
      Start 19: Kokkos_IncrementalTest_OPENMP

19: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_IncrementalTest_OPENMP
19: Test timeout computed to be: 1500
19: [==========] Running 28 tests from 1 test suite.
19: [----------] Global test environment set-up.
19: [----------] 28 tests from OPENMP
19: [ RUN      ] OPENMP.IncrTest_01_execspace_typedef
19: [       OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms)
19: [ RUN      ] OPENMP.IncrTest_01_execspace
19: Host Parallel Execution Space:
19:   KOKKOS_ENABLE_OPENMP: yes
19: 
19: OpenMP Runtime Configuration:
19: Kokkos::OpenMP thread_pool_topology[ 1 x 8 x 1 ]
19: OpenMP
19: [       OK ] OPENMP.IncrTest_01_execspace (0 ms)
19: [ RUN      ] OPENMP.IncrTest_02_AtomicExchange
19: [       OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms)
19: [ RUN      ] OPENMP.IncrTest_02_AtomicAdd
19: [       OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms)
19: [ RUN      ] OPENMP.IncrTest_02_AtomicSub
19: [       OK ] OPENMP.IncrTest_02_AtomicSub (0 ms)
19: [ RUN      ] OPENMP.IncrTest_03a_memspace_malloc
19: [       OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms)
19: [ RUN      ] OPENMP.IncrTest_03b_memspace_free
19: [       OK ] OPENMP.IncrTest_03b_memspace_free (51 ms)
19: [ RUN      ] OPENMP.IncrTest_04_simple_parallelFor
19: [       OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms)
19: [ RUN      ] OPENMP.IncrTest_04_RangePolicy_parallelFor
19: [       OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms)
19: [ RUN      ] OPENMP.IncrTest_05_reduction
19: [       OK ] OPENMP.IncrTest_05_reduction (4 ms)
19: [ RUN      ] OPENMP.IncrTest_06_mdrange2D
19: [       OK ] OPENMP.IncrTest_06_mdrange2D (0 ms)
19: [ RUN      ] OPENMP.IncrTest_06_mdrange3D
19: [       OK ] OPENMP.IncrTest_06_mdrange3D (0 ms)
19: [ RUN      ] OPENMP.IncrTest_06_mdrange4D
19: [       OK ] OPENMP.IncrTest_06_mdrange4D (0 ms)
19: [ RUN      ] OPENMP.IncrTest_08_deep_copy_2D
19: [       OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms)
19: [ RUN      ] OPENMP.IncrTest_08_deep_copy_3D
19: [       OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms)
19: [ RUN      ] OPENMP.IncrTest_08_deep_copy_4D
19: [       OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms)
19: [ RUN      ] OPENMP.IncrTest_10_Hierarchical_Basics
19: [       OK ] OPENMP.IncrTest_10_Hierarchical_Basics (0 ms)
19: [ RUN      ] OPENMP.IncrTest_11a_Hierarchical_ForLoop
19: [       OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (0 ms)
19: [ RUN      ] OPENMP.IncrTest_11b_Hierarchical_ForLoop
19: [       OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (0 ms)
19: [ RUN      ] OPENMP.IncrTest_11c_Hierarchical_ForLoop
19: [       OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (30 ms)
19: [ RUN      ] OPENMP.IncrTest_12a_ThreadScratch
19: [       OK ] OPENMP.IncrTest_12a_ThreadScratch (0 ms)
19: [ RUN      ] OPENMP.IncrTest_12b_TeamScratch
19: [       OK ] OPENMP.IncrTest_12b_TeamScratch (0 ms)
19: [ RUN      ] OPENMP.IncrTest_13a_Hierarchical_Red
19: [       OK ] OPENMP.IncrTest_13a_Hierarchical_Red (0 ms)
19: [ RUN      ] OPENMP.IncrTest_13b_Hierarchical_Red
19: [       OK ] OPENMP.IncrTest_13b_Hierarchical_Red (0 ms)
19: [ RUN      ] OPENMP.IncrTest_13c_Hierarchical_Red
19: [       OK ] OPENMP.IncrTest_13c_Hierarchical_Red (0 ms)
19: [ RUN      ] OPENMP.incr_14_MDrangeReduce
19: [       OK ] OPENMP.incr_14_MDrangeReduce (0 ms)
19: [ RUN      ] OPENMP.IncrTest_16_parallelscan
19: [       OK ] OPENMP.IncrTest_16_parallelscan (0 ms)
19: [ RUN      ] OPENMP.incr_17_atomicView
19: [       OK ] OPENMP.incr_17_atomicView (0 ms)
19: [----------] 28 tests from OPENMP (88 ms total)
19: 
19: [----------] Global test environment tear-down
19: [==========] 28 tests from 1 test suite ran. (88 ms total)
19: [  PASSED  ] 28 tests.
19/58 Test #19: Kokkos_IncrementalTest_OPENMP ..............................   Passed    0.55 sec
test 20
      Start 20: Kokkos_IncrementalTest_HIP

20: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_IncrementalTest_HIP
20: Test timeout computed to be: 1500
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 44%] Built target Kokkos_CoreUnitTest_SYCL1B
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
20: [==========] Running 28 tests from 1 test suite.
20: [----------] Global test environment set-up.
20: [----------] 28 tests from HIP
20: [ RUN      ] HIP.IncrTest_01_execspace_typedef
20: [       OK ] HIP.IncrTest_01_execspace_typedef (0 ms)
20: [ RUN      ] HIP.IncrTest_01_execspace
20: Device Execution Space:
20:   KOKKOS_ENABLE_HIP: yes
20: HIP Options:
20:   KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
20: 
20: Runtime Configuration:
20:   XNACK environment variable set: no
20:   Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
20: macro  KOKKOS_ENABLE_HIP : defined
20: macro  HIP_VERSION : 60342134 = version 6.3.42134
20: macro KOKKOS_ENABLE_ROCTHRUST : defined
20: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
20: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected
20:   Total Global Memory: 31.98 GiB
20:   Shared Memory per Block: 64 KiB
20:   APU or dGPU: dGPU
20:   Is Large Bar: 1
20:   Supports Managed Memory: 1
20:   Architecture capable of accessing system allocated memory: 1
20:   System allows accessing system allocated memory on GPU: 0
20:   Wavefront Size: 64
20: HIP
20: [       OK ] HIP.IncrTest_01_execspace (0 ms)
20: [ RUN      ] HIP.IncrTest_02_AtomicExchange
20: [       OK ] HIP.IncrTest_02_AtomicExchange (0 ms)
20: [ RUN      ] HIP.IncrTest_02_AtomicAdd
20: [       OK ] HIP.IncrTest_02_AtomicAdd (0 ms)
20: [ RUN      ] HIP.IncrTest_02_AtomicSub
20: [       OK ] HIP.IncrTest_02_AtomicSub (0 ms)
20: [ RUN      ] HIP.IncrTest_03a_memspace_malloc
20: [       OK ] HIP.IncrTest_03a_memspace_malloc (0 ms)
20: [ RUN      ] HIP.IncrTest_03b_memspace_free
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 91%] Linking CXX executable Kokkos_atomic
[ 91%] Built target Kokkos_atomic
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
20: [       OK ] HIP.IncrTest_03b_memspace_free (4328 ms)
20: [ RUN      ] HIP.IncrTest_04_simple_parallelFor
20: [       OK ] HIP.IncrTest_04_simple_parallelFor (1 ms)
20: [ RUN      ] HIP.IncrTest_04_RangePolicy_parallelFor
20: [       OK ] HIP.IncrTest_04_RangePolicy_parallelFor (0 ms)
20: [ RUN      ] HIP.IncrTest_05_reduction
20: [       OK ] HIP.IncrTest_05_reduction (7 ms)
20: [ RUN      ] HIP.IncrTest_06_mdrange2D
20: [       OK ] HIP.IncrTest_06_mdrange2D (0 ms)
20: [ RUN      ] HIP.IncrTest_06_mdrange3D
20: [       OK ] HIP.IncrTest_06_mdrange3D (0 ms)
20: [ RUN      ] HIP.IncrTest_06_mdrange4D
20: [       OK ] HIP.IncrTest_06_mdrange4D (0 ms)
20: [ RUN      ] HIP.IncrTest_08_deep_copy_2D
20: [       OK ] HIP.IncrTest_08_deep_copy_2D (2 ms)
20: [ RUN      ] HIP.IncrTest_08_deep_copy_3D
20: [       OK ] HIP.IncrTest_08_deep_copy_3D (0 ms)
20: [ RUN      ] HIP.IncrTest_08_deep_copy_4D
20: [       OK ] HIP.IncrTest_08_deep_copy_4D (0 ms)
20: [ RUN      ] HIP.IncrTest_10_Hierarchical_Basics
20: [       OK ] HIP.IncrTest_10_Hierarchical_Basics (1 ms)
20: [ RUN      ] HIP.IncrTest_11a_Hierarchical_ForLoop
20: [       OK ] HIP.IncrTest_11a_Hierarchical_ForLoop (1 ms)
20: [ RUN      ] HIP.IncrTest_11b_Hierarchical_ForLoop
20: [       OK ] HIP.IncrTest_11b_Hierarchical_ForLoop (1 ms)
20: [ RUN      ] HIP.IncrTest_11c_Hierarchical_ForLoop
20: [       OK ] HIP.IncrTest_11c_Hierarchical_ForLoop (136 ms)
20: [ RUN      ] HIP.IncrTest_12a_ThreadScratch
20: [       OK ] HIP.IncrTest_12a_ThreadScratch (8 ms)
20: [ RUN      ] HIP.IncrTest_12b_TeamScratch
20: [       OK ] HIP.IncrTest_12b_TeamScratch (1 ms)
20: [ RUN      ] HIP.IncrTest_13a_Hierarchical_Red
20: [       OK ] HIP.IncrTest_13a_Hierarchical_Red (1 ms)
20: [ RUN      ] HIP.IncrTest_13b_Hierarchical_Red
20: [       OK ] HIP.IncrTest_13b_Hierarchical_Red (1 ms)
20: [ RUN      ] HIP.IncrTest_13c_Hierarchical_Red
20: [       OK ] HIP.IncrTest_13c_Hierarchical_Red (1 ms)
20: [ RUN      ] HIP.incr_14_MDrangeReduce
20: [       OK ] HIP.incr_14_MDrangeReduce (1 ms)
20: [ RUN      ] HIP.IncrTest_16_parallelscan
20: [       OK ] HIP.IncrTest_16_parallelscan (2 ms)
20: [ RUN      ] HIP.incr_17_atomicView
20: [       OK ] HIP.incr_17_atomicView (1 ms)
20: [----------] 28 tests from HIP (4502 ms total)
20: 
20: [----------] Global test environment tear-down
20: [==========] 28 tests from 1 test suite ran. (4502 ms total)
20: [  PASSED  ] 28 tests.
20/58 Test #20: Kokkos_IncrementalTest_HIP .................................   Passed    4.98 sec
test 21
      Start 21: Kokkos_CoreUnitTest_CTestDevice

21: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice
21: Test timeout computed to be: 1500
21: [==========] Running 8 tests from 2 test suites.
21: [----------] Global test environment set-up.
21: [----------] 5 tests from ctest_environment_DeathTest
21: [ RUN      ] ctest_environment_DeathTest.invalid_rank
21: [       OK ] ctest_environment_DeathTest.invalid_rank (722 ms)
21: [ RUN      ] ctest_environment_DeathTest.no_type_str
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
21: [       OK ] ctest_environment_DeathTest.no_type_str (548 ms)
21: [ RUN      ] ctest_environment_DeathTest.missing_type
21: [       OK ] ctest_environment_DeathTest.missing_type (1117 ms)
21: [ RUN      ] ctest_environment_DeathTest.no_id_str
[ 44%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test01_execspace_SYCL.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 45%] Linking CXX executable Kokkos_CoreUnitTest_SYCL1A
[ 91%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o
21: [       OK ] ctest_environment_DeathTest.no_id_str (575 ms)
21: [ RUN      ] ctest_environment_DeathTest.invalid_id_str
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 45%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
21: [       OK ] ctest_environment_DeathTest.invalid_id_str (1122 ms)
21: [----------] 5 tests from ctest_environment_DeathTest (4086 ms total)
21: 
21: [----------] 3 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.good
21: [       OK ] ctest_environment.good (0 ms)
21: [----------] 3 tests from ctest_environment (0 ms total)
21: 
21: [----------] Global test environment tear-down
21: [==========] 8 tests from 2 test suites ran. (4086 ms total)
21: [  PASSED  ] 8 tests.
21/58 Test #21: Kokkos_CoreUnitTest_CTestDevice ............................   Passed    4.11 sec
test 22
      Start 22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

22: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
22: Test timeout computed to be: 1500
22/58 Test #22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ..................   Passed    0.02 sec
test 23
      Start 23: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail

23: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
23: Test timeout computed to be: 1500
23: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument
23/58 Test #23: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ......   Passed    0.02 sec
test 24
      Start 24: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs

24: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1"
24: Test timeout computed to be: 1500
24/58 Test #24: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs .....   Passed    0.02 sec
test 25
      Start 25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment

25: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
25: Environment variables: 
25:  KOKKOS_TEST_TRIBITS_COMPATIBILITY=1
25: Test timeout computed to be: 1500
25/58 Test #25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ...   Passed    0.02 sec
test 26
      Start 26: Kokkos_CoreUnitTest_DeviceAndThreads

26: Test command: /usr/bin/python3 "/var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/TestDeviceAndThreads.py" "-v"
26: Test timeout computed to be: 1500
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 92%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o
[ 45%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o
26: test_device_id (__main__.KokkosInitializationTestCase.test_device_id) ... ok
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 45%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
26: test_disable_warnings (__main__.KokkosInitializationTestCase.test_disable_warnings) ... ok
26: test_num_devices (__main__.KokkosInitializationTestCase.test_num_devices) ... ok
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 46%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorProp.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o
[ 46%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 92%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
26: test_num_threads (__main__.KokkosInitializationTestCase.test_num_threads) ... ok
26: test_tune_internals (__main__.KokkosInitializationTestCase.test_tune_internals) ... ok
26: 
26: ----------------------------------------------------------------------
26: Ran 5 tests in 8.565s
26: 
26: OK
26/58 Test #26: Kokkos_CoreUnitTest_DeviceAndThreads .......................   Passed    8.61 sec
test 27
      Start 27: Kokkos_PerformanceTest_Benchmark

27: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-09-11_T06-00-02.json"
27: Test timeout computed to be: 1500
27: 2025-09-11T06:19:54+00:00
27: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
27: Run on (255 X 3523.72 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: 4.70, 8.37, 9.41
27: APU or dGPU: dGPU
27: Architecture capable of accessing system allocated memory: 1
27: CPU architecture: none
27: Default Device: HIP
27: GPU architecture: AMD_GFX908
27: Is Large Bar: 1
27: KOKKOS_COMPILER_CLANG: 1800
27: KOKKOS_ENABLE_ASM: 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_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: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
27: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
27: Kokkos Version: 4.7.99
27: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected
27: Shared Memory per Block: 64 KiB
27: Supports Managed Memory: 1
27: System allows accessing system allocated memory on GPU: 0
27: Total Global Memory: 31.98 GiB
27: Wavefront Size: 64
27: XNACK environment variable set: no
27: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
27: macro  HIP_VERSION: 60342134 = version 6.3.42134
27: macro  KOKKOS_ENABLE_HIP: defined
27: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
27: macro KOKKOS_ENABLE_ROCTHRUST: defined
27: mdspan: disabled
27: mdspan version: not applicable
27: platform: 64bit
27: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Benchmark                                                                                                                                                                          Time             CPU   Iterations      Count Time normalized
27: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: GramSchmidt<double>/Count:1024/iterations:5/manual_time                                                                                                                        0.006 s         0.007 s             5       1024        6.23483u
27: GramSchmidt<double>/Count:2048/iterations:5/manual_time                                                                                                                        0.006 s         0.007 s             5     2.048k        3.10621u
27: GramSchmidt<double>/Count:4096/iterations:5/manual_time                                                                                                                        0.006 s         0.007 s             5     4.096k        1.55017u
27: GramSchmidt<double>/Count:8192/iterations:5/manual_time                                                                                                                        0.006 s         0.008 s             5     8.192k        769.694n
27: GramSchmidt<double>/Count:16384/iterations:5/manual_time                                                                                                                       0.006 s         0.008 s             5    16.384k        383.431n
27: GramSchmidt<double>/Count:32768/iterations:5/manual_time                                                                                                                       0.007 s         0.009 s             5    32.768k        202.334n
27: GramSchmidt<double>/Count:65536/iterations:5/manual_time                                                                                                                       0.008 s         0.012 s             5    65.536k        119.579n
27: GramSchmidt<double>/Count:131072/iterations:5/manual_time                                                                                                                      0.010 s         0.017 s             5   131.072k        70.9574n
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
27: GramSchmidt<double>/Count:262144/iterations:5/manual_time                                                                                                                      0.043 s         0.051 s             5   262.144k        347.451n
27: GramSchmidt<double>/Count:524288/iterations:5/manual_time                                                                                                                      0.033 s         0.057 s             5   524.288k        62.7293n
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test02_atomic_host_SYCL.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 92%] Linking CXX executable Kokkos_gather
[ 92%] Built target Kokkos_gather
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s        Max
27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: CustomReduction<double>/N:100000/R:1000/manual_time                                                                                                                            0.007 s         0.017 s            97 15.4856k/s       11.5
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
27: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Benchmark                                                                                                                                                                          Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced
27: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: OverlapRangePolicy/N:2000/M:10000/R:10                                                                                                                                         0.516 s         0.508 s             1       0.0995576    0.0482278               0.0880624            0.0434018    0.043606            4.5u
[ 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/TestStdAlgorithmsRemoveIf.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
27: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Benchmark                                                                                                                                                                          Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced
27: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: OverlapMDRangePolicy/N:200/M:10000/R:10                                                                                                                                        0.044 s         0.044 s            16        8.18106m     4.05941m                7.74431m                  3.84604m    3.89214m           2.61u
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
27: OverlapTeamPolicy/N:20/M:1000000/R:10                                                                                                                                          0.194 s         0.191 s             4       0.0351816      0.01767               0.0328173                 0.0163388   0.0167568           3.49u
27: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Benchmark                                                                                                                                                                          Time             CPU   Iterations      Count Time normalized
27: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                                                                                                                  0.000 s         0.001 s             5       1024        27.5977n
27: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     2.048k        12.9731n
27: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     4.096k         4.9585n
27: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     8.192k        2.62573n
27: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    16.384k        1.43921n
27: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    32.768k        957.001p
27: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    65.536k        654.892p
27: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                                                                                                                0.000 s         0.000 s             5   131.072k        508.339p
27: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                                                                                                                0.000 s         0.001 s             5   262.144k        432.617p
27: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                                                                                                                0.000 s         0.001 s             5   524.288k        373.816p
[ 46%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 93%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
27: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: rate
27: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Malloc/N:1/manual_time                                                                                                                                                          19.3 us         44.7 us        33506 51.6897k/s
[ 94%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan
[ 94%] Built target Kokkos_PerformanceTest_InclusiveScan
[ 94%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
27: Malloc/N:16/manual_time                                                                                                                                                         18.8 us         44.1 us        37430 53.2672k/s
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 94%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o
27: Malloc/N:256/manual_time                                                                                                                                                        18.9 us         44.1 us        37514 52.9602k/s
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
27: Malloc/N:4096/manual_time                                                                                                                                                       18.9 us         44.0 us        37658 52.9615k/s
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o
27: Malloc/N:65536/manual_time                                                                                                                                                      18.7 us         44.0 us        37056 53.3448k/s
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 47%] Linking CXX executable Kokkos_StackTraceTestExec
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test03a_MemorySpace_malloc_SYCL.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o
[ 94%] Linking CXX executable Kokkos_gups
[ 94%] Built target Kokkos_gups
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o
[ 47%] Linking CXX executable Kokkos_CoreUnitTest_Default
27: Malloc/N:1048576/manual_time                                                                                                                                                    18.8 us         44.2 us        37277 53.0786k/s
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c10.cpp.o
27: Malloc/N:16777216/manual_time                                                                                                                                                    534 us          213 us         7551 1.87334k/s
27: Malloc/N:268435456/manual_time                                                                                                                                                  9359 us          427 us           75  106.853/s
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
27: Malloc/N:4294967296/manual_time                                                                                                                                               150723 us         1078 us            5   6.6347/s
27: MallocFree/N:1/manual_time                                                                                                                                                       155 us          153 us         4504  6.4558k/s
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
27: MallocFree/N:16/manual_time                                                                                                                                                     44.6 us         43.9 us        15696 22.4285k/s
[ 95%] Linking CXX executable Kokkos_launch_latency
[ 95%] Built target Kokkos_launch_latency
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c11.cpp.o
[ 95%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 95%] Linking CXX executable Kokkos_stream
[ 95%] Built target Kokkos_stream
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c12.cpp.o
27: MallocFree/N:256/manual_time                                                                                                                                                    44.5 us         43.8 us        14393  22.464k/s
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o
[ 96%] Linking CXX executable Kokkos_view_copy_constructor
[ 96%] Built target Kokkos_view_copy_constructor
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c13.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c12.cpp.o
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 96%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
27: MallocFree/N:4096/manual_time                                                                                                                                                   44.5 us         43.9 us        15703 22.4623k/s
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 47%] Built target Kokkos_StackTraceTestExec
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
27: MallocFree/N:65536/manual_time                                                                                                                                                  44.6 us         43.9 us        15713 22.4151k/s
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
27: MallocFree/N:1048576/manual_time                                                                                                                                                44.7 us         44.0 us        15669  22.378k/s
[ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c13.cpp.o
27: MallocFree/N:16777216/manual_time                                                                                                                                                537 us          211 us         4509 1.86259k/s
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
27: MallocFree/N:268435456/manual_time                                                                                                                                              9453 us          448 us           74  105.783/s
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
27: MallocFree/N:4294967296/manual_time                                                                                                                                           150665 us         1651 us            5  6.63725/s
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
27: MallocTouch/N:1/manual_time                                                                                                                                                      129 us          153 us         5409  7.7637k/s
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c14.cpp.o
27: MallocTouch/N:16/manual_time                                                                                                                                                    19.4 us         44.6 us        27110 51.5582k/s
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test03b_MemorySpace_free_SYCL.cpp.o
27: MallocTouch/N:256/manual_time                                                                                                                                                   19.5 us         44.8 us        35834 51.1756k/s
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
27: MallocTouch/N:4096/manual_time                                                                                                                                                  31.8 us         56.0 us        23180 31.4241k/s
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
27: MallocTouch/N:65536/manual_time                                                                                                                                                 29.9 us         55.3 us        23265 33.4176k/s
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
27: MallocTouch/N:1048576/manual_time                                                                                                                                               33.6 us         59.0 us        20776 29.7468k/s
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 30%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 34%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o
27: MallocTouch/N:16777216/manual_time                                                                                                                                               499 us          238 us         5748 2.00561k/s
27: MallocTouch/N:268435456/manual_time                                                                                                                                             9346 us          516 us           75  106.999/s
27: MallocTouch/N:4294967296/manual_time                                                                                                                                          148959 us         1836 us            5  6.71326/s
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c14.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c15.cpp.o
[ 83%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 84%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
27: MallocTouchFree/N:1/manual_time                                                                                                                                                  155 us          152 us         3705 6.45762k/s
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c15.cpp.o
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o
[ 97%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 97%] Built target Kokkos_UnitTest_SIMD
[ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[ 34%] Built target Kokkos_CoreUnitTest_Cuda3
27: MallocTouchFree/N:16/manual_time                                                                                                                                                45.4 us         44.7 us        15433 22.0101k/s
[ 84%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 84%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 30%] Built target Kokkos_CoreUnitTest_Develop
[ 84%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
27: MallocTouchFree/N:256/manual_time                                                                                                                                               45.3 us         44.7 us        15392 22.0592k/s
27: MallocTouchFree/N:4096/manual_time                                                                                                                                              56.3 us         55.4 us        12428 17.7552k/s
[ 84%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 84%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
27: MallocTouchFree/N:65536/manual_time                                                                                                                                             56.3 us         55.4 us        12475 17.7616k/s
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 84%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
27: MallocTouchFree/N:1048576/manual_time                                                                                                                                           60.3 us         59.4 us        11700 16.5881k/s
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o
[ 84%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 85%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 85%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test04_ParallelFor_RangePolicy_SYCL.cpp.o
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 85%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 85%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 85%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 85%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 85%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 85%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
27: MallocTouchFree/N:16777216/manual_time                                                                                                                                           504 us          226 us         3810 1.98536k/s
[ 97%] Linking CXX executable Kokkos_policy_performance
[ 97%] Built target Kokkos_policy_performance
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o
[ 85%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 85%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 86%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 86%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 87%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
27: MallocTouchFree/N:268435456/manual_time                                                                                                                                         9451 us          520 us           74  105.807/s
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 87%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
[ 87%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 88%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 88%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
27: MallocTouchFree/N:4294967296/manual_time                                                                                                                                      150673 us         2016 us            5   6.6369/s
[ 88%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 88%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_b.cpp.o
[ 88%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 88%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o
[ 88%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 89%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s         MB
27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.052 s         0.039 s            10  15.4613/s        800
[ 89%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 89%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
27: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.023 s         0.001 s            39  34.0935/s        800
[ 89%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 89%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 89%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[ 89%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
27: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.7036/s        800
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 89%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 89%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 90%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 90%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
27: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            28  29.6885/s        800
[ 90%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
27: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.7458/s        800
[ 90%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 91%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 91%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 91%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_c.cpp.o
[ 91%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 91%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 91%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 91%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 91%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 91%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
27: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            28  29.7071/s        800
[ 92%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 93%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 93%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 93%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 93%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o
[ 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
[ 93%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 93%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 93%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 93%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
27: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            28  29.7832/s        800
[ 93%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 93%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 93%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 93%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 93%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 94%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 94%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o
[ 94%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 94%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 94%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 94%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
27: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.026 s         0.001 s            26  30.9214/s        800
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o
[ 94%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o
[ 95%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
27: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            24  29.7363/s        800
[ 96%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 96%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 96%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 96%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 96%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 96%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 96%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 97%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.cpp.o
[ 97%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 97%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test05_ParallelReduce_RangePolicy_SYCL.cpp.o
27: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.028 s         0.001 s            26  28.6286/s        800
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_c.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
27: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.026 s         0.001 s            24   31.021/s        800
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 36%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 97%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
27: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            24  29.7304/s        800
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 97%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
27: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.6616/s        800
[ 97%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 36%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 97%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 97%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 36%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
27: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.026 s         0.001 s            26  30.9193/s        800
[ 97%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 97%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 97%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 97%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 36%] Built target Kokkos_CoreUnitTest_Default
27: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.7418/s        800
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 98%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
27: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.7287/s        800
[ 98%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 98%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 98%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 98%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 98%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o
[ 98%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 98%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 98%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 98%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 98%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
27: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time      0.031 s         0.030 s            23   51.977/s       1.6k
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 98%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 98%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 98%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 98%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
27: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time      0.029 s         0.028 s            24  55.8202/s       1.6k
27: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           403   932.32/s       1.6k
[ 36%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
27: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           399  932.059/s       1.6k
[ 98%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 98%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 36%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 36%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 98%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
27: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           400  931.759/s       1.6k
[ 99%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 99%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 99%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
27: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time                                           0.003 s         0.003 s           254  296.699/s        800
[ 98%] Linking CXX executable Kokkos_bytes_and_flops
[ 98%] Built target Kokkos_bytes_and_flops
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_a.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o
[ 99%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
27: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time                                   0.015 s         0.015 s            44  51.9806/s        800
[ 99%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 36%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
27: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           403  932.038/s       1.6k
[ 99%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[100%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[100%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[100%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test06_ParallelFor_MDRangePolicy_SYCL.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
27: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           399  932.127/s       1.6k
[100%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[100%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[100%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[100%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
27: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           399  932.442/s       1.6k
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test08_deep_copy_SYCL.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
27: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.002 s         0.002 s           399  932.196/s       1.6k
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
27: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.003 s         0.003 s           223  510.942/s       1.6k
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_SharedAlloc.cpp.o
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
27: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.003 s         0.003 s           223  514.729/s       1.6k
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
27: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.002 s         0.002 s           399  932.064/s       1.6k
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
27: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.004 s         0.003 s           330   421.75/s       1.6k
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_a.cpp.o
27: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.002 s         0.002 s           278  643.496/s       1.6k
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_b.cpp.o
27: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           399  931.619/s       1.6k
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_c.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
27: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           399  931.954/s       1.6k
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
27: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           400  932.168/s       1.6k
27: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           399  932.193/s       1.6k
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o
27: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.014 s         0.014 s            49  111.983/s       1.6k
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o
27: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.014 s         0.014 s            49  112.346/s       1.6k
27: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.003 s         0.003 s           224  513.254/s       1.6k
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o
27: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.007 s         0.007 s           103  235.087/s       1.6k
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_c.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
27: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           399  932.099/s       1.6k
27: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           400  932.214/s       1.6k
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_a.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
27: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.016 s         0.016 s            44  101.398/s       1.6k
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 52%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
27: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.018 s         0.018 s            39  88.6011/s       1.6k
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
27: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           333  931.625/s       1.6k
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_b.cpp.o
27: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           399  932.326/s       1.6k
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_subview.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ScanUnit.cpp.o
27: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.018 s         0.017 s            40  91.3907/s       1.6k
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test10_HierarchicalBasics_SYCL.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
27: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.018 s         0.018 s            38  86.6911/s       1.6k
27: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           400  932.595/s       1.6k
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedResourceLock.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Spaces.cpp.o
27: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           399  932.453/s       1.6k
27: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.018 s         0.018 s            38  87.6314/s       1.6k
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
27: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.019 s         0.019 s            37  84.8781/s       1.6k
27: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                      0.002 s         0.002 s           444  1031.98/s       1.6k
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 94%] 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_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
27: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    0.002 s         0.002 s           445  1031.93/s       1.6k
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
27: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                     0.002 s         0.002 s           444  1031.87/s       1.6k
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
27: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                     0.002 s         0.002 s           445   1031.9/s       1.6k
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
27: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           888  1043.78/s        800
27: 
27: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
27:                                  does not support page migration between device and host.
27:                                  HIPManagedSpace might not work as expected.
27:                                  Please refer to the ROCm documentation on unified/managed memory.
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
27: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time                                                                                                       0.030 s         0.030 s            23  26.4035/s        800
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Memory_Requirements.cpp.o
27: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           898  1043.92/s        800
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratchStreams.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
27: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time                                                                                                      0.031 s         0.030 s            23  25.9968/s        800
27: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           902  1043.98/s        800
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AsyncLauncher.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlocksizeDeduction.cpp.o
27: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           893  1043.74/s        800
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp.o
27: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           891  1044.23/s        800
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
27: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           891  1043.77/s        800
27: ViewFill_Rank1Strided/N:10/manual_time                                                                                                                                         0.002 s         0.002 s           343  199.363/s        400
27: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           887   1042.9/s        800
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
27: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           890  1044.01/s        800
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SYCL.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
27: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           890  1043.94/s        800
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
27: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           893  1043.77/s        800
27: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           891  1043.54/s        800
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
27: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           890  1044.02/s        800
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
27: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           891  1044.35/s        800
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
27: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           890  1043.88/s        800
27: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           892  1044.17/s        800
27: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           891  1043.98/s        800
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
27: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                              0.001 s         0.001 s           890  1043.48/s        800
27: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                             0.001 s         0.001 s           892  1043.86/s        800
27: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 3.91738k/s       1.6k
27: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 6.06769k/s       1.6k
27: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 5.02283k/s       1.6k
27: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 3.52787k/s       1.6k
27: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10    5.55k/s       1.6k
27: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 4.10912k/s       1.6k
27: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 9.57836k/s       1.6k
27: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 8.84785k/s       1.6k
27: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 7.23909k/s       1.6k
27: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 5.93136k/s       1.6k
27: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 8.36646k/s       1.6k
27: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10  5.5526k/s       1.6k
27: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 4.37654k/s       1.6k
27: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 4.08003k/s       1.6k
27: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10  3.6425k/s       1.6k
27: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.001 s            10 3.03312k/s       1.6k
27: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 6.62828k/s       1.6k
27: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10  5.3987k/s       1.6k
27: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10  4.6388k/s       1.6k
27: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 3.75024k/s       1.6k
27: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.001 s         0.001 s            10 2.27774k/s       1.6k
27: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.007 s         0.001 s            10  238.196/s       1.6k
27: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.002 s         0.001 s            10  814.133/s       1.6k
27: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.007 s         0.001 s            10  241.787/s       1.6k
27: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.002 s         0.000 s            10  849.688/s       1.6k
27: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.006 s         0.000 s            10  270.665/s       1.6k
27: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.002 s         0.000 s            10  648.241/s       1.6k
27: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.003 s         0.000 s            10  560.173/s       1.6k
27: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.006 s         0.001 s            10  264.364/s       1.6k
27: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.002 s         0.000 s            10  662.978/s       1.6k
27: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.003 s         0.000 s            10  537.326/s       1.6k
27: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.003 s         0.000 s            10   562.54/s       1.6k
27: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                       0.028 s         0.002 s            10  56.6296/s       1.6k
27: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                      0.031 s         0.002 s            10  51.2477/s       1.6k
27/58 Test #27: Kokkos_PerformanceTest_Benchmark ...........................   Passed  135.34 sec
test 28
      Start 28: Kokkos_Benchmark_Atomic_MinMax

28: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-09-11_T06-00-02.json"
28: Test timeout computed to be: 1500
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
28: 2025-09-11T06:22:10+00:00
28: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
28: Run on (255 X 3523.69 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.49, 7.80, 9.08
28: APU or dGPU: dGPU
28: Architecture capable of accessing system allocated memory: 1
28: CPU architecture: none
28: Default Device: HIP
28: GPU architecture: AMD_GFX908
28: Is Large Bar: 1
28: KOKKOS_COMPILER_CLANG: 1800
28: KOKKOS_ENABLE_ASM: 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_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: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
28: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
28: Kokkos Version: 4.7.99
28: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected
28: Shared Memory per Block: 64 KiB
28: Supports Managed Memory: 1
28: System allows accessing system allocated memory on GPU: 0
28: Total Global Memory: 31.98 GiB
28: Wavefront Size: 64
28: XNACK environment variable set: no
28: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
28: macro  HIP_VERSION: 60342134 = version 6.3.42134
28: macro  KOKKOS_ENABLE_HIP: defined
28: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
28: macro KOKKOS_ENABLE_ROCTHRUST: defined
28: mdspan: disabled
28: mdspan version: not applicable
28: platform: 64bit
28: ----------------------------------------------------------------------------------------------------------------------------------------
28: Benchmark                                                                                              Time             CPU   Iterations
28: ----------------------------------------------------------------------------------------------------------------------------------------
28: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
28: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
28: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
28: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
28: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
28: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
28: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
28: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
28: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
28: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
28: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
28: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
28: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
28: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
28: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
28: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
28: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
28: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
28: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
28: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
28: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
28: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
28: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
28: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
28: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
28: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
28: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
28: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
28: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
28: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
28: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
28: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
28: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
28: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
28: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
28: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
28: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
28: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
28: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
28: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
28: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
28: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
28: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
28: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
28: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
28: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
28: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
28: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
28/58 Test #28: Kokkos_Benchmark_Atomic_MinMax .............................   Passed    0.56 sec
test 29
      Start 29: Kokkos_PerformanceTest_ViewFirstTouch

29: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-09-11_T06-00-02.json"
29: Test timeout computed to be: 1500
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
29: 2025-09-11T06:22:10+00:00
29: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch
29: Run on (255 X 3523.96 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.49, 7.80, 9.08
29: APU or dGPU: dGPU
29: Architecture capable of accessing system allocated memory: 1
29: CPU architecture: none
29: Default Device: HIP
29: GPU architecture: AMD_GFX908
29: Is Large Bar: 1
29: KOKKOS_COMPILER_CLANG: 1800
29: KOKKOS_ENABLE_ASM: 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_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: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
29: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
29: Kokkos Version: 4.7.99
29: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected
29: Shared Memory per Block: 64 KiB
29: Supports Managed Memory: 1
29: System allows accessing system allocated memory on GPU: 0
29: Total Global Memory: 31.98 GiB
29: Wavefront Size: 64
29: XNACK environment variable set: no
29: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
29: macro  HIP_VERSION: 60342134 = version 6.3.42134
29: macro  KOKKOS_ENABLE_HIP: defined
29: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
29: macro KOKKOS_ENABLE_ROCTHRUST: defined
29: mdspan: disabled
29: mdspan version: not applicable
29: platform: 64bit
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
29: ------------------------------------------------------------------------------------------------------------------------------------
29: Benchmark                                                                    Time             CPU   Iterations  FOM: GB/s         MB
29: ------------------------------------------------------------------------------------------------------------------------------------
29: ViewFirstTouch_Initialize<double>/N:64/manual_time                       0.000 s         0.000 s         15964 0.0119637/s       512u
29: ViewFirstTouch_Initialize<double>/N:512/manual_time                      0.000 s         0.000 s         15954 0.0960549/s     4.096m
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
29: ViewFirstTouch_Initialize<double>/N:4096/manual_time                     0.000 s         0.000 s         16064 0.762944/s   0.032768
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
29: ViewFirstTouch_Initialize<double>/N:32768/manual_time                    0.000 s         0.000 s         16397  6.15348/s   0.262144
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
29: ViewFirstTouch_Initialize<double>/N:262144/manual_time                   0.000 s         0.000 s          5596  14.4126/s    2.09715
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SYCL.cpp.o
29: ViewFirstTouch_Initialize<double>/N:2097152/manual_time                  0.000 s         0.000 s          4780  33.6124/s    16.7772
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o
29: ViewFirstTouch_Initialize<double>/N:16777216/manual_time                 0.005 s         0.000 s           149  28.3516/s    134.218
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 94%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 95%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o
[ 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
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o
29: ViewFirstTouch_ParallelFor<double>/N:64/manual_time                      0.000 s         0.000 s         41966 0.0618906/s      1024u
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
29: ViewFirstTouch_ParallelFor<double>/N:512/manual_time                     0.000 s         0.000 s         40916 0.464051/s     8.192m
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o
[ 95%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[100%] Linking CXX executable Kokkos_CoreUnitTest_HIP
[100%] Built target Kokkos_CoreUnitTest_HIP
+ ctest --no-compress-output -T Test --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
   Site: 0a4611366c49
   Build name: Linux-amdclang++
Create new tag: 20250911-0615 - Experimental
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-8428/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_Serial_ViewSupport

1: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport
1: Test timeout computed to be: 1500
1: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
1: [==========] Running 21 tests from 1 test suite.
1: [----------] Global test environment set-up.
1: [----------] 21 tests from serial
1: [ RUN      ] serial.basic_view_default_ctor
1: [       OK ] serial.basic_view_default_ctor (0 ms)
1: [ RUN      ] serial.basic_view_extents_ctor
1: [       OK ] serial.basic_view_extents_ctor (0 ms)
1: [ RUN      ] serial.basic_view_mapping_ctor_right
1: [       OK ] serial.basic_view_mapping_ctor_right (0 ms)
1: [ RUN      ] serial.basic_view_access
1: [       OK ] serial.basic_view_access (0 ms)
1: [ RUN      ] serial.basic_view_atomic_accessor
1: [       OK ] serial.basic_view_atomic_accessor (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Typedefs
1: [       OK ] serial.RefCountedAcc_Typedefs (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Ctors
1: [       OK ] serial.RefCountedAcc_Ctors (0 ms)
1: [ RUN      ] serial.RefCountedAcc_ConversionToDefaultAcc
1: [       OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Access
1: [       OK ] serial.RefCountedAcc_Access (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Conversion
1: [       OK ] serial.RefCountedAcc_Conversion (0 ms)
1: [ RUN      ] serial.RefCountedDataHandle_Typedefs
1: [       OK ] serial.RefCountedDataHandle_Typedefs (0 ms)
1: [ RUN      ] serial.RefCountedDataHandle
1: [       OK ] serial.RefCountedDataHandle (0 ms)
1: [ RUN      ] serial.RefCountedDataHandleAnonym
1: [       OK ] serial.RefCountedDataHandleAnonym (0 ms)
1: [ RUN      ] serial.RefCountedDataHandleConversion
1: [       OK ] serial.RefCountedDataHandleConversion (0 ms)
1: [ RUN      ] serial.view_customization_accessor_arg
1: [       OK ] serial.view_customization_accessor_arg (1 ms)
1: [ RUN      ] serial.view_customization_allocation_type
1: [       OK ] serial.view_customization_allocation_type (0 ms)
1: [ RUN      ] serial.view_customization_mirror
1: [       OK ] serial.view_customization_mirror (0 ms)
1: [ RUN      ] serial.view_customization_deep_copy
1: [       OK ] serial.view_customization_deep_copy (0 ms)
1: [ RUN      ] serial.view_customization_deep_copy_single_element_view
1: [       OK ] serial.view_customization_deep_copy_single_element_view (0 ms)
1: [ RUN      ] serial.view_customization_accessor_from_mapping
1: [       OK ] serial.view_customization_accessor_from_mapping (0 ms)
1: [ RUN      ] serial.view_customization_extra_int_arg
1: [       OK ] serial.view_customization_extra_int_arg (0 ms)
1: [----------] 21 tests from serial (1 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 21 tests from 1 test suite ran. (1 ms total)
1: [  PASSED  ] 21 tests.
 1/58 Test  #1: Kokkos_CoreUnitTest_Serial_ViewSupport .....................   Passed    0.40 sec
test 2
      Start  2: Kokkos_CoreUnitTest_HIP_ViewSupport

2: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_HIP_ViewSupport
2: Test timeout computed to be: 1500
2: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
2: [==========] Running 21 tests from 1 test suite.
2: [----------] Global test environment set-up.
2: [----------] 21 tests from hip
2: [ RUN      ] hip.basic_view_default_ctor
2: [       OK ] hip.basic_view_default_ctor (0 ms)
2: [ RUN      ] hip.basic_view_extents_ctor
2: [       OK ] hip.basic_view_extents_ctor (0 ms)
2: [ RUN      ] hip.basic_view_mapping_ctor_right
2: [       OK ] hip.basic_view_mapping_ctor_right (0 ms)
2: [ RUN      ] hip.basic_view_access
2: [       OK ] hip.basic_view_access (1 ms)
2: [ RUN      ] hip.basic_view_atomic_accessor
2: [       OK ] hip.basic_view_atomic_accessor (0 ms)
2: [ RUN      ] hip.RefCountedAcc_Typedefs
2: [       OK ] hip.RefCountedAcc_Typedefs (0 ms)
2: [ RUN      ] hip.RefCountedAcc_Ctors
2: [       OK ] hip.RefCountedAcc_Ctors (0 ms)
2: [ RUN      ] hip.RefCountedAcc_ConversionToDefaultAcc
2: [       OK ] hip.RefCountedAcc_ConversionToDefaultAcc (0 ms)
2: [ RUN      ] hip.RefCountedAcc_Access
2: [       OK ] hip.RefCountedAcc_Access (0 ms)
2: [ RUN      ] hip.RefCountedAcc_Conversion
2: [       OK ] hip.RefCountedAcc_Conversion (0 ms)
2: [ RUN      ] hip.RefCountedDataHandle_Typedefs
2: [       OK ] hip.RefCountedDataHandle_Typedefs (0 ms)
2: [ RUN      ] hip.RefCountedDataHandle
2: [       OK ] hip.RefCountedDataHandle (0 ms)
2: [ RUN      ] hip.RefCountedDataHandleAnonym
2: [       OK ] hip.RefCountedDataHandleAnonym (0 ms)
2: [ RUN      ] hip.RefCountedDataHandleConversion
2: [       OK ] hip.RefCountedDataHandleConversion (0 ms)
2: [ RUN      ] hip.view_customization_accessor_arg
2: [       OK ] hip.view_customization_accessor_arg (0 ms)
2: [ RUN      ] hip.view_customization_allocation_type
2: [       OK ] hip.view_customization_allocation_type (1 ms)
2: [ RUN      ] hip.view_customization_mirror
2: [       OK ] hip.view_customization_mirror (0 ms)
2: [ RUN      ] hip.view_customization_deep_copy
2: [       OK ] hip.view_customization_deep_copy (0 ms)
2: [ RUN      ] hip.view_customization_deep_copy_single_element_view
2: [       OK ] hip.view_customization_deep_copy_single_element_view (0 ms)
2: [ RUN      ] hip.view_customization_accessor_from_mapping
2: [       OK ] hip.view_customization_accessor_from_mapping (0 ms)
2: [ RUN      ] hip.view_customization_extra_int_arg
2: [       OK ] hip.view_customization_extra_int_arg (0 ms)
2: [----------] 21 tests from hip (9 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 21 tests from 1 test suite ran. (9 ms total)
2: [  PASSED  ] 21 tests.
 2/58 Test  #2: Kokkos_CoreUnitTest_HIP_ViewSupport ........................   Passed    0.40 sec
test 3
      Start  3: Kokkos_CoreUnitTest_Serial1

3: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Serial1
3: Test timeout computed to be: 1500
3: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
3: [==========] Running 252 tests from 4 test suites.
3: [----------] Global test environment set-up.
3: [----------] 11 tests from serial_DeathTest
3: [ RUN      ] serial_DeathTest.abort_from_host
3: [       OK ] serial_DeathTest.abort_from_host (1086 ms)
3: [ RUN      ] serial_DeathTest.abort_from_device
29: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time                    0.000 s         0.000 s         36934  3.46245/s   0.065536
3: [       OK ] serial_DeathTest.abort_from_device (1110 ms)
3: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
3: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (1001 ms)
3: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
3: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (1029 ms)
3: [ RUN      ] serial_DeathTest.policy_invalid_bounds
3: [       OK ] serial_DeathTest.policy_invalid_bounds (0 ms)
3: [ RUN      ] serial_DeathTest.range_policy_invalid_bounds
3: [       OK ] serial_DeathTest.range_policy_invalid_bounds (0 ms)
3: [ RUN      ] serial_DeathTest.range_policy_round_trip_conversion_fires
3: [       OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (0 ms)
3: [ RUN      ] serial_DeathTest.range_policy_check_sign_changes
3: [       OK ] serial_DeathTest.range_policy_check_sign_changes (0 ms)
3: [ RUN      ] serial_DeathTest.range_policy_implicitly_converted_bounds
3: [       OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (0 ms)
3: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:93: Skipped
3: skipping since no memory access violation would occur
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms)
3: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:108: Skipped
3: skipping since no memory access violation would occur
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
3: [----------] 11 tests from serial_DeathTest (4228 ms total)
3: 
3: [----------] 1 test from serial_graph_DeathTest
3: [ RUN      ] serial_graph_DeathTest.can_instantiate_only_once
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:181: Skipped
3: Preconditions are not checked.
3: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms)
3: [----------] 1 test from serial_graph_DeathTest (0 ms total)
3: 
3: [----------] 223 tests from serial
3: [ RUN      ] serial.array_capacity
3: [       OK ] serial.array_capacity (0 ms)
3: [ RUN      ] serial.array_element_access
3: [       OK ] serial.array_element_access (0 ms)
3: [ RUN      ] serial.array_operator_equal
3: [       OK ] serial.array_operator_equal (0 ms)
3: [ RUN      ] serial.array_zero_capacity
3: [       OK ] serial.array_zero_capacity (0 ms)
3: [ RUN      ] serial.array_zero_data_nullptr
3: [       OK ] serial.array_zero_data_nullptr (0 ms)
3: [ RUN      ] serial.array_contiguous_capacity
3: [       OK ] serial.array_contiguous_capacity (0 ms)
3: [ RUN      ] serial.array_contiguous_element_access
3: [       OK ] serial.array_contiguous_element_access (0 ms)
3: [ RUN      ] serial.array_contiguous_assignment
3: [       OK ] serial.array_contiguous_assignment (0 ms)
3: [ RUN      ] serial.array_strided_capacity
3: [       OK ] serial.array_strided_capacity (0 ms)
3: [ RUN      ] serial.array_strided_element_access
3: [       OK ] serial.array_strided_element_access (0 ms)
3: [ RUN      ] serial.array_strided_assignment
3: [       OK ] serial.array_strided_assignment (0 ms)
3: [ RUN      ] serial.atomic_operations_complexdouble
3: [       OK ] serial.atomic_operations_complexdouble (0 ms)
3: [ RUN      ] serial.atomic_operations_complexfloat
3: [       OK ] serial.atomic_operations_complexfloat (0 ms)
3: [ RUN      ] serial.atomic_operations_double
3: [       OK ] serial.atomic_operations_double (0 ms)
3: [ RUN      ] serial.atomic_operations_float
3: [       OK ] serial.atomic_operations_float (0 ms)
3: [ RUN      ] serial.atomic_operations_int8
3: [       OK ] serial.atomic_operations_int8 (0 ms)
3: [ RUN      ] serial.atomic_operations_int16
3: [       OK ] serial.atomic_operations_int16 (0 ms)
3: [ RUN      ] serial.atomic_operations_int
3: [       OK ] serial.atomic_operations_int (0 ms)
3: [ RUN      ] serial.atomic_operations_long
3: [       OK ] serial.atomic_operations_long (0 ms)
3: [ RUN      ] serial.atomic_operations_longlong
3: [       OK ] serial.atomic_operations_longlong (0 ms)
3: [ RUN      ] serial.atomic_shared
3: [       OK ] serial.atomic_shared (0 ms)
3: [ RUN      ] serial.atomic_operations_unsigned
3: [       OK ] serial.atomic_operations_unsigned (0 ms)
3: [ RUN      ] serial.atomic_operations_unsignedlong
3: [       OK ] serial.atomic_operations_unsignedlong (0 ms)
3: [ RUN      ] serial.atomics
3: [       OK ] serial.atomics (1 ms)
3: [ RUN      ] serial.atomics_tpetra_max_abs
3: [       OK ] serial.atomics_tpetra_max_abs (0 ms)
3: [ RUN      ] serial.atomic_views_integral
3: [       OK ] serial.atomic_views_integral (69 ms)
3: [ RUN      ] serial.atomic_views_nonintegral
3: [       OK ] serial.atomic_views_nonintegral (41 ms)
3: [ RUN      ] serial.atomic_view_api
3: [       OK ] serial.atomic_view_api (0 ms)
3: [ RUN      ] serial.bit_manip_countl_zero
3: [       OK ] serial.bit_manip_countl_zero (0 ms)
3: [ RUN      ] serial.bit_manip_countl_one
3: [       OK ] serial.bit_manip_countl_one (0 ms)
3: [ RUN      ] serial.bit_manip_countr_zero
3: [       OK ] serial.bit_manip_countr_zero (0 ms)
3: [ RUN      ] serial.bit_manip_countr_one
3: [       OK ] serial.bit_manip_countr_one (0 ms)
3: [ RUN      ] serial.bit_manip_popcount
3: [       OK ] serial.bit_manip_popcount (0 ms)
3: [ RUN      ] serial.bit_manip_has_single_bit
3: [       OK ] serial.bit_manip_has_single_bit (0 ms)
3: [ RUN      ] serial.bit_manip_bit_floor
3: [       OK ] serial.bit_manip_bit_floor (0 ms)
3: [ RUN      ] serial.bit_manip_bit_ceil
3: [       OK ] serial.bit_manip_bit_ceil (0 ms)
3: [ RUN      ] serial.bit_manip_bit_width
3: [       OK ] serial.bit_manip_bit_width (0 ms)
3: [ RUN      ] serial.bit_manip_rotl
3: [       OK ] serial.bit_manip_rotl (0 ms)
3: [ RUN      ] serial.bit_manip_rotr
3: [       OK ] serial.bit_manip_rotr (0 ms)
3: [ RUN      ] serial.bit_manip_byeswap
3: [       OK ] serial.bit_manip_byeswap (0 ms)
3: [ RUN      ] serial.bit_manip_bit_cast
3: [       OK ] serial.bit_manip_bit_cast (0 ms)
3: [ RUN      ] serial.test_block_deduction_bug_pr_3103
3: [       OK ] serial.test_block_deduction_bug_pr_3103 (0 ms)
3: [ RUN      ] serial.checked_integer_operations_multiply_overflow
3: [       OK ] serial.checked_integer_operations_multiply_overflow (0 ms)
3: [ RUN      ] serial.execution_policy_occupancy_and_hint
3: [       OK ] serial.execution_policy_occupancy_and_hint (0 ms)
3: [ RUN      ] serial.complex_construction
3: [       OK ] serial.complex_construction (0 ms)
3: [ RUN      ] serial.complex_basic_math
3: [       OK ] serial.complex_basic_math (0 ms)
3: [ RUN      ] serial.complex_special_funtions
3: [       OK ] serial.complex_special_funtions (0 ms)
3: [ RUN      ] serial.complex_io
3: [       OK ] serial.complex_io (0 ms)
3: [ RUN      ] serial.complex_trivially_copyable
3: [       OK ] serial.complex_trivially_copyable (0 ms)
3: [ RUN      ] serial.complex_issue_3865
3: [       OK ] serial.complex_issue_3865 (0 ms)
3: [ RUN      ] serial.complex_operations_arithmetic_types_overloads
3: [       OK ] serial.complex_operations_arithmetic_types_overloads (0 ms)
3: [ RUN      ] serial.complex_structured_bindings
3: [       OK ] serial.complex_structured_bindings (0 ms)
3: [ RUN      ] serial.crs_count_fill
3: [       OK ] serial.crs_count_fill (0 ms)
3: [ RUN      ] serial.crs_copy_constructor
3: [       OK ] serial.crs_copy_constructor (1 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_0
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 ] serial.deep_copy_assignable_types_rank_0 (3 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_1
3: [       OK ] serial.deep_copy_assignable_types_rank_1 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_2
3: [       OK ] serial.deep_copy_assignable_types_rank_2 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_3
3: [       OK ] serial.deep_copy_assignable_types_rank_3 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_4
3: [       OK ] serial.deep_copy_assignable_types_rank_4 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_5
3: [       OK ] serial.deep_copy_assignable_types_rank_5 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_6
3: [       OK ] serial.deep_copy_assignable_types_rank_6 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_7
3: [       OK ] serial.deep_copy_assignable_types_rank_7 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_8
3: [       OK ] serial.deep_copy_assignable_types_rank_8 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_1_half
3: [       OK ] serial.deep_copy_assignable_types_rank_1_half (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_2_half
3: [       OK ] serial.deep_copy_assignable_types_rank_2_half (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_3_half
3: [       OK ] serial.deep_copy_assignable_types_rank_3_half (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_0
3: [       OK ] serial.deep_copy_narrowing_rank_0 (2 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_1
3: [       OK ] serial.deep_copy_narrowing_rank_1 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_2
3: [       OK ] serial.deep_copy_narrowing_rank_2 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_3
3: [       OK ] serial.deep_copy_narrowing_rank_3 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_4
3: [       OK ] serial.deep_copy_narrowing_rank_4 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_5
3: [       OK ] serial.deep_copy_narrowing_rank_5 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_6
3: [       OK ] serial.deep_copy_narrowing_rank_6 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_7
3: [       OK ] serial.deep_copy_narrowing_rank_7 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_8
3: [       OK ] serial.deep_copy_narrowing_rank_8 (0 ms)
3: [ RUN      ] serial.deep_copy_alignment
3: [       OK ] serial.deep_copy_alignment (2 ms)
3: [ RUN      ] serial.deep_copy_conversion
3: [       OK ] serial.deep_copy_conversion (19 ms)
3: [ RUN      ] serial.partitioning_by_args
3: [       OK ] serial.partitioning_by_args (0 ms)
3: [ RUN      ] serial.partitioning_by_args_with_structured_bindings
3: [       OK ] serial.partitioning_by_args_with_structured_bindings (0 ms)
3: [ RUN      ] serial.partitioning_by_vector
3: [       OK ] serial.partitioning_by_vector (0 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range
[ 54%] Built target Kokkos_CoreUnitTest_Serial1
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
3: [       OK ] serial.exec_space_thread_safety_range (1056 ms)
3: [ RUN      ] serial.exec_space_thread_safety_mdrange
3: [       OK ] serial.exec_space_thread_safety_mdrange (106 ms)
3: [ RUN      ] serial.exec_space_thread_safety_team_policy
3: [       OK ] serial.exec_space_thread_safety_team_policy (106 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range_reduce
3: [       OK ] serial.exec_space_thread_safety_range_reduce (105 ms)
3: [ RUN      ] serial.exec_space_thread_safety_mdrange_reduce
3: [       OK ] serial.exec_space_thread_safety_mdrange_reduce (106 ms)
3: [ RUN      ] serial.exec_space_thread_safety_team_policy_reduce
3: [       OK ] serial.exec_space_thread_safety_team_policy_reduce (105 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range_scan
29: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time                   0.000 s         0.000 s         36465   18.008/s   0.524288
3: [       OK ] serial.exec_space_thread_safety_range_scan (105 ms)
3: [ RUN      ] serial.execution_space_as_class_data_member
3: [       OK ] serial.execution_space_as_class_data_member (0 ms)
3: [ RUN      ] serial.functor_analysis
3: [       OK ] serial.functor_analysis (0 ms)
3: [ RUN      ] serial.when_all_type
3: [       OK ] serial.when_all_type (0 ms)
3: [ RUN      ] serial.graph_capture
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:1105: Skipped
3: The graph backend for Serial does not support capture.
3: [  SKIPPED ] serial.graph_capture (0 ms)
3: [ RUN      ] serial.graph_then
3: [       OK ] serial.graph_then (0 ms)
3: [ RUN      ] serial.then_host
3: [       OK ] serial.then_host (0 ms)
3: [ RUN      ] serial.mixed_then_host_device_nodes
3: [       OK ] serial.mixed_then_host_device_nodes (0 ms)
3: [ RUN      ] serial.graph_then_tag
3: [       OK ] serial.graph_then_tag (0 ms)
3: [ RUN      ] serial.host_shared_ptr_use_count
3: [       OK ] serial.host_shared_ptr_use_count (0 ms)
3: [ RUN      ] serial.host_shared_ptr_get
3: [       OK ] serial.host_shared_ptr_get (0 ms)
3: [ RUN      ] serial.host_shared_ptr_dereference_on_device
3: [       OK ] serial.host_shared_ptr_dereference_on_device (0 ms)
3: [ RUN      ] serial.host_shared_ptr_special_members_on_device
3: [       OK ] serial.host_shared_ptr_special_members_on_device (0 ms)
3: [ RUN      ] serial.host_shared_ptr_tracking
3: [       OK ] serial.host_shared_ptr_tracking (0 ms)
3: [ RUN      ] serial.join_backward_compatibility
3: [       OK ] serial.join_backward_compatibility (0 ms)
3: [ RUN      ] serial.local_deepcopy_teampolicy_layoutleft
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SYCL.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
3: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (2182 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 96%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 96%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[100%] Linking CXX executable Kokkos_CoreUnitTest_OpenACC
[100%] Built target Kokkos_CoreUnitTest_OpenACC
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (4611 ms)
3: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
3: [       OK ] serial.local_deepcopy_teampolicy_layoutright (895 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
[ 96%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (894 ms)
3: [ RUN      ] serial.deep_copy_scratch
3: [       OK ] serial.deep_copy_scratch (0 ms)
3: [ RUN      ] serial.mathematical_constants_e
3: [       OK ] serial.mathematical_constants_e (0 ms)
3: [ RUN      ] serial.mathematical_constants_log2e
3: [       OK ] serial.mathematical_constants_log2e (0 ms)
3: [ RUN      ] serial.mathematical_constants_log10e
3: [       OK ] serial.mathematical_constants_log10e (0 ms)
3: [ RUN      ] serial.mathematical_constants_pi
3: [       OK ] serial.mathematical_constants_pi (0 ms)
3: [ RUN      ] serial.mathematical_constants_inv_pi
3: [       OK ] serial.mathematical_constants_inv_pi (0 ms)
3: [ RUN      ] serial.mathematical_constants_inv_sqrtpi
3: [       OK ] serial.mathematical_constants_inv_sqrtpi (0 ms)
3: [ RUN      ] serial.mathematical_constants_ln2
3: [       OK ] serial.mathematical_constants_ln2 (0 ms)
3: [ RUN      ] serial.mathematical_constants_ln10
3: [       OK ] serial.mathematical_constants_ln10 (0 ms)
3: [ RUN      ] serial.mathematical_constants_sqrt2
3: [       OK ] serial.mathematical_constants_sqrt2 (0 ms)
3: [ RUN      ] serial.mathematical_constants_sqrt3
3: [       OK ] serial.mathematical_constants_sqrt3 (0 ms)
3: [ RUN      ] serial.mathematical_constants_inv_sqrt3
3: [       OK ] serial.mathematical_constants_inv_sqrt3 (0 ms)
3: [ RUN      ] serial.mathematical_constants_egamma
3: [       OK ] serial.mathematical_constants_egamma (0 ms)
3: [ RUN      ] serial.mathematical_constants_phi
3: [       OK ] serial.mathematical_constants_phi (0 ms)
3: [ RUN      ] serial.mathematical_functions_trigonometric_functions
3: [       OK ] serial.mathematical_functions_trigonometric_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_hyperbolic_functions
3: [       OK ] serial.mathematical_functions_hyperbolic_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_non_standard
3: [       OK ] serial.mathematical_functions_non_standard (0 ms)
3: [ RUN      ] serial.mathematical_functions_power_functions
3: [       OK ] serial.mathematical_functions_power_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_fma
3: [       OK ] serial.mathematical_functions_fma (0 ms)
3: [ RUN      ] serial.mathematical_functions_fmax_fmin
3: [       OK ] serial.mathematical_functions_fmax_fmin (0 ms)
3: [ RUN      ] serial.mathematical_functions_error_and_gamma_functions
3: [       OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_nearest_interger_floating_point_operations
3: [       OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms)
3: [ RUN      ] serial.mathematical_functions_floating_point_manipulation_functions
3: [       OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_absolute_value
3: [       OK ] serial.mathematical_functions_absolute_value (0 ms)
3: [ RUN      ] serial.mathematical_functions_floating_point_absolute_value
3: [       OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms)
3: [ RUN      ] serial.mathematical_functions_remainder_function
3: [       OK ] serial.mathematical_functions_remainder_function (0 ms)
3: [ RUN      ] serial.mathematical_functions_isfinite
3: [       OK ] serial.mathematical_functions_isfinite (0 ms)
3: [ RUN      ] serial.mathematical_functions_isinf
3: [       OK ] serial.mathematical_functions_isinf (0 ms)
3: [ RUN      ] serial.mathematical_functions_isnan
3: [       OK ] serial.mathematical_functions_isnan (0 ms)
3: [ RUN      ] serial.mathematical_functions_impl_half_fallback
3: [       OK ] serial.mathematical_functions_impl_half_fallback (0 ms)
3: [ RUN      ] serial.mathematical_functions_nextafter_fp16
3: [       OK ] serial.mathematical_functions_nextafter_fp16 (0 ms)
3: [ RUN      ] serial.mathematical_functions_exponential_functions
3: [       OK ] serial.mathematical_functions_exponential_functions (0 ms)
3: [ RUN      ] serial.mathspecialfunc_expint1
3: [       OK ] serial.mathspecialfunc_expint1 (0 ms)
3: [ RUN      ] serial.mathspecialfunc_errorfunc
3: [       OK ] serial.mathspecialfunc_errorfunc (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselj0y0
3: [       OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselj1y1
3: [       OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesseli0k0
3: [       OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesseli1k1
3: [       OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselh1stkind
3: [       OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselh2ndkind
3: [       OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms)
3: [ RUN      ] serial.mdrange_5d
3: [       OK ] serial.mdrange_5d (637 ms)
3: [ RUN      ] serial.mdrange_6d
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
29: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time                  0.000 s         0.000 s         32139  195.811/s     4.1943
3: [       OK ] serial.mdrange_6d (1056 ms)
3: [ RUN      ] serial.mdrange_2d
3: [       OK ] serial.mdrange_2d (0 ms)
3: [ RUN      ] serial.mdrange_array_reduce
3: [       OK ] serial.mdrange_array_reduce (0 ms)
3: [ RUN      ] serial.mdrange_3d
3: [       OK ] serial.mdrange_3d (5 ms)
3: [ RUN      ] serial.mdrange_neg_idx
3: [       OK ] serial.mdrange_neg_idx (83 ms)
3: [ RUN      ] serial.mdrange_4d
3: [       OK ] serial.mdrange_4d (340 ms)
3: [ RUN      ] serial.mdrange_scalar
3: [       OK ] serial.mdrange_scalar (0 ms)
3: [ RUN      ] serial.mdrange_large_deep_copy
3: [       OK ] serial.mdrange_large_deep_copy (616 ms)
3: [ RUN      ] serial.md_range_policy_construction_from_arrays
3: [       OK ] serial.md_range_policy_construction_from_arrays (0 ms)
3: [ RUN      ] serial.policy_get_tile_size
3: [       OK ] serial.policy_get_tile_size (0 ms)
3: [ RUN      ] serial.mdrange_parallel_reduce_primitive_types
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 55%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
3: [       OK ] serial.mdrange_parallel_reduce_primitive_types (3021 ms)
3: [ RUN      ] serial.mdspan_minimal_functional
3: [       OK ] serial.mdspan_minimal_functional (0 ms)
3: [ RUN      ] serial.mdspan_atomic_accessor
3: [       OK ] serial.mdspan_atomic_accessor (0 ms)
3: [ RUN      ] serial.view_mdspan_conversion
3: [       OK ] serial.view_mdspan_conversion (0 ms)
3: [ RUN      ] serial.view_mdspan_conversion_with_stride
3: [       OK ] serial.view_mdspan_conversion_with_stride (0 ms)
3: [ RUN      ] serial.max
3: [       OK ] serial.max (0 ms)
3: [ RUN      ] serial.max_within_parfor
3: [       OK ] serial.max_within_parfor (2 ms)
3: [ RUN      ] serial.min
3: [       OK ] serial.min (0 ms)
3: [ RUN      ] serial.min_within_parfor
3: [       OK ] serial.min_within_parfor (0 ms)
3: [ RUN      ] serial.minmax
3: [       OK ] serial.minmax (0 ms)
3: [ RUN      ] serial.minmax_within_parfor
3: [       OK ] serial.minmax_within_parfor (0 ms)
3: [ RUN      ] serial.clamp
3: [       OK ] serial.clamp (0 ms)
3: [ RUN      ] serial.clamp_within_parfor
3: [       OK ] serial.clamp_within_parfor (0 ms)
3: [ RUN      ] serial.numeric_traits_infinity
3: [       OK ] serial.numeric_traits_infinity (0 ms)
3: [ RUN      ] serial.numeric_traits_epsilon
3: [       OK ] serial.numeric_traits_epsilon (0 ms)
3: [ RUN      ] serial.numeric_traits_round_error
3: [       OK ] serial.numeric_traits_round_error (0 ms)
3: [ RUN      ] serial.numeric_traits_norm_min
3: [       OK ] serial.numeric_traits_norm_min (0 ms)
3: [ RUN      ] serial.numeric_traits_denorm_min
3: [       OK ] serial.numeric_traits_denorm_min (0 ms)
3: [ RUN      ] serial.numeric_traits_finite_min_max
3: [       OK ] serial.numeric_traits_finite_min_max (0 ms)
3: [ RUN      ] serial.numeric_traits_digits
3: [       OK ] serial.numeric_traits_digits (0 ms)
3: [ RUN      ] serial.numeric_traits_digits10
3: [       OK ] serial.numeric_traits_digits10 (0 ms)
3: [ RUN      ] serial.numeric_traits_max_digits10
3: [       OK ] serial.numeric_traits_max_digits10 (0 ms)
3: [ RUN      ] serial.numeric_traits_radix
3: [       OK ] serial.numeric_traits_radix (0 ms)
3: [ RUN      ] serial.numeric_traits_min_max_exponent
3: [       OK ] serial.numeric_traits_min_max_exponent (0 ms)
3: [ RUN      ] serial.numeric_traits_min_max_exponent10
3: [       OK ] serial.numeric_traits_min_max_exponent10 (0 ms)
3: [ RUN      ] serial.numeric_traits_quiet_and_signaling_nan
3: [       OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms)
3: [ RUN      ] serial.numeric_traits_sfinae_friendly
3: [       OK ] serial.numeric_traits_sfinae_friendly (0 ms)
3: [ RUN      ] serial.occupancy_control
3: [       OK ] serial.occupancy_control (0 ms)
3: [ RUN      ] serial.memory_pool
3: [       OK ] serial.memory_pool (32 ms)
3: [ RUN      ] serial.cxx11
3: [       OK ] serial.cxx11 (0 ms)
3: [ RUN      ] serial.parallel_scan_range_policy
3: [       OK ] serial.parallel_scan_range_policy (4 ms)
3: [ RUN      ] serial.kokkos_printf
3: [       OK ] serial.kokkos_printf (0 ms)
3: [ RUN      ] serial.range_for
3: [       OK ] serial.range_for (0 ms)
3: [ RUN      ] serial.range_reduce
3: [       OK ] serial.range_reduce (0 ms)
3: [ RUN      ] serial.range_dynamic_policy
3: [       OK ] serial.range_dynamic_policy (0 ms)
3: [ RUN      ] serial.large_parallel_for_reduce
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestRange.hpp:379: Skipped
3: Disabling for host backends
3: [  SKIPPED ] serial.large_parallel_for_reduce (0 ms)
3: [ RUN      ] serial.range_policy_runtime_parameters
3: [       OK ] serial.range_policy_runtime_parameters (0 ms)
3: [ RUN      ] serial.range_policy_one_way_convertible_bounds
3: [       OK ] serial.range_policy_one_way_convertible_bounds (0 ms)
3: [ RUN      ] serial.range_for_require
3: [       OK ] serial.range_for_require (0 ms)
3: [ RUN      ] serial.range_reduce_require
3: [       OK ] serial.range_reduce_require (0 ms)
3: [ RUN      ] serial.range_dynamic_policy_require
3: [       OK ] serial.range_dynamic_policy_require (0 ms)
3: [ RUN      ] serial.reducers_int
3: [       OK ] serial.reducers_int (1 ms)
3: [ RUN      ] serial.reducers_double
3: [       OK ] serial.reducers_double (1 ms)
3: [ RUN      ] serial.reducers_complex_double
3: [       OK ] serial.reducers_complex_double (0 ms)
3: [ RUN      ] serial.reducers_struct
3: [       OK ] serial.reducers_struct (0 ms)
3: [ RUN      ] serial.reducers_half_t
3: [       OK ] serial.reducers_half_t (0 ms)
3: [ RUN      ] serial.reducers_bhalf_t
3: [       OK ] serial.reducers_bhalf_t (0 ms)
3: [ RUN      ] serial.reducers_int8_t
3: [       OK ] serial.reducers_int8_t (0 ms)
3: [ RUN      ] serial.reducers_int16_t
3: [       OK ] serial.reducers_int16_t (0 ms)
3: [ RUN      ] serial.reducers_bool
3: [       OK ] serial.reducers_bool (0 ms)
3: [ RUN      ] serial.int64_t_reduce
3: [       OK ] serial.int64_t_reduce (114 ms)
3: [ RUN      ] serial.double_reduce
3: [       OK ] serial.double_reduce (273 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic
3: [       OK ] serial.int64_t_reduce_dynamic (1002 ms)
3: [ RUN      ] serial.double_reduce_dynamic
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 96%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 96%] Linking CXX executable Kokkos_atomic
[ 96%] Built target Kokkos_atomic
[ 96%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
3: [       OK ] serial.double_reduce_dynamic (1024 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic_view
3: [       OK ] serial.int64_t_reduce_dynamic_view (223 ms)
3: [ RUN      ] serial.int_combined_reduce
3: [       OK ] serial.int_combined_reduce (0 ms)
3: [ RUN      ] serial.mdrange_combined_reduce
3: [       OK ] serial.mdrange_combined_reduce (0 ms)
3: [ RUN      ] serial.int_combined_reduce_mixed
3: [       OK ] serial.int_combined_reduce_mixed (0 ms)
3: [ RUN      ] serial.reduction_with_large_iteration_count
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestReduce.hpp:663: Skipped
3: Disabling for host backends
3: [  SKIPPED ] serial.reduction_with_large_iteration_count (0 ms)
3: [ RUN      ] serial.reduction_identity_min_max_floating_point_types
3: [       OK ] serial.reduction_identity_min_max_floating_point_types (2 ms)
3: [ RUN      ] serial.reduction_deduction
3: [       OK ] serial.reduction_deduction (0 ms)
3: [ RUN      ] serial.reduce_device_view_range_policy
3: [       OK ] serial.reduce_device_view_range_policy (5 ms)
3: [ RUN      ] serial.reduce_device_view_mdrange_policy
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 96%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
3: [       OK ] serial.reduce_device_view_mdrange_policy (1674 ms)
3: [ RUN      ] serial.reduce_device_view_team_policy
3: [       OK ] serial.reduce_device_view_team_policy (174 ms)
3: [ RUN      ] serial.impl_shared_alloc
3: [       OK ] serial.impl_shared_alloc (4 ms)
3: [ RUN      ] serial.mdspan_space_aware_accessor
3: [       OK ] serial.mdspan_space_aware_accessor (0 ms)
3: [ RUN      ] serial.kokkos_swap
3: [       OK ] serial.kokkos_swap (0 ms)
3: [----------] 223 tests from serial (20743 ms total)
3: 
3: [----------] 17 tests from serial_graph
3: [ RUN      ] serial_graph.submit_once
3: [       OK ] serial_graph.submit_once (0 ms)
3: [ RUN      ] serial_graph.submit_once_rvalue
3: [       OK ] serial_graph.submit_once_rvalue (0 ms)
3: [ RUN      ] serial_graph.instantiate_and_submit_once
3: [       OK ] serial_graph.instantiate_and_submit_once (0 ms)
3: [ RUN      ] serial_graph.submit_onto_another_execution_space_instance
3: [       OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms)
3: [ RUN      ] serial_graph.create_graph_no_closure_with_exec
3: [       OK ] serial_graph.create_graph_no_closure_with_exec (0 ms)
3: [ RUN      ] serial_graph.create_graph_no_arg
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:250: Skipped
3: Skipping since useless if the test fixture is not on the default execution space.
3: [  SKIPPED ] serial_graph.create_graph_no_arg (0 ms)
3: [ RUN      ] serial_graph.submit_six
3: [       OK ] serial_graph.submit_six (0 ms)
3: [ RUN      ] serial_graph.when_all_cycle
3: [       OK ] serial_graph.when_all_cycle (0 ms)
3: [ RUN      ] serial_graph.repeat_chain
3: [       OK ] serial_graph.repeat_chain (0 ms)
3: [ RUN      ] serial_graph.zero_work_reduce
3: [       OK ] serial_graph.zero_work_reduce (0 ms)
3: [ RUN      ] serial_graph.empty_graph
3: [       OK ] serial_graph.empty_graph (0 ms)
3: [ RUN      ] serial_graph.force_global_launch
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:444: Skipped
3: This execution space does not support global launch.
3: [  SKIPPED ] serial_graph.force_global_launch (0 ms)
3: [ RUN      ] serial_graph.sized_functor_launch
3: [       OK ] serial_graph.sized_functor_launch (0 ms)
3: [ RUN      ] serial_graph.empty_graph_default_host_exec
3: [       OK ] serial_graph.empty_graph_default_host_exec (0 ms)
3: [ RUN      ] serial_graph.node_lifetime
3: [       OK ] serial_graph.node_lifetime (0 ms)
3: [ RUN      ] serial_graph.diamond
3: [       OK ] serial_graph.diamond (0 ms)
3: [ RUN      ] serial_graph.end_of_submit_control_flow
3: [       OK ] serial_graph.end_of_submit_control_flow (0 ms)
3: [----------] 17 tests from serial_graph (0 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 252 tests from 4 test suites ran. (24972 ms total)
3: [  PASSED  ] 244 tests.
3: [  SKIPPED ] 8 tests, listed below:
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
3: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once
3: [  SKIPPED ] serial.graph_capture
3: [  SKIPPED ] serial.large_parallel_for_reduce
3: [  SKIPPED ] serial.reduction_with_large_iteration_count
3: [  SKIPPED ] serial_graph.create_graph_no_arg
3: [  SKIPPED ] serial_graph.force_global_launch
 3/58 Test  #3: Kokkos_CoreUnitTest_Serial1 ................................   Passed   25.38 sec
test 4
      Start  4: Kokkos_CoreUnitTest_Serial2

4: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Serial2
4: Test timeout computed to be: 1500
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o
4: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
4: [==========] Running 147 tests from 2 test suites.
4: [----------] Global test environment set-up.
4: [----------] 10 tests from serial_DeathTest
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_dyn
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_stat
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms)
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_mix
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms)
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_static_extents
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms)
4: [ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment
29: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time                 0.000 s         0.000 s         13902  638.607/s    33.5544
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test12a_ThreadScratch_SYCL.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o
[ 55%] Built target Kokkos_IncrementalTest_SERIAL
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
4: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (7426 ms)
4: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o
[ 96%] Linking CXX executable Kokkos_gups
[ 96%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan
[ 96%] Built target Kokkos_gups
[ 96%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 96%] Built target Kokkos_PerformanceTest_InclusiveScan
[ 97%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 97%] Linking CXX executable Kokkos_launch_latency
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 97%] Built target Kokkos_launch_latency
[ 97%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o
[ 98%] Linking CXX executable Kokkos_gather
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o
[ 98%] Built target Kokkos_gather
[ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
4: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (6975 ms)
4: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_host
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:159: Skipped
4: skipping since no memory access violation would occur
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms)
4: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_device
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped
4: skipping since no memory access violation would occur
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms)
4: [ RUN      ] serial_DeathTest.view_subview_wrong_extents
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSubView_a.hpp:81: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_subview_wrong_extents (0 ms)
4: [ RUN      ] serial_DeathTest.view_subview_constructor_layout_compatibility
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
4: [       OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (1995 ms)
4: [----------] 10 tests from serial_DeathTest (16398 ms total)
4: 
4: [----------] 137 tests from serial
4: [ RUN      ] serial.team_for
4: [       OK ] serial.team_for (0 ms)
4: [ RUN      ] serial.team_reduce
4: [       OK ] serial.team_reduce (0 ms)
4: [ RUN      ] serial.team_reduce_large
4: [       OK ] serial.team_reduce_large (384 ms)
4: [ RUN      ] serial.team_parallel_single
4: [       OK ] serial.team_parallel_single (8 ms)
4: [ RUN      ] serial.large_team_scratch_size
4: [       OK ] serial.large_team_scratch_size (0 ms)
4: [ RUN      ] serial.team_broadcast_long
4: [       OK ] serial.team_broadcast_long (0 ms)
4: [ RUN      ] serial.team_broadcast_long_wrapper
4: [       OK ] serial.team_broadcast_long_wrapper (0 ms)
4: [ RUN      ] serial.team_broadcast_char
4: [       OK ] serial.team_broadcast_char (0 ms)
4: [ RUN      ] serial.team_broadcast_float
4: [       OK ] serial.team_broadcast_float (0 ms)
4: [ RUN      ] serial.team_broadcast_double
4: [       OK ] serial.team_broadcast_double (0 ms)
4: [ RUN      ] serial.team_broadcast_int_ptr
4: [       OK ] serial.team_broadcast_int_ptr (0 ms)
4: [ RUN      ] serial.team_single_thread_int_ptr
4: [       OK ] serial.team_single_thread_int_ptr (0 ms)
4: [ RUN      ] serial.team_single_team_int_ptr
4: [       OK ] serial.team_single_team_int_ptr (0 ms)
4: [ RUN      ] serial.team_handle_by_value
4: [       OK ] serial.team_handle_by_value (0 ms)
4: [ RUN      ] serial.team_vector
4: [       OK ] serial.team_vector (4 ms)
4: [ RUN      ] serial.triple_nested_parallelism
4: [       OK ] serial.triple_nested_parallelism (435 ms)
4: [ RUN      ] serial.parallel_scan_with_reducers
4: [       OK ] serial.parallel_scan_with_reducers (50 ms)
4: [ RUN      ] serial.team_thread_range_combined_reducers
4: [       OK ] serial.team_thread_range_combined_reducers (0 ms)
4: [ RUN      ] serial.thread_vector_range_combined_reducers
4: [       OK ] serial.thread_vector_range_combined_reducers (0 ms)
4: [ RUN      ] serial.team_vector_range_combined_reducers
4: [       OK ] serial.team_vector_range_combined_reducers (0 ms)
4: [ RUN      ] serial.TeamThreadMDRangeParallelFor
4: [       OK ] serial.TeamThreadMDRangeParallelFor (3 ms)
4: [ RUN      ] serial.ThreadVectorMDRangeParallelFor
4: [       OK ] serial.ThreadVectorMDRangeParallelFor (3 ms)
4: [ RUN      ] serial.TeamVectorMDRangeParallelFor
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
4: [       OK ] serial.TeamVectorMDRangeParallelFor (3 ms)
4: [ RUN      ] serial.TeamThreadMDRangeParallelReduce
4: [       OK ] serial.TeamThreadMDRangeParallelReduce (8 ms)
4: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
4: [       OK ] serial.ThreadVectorMDRangeParallelReduce (7 ms)
4: [ RUN      ] serial.TeamVectorMDRangeParallelReduce
4: [       OK ] serial.TeamVectorMDRangeParallelReduce (8 ms)
4: [ RUN      ] serial.team_policy_runtime_parameters
4: [       OK ] serial.team_policy_runtime_parameters (0 ms)
4: [ RUN      ] serial.team_reduction_scan
4: [       OK ] serial.team_reduction_scan (74 ms)
4: [ RUN      ] serial.team_long_reduce
4: [       OK ] serial.team_long_reduce (87 ms)
4: [ RUN      ] serial.team_double_reduce
4: [       OK ] serial.team_double_reduce (36 ms)
4: [ RUN      ] serial.team_long_array_reduce
4: [       OK ] serial.team_long_array_reduce (89 ms)
4: [ RUN      ] serial.team_double_array_reduce
4: [       OK ] serial.team_double_array_reduce (66 ms)
4: [ RUN      ] serial.team_parallel_dummy_with_reducer_and_scratch_space
4: [       OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
4: [ RUN      ] serial.repeated_team_reduce
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
29: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time                0.000 s         0.001 s          2463  878.345/s    268.435
29: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time            0.000 s         0.000 s         57795 0.0846431/s      1024u
29: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time           0.000 s         0.000 s         57421 0.672127/s     8.192m
29: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time          0.000 s         0.000 s         57586   5.3848/s   0.065536
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
29: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time         0.000 s         0.000 s         55490  41.5972/s   0.524288
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
29: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time        0.000 s         0.000 s         45267  271.127/s     4.1943
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
29: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time       0.000 s         0.000 s         23945  1.1467k/s    33.5544
[ 98%] Linking CXX executable Kokkos_stream
[ 98%] Built target Kokkos_stream
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 98%] Linking CXX executable Kokkos_view_copy_constructor
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
29: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time      0.000 s         0.000 s          4710 1.81014k/s    268.435
[ 98%] Built target Kokkos_view_copy_constructor
[ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.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_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o
4: [       OK ] serial.repeated_team_reduce (4567 ms)
4: [ RUN      ] serial.nested_team_reduce_functor_as_reducer
4: [       OK ] serial.nested_team_reduce_functor_as_reducer (0 ms)
4: [ RUN      ] serial.team_scan
4: [       OK ] serial.team_scan (94 ms)
4: [ RUN      ] serial.team_scan_ret_val
4: [       OK ] serial.team_scan_ret_val (90 ms)
4: [ RUN      ] serial.team_shared_request
4: [       OK ] serial.team_shared_request (27 ms)
4: [ RUN      ] serial.team_scratch_request
4: [       OK ] serial.team_scratch_request (2 ms)
4: [ RUN      ] serial.team_lambda_shared_request
4: [       OK ] serial.team_lambda_shared_request (28 ms)
4: [ RUN      ] serial.scratch_align
4: [       OK ] serial.scratch_align (0 ms)
4: [ RUN      ] serial.shmem_size
4: [       OK ] serial.shmem_size (0 ms)
4: [ RUN      ] serial.multi_level_scratch
4: [       OK ] serial.multi_level_scratch (1 ms)
4: [ RUN      ] serial.team_scratch_memory_index_parallel_for
4: [       OK ] serial.team_scratch_memory_index_parallel_for (0 ms)
4: [ RUN      ] serial.team_policy_max_recommended
4: [       OK ] serial.team_policy_max_recommended (1 ms)
4: [ RUN      ] serial.team_policy_minmax_scalar_without_plus_equal_k
4: [       OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
4: [ RUN      ] serial.team_teamvector_range
4: [       OK ] serial.team_teamvector_range (1 ms)
4: [ RUN      ] serial.timer
4: [       OK ] serial.timer (20 ms)
4: [ RUN      ] serial.unique_token_global
4: [       OK ] serial.unique_token_global (0 ms)
4: [ RUN      ] serial.unique_token_instance
4: [       OK ] serial.unique_token_instance (0 ms)
4: [ RUN      ] serial.unique_token_team_acquire
4: [       OK ] serial.unique_token_team_acquire (0 ms)
4: [ RUN      ] serial.view_api_a
4: [       OK ] serial.view_api_a (4 ms)
4: [ RUN      ] serial.view_layout_left_with_stride
4: [       OK ] serial.view_layout_left_with_stride (0 ms)
4: [ RUN      ] serial.view_layout_right_with_stride
4: [       OK ] serial.view_layout_right_with_stride (0 ms)
4: [ RUN      ] serial.view_api_b
4: [       OK ] serial.view_api_b (1 ms)
4: [ RUN      ] serial.view_api_c
4: [       OK ] serial.view_api_c (1 ms)
4: [ RUN      ] serial.view_api_d
4: [       OK ] serial.view_api_d (0 ms)
4: [ RUN      ] serial.view_remap
4: [       OK ] serial.view_remap (0 ms)
4: [ RUN      ] serial.view_mirror_nonconst
4: [       OK ] serial.view_mirror_nonconst (0 ms)
4: [ RUN      ] serial.view_stride_method
4: [       OK ] serial.view_stride_method (0 ms)
4: [ RUN      ] serial.anonymous_space
4: [       OK ] serial.anonymous_space (0 ms)
4: [ RUN      ] serial.view_overload_resolution
4: [       OK ] serial.view_overload_resolution (0 ms)
4: [ RUN      ] serial.view_allocation_large_rank
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
29: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time            0.000 s         0.000 s         62513 0.0589726/s      1024u
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o
4: [       OK ] serial.view_allocation_large_rank (1503 ms)
4: [ RUN      ] serial.view_shmem_size_on_device
4: [       OK ] serial.view_shmem_size_on_device (0 ms)
4: [ RUN      ] serial.view_is_assignable
4: [       OK ] serial.view_is_assignable (0 ms)
4: [ RUN      ] serial.view_bad_alloc
4: [       OK ] serial.view_bad_alloc (0 ms)
4: [ RUN      ] serial.view_copy_tests
4: [       OK ] serial.view_copy_tests (3 ms)
4: [ RUN      ] serial.view_copy_tests_rank_0
4: [       OK ] serial.view_copy_tests_rank_0 (0 ms)
4: [ RUN      ] serial.view_copy_degenerated
4: [       OK ] serial.view_copy_degenerated (0 ms)
4: [ RUN      ] serial.view_fill_tests_layout_right
29: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time           0.000 s         0.000 s         62541 0.729752/s     8.192m
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test12b_TeamScratch_SYCL.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
29: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time          0.000 s         0.000 s         60635  5.39874/s   0.065536
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
29: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time         0.000 s         0.000 s         59976  44.9024/s   0.524288
4: [       OK ] serial.view_fill_tests_layout_right (2294 ms)
4: [ RUN      ] serial.view_fill_tests_layout_left
29: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time        0.000 s         0.000 s         49018  294.458/s     4.1943
29: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time       0.000 s         0.000 s         24333 1.16616k/s    33.5544
[ 98%] Linking CXX executable Kokkos_policy_performance
[ 98%] Built target Kokkos_policy_performance
[ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
29: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time      0.000 s         0.000 s          5030  1.9314k/s    268.435
29/58 Test #29: Kokkos_PerformanceTest_ViewFirstTouch ......................   Passed   78.45 sec
test 30
      Start 30: Kokkos_PerformanceTest_Mempool

30: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-09-11_T06-00-02.json"
30: Test timeout computed to be: 1500
4: [       OK ] serial.view_fill_tests_layout_left (2492 ms)
4: [ RUN      ] serial.vcp_empty_traits
4: [       OK ] serial.vcp_empty_traits (0 ms)
4: [ RUN      ] serial.is_view_label
4: [       OK ] serial.is_view_label (0 ms)
4: [ RUN      ] serial.vcp_label_base_traits
4: [       OK ] serial.vcp_label_base_traits (0 ms)
4: [ RUN      ] serial.vcp_label_traits
4: [       OK ] serial.vcp_label_traits (0 ms)
4: [ RUN      ] serial.view_alloc_can_perfect_forward_label
4: [       OK ] serial.view_alloc_can_perfect_forward_label (0 ms)
4: [ RUN      ] serial.vcp_label_copy_constructor
4: [       OK ] serial.vcp_label_copy_constructor (0 ms)
4: [ RUN      ] serial.vcp_pointer_add_property
4: [       OK ] serial.vcp_pointer_add_property (0 ms)
4: [ RUN      ] serial.view_empty_runtime_unmanaged
4: [       OK ] serial.view_empty_runtime_unmanaged (0 ms)
4: [ RUN      ] serial.view_layoutstride_left_to_layoutleft_assignment
4: [       OK ] serial.view_layoutstride_left_to_layoutleft_assignment (44 ms)
4: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (41 ms)
4: [ RUN      ] serial.view_mapping
4: [       OK ] serial.view_mapping (62 ms)
4: [ RUN      ] serial.view_mapping_operator
4: [       OK ] serial.view_mapping_operator (3 ms)
4: [ RUN      ] serial.static_extent
4: [       OK ] serial.static_extent (0 ms)
4: [ RUN      ] serial.view_mapping_atomic
4: [       OK ] serial.view_mapping_atomic (0 ms)
4: [ RUN      ] serial.view_mapping_class_value
4: [       OK ] serial.view_mapping_class_value (0 ms)
4: [ RUN      ] serial.view_mapping_assignable
4: [       OK ] serial.view_mapping_assignable (0 ms)
4: [ RUN      ] serial.view_mapping_trivially_copyable
4: [       OK ] serial.view_mapping_trivially_copyable (0 ms)
4: [ RUN      ] serial.view_mapping_subview
4: [       OK ] serial.view_mapping_subview (0 ms)
4: [ RUN      ] serial.view_nested_view
4: [       OK ] serial.view_nested_view (0 ms)
4: [ RUN      ] serial.view_of_views_default
4: [       OK ] serial.view_of_views_default (0 ms)
4: [ RUN      ] serial.view_of_views_without_initializing
4: [       OK ] serial.view_of_views_without_initializing (0 ms)
4: [ RUN      ] serial.test_view_of_views_sequential_host_init
4: [       OK ] serial.test_view_of_views_sequential_host_init (0 ms)
4: [ RUN      ] serial.append_formatted_multidimensional_index
4: [       OK ] serial.append_formatted_multidimensional_index (0 ms)
4: [ RUN      ] serial.view_resize
4: [       OK ] serial.view_resize (2 ms)
4: [ RUN      ] serial.view_realloc
4: [       OK ] serial.view_realloc (0 ms)
4: [ RUN      ] serial.workgraph_fib
4: [       OK ] serial.workgraph_fib (112 ms)
4: [ RUN      ] serial.resize_realloc_no_init
4: [       OK ] serial.resize_realloc_no_init (0 ms)
4: [ RUN      ] serial.resize_realloc_no_alloc
4: [       OK ] serial.resize_realloc_no_alloc (0 ms)
4: [ RUN      ] serial.realloc_exec_space
4: [       OK ] serial.realloc_exec_space (0 ms)
4: [ RUN      ] serial.view_alloc
4: [       OK ] serial.view_alloc (0 ms)
4: [ RUN      ] serial.view_alloc_exec_space
4: [       OK ] serial.view_alloc_exec_space (0 ms)
4: [ RUN      ] serial.view_alloc_int
4: [       OK ] serial.view_alloc_int (0 ms)
4: [ RUN      ] serial.view_alloc_exec_space_int
4: [       OK ] serial.view_alloc_exec_space_int (0 ms)
4: [ RUN      ] serial.deep_copy_zero_memset
4: [       OK ] serial.deep_copy_zero_memset (0 ms)
4: [ RUN      ] serial.resize_exec_space
4: [       OK ] serial.resize_exec_space (0 ms)
4: [ RUN      ] serial.view_allocation_int
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestWithoutInitializing.hpp:305: Skipped
4: skipping since the fence checked for isn't necessary
4: [  SKIPPED ] serial.view_allocation_int (0 ms)
4: [ RUN      ] serial.view_allocation_exec_space_int
4: [       OK ] serial.view_allocation_exec_space_int (0 ms)
4: [ RUN      ] serial.view_not_default_constructible
4: [       OK ] serial.view_not_default_constructible (0 ms)
4: [ RUN      ] serial.view_subview_auto_1d_left
4: [       OK ] serial.view_subview_auto_1d_left (0 ms)
4: [ RUN      ] serial.view_subview_auto_1d_right
4: [       OK ] serial.view_subview_auto_1d_right (0 ms)
4: [ RUN      ] serial.view_subview_auto_1d_stride
4: [       OK ] serial.view_subview_auto_1d_stride (0 ms)
4: [ RUN      ] serial.view_subview_assign_strided
4: [       OK ] serial.view_subview_assign_strided (0 ms)
4: [ RUN      ] serial.view_subview_left_0
4: [       OK ] serial.view_subview_left_0 (0 ms)
4: [ RUN      ] serial.view_subview_left_1
4: [       OK ] serial.view_subview_left_1 (0 ms)
4: [ RUN      ] serial.view_subview_left_2
4: [       OK ] serial.view_subview_left_2 (0 ms)
4: [ RUN      ] serial.view_subview_left_3
4: [       OK ] serial.view_subview_left_3 (0 ms)
4: [ RUN      ] serial.view_subview_right_0
4: [       OK ] serial.view_subview_right_0 (0 ms)
4: [ RUN      ] serial.view_subview_right_1
4: [       OK ] serial.view_subview_right_1 (0 ms)
4: [ RUN      ] serial.view_subview_right_3
4: [       OK ] serial.view_subview_right_3 (0 ms)
4: [ RUN      ] serial.view_static_tests
4: [       OK ] serial.view_static_tests (0 ms)
4: [ RUN      ] serial.view_subview_layoutleft_to_layoutleft
4: [       OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms)
4: [ RUN      ] serial.view_subview_layoutright_to_layoutright
4: [       OK ] serial.view_subview_layoutright_to_layoutright (0 ms)
4: [ RUN      ] serial.view_subview_1d_assign
4: [       OK ] serial.view_subview_1d_assign (0 ms)
4: [ RUN      ] serial.view_subview_1d_assign_atomic
4: [       OK ] serial.view_subview_1d_assign_atomic (0 ms)
4: [ RUN      ] serial.view_subview_1d_assign_randomaccess
4: [       OK ] serial.view_subview_1d_assign_randomaccess (0 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d
4: [       OK ] serial.view_subview_2d_from_3d (2 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d_atomic
4: [       OK ] serial.view_subview_2d_from_3d_atomic (3 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d_randomaccess
4: [       OK ] serial.view_subview_2d_from_3d_randomaccess (2 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left
4: [       OK ] serial.view_subview_3d_from_5d_left (33 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
4: [       OK ] serial.view_subview_3d_from_5d_left_atomic (33 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
4: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (32 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right
4: [       OK ] serial.view_subview_3d_from_5d_right (116 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
4: [       OK ] serial.view_subview_3d_from_5d_right_atomic (116 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (116 ms)
4: [ RUN      ] serial.view_test_unmanaged_subview_reset
4: [       OK ] serial.view_test_unmanaged_subview_reset (0 ms)
4: [ RUN      ] serial.view_subview_memory_traits_construction
4: [       OK ] serial.view_subview_memory_traits_construction (0 ms)
4: [----------] 137 tests from serial (13136 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 147 tests from 2 test suites ran. (29534 ms total)
4: [  PASSED  ] 139 tests.
4: [  SKIPPED ] 8 tests, listed below:
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device
4: [  SKIPPED ] serial_DeathTest.view_subview_wrong_extents
4: [  SKIPPED ] serial.view_allocation_int
 4/58 Test  #4: Kokkos_CoreUnitTest_Serial2 ................................   Passed   29.94 sec
test 5
      Start  5: Kokkos_CoreUnitTest_HIP

5: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_HIP
5: Test timeout computed to be: 1500
30: 2025-09-11T06:23:29+00:00
30: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Mempool
30: Run on (255 X 3523.7 MHz CPU s)
30: CPU Caches:
30:   L1 Data 32 KiB (x127)
30:   L1 Instruction 32 KiB (x127)
30:   L2 Unified 512 KiB (x127)
30:   L3 Unified 32768 KiB (x15)
30: Load Average: 8.04, 8.00, 9.04
30: APU or dGPU: dGPU
30: Architecture capable of accessing system allocated memory: 1
30: CPU architecture: none
30: Default Device: HIP
30: GPU architecture: AMD_GFX908
30: Is Large Bar: 1
30: KOKKOS_COMPILER_CLANG: 1800
30: KOKKOS_ENABLE_ASM: no
30: KOKKOS_ENABLE_CXX20: yes
30: KOKKOS_ENABLE_CXX23: no
30: KOKKOS_ENABLE_CXX26: no
30: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
30: KOKKOS_ENABLE_HIP: yes
30: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
30: KOKKOS_ENABLE_HWLOC: no
30: KOKKOS_ENABLE_LIBDL: yes
30: KOKKOS_ENABLE_OPENMP: yes
30: KOKKOS_ENABLE_PRAGMA_IVDEP: no
30: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
30: KOKKOS_ENABLE_PRAGMA_UNROLL: no
30: KOKKOS_ENABLE_PRAGMA_VECTOR: no
30: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
30: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
30: Kokkos Version: 4.7.99
30: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected
30: Shared Memory per Block: 64 KiB
30: Supports Managed Memory: 1
30: System allows accessing system allocated memory on GPU: 0
30: Total Global Memory: 31.98 GiB
30: Wavefront Size: 64
30: XNACK environment variable set: no
30: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
30: macro  HIP_VERSION: 60342134 = version 6.3.42134
30: macro  KOKKOS_ENABLE_HIP: defined
30: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
30: macro KOKKOS_ENABLE_ROCTHRUST: defined
30: mdspan: disabled
30: mdspan version: not applicable
30: platform: 64bit
[ 99%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 99%] Built target Kokkos_UnitTest_SIMD
[ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
5: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
5: [==========] Running 464 tests from 8 test suites.
5: [----------] Global test environment set-up.
5: [----------] 19 tests from hip_DeathTest
5: [ RUN      ] hip_DeathTest.abort_from_host
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
30: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
30: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
30: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
30: 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          2311               18.2339M/s
5: [       OK ] hip_DeathTest.abort_from_host (1020 ms)
5: [ RUN      ] hip_DeathTest.abort_from_device
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
30: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
30: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
30: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
30: 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          7538                119.268M/s
30/58 Test #30: Kokkos_PerformanceTest_Mempool .............................   Passed    3.52 sec
test 31
      Start 31: Kokkos_PerformanceTest_Atomic

31: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-09-11_T06-00-02.json"
31: Test timeout computed to be: 1500
31: 2025-09-11T06:23:32+00:00
31: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Atomic
31: Run on (255 X 3523.97 MHz CPU s)
31: CPU Caches:
31:   L1 Data 32 KiB (x127)
31:   L1 Instruction 32 KiB (x127)
31:   L2 Unified 512 KiB (x127)
31:   L3 Unified 32768 KiB (x15)
31: Load Average: 7.55, 7.90, 9.00
31: APU or dGPU: dGPU
31: Architecture capable of accessing system allocated memory: 1
31: CPU architecture: none
31: Default Device: HIP
31: GPU architecture: AMD_GFX908
31: Is Large Bar: 1
31: KOKKOS_COMPILER_CLANG: 1800
31: KOKKOS_ENABLE_ASM: no
31: KOKKOS_ENABLE_CXX20: yes
31: KOKKOS_ENABLE_CXX23: no
31: KOKKOS_ENABLE_CXX26: no
31: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
31: KOKKOS_ENABLE_HIP: yes
31: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
31: KOKKOS_ENABLE_HWLOC: no
31: KOKKOS_ENABLE_LIBDL: yes
31: KOKKOS_ENABLE_OPENMP: yes
31: KOKKOS_ENABLE_PRAGMA_IVDEP: no
31: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
31: KOKKOS_ENABLE_PRAGMA_UNROLL: no
31: KOKKOS_ENABLE_PRAGMA_VECTOR: no
31: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
31: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
31: Kokkos Version: 4.7.99
31: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected
31: Shared Memory per Block: 64 KiB
31: Supports Managed Memory: 1
31: System allows accessing system allocated memory on GPU: 0
31: Total Global Memory: 31.98 GiB
31: Wavefront Size: 64
31: XNACK environment variable set: no
31: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
31: macro  HIP_VERSION: 60342134 = version 6.3.42134
31: macro  KOKKOS_ENABLE_HIP: defined
31: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
31: macro KOKKOS_ENABLE_ROCTHRUST: defined
31: mdspan: disabled
31: mdspan version: not applicable
31: platform: 64bit
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
5: [       OK ] hip_DeathTest.abort_from_device (2515 ms)
5: [ RUN      ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o
5: [       OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (1022 ms)
5: [ RUN      ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
5: [       OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (1010 ms)
5: [ RUN      ] hip_DeathTest.policy_invalid_bounds
5: [       OK ] hip_DeathTest.policy_invalid_bounds (0 ms)
5: [ RUN      ] hip_DeathTest.range_policy_invalid_bounds
5: [       OK ] hip_DeathTest.range_policy_invalid_bounds (0 ms)
5: [ RUN      ] hip_DeathTest.range_policy_round_trip_conversion_fires
5: [       OK ] hip_DeathTest.range_policy_round_trip_conversion_fires (0 ms)
5: [ RUN      ] hip_DeathTest.range_policy_check_sign_changes
5: [       OK ] hip_DeathTest.range_policy_check_sign_changes (0 ms)
5: [ RUN      ] hip_DeathTest.range_policy_implicitly_converted_bounds
5: [       OK ] hip_DeathTest.range_policy_implicitly_converted_bounds (0 ms)
5: [ RUN      ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
5: [       OK ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (1019 ms)
5: [ RUN      ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
31: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
31: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
31: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
31: Test_Atomic<int>/30000/iterations:10                          0.364 s         0.362 s            10          1            4    7.77023m        6.60057m    52.3333u     449.985M          26.552k     449.985M
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SYCL.cpp.o
5: [       OK ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (2333 ms)
5: [ RUN      ] hip_DeathTest.view_construction_with_wrong_params_dyn
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
5: [ RUN      ] hip_DeathTest.view_construction_with_wrong_params_stat
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_stat (0 ms)
5: [ RUN      ] hip_DeathTest.view_construction_with_wrong_params_mix
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_mix (0 ms)
5: [ RUN      ] hip_DeathTest.view_construction_with_wrong_static_extents
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_static_extents (0 ms)
5: [ RUN      ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 42%] 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_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 57%] 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_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o
5: [       OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (7227 ms)
5: [ RUN      ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
5: [       OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (7199 ms)
5: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_host
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 99%] Linking CXX executable Kokkos_bytes_and_flops
[ 99%] Built target Kokkos_bytes_and_flops
[ 59%] 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_hwloc_hpp
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o
[ 33%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 33%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
+ ctest --no-compress-output -T Test --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
   Site: 9aa6e310a807
   Build name: Linux-nvcc_wrapper
Create new tag: 20250911-0617 - Experimental
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-8428/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-8428/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 392 tests from 4 test suites.
1: [----------] Global test environment set-up.
1: [----------] 20 tests from openmp_DeathTest
1: [ RUN      ] openmp_DeathTest.abort_from_host
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o
[ 33%] Built target Kokkos_CoreUnitTest_Default
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
1: [       OK ] openmp_DeathTest.abort_from_host (883 ms)
1: [ RUN      ] openmp_DeathTest.abort_from_device
[ 33%] Built target Kokkos_CoreUnitTest_KokkosP
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
1: [       OK ] openmp_DeathTest.abort_from_device (811 ms)
1: [ RUN      ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort
1: [       OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (798 ms)
1: [ RUN      ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions
1: [       OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (779 ms)
1: [ RUN      ] openmp_DeathTest.policy_invalid_bounds
1: [       OK ] openmp_DeathTest.policy_invalid_bounds (902 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_invalid_bounds
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
5: [       OK ] hip_DeathTest.view_memory_access_violations_from_host (18796 ms)
5: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_device
1: [       OK ] openmp_DeathTest.range_policy_invalid_bounds (1771 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_round_trip_conversion_fires
1: [       OK ] openmp_DeathTest.range_policy_round_trip_conversion_fires (892 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_check_sign_changes
1: [       OK ] openmp_DeathTest.range_policy_check_sign_changes (1821 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_implicitly_converted_bounds
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o
1: [       OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (3587 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_dyn
31: Test_Atomic<long int>/100000/iterations:10                     3.97 s          3.95 s            10          1            8    2.80247m        2.07798m      117.4u     4.99995G         127.806k     4.99995G
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 61%] Built target Kokkos_CoreUnitTest_Default
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 62%] 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
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o
[ 34%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SYCL.cpp.o
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 34%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 36%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 36%] Built target Kokkos_ProfilingAllCalls
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test14_MDRangeReduce_SYCL.cpp.o
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o
[ 65%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
31: Test_Atomic<long long int>/100000/iterations:10                4.08 s          4.07 s            10          1            8    3.09836m        2.09018m      104.6u     4.99995G         106.302k     4.99995G
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o
[ 65%] Built target Kokkos_PerformanceTest_SharedSpace
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[ 36%] 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_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test16_ParallelScan_SYCL.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
5: [       OK ] hip_DeathTest.view_memory_access_violations_from_device (50940 ms)
5: [----------] 19 tests from hip_DeathTest (93086 ms total)
5: 
5: [----------] 1 test from hip_graph_DeathTest
5: [ RUN      ] hip_graph_DeathTest.can_instantiate_only_once
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:181: Skipped
5: Preconditions are not checked.
5: [  SKIPPED ] hip_graph_DeathTest.can_instantiate_only_once (0 ms)
5: [----------] 1 test from hip_graph_DeathTest (0 ms total)
5: 
5: [----------] 2 tests from hip_managed_DeathTest
5: [ RUN      ] hip_managed_DeathTest.view_subview_wrong_extents
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSubView_a.hpp:81: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] hip_managed_DeathTest.view_subview_wrong_extents (0 ms)
5: [ RUN      ] hip_managed_DeathTest.view_subview_constructor_layout_compatibility
5: [       OK ] hip_managed_DeathTest.view_subview_constructor_layout_compatibility (2394 ms)
5: [----------] 2 tests from hip_managed_DeathTest (2394 ms total)
5: 
5: [----------] 340 tests from hip
5: [ RUN      ] hip.array_capacity
5: [       OK ] hip.array_capacity (0 ms)
5: [ RUN      ] hip.array_element_access
5: [       OK ] hip.array_element_access (0 ms)
5: [ RUN      ] hip.array_operator_equal
5: [       OK ] hip.array_operator_equal (0 ms)
5: [ RUN      ] hip.array_zero_capacity
5: [       OK ] hip.array_zero_capacity (0 ms)
5: [ RUN      ] hip.array_zero_data_nullptr
5: [       OK ] hip.array_zero_data_nullptr (0 ms)
5: [ RUN      ] hip.array_contiguous_capacity
5: [       OK ] hip.array_contiguous_capacity (0 ms)
5: [ RUN      ] hip.array_contiguous_element_access
5: [       OK ] hip.array_contiguous_element_access (0 ms)
5: [ RUN      ] hip.array_contiguous_assignment
5: [       OK ] hip.array_contiguous_assignment (0 ms)
5: [ RUN      ] hip.array_strided_capacity
5: [       OK ] hip.array_strided_capacity (0 ms)
5: [ RUN      ] hip.array_strided_element_access
5: [       OK ] hip.array_strided_element_access (0 ms)
5: [ RUN      ] hip.array_strided_assignment
5: [       OK ] hip.array_strided_assignment (0 ms)
5: [ RUN      ] hip.atomic_operations_complexdouble
5: [       OK ] hip.atomic_operations_complexdouble (11 ms)
5: [ RUN      ] hip.atomic_operations_complexfloat
5: [       OK ] hip.atomic_operations_complexfloat (13 ms)
5: [ RUN      ] hip.atomic_operations_double
5: [       OK ] hip.atomic_operations_double (14 ms)
5: [ RUN      ] hip.atomic_operations_float
5: [       OK ] hip.atomic_operations_float (12 ms)
5: [ RUN      ] hip.atomic_operations_int8
5: [       OK ] hip.atomic_operations_int8 (34 ms)
5: [ RUN      ] hip.atomic_operations_int16
5: [       OK ] hip.atomic_operations_int16 (33 ms)
5: [ RUN      ] hip.atomic_operations_int
5: [       OK ] hip.atomic_operations_int (32 ms)
5: [ RUN      ] hip.atomic_operations_long
5: [       OK ] hip.atomic_operations_long (33 ms)
5: [ RUN      ] hip.atomic_operations_longlong
5: [       OK ] hip.atomic_operations_longlong (34 ms)
5: [ RUN      ] hip.atomic_shared
5: [       OK ] hip.atomic_shared (0 ms)
5: [ RUN      ] hip.atomic_operations_unsigned
5: [       OK ] hip.atomic_operations_unsigned (26 ms)
5: [ RUN      ] hip.atomic_operations_unsignedlong
5: [       OK ] hip.atomic_operations_unsignedlong (27 ms)
5: [ RUN      ] hip.atomics
5: [       OK ] hip.atomics (273 ms)
5: [ RUN      ] hip.atomics_tpetra_max_abs
5: [       OK ] hip.atomics_tpetra_max_abs (0 ms)
5: [ RUN      ] hip.atomic_views_integral
5: [       OK ] hip.atomic_views_integral (19 ms)
5: [ RUN      ] hip.atomic_views_nonintegral
5: [       OK ] hip.atomic_views_nonintegral (7716 ms)
5: [ RUN      ] hip.atomic_view_api
5: [       OK ] hip.atomic_view_api (0 ms)
5: [ RUN      ] hip.bit_manip_countl_zero
5: [       OK ] hip.bit_manip_countl_zero (37 ms)
5: [ RUN      ] hip.bit_manip_countl_one
5: [       OK ] hip.bit_manip_countl_one (0 ms)
5: [ RUN      ] hip.bit_manip_countr_zero
5: [       OK ] hip.bit_manip_countr_zero (0 ms)
5: [ RUN      ] hip.bit_manip_countr_one
5: [       OK ] hip.bit_manip_countr_one (0 ms)
5: [ RUN      ] hip.bit_manip_popcount
5: [       OK ] hip.bit_manip_popcount (0 ms)
5: [ RUN      ] hip.bit_manip_has_single_bit
5: [       OK ] hip.bit_manip_has_single_bit (0 ms)
5: [ RUN      ] hip.bit_manip_bit_floor
5: [       OK ] hip.bit_manip_bit_floor (0 ms)
5: [ RUN      ] hip.bit_manip_bit_ceil
5: [       OK ] hip.bit_manip_bit_ceil (0 ms)
5: [ RUN      ] hip.bit_manip_bit_width
5: [       OK ] hip.bit_manip_bit_width (0 ms)
5: [ RUN      ] hip.bit_manip_rotl
5: [       OK ] hip.bit_manip_rotl (0 ms)
5: [ RUN      ] hip.bit_manip_rotr
5: [       OK ] hip.bit_manip_rotr (0 ms)
5: [ RUN      ] hip.bit_manip_byeswap
5: [       OK ] hip.bit_manip_byeswap (0 ms)
5: [ RUN      ] hip.bit_manip_bit_cast
5: [       OK ] hip.bit_manip_bit_cast (0 ms)
5: [ RUN      ] hip.test_block_deduction_bug_pr_3103
5: [       OK ] hip.test_block_deduction_bug_pr_3103 (0 ms)
5: [ RUN      ] hip.checked_integer_operations_multiply_overflow
5: [       OK ] hip.checked_integer_operations_multiply_overflow (0 ms)
5: [ RUN      ] hip.execution_policy_occupancy_and_hint
5: [       OK ] hip.execution_policy_occupancy_and_hint (0 ms)
5: [ RUN      ] hip.complex_construction
5: [       OK ] hip.complex_construction (1 ms)
5: [ RUN      ] hip.complex_basic_math
5: [       OK ] hip.complex_basic_math (0 ms)
5: [ RUN      ] hip.complex_special_funtions
5: [       OK ] hip.complex_special_funtions (0 ms)
5: [ RUN      ] hip.complex_io
5: [       OK ] hip.complex_io (0 ms)
5: [ RUN      ] hip.complex_trivially_copyable
5: [       OK ] hip.complex_trivially_copyable (0 ms)
5: [ RUN      ] hip.complex_issue_3865
5: [       OK ] hip.complex_issue_3865 (0 ms)
5: [ RUN      ] hip.complex_operations_arithmetic_types_overloads
5: [       OK ] hip.complex_operations_arithmetic_types_overloads (0 ms)
5: [ RUN      ] hip.complex_structured_bindings
5: [       OK ] hip.complex_structured_bindings (0 ms)
5: [ RUN      ] hip.crs_count_fill
5: [       OK ] hip.crs_count_fill (4 ms)
5: [ RUN      ] hip.crs_copy_constructor
5: [       OK ] hip.crs_copy_constructor (10 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_0
5: 
5: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
5:                                  does not support page migration between device and host.
5:                                  HIPManagedSpace might not work as expected.
5:                                  Please refer to the ROCm documentation on unified/managed memory.
5: [       OK ] hip.deep_copy_assignable_types_rank_0 (12 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_1
5: [       OK ] hip.deep_copy_assignable_types_rank_1 (0 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_2
5: [       OK ] hip.deep_copy_assignable_types_rank_2 (0 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_3
5: [       OK ] hip.deep_copy_assignable_types_rank_3 (0 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_4
5: [       OK ] hip.deep_copy_assignable_types_rank_4 (0 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_5
5: [       OK ] hip.deep_copy_assignable_types_rank_5 (0 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_6
5: [       OK ] hip.deep_copy_assignable_types_rank_6 (0 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_7
5: [       OK ] hip.deep_copy_assignable_types_rank_7 (0 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_8
5: [       OK ] hip.deep_copy_assignable_types_rank_8 (0 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_1_half
5: [       OK ] hip.deep_copy_assignable_types_rank_1_half (0 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_2_half
5: [       OK ] hip.deep_copy_assignable_types_rank_2_half (0 ms)
5: [ RUN      ] hip.deep_copy_assignable_types_rank_3_half
5: [       OK ] hip.deep_copy_assignable_types_rank_3_half (0 ms)
5: [ RUN      ] hip.deep_copy_narrowing_rank_0
5: [       OK ] hip.deep_copy_narrowing_rank_0 (8 ms)
5: [ RUN      ] hip.deep_copy_narrowing_rank_1
5: [       OK ] hip.deep_copy_narrowing_rank_1 (0 ms)
5: [ RUN      ] hip.deep_copy_narrowing_rank_2
5: [       OK ] hip.deep_copy_narrowing_rank_2 (0 ms)
5: [ RUN      ] hip.deep_copy_narrowing_rank_3
5: [       OK ] hip.deep_copy_narrowing_rank_3 (0 ms)
5: [ RUN      ] hip.deep_copy_narrowing_rank_4
5: [       OK ] hip.deep_copy_narrowing_rank_4 (0 ms)
5: [ RUN      ] hip.deep_copy_narrowing_rank_5
5: [       OK ] hip.deep_copy_narrowing_rank_5 (0 ms)
5: [ RUN      ] hip.deep_copy_narrowing_rank_6
5: [       OK ] hip.deep_copy_narrowing_rank_6 (0 ms)
5: [ RUN      ] hip.deep_copy_narrowing_rank_7
5: [       OK ] hip.deep_copy_narrowing_rank_7 (0 ms)
5: [ RUN      ] hip.deep_copy_narrowing_rank_8
5: [       OK ] hip.deep_copy_narrowing_rank_8 (0 ms)
5: [ RUN      ] hip.deep_copy_alignment
5: [       OK ] hip.deep_copy_alignment (10 ms)
5: [ RUN      ] hip.deep_copy_conversion
5: [       OK ] hip.deep_copy_conversion (8 ms)
5: [ RUN      ] hip.partitioning_by_args
5: [       OK ] hip.partitioning_by_args (8 ms)
5: [ RUN      ] hip.partitioning_by_args_with_structured_bindings
5: [       OK ] hip.partitioning_by_args_with_structured_bindings (1 ms)
5: [ RUN      ] hip.partitioning_by_vector
5: [       OK ] hip.partitioning_by_vector (0 ms)
5: [ RUN      ] hip.exec_space_thread_safety_range
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o
[ 66%] Linking CXX executable Kokkos_PerformanceTest_Mempool
5: [       OK ] hip.exec_space_thread_safety_range (8643 ms)
5: [ RUN      ] hip.exec_space_thread_safety_mdrange
5: [       OK ] hip.exec_space_thread_safety_mdrange (863 ms)
5: [ RUN      ] hip.exec_space_thread_safety_team_policy
5: [       OK ] hip.exec_space_thread_safety_team_policy (859 ms)
5: [ RUN      ] hip.exec_space_thread_safety_range_reduce
5: [       OK ] hip.exec_space_thread_safety_range_reduce (864 ms)
5: [ RUN      ] hip.exec_space_thread_safety_mdrange_reduce
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
5: [       OK ] hip.exec_space_thread_safety_mdrange_reduce (864 ms)
5: [ RUN      ] hip.exec_space_thread_safety_team_policy_reduce
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o
[ 66%] Built target Kokkos_PerformanceTest_Mempool
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test17_CompleteAtomic_SYCL.cpp.o
5: [       OK ] hip.exec_space_thread_safety_team_policy_reduce (858 ms)
5: [ RUN      ] hip.exec_space_thread_safety_range_scan
5: [       OK ] hip.exec_space_thread_safety_range_scan (861 ms)
5: [ RUN      ] hip.execution_space_as_class_data_member
5: [       OK ] hip.execution_space_as_class_data_member (0 ms)
5: [ RUN      ] hip.functor_analysis
5: [       OK ] hip.functor_analysis (0 ms)
5: [ RUN      ] hip.when_all_type
5: [       OK ] hip.when_all_type (2 ms)
5: [ RUN      ] hip.graph_capture
5: [       OK ] hip.graph_capture (3 ms)
5: [ RUN      ] hip.graph_then
5: [       OK ] hip.graph_then (0 ms)
5: [ RUN      ] hip.then_host
5: [       OK ] hip.then_host (0 ms)
5: [ RUN      ] hip.mixed_then_host_device_nodes
5: [       OK ] hip.mixed_then_host_device_nodes (0 ms)
5: [ RUN      ] hip.graph_then_tag
5: [       OK ] hip.graph_then_tag (0 ms)
5: [ RUN      ] hip.host_shared_ptr_use_count
5: [       OK ] hip.host_shared_ptr_use_count (0 ms)
5: [ RUN      ] hip.host_shared_ptr_get
5: [       OK ] hip.host_shared_ptr_get (0 ms)
5: [ RUN      ] hip.host_shared_ptr_dereference_on_device
5: [       OK ] hip.host_shared_ptr_dereference_on_device (0 ms)
5: [ RUN      ] hip.host_shared_ptr_special_members_on_device
5: [       OK ] hip.host_shared_ptr_special_members_on_device (0 ms)
5: [ RUN      ] hip.host_shared_ptr_tracking
5: [       OK ] hip.host_shared_ptr_tracking (0 ms)
5: [ RUN      ] hip.join_backward_compatibility
5: [       OK ] hip.join_backward_compatibility (0 ms)
5: [ RUN      ] hip.local_deepcopy_teampolicy_layoutleft
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
5: [       OK ] hip.local_deepcopy_teampolicy_layoutleft (1300 ms)
5: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutleft
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
5: [       OK ] hip.local_deepcopy_rangepolicy_layoutleft (2640 ms)
5: [ RUN      ] hip.local_deepcopy_teampolicy_layoutright
5: [       OK ] hip.local_deepcopy_teampolicy_layoutright (1273 ms)
5: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutright
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
31: Test_Atomic<unsigned int>/100000/iterations:10                 3.56 s          3.55 s            10          1            4    2.94317m        2.05837m       48.6u     704.983M          43.768k     704.983M
5: [       OK ] hip.local_deepcopy_rangepolicy_layoutright (1959 ms)
5: [ RUN      ] hip.deep_copy_scratch
5: [       OK ] hip.deep_copy_scratch (0 ms)
5: [ RUN      ] hip.mathematical_constants_e
5: [       OK ] hip.mathematical_constants_e (2 ms)
5: [ RUN      ] hip.mathematical_constants_log2e
5: [       OK ] hip.mathematical_constants_log2e (0 ms)
5: [ RUN      ] hip.mathematical_constants_log10e
5: [       OK ] hip.mathematical_constants_log10e (0 ms)
5: [ RUN      ] hip.mathematical_constants_pi
5: [       OK ] hip.mathematical_constants_pi (0 ms)
5: [ RUN      ] hip.mathematical_constants_inv_pi
5: [       OK ] hip.mathematical_constants_inv_pi (0 ms)
5: [ RUN      ] hip.mathematical_constants_inv_sqrtpi
5: [       OK ] hip.mathematical_constants_inv_sqrtpi (0 ms)
5: [ RUN      ] hip.mathematical_constants_ln2
5: [       OK ] hip.mathematical_constants_ln2 (0 ms)
5: [ RUN      ] hip.mathematical_constants_ln10
5: [       OK ] hip.mathematical_constants_ln10 (0 ms)
5: [ RUN      ] hip.mathematical_constants_sqrt2
5: [       OK ] hip.mathematical_constants_sqrt2 (0 ms)
5: [ RUN      ] hip.mathematical_constants_sqrt3
5: [       OK ] hip.mathematical_constants_sqrt3 (0 ms)
5: [ RUN      ] hip.mathematical_constants_inv_sqrt3
5: [       OK ] hip.mathematical_constants_inv_sqrt3 (0 ms)
5: [ RUN      ] hip.mathematical_constants_egamma
5: [       OK ] hip.mathematical_constants_egamma (0 ms)
5: [ RUN      ] hip.mathematical_constants_phi
5: [       OK ] hip.mathematical_constants_phi (0 ms)
5: [ RUN      ] hip.mathematical_functions_trigonometric_functions
5: [       OK ] hip.mathematical_functions_trigonometric_functions (27 ms)
5: [ RUN      ] hip.mathematical_functions_hyperbolic_functions
5: [       OK ] hip.mathematical_functions_hyperbolic_functions (3 ms)
5: [ RUN      ] hip.mathematical_functions_non_standard
5: [       OK ] hip.mathematical_functions_non_standard (0 ms)
5: [ RUN      ] hip.mathematical_functions_power_functions
5: [       OK ] hip.mathematical_functions_power_functions (25 ms)
5: [ RUN      ] hip.mathematical_functions_fma
5: [       OK ] hip.mathematical_functions_fma (0 ms)
5: [ RUN      ] hip.mathematical_functions_fmax_fmin
5: [       OK ] hip.mathematical_functions_fmax_fmin (0 ms)
5: [ RUN      ] hip.mathematical_functions_error_and_gamma_functions
5: [       OK ] hip.mathematical_functions_error_and_gamma_functions (2 ms)
5: [ RUN      ] hip.mathematical_functions_nearest_interger_floating_point_operations
5: [       OK ] hip.mathematical_functions_nearest_interger_floating_point_operations (2 ms)
5: [ RUN      ] hip.mathematical_functions_floating_point_manipulation_functions
5: [       OK ] hip.mathematical_functions_floating_point_manipulation_functions (1 ms)
5: [ RUN      ] hip.mathematical_functions_absolute_value
5: [       OK ] hip.mathematical_functions_absolute_value (0 ms)
5: [ RUN      ] hip.mathematical_functions_floating_point_absolute_value
5: [       OK ] hip.mathematical_functions_floating_point_absolute_value (0 ms)
5: [ RUN      ] hip.mathematical_functions_remainder_function
5: [       OK ] hip.mathematical_functions_remainder_function (0 ms)
5: [ RUN      ] hip.mathematical_functions_isfinite
5: [       OK ] hip.mathematical_functions_isfinite (0 ms)
5: [ RUN      ] hip.mathematical_functions_isinf
5: [       OK ] hip.mathematical_functions_isinf (0 ms)
5: [ RUN      ] hip.mathematical_functions_isnan
5: [       OK ] hip.mathematical_functions_isnan (0 ms)
5: [ RUN      ] hip.mathematical_functions_impl_half_fallback
5: [       OK ] hip.mathematical_functions_impl_half_fallback (0 ms)
5: [ RUN      ] hip.mathematical_functions_nextafter_fp16
5: [       OK ] hip.mathematical_functions_nextafter_fp16 (0 ms)
5: [ RUN      ] hip.mathematical_functions_exponential_functions
5: [       OK ] hip.mathematical_functions_exponential_functions (10 ms)
5: [ RUN      ] hip.mathspecialfunc_expint1
5: [       OK ] hip.mathspecialfunc_expint1 (4 ms)
5: [ RUN      ] hip.mathspecialfunc_errorfunc
5: [       OK ] hip.mathspecialfunc_errorfunc (0 ms)
5: [ RUN      ] hip.mathspecialfunc_cbesselj0y0
5: [       OK ] hip.mathspecialfunc_cbesselj0y0 (17 ms)
5: [ RUN      ] hip.mathspecialfunc_cbesselj1y1
5: [       OK ] hip.mathspecialfunc_cbesselj1y1 (18 ms)
5: [ RUN      ] hip.mathspecialfunc_cbesseli0k0
5: [       OK ] hip.mathspecialfunc_cbesseli0k0 (0 ms)
5: [ RUN      ] hip.mathspecialfunc_cbesseli1k1
5: [       OK ] hip.mathspecialfunc_cbesseli1k1 (0 ms)
5: [ RUN      ] hip.mathspecialfunc_cbesselh1stkind
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestMathematicalSpecialFunctions.hpp:1975: Skipped
5: skipping since test is known to fail on MI100 and for some versions of ROCm
5: [  SKIPPED ] hip.mathspecialfunc_cbesselh1stkind (0 ms)
5: [ RUN      ] hip.mathspecialfunc_cbesselh2ndkind
5: [       OK ] hip.mathspecialfunc_cbesselh2ndkind (0 ms)
5: [ RUN      ] hip.mdrange_5d
5: [       OK ] hip.mdrange_5d (102 ms)
5: [ RUN      ] hip.mdrange_6d
5: [       OK ] hip.mdrange_6d (168 ms)
5: [ RUN      ] hip.mdrange_2d
5: [       OK ] hip.mdrange_2d (4 ms)
5: [ RUN      ] hip.mdrange_array_reduce
5: [       OK ] hip.mdrange_array_reduce (0 ms)
5: [ RUN      ] hip.mdrange_3d
5: [       OK ] hip.mdrange_3d (8 ms)
5: [ RUN      ] hip.mdrange_neg_idx
5: [       OK ] hip.mdrange_neg_idx (1 ms)
5: [ RUN      ] hip.mdrange_4d
5: [       OK ] hip.mdrange_4d (51 ms)
5: [ RUN      ] hip.mdrange_scalar
5: [       OK ] hip.mdrange_scalar (0 ms)
5: [ RUN      ] hip.mdrange_large_deep_copy
5: [       OK ] hip.mdrange_large_deep_copy (56 ms)
5: [ RUN      ] hip.md_range_policy_construction_from_arrays
5: [       OK ] hip.md_range_policy_construction_from_arrays (0 ms)
5: [ RUN      ] hip.policy_get_tile_size
5: [       OK ] hip.policy_get_tile_size (0 ms)
5: [ RUN      ] hip.mdrange_parallel_reduce_primitive_types
[ 36%] Linking CXX executable Kokkos_ToolsInitialization
[ 36%] 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_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o
5: [       OK ] hip.mdrange_parallel_reduce_primitive_types (3938 ms)
5: [ RUN      ] hip.mdspan_minimal_functional
5: [       OK ] hip.mdspan_minimal_functional (0 ms)
5: [ RUN      ] hip.mdspan_atomic_accessor
5: [       OK ] hip.mdspan_atomic_accessor (0 ms)
5: [ RUN      ] hip.view_mdspan_conversion
5: [       OK ] hip.view_mdspan_conversion (7 ms)
5: [ RUN      ] hip.view_mdspan_conversion_with_stride
5: [       OK ] hip.view_mdspan_conversion_with_stride (0 ms)
5: [ RUN      ] hip.max
5: [       OK ] hip.max (0 ms)
5: [ RUN      ] hip.max_within_parfor
5: [       OK ] hip.max_within_parfor (0 ms)
5: [ RUN      ] hip.min
5: [       OK ] hip.min (0 ms)
5: [ RUN      ] hip.min_within_parfor
5: [       OK ] hip.min_within_parfor (0 ms)
5: [ RUN      ] hip.minmax
5: [       OK ] hip.minmax (0 ms)
5: [ RUN      ] hip.minmax_within_parfor
5: [       OK ] hip.minmax_within_parfor (0 ms)
5: [ RUN      ] hip.clamp
5: [       OK ] hip.clamp (0 ms)
5: [ RUN      ] hip.clamp_within_parfor
5: [       OK ] hip.clamp_within_parfor (0 ms)
5: [ RUN      ] hip.numeric_traits_infinity
5: [       OK ] hip.numeric_traits_infinity (8 ms)
5: [ RUN      ] hip.numeric_traits_epsilon
5: [       OK ] hip.numeric_traits_epsilon (0 ms)
5: [ RUN      ] hip.numeric_traits_round_error
5: [       OK ] hip.numeric_traits_round_error (0 ms)
5: [ RUN      ] hip.numeric_traits_norm_min
5: [       OK ] hip.numeric_traits_norm_min (0 ms)
5: [ RUN      ] hip.numeric_traits_denorm_min
5: [       OK ] hip.numeric_traits_denorm_min (0 ms)
5: [ RUN      ] hip.numeric_traits_finite_min_max
5: [       OK ] hip.numeric_traits_finite_min_max (2 ms)
5: [ RUN      ] hip.numeric_traits_digits
5: [       OK ] hip.numeric_traits_digits (1 ms)
5: [ RUN      ] hip.numeric_traits_digits10
5: [       OK ] hip.numeric_traits_digits10 (1 ms)
5: [ RUN      ] hip.numeric_traits_max_digits10
5: [       OK ] hip.numeric_traits_max_digits10 (0 ms)
5: [ RUN      ] hip.numeric_traits_radix
5: [       OK ] hip.numeric_traits_radix (1 ms)
5: [ RUN      ] hip.numeric_traits_min_max_exponent
5: [       OK ] hip.numeric_traits_min_max_exponent (0 ms)
5: [ RUN      ] hip.numeric_traits_min_max_exponent10
5: [       OK ] hip.numeric_traits_min_max_exponent10 (0 ms)
5: [ RUN      ] hip.numeric_traits_quiet_and_signaling_nan
5: [       OK ] hip.numeric_traits_quiet_and_signaling_nan (1 ms)
5: [ RUN      ] hip.numeric_traits_sfinae_friendly
5: [       OK ] hip.numeric_traits_sfinae_friendly (0 ms)
5: [ RUN      ] hip.occupancy_control
5: [       OK ] hip.occupancy_control (0 ms)
5: [ RUN      ] hip.memory_pool
5: [       OK ] hip.memory_pool (34 ms)
5: [ RUN      ] hip.cxx11
5: [       OK ] hip.cxx11 (1 ms)
5: [ RUN      ] hip.parallel_scan_range_policy
5: [       OK ] hip.parallel_scan_range_policy (64 ms)
5: [ RUN      ] hip.kokkos_printf
5: [       OK ] hip.kokkos_printf (0 ms)
5: [ RUN      ] hip.range_for
5: [       OK ] hip.range_for (2 ms)
5: [ RUN      ] hip.range_reduce
5: [       OK ] hip.range_reduce (1 ms)
5: [ RUN      ] hip.range_dynamic_policy
5: [       OK ] hip.range_dynamic_policy (0 ms)
5: [ RUN      ] hip.large_parallel_for_reduce
5: [       OK ] hip.large_parallel_for_reduce (23 ms)
5: [ RUN      ] hip.range_policy_runtime_parameters
5: [       OK ] hip.range_policy_runtime_parameters (0 ms)
5: [ RUN      ] hip.range_policy_one_way_convertible_bounds
5: [       OK ] hip.range_policy_one_way_convertible_bounds (0 ms)
5: [ RUN      ] hip.range_for_require
5: [       OK ] hip.range_for_require (4 ms)
5: [ RUN      ] hip.range_reduce_require
5: [       OK ] hip.range_reduce_require (2 ms)
5: [ RUN      ] hip.range_dynamic_policy_require
5: [       OK ] hip.range_dynamic_policy_require (0 ms)
5: [ RUN      ] hip.reducers_int
5: [       OK ] hip.reducers_int (20 ms)
5: [ RUN      ] hip.reducers_double
5: [       OK ] hip.reducers_double (16 ms)
5: [ RUN      ] hip.reducers_complex_double
5: [       OK ] hip.reducers_complex_double (13 ms)
5: [ RUN      ] hip.reducers_struct
5: [       OK ] hip.reducers_struct (13 ms)
5: [ RUN      ] hip.reducers_half_t
5: [       OK ] hip.reducers_half_t (18 ms)
5: [ RUN      ] hip.reducers_bhalf_t
5: [       OK ] hip.reducers_bhalf_t (18 ms)
5: [ RUN      ] hip.reducers_int8_t
5: [       OK ] hip.reducers_int8_t (16 ms)
5: [ RUN      ] hip.reducers_int16_t
5: [       OK ] hip.reducers_int16_t (16 ms)
5: [ RUN      ] hip.reducers_bool
5: [       OK ] hip.reducers_bool (2 ms)
5: [ RUN      ] hip.int64_t_reduce
5: [       OK ] hip.int64_t_reduce (41 ms)
5: [ RUN      ] hip.double_reduce
5: [       OK ] hip.double_reduce (27 ms)
5: [ RUN      ] hip.int64_t_reduce_dynamic
5: [       OK ] hip.int64_t_reduce_dynamic (33 ms)
5: [ RUN      ] hip.double_reduce_dynamic
5: [       OK ] hip.double_reduce_dynamic (33 ms)
5: [ RUN      ] hip.int64_t_reduce_dynamic_view
5: [       OK ] hip.int64_t_reduce_dynamic_view (9 ms)
5: [ RUN      ] hip.int_combined_reduce
5: [       OK ] hip.int_combined_reduce (0 ms)
5: [ RUN      ] hip.mdrange_combined_reduce
5: [       OK ] hip.mdrange_combined_reduce (0 ms)
5: [ RUN      ] hip.int_combined_reduce_mixed
5: [       OK ] hip.int_combined_reduce_mixed (0 ms)
5: [ RUN      ] hip.reduction_with_large_iteration_count
5: [       OK ] hip.reduction_with_large_iteration_count (226 ms)
5: [ RUN      ] hip.reduction_identity_min_max_floating_point_types
5: [       OK ] hip.reduction_identity_min_max_floating_point_types (0 ms)
5: [ RUN      ] hip.reduction_deduction
5: [       OK ] hip.reduction_deduction (0 ms)
5: [ RUN      ] hip.reduce_device_view_range_policy
[ 36%] Built target Kokkos_ToolsInitialization
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 67%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 67%] Linking CXX executable Kokkos_IncrementalTest_SYCL
[ 67%] Built target Kokkos_PerformanceTest_ViewFirstTouch
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o
5: [       OK ] hip.reduce_device_view_range_policy (9844 ms)
5: [ RUN      ] hip.reduce_device_view_mdrange_policy
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 68%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 68%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o
5: [       OK ] hip.reduce_device_view_mdrange_policy (10322 ms)
5: [ RUN      ] hip.reduce_device_view_team_policy
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
5: [       OK ] hip.reduce_device_view_team_policy (11030 ms)
5: [ RUN      ] hip.impl_shared_alloc
5: [       OK ] hip.impl_shared_alloc (166 ms)
5: [ RUN      ] hip.mdspan_space_aware_accessor
5: [       OK ] hip.mdspan_space_aware_accessor (2 ms)
5: [ RUN      ] hip.kokkos_swap
5: [       OK ] hip.kokkos_swap (0 ms)
5: [ RUN      ] hip.team_for
5: [       OK ] hip.team_for (15 ms)
5: [ RUN      ] hip.team_reduce
5: [       OK ] hip.team_reduce (1 ms)
5: [ RUN      ] hip.team_reduce_large
5: [       OK ] hip.team_reduce_large (61 ms)
5: [ RUN      ] hip.team_parallel_single
5: [       OK ] hip.team_parallel_single (10 ms)
5: [ RUN      ] hip.large_team_scratch_size
5: [       OK ] hip.large_team_scratch_size (0 ms)
5: [ RUN      ] hip.team_broadcast_long
5: [       OK ] hip.team_broadcast_long (1 ms)
5: [ RUN      ] hip.team_broadcast_long_wrapper
5: [       OK ] hip.team_broadcast_long_wrapper (1 ms)
5: [ RUN      ] hip.team_broadcast_char
5: [       OK ] hip.team_broadcast_char (1 ms)
5: [ RUN      ] hip.team_broadcast_float
5: [       OK ] hip.team_broadcast_float (0 ms)
5: [ RUN      ] hip.team_broadcast_double
5: [       OK ] hip.team_broadcast_double (0 ms)
5: [ RUN      ] hip.team_broadcast_int_ptr
5: [       OK ] hip.team_broadcast_int_ptr (0 ms)
5: [ RUN      ] hip.team_single_thread_int_ptr
5: [       OK ] hip.team_single_thread_int_ptr (0 ms)
5: [ RUN      ] hip.team_single_team_int_ptr
5: [       OK ] hip.team_single_team_int_ptr (0 ms)
5: [ RUN      ] hip.team_handle_by_value
5: [       OK ] hip.team_handle_by_value (0 ms)
5: [ RUN      ] hip.team_vector
5: [       OK ] hip.team_vector (12 ms)
5: [ RUN      ] hip.triple_nested_parallelism
5: [       OK ] hip.triple_nested_parallelism (7 ms)
5: [ RUN      ] hip.parallel_scan_with_reducers
5: [       OK ] hip.parallel_scan_with_reducers (76 ms)
5: [ RUN      ] hip.team_thread_range_combined_reducers
5: [       OK ] hip.team_thread_range_combined_reducers (1 ms)
5: [ RUN      ] hip.thread_vector_range_combined_reducers
5: [       OK ] hip.thread_vector_range_combined_reducers (0 ms)
5: [ RUN      ] hip.team_vector_range_combined_reducers
5: [       OK ] hip.team_vector_range_combined_reducers (0 ms)
5: [ RUN      ] hip.TeamThreadMDRangeParallelFor
5: [       OK ] hip.TeamThreadMDRangeParallelFor (34 ms)
5: [ RUN      ] hip.ThreadVectorMDRangeParallelFor
5: [       OK ] hip.ThreadVectorMDRangeParallelFor (9 ms)
5: [ RUN      ] hip.TeamVectorMDRangeParallelFor
5: [       OK ] hip.TeamVectorMDRangeParallelFor (10 ms)
5: [ RUN      ] hip.TeamThreadMDRangeParallelReduce
5: [       OK ] hip.TeamThreadMDRangeParallelReduce (20 ms)
5: [ RUN      ] hip.ThreadVectorMDRangeParallelReduce
5: [       OK ] hip.ThreadVectorMDRangeParallelReduce (7 ms)
5: [ RUN      ] hip.TeamVectorMDRangeParallelReduce
5: [       OK ] hip.TeamVectorMDRangeParallelReduce (7 ms)
5: [ RUN      ] hip.team_policy_runtime_parameters
5: [       OK ] hip.team_policy_runtime_parameters (0 ms)
5: [ RUN      ] hip.team_reduction_scan
31: Test_Atomic<unsigned long int>/100000/iterations:10            4.04 s          4.02 s            10          1            8    3.06906m        2.50268m      104.6u     4.99995G         100.926k     4.99995G
5: [       OK ] hip.team_reduction_scan (2025 ms)
5: [ RUN      ] hip.team_long_reduce
5: [       OK ] hip.team_long_reduce (23 ms)
5: [ RUN      ] hip.team_double_reduce
5: [       OK ] hip.team_double_reduce (23 ms)
5: [ RUN      ] hip.team_long_array_reduce
5: [       OK ] hip.team_long_array_reduce (24 ms)
5: [ RUN      ] hip.team_double_array_reduce
5: [       OK ] hip.team_double_array_reduce (24 ms)
5: [ RUN      ] hip.team_parallel_dummy_with_reducer_and_scratch_space
5: [       OK ] hip.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
5: [ RUN      ] hip.repeated_team_reduce
5: [       OK ] hip.repeated_team_reduce (20 ms)
5: [ RUN      ] hip.nested_team_reduce_functor_as_reducer
5: [       OK ] hip.nested_team_reduce_functor_as_reducer (0 ms)
5: [ RUN      ] hip.team_scan
5: [       OK ] hip.team_scan (140 ms)
5: [ RUN      ] hip.team_scan_ret_val
5: [       OK ] hip.team_scan_ret_val (118 ms)
5: [ RUN      ] hip.team_shared_request
5: [       OK ] hip.team_shared_request (3 ms)
5: [ RUN      ] hip.team_scratch_request
5: [       OK ] hip.team_scratch_request (1 ms)
5: [ RUN      ] hip.team_lambda_shared_request
5: [       OK ] hip.team_lambda_shared_request (3 ms)
5: [ RUN      ] hip.scratch_align
5: [       OK ] hip.scratch_align (0 ms)
5: [ RUN      ] hip.shmem_size
5: [       OK ] hip.shmem_size (0 ms)
5: [ RUN      ] hip.multi_level_scratch
5: [       OK ] hip.multi_level_scratch (9 ms)
5: [ RUN      ] hip.team_scratch_memory_index_parallel_for
5: [       OK ] hip.team_scratch_memory_index_parallel_for (0 ms)
5: [ RUN      ] hip.team_policy_max_recommended
5: [       OK ] hip.team_policy_max_recommended (21 ms)
5: [ RUN      ] hip.team_policy_minmax_scalar_without_plus_equal_k
5: [       OK ] hip.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
5: [ RUN      ] hip.team_teamvector_range
5: [       OK ] hip.team_teamvector_range (3 ms)
5: [ RUN      ] hip.timer
5: [       OK ] hip.timer (20 ms)
5: [ RUN      ] hip.unique_token_global
5: [       OK ] hip.unique_token_global (3 ms)
5: [ RUN      ] hip.unique_token_instance
5: [       OK ] hip.unique_token_instance (1 ms)
5: [ RUN      ] hip.unique_token_team_acquire
5: [       OK ] hip.unique_token_team_acquire (13 ms)
5: [ RUN      ] hip.view_api_a
5: [       OK ] hip.view_api_a (5 ms)
5: [ RUN      ] hip.view_layout_left_with_stride
5: [       OK ] hip.view_layout_left_with_stride (0 ms)
5: [ RUN      ] hip.view_layout_right_with_stride
5: [       OK ] hip.view_layout_right_with_stride (0 ms)
5: [ RUN      ] hip.view_api_b
5: [       OK ] hip.view_api_b (7 ms)
5: [ RUN      ] hip.view_api_c
5: [       OK ] hip.view_api_c (4 ms)
5: [ RUN      ] hip.view_api_d
5: [       OK ] hip.view_api_d (2 ms)
5: [ RUN      ] hip.view_remap
5: [       OK ] hip.view_remap (0 ms)
5: [ RUN      ] hip.view_mirror_nonconst
5: [       OK ] hip.view_mirror_nonconst (0 ms)
5: [ RUN      ] hip.view_stride_method
5: [       OK ] hip.view_stride_method (0 ms)
5: [ RUN      ] hip.anonymous_space
5: [       OK ] hip.anonymous_space (1 ms)
5: [ RUN      ] hip.view_overload_resolution
5: [       OK ] hip.view_overload_resolution (0 ms)
5: [ RUN      ] hip.view_allocation_large_rank
5: [       OK ] hip.view_allocation_large_rank (4 ms)
5: [ RUN      ] hip.view_shmem_size_on_device
5: [       OK ] hip.view_shmem_size_on_device (0 ms)
5: [ RUN      ] hip.view_is_assignable
5: [       OK ] hip.view_is_assignable (3 ms)
5: [ RUN      ] hip.view_bad_alloc
5: [       OK ] hip.view_bad_alloc (0 ms)
5: [ RUN      ] hip.view_copy_tests
5: [       OK ] hip.view_copy_tests (11 ms)
5: [ RUN      ] hip.view_copy_tests_rank_0
5: [       OK ] hip.view_copy_tests_rank_0 (6 ms)
5: [ RUN      ] hip.view_copy_degenerated
5: [       OK ] hip.view_copy_degenerated (0 ms)
5: [ RUN      ] hip.view_fill_tests_layout_right
5: [       OK ] hip.view_fill_tests_layout_right (62 ms)
5: [ RUN      ] hip.view_fill_tests_layout_left
5: [       OK ] hip.view_fill_tests_layout_left (39 ms)
5: [ RUN      ] hip.vcp_empty_traits
5: [       OK ] hip.vcp_empty_traits (0 ms)
5: [ RUN      ] hip.is_view_label
5: [       OK ] hip.is_view_label (0 ms)
5: [ RUN      ] hip.vcp_label_base_traits
5: [       OK ] hip.vcp_label_base_traits (0 ms)
5: [ RUN      ] hip.vcp_label_traits
5: [       OK ] hip.vcp_label_traits (0 ms)
5: [ RUN      ] hip.view_alloc_can_perfect_forward_label
5: [       OK ] hip.view_alloc_can_perfect_forward_label (0 ms)
5: [ RUN      ] hip.vcp_label_copy_constructor
5: [       OK ] hip.vcp_label_copy_constructor (0 ms)
5: [ RUN      ] hip.vcp_pointer_add_property
5: [       OK ] hip.vcp_pointer_add_property (0 ms)
5: [ RUN      ] hip.view_empty_runtime_unmanaged
5: [       OK ] hip.view_empty_runtime_unmanaged (0 ms)
5: [ RUN      ] hip.view_layoutstride_left_to_layoutleft_assignment
5: [       OK ] hip.view_layoutstride_left_to_layoutleft_assignment (57 ms)
5: [ RUN      ] hip.view_layoutstride_right_to_layoutright_assignment
5: [       OK ] hip.view_layoutstride_right_to_layoutright_assignment (49 ms)
5: [ RUN      ] hip.view_mapping
5: [       OK ] hip.view_mapping (76 ms)
5: [ RUN      ] hip.view_mapping_operator
5: [       OK ] hip.view_mapping_operator (17 ms)
5: [ RUN      ] hip.static_extent
5: [       OK ] hip.static_extent (0 ms)
5: [ RUN      ] hip.view_mapping_atomic
5: [       OK ] hip.view_mapping_atomic (1 ms)
5: [ RUN      ] hip.view_mapping_class_value
5: [       OK ] hip.view_mapping_class_value (0 ms)
5: [ RUN      ] hip.view_mapping_assignable
5: [       OK ] hip.view_mapping_assignable (0 ms)
5: [ RUN      ] hip.view_mapping_trivially_copyable
5: [       OK ] hip.view_mapping_trivially_copyable (0 ms)
5: [ RUN      ] hip.view_mapping_subview
5: [       OK ] hip.view_mapping_subview (1 ms)
5: [ RUN      ] hip.view_nested_view
5: [       OK ] hip.view_nested_view (1 ms)
5: [ RUN      ] hip.view_of_views_default
5: [       OK ] hip.view_of_views_default (0 ms)
5: [ RUN      ] hip.view_of_views_without_initializing
5: [       OK ] hip.view_of_views_without_initializing (0 ms)
5: [ RUN      ] hip.test_view_of_views_sequential_host_init
5: [       OK ] hip.test_view_of_views_sequential_host_init (0 ms)
5: [ RUN      ] hip.append_formatted_multidimensional_index
5: [       OK ] hip.append_formatted_multidimensional_index (0 ms)
5: [ RUN      ] hip.view_resize
5: [       OK ] hip.view_resize (14 ms)
5: [ RUN      ] hip.view_realloc
5: [       OK ] hip.view_realloc (1 ms)
5: [ RUN      ] hip.workgraph_fib
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 68%] Built target Kokkos_IncrementalTest_SYCL
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o
5: [       OK ] hip.workgraph_fib (2638 ms)
5: [ RUN      ] hip.resize_realloc_no_init
5: [       OK ] hip.resize_realloc_no_init (0 ms)
5: [ RUN      ] hip.resize_realloc_no_alloc
5: [       OK ] hip.resize_realloc_no_alloc (0 ms)
5: [ RUN      ] hip.realloc_exec_space
5: [       OK ] hip.realloc_exec_space (0 ms)
5: [ RUN      ] hip.view_alloc
5: [       OK ] hip.view_alloc (1 ms)
5: [ RUN      ] hip.view_alloc_exec_space
5: [       OK ] hip.view_alloc_exec_space (0 ms)
5: [ RUN      ] hip.view_alloc_int
5: [       OK ] hip.view_alloc_int (0 ms)
5: [ RUN      ] hip.view_alloc_exec_space_int
5: [       OK ] hip.view_alloc_exec_space_int (0 ms)
5: [ RUN      ] hip.deep_copy_zero_memset
5: [       OK ] hip.deep_copy_zero_memset (0 ms)
5: [ RUN      ] hip.resize_exec_space
5: [       OK ] hip.resize_exec_space (0 ms)
5: [ RUN      ] hip.view_allocation_int
5: [       OK ] hip.view_allocation_int (0 ms)
5: [ RUN      ] hip.view_allocation_exec_space_int
5: [       OK ] hip.view_allocation_exec_space_int (0 ms)
5: [ RUN      ] hip.view_not_default_constructible
5: [       OK ] hip.view_not_default_constructible (0 ms)
5: [ RUN      ] hip.scan_unit
5: [       OK ] hip.scan_unit (7 ms)
5: [ RUN      ] hip.space_access
5: [       OK ] hip.space_access (0 ms)
5: [ RUN      ] hip.impl_view_accessible
5: [       OK ] hip.impl_view_accessible (2 ms)
5: [ RUN      ] hip.memory_requirements
5: [       OK ] hip.memory_requirements (0 ms)
5: [ RUN      ] hip.team_scratch_1_streams
[ 68%] Linking CXX executable Kokkos_PerformanceTest_Reduction
[ 68%] Built target Kokkos_PerformanceTest_Atomic
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/UnitTestMain.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_Bitset.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 68%] Built target Kokkos_PerformanceTest_Reduction
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DualView.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 68%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
1: [       OK ] openmp_DeathTest.view_construction_with_wrong_params_dyn (121728 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_stat
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynamicView.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_generic.cpp.o
[ 70%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 46%] Linking CXX executable Kokkos_IncrementalTest_CUDA
31: Test_Atomic<unsigned long long int>/100000/iterations:10       4.08 s          4.06 s            10          1            8    2.80207m        2.14398m      103.8u     4.99995G         100.094k     4.99995G
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 46%] Built target Kokkos_IncrementalTest_CUDA
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_rank12345.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 71%] Built target Kokkos_ContainersTestCompileOnly
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
5: [       OK ] hip.team_scratch_1_streams (55360 ms)
5: [ RUN      ] hip.async_launcher
5: [       OK ] hip.async_launcher (3 ms)
5: [ RUN      ] hip.preferred_blocksize_deduction
5: [       OK ] hip.preferred_blocksize_deduction (0 ms)
5: [ RUN      ] hip.unified_memory_zero_memset
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp:45: Skipped
5: this test should only be run with HIP unified memory enabled
5: [  SKIPPED ] hip.unified_memory_zero_memset (0 ms)
5: [----------] 340 tests from hip (127062 ms total)
5: 
5: [----------] 17 tests from hip_graph
5: [ RUN      ] hip_graph.submit_once
5: [       OK ] hip_graph.submit_once (0 ms)
5: [ RUN      ] hip_graph.submit_once_rvalue
5: [       OK ] hip_graph.submit_once_rvalue (0 ms)
5: [ RUN      ] hip_graph.instantiate_and_submit_once
5: [       OK ] hip_graph.instantiate_and_submit_once (0 ms)
5: [ RUN      ] hip_graph.submit_onto_another_execution_space_instance
5: [       OK ] hip_graph.submit_onto_another_execution_space_instance (1 ms)
5: [ RUN      ] hip_graph.create_graph_no_closure_with_exec
5: [       OK ] hip_graph.create_graph_no_closure_with_exec (0 ms)
5: [ RUN      ] hip_graph.create_graph_no_arg
5: [       OK ] hip_graph.create_graph_no_arg (0 ms)
5: [ RUN      ] hip_graph.submit_six
5: [       OK ] hip_graph.submit_six (2 ms)
5: [ RUN      ] hip_graph.when_all_cycle
5: [       OK ] hip_graph.when_all_cycle (0 ms)
5: [ RUN      ] hip_graph.repeat_chain
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:338: Skipped
5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space.
5: [  SKIPPED ] hip_graph.repeat_chain (0 ms)
5: [ RUN      ] hip_graph.zero_work_reduce
5: [       OK ] hip_graph.zero_work_reduce (0 ms)
5: [ RUN      ] hip_graph.empty_graph
5: [       OK ] hip_graph.empty_graph (0 ms)
5: [ RUN      ] hip_graph.force_global_launch
5: [       OK ] hip_graph.force_global_launch (0 ms)
5: [ RUN      ] hip_graph.sized_functor_launch
5: [       OK ] hip_graph.sized_functor_launch (1 ms)
5: [ RUN      ] hip_graph.empty_graph_default_host_exec
5: [       OK ] hip_graph.empty_graph_default_host_exec (0 ms)
5: [ RUN      ] hip_graph.node_lifetime
5: [       OK ] hip_graph.node_lifetime (0 ms)
5: [ RUN      ] hip_graph.diamond
5: [       OK ] hip_graph.diamond (2 ms)
5: [ RUN      ] hip_graph.end_of_submit_control_flow
5: [       OK ] hip_graph.end_of_submit_control_flow (2 ms)
5: [----------] 17 tests from hip_graph (16 ms total)
5: 
5: [----------] 56 tests from hip_managed
5: [ RUN      ] hip_managed.view_subview_auto_1d_left
5: [       OK ] hip_managed.view_subview_auto_1d_left (1 ms)
5: [ RUN      ] hip_managed.view_subview_auto_1d_right
5: [       OK ] hip_managed.view_subview_auto_1d_right (0 ms)
5: [ RUN      ] hip_managed.view_subview_auto_1d_stride
5: [       OK ] hip_managed.view_subview_auto_1d_stride (0 ms)
5: [ RUN      ] hip_managed.view_subview_assign_strided
5: [       OK ] hip_managed.view_subview_assign_strided (1 ms)
5: [ RUN      ] hip_managed.view_subview_left_0
5: [       OK ] hip_managed.view_subview_left_0 (0 ms)
5: [ RUN      ] hip_managed.view_subview_left_1
5: [       OK ] hip_managed.view_subview_left_1 (0 ms)
5: [ RUN      ] hip_managed.view_subview_left_2
5: [       OK ] hip_managed.view_subview_left_2 (0 ms)
5: [ RUN      ] hip_managed.view_subview_left_3
5: [       OK ] hip_managed.view_subview_left_3 (0 ms)
5: [ RUN      ] hip_managed.view_subview_right_0
5: [       OK ] hip_managed.view_subview_right_0 (0 ms)
5: [ RUN      ] hip_managed.view_subview_right_1
5: [       OK ] hip_managed.view_subview_right_1 (0 ms)
5: [ RUN      ] hip_managed.view_subview_right_3
5: [       OK ] hip_managed.view_subview_right_3 (0 ms)
5: [ RUN      ] hip_managed.view_static_tests
5: [       OK ] hip_managed.view_static_tests (0 ms)
5: [ RUN      ] hip_managed.view_subview_layoutleft_to_layoutleft
5: [       OK ] hip_managed.view_subview_layoutleft_to_layoutleft (2 ms)
5: [ RUN      ] hip_managed.view_subview_layoutright_to_layoutright
5: [       OK ] hip_managed.view_subview_layoutright_to_layoutright (1 ms)
5: [ RUN      ] hip_managed.view_subview_1d_assign
5: [       OK ] hip_managed.view_subview_1d_assign (3 ms)
5: [ RUN      ] hip_managed.view_subview_1d_assign_atomic
5: [       OK ] hip_managed.view_subview_1d_assign_atomic (3 ms)
5: [ RUN      ] hip_managed.view_subview_1d_assign_randomaccess
5: [       OK ] hip_managed.view_subview_1d_assign_randomaccess (3 ms)
5: [ RUN      ] hip_managed.view_subview_2d_from_3d
5: [       OK ] hip_managed.view_subview_2d_from_3d (43 ms)
5: [ RUN      ] hip_managed.view_subview_2d_from_3d_atomic
5: [       OK ] hip_managed.view_subview_2d_from_3d_atomic (44 ms)
5: [ RUN      ] hip_managed.view_subview_2d_from_3d_randomaccess
5: [       OK ] hip_managed.view_subview_2d_from_3d_randomaccess (43 ms)
5: [ RUN      ] hip_managed.view_subview_3d_from_5d_left
5: [       OK ] hip_managed.view_subview_3d_from_5d_left (203 ms)
5: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_atomic
5: [       OK ] hip_managed.view_subview_3d_from_5d_left_atomic (331 ms)
5: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_randomaccess
5: [       OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (331 ms)
5: [ RUN      ] hip_managed.view_subview_3d_from_5d_right
5: [       OK ] hip_managed.view_subview_3d_from_5d_right (332 ms)
5: [ RUN      ] hip_managed.view_subview_3d_from_5d_right_atomic
5: [       OK ] hip_managed.view_subview_3d_from_5d_right_atomic (334 ms)
5: [ RUN      ] hip_managed.view_subview_3d_from_5d_right_randomaccess
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
5: [       OK ] hip_managed.view_subview_3d_from_5d_right_randomaccess (334 ms)
5: [ RUN      ] hip_managed.view_test_unmanaged_subview_reset
5: [       OK ] hip_managed.view_test_unmanaged_subview_reset (0 ms)
5: [ RUN      ] hip_managed.view_subview_memory_traits_construction
5: [       OK ] hip_managed.view_subview_memory_traits_construction (0 ms)
5: [ RUN      ] hip_managed.impl_shared_alloc
5: [       OK ] hip_managed.impl_shared_alloc (203 ms)
5: [ RUN      ] hip_managed.view_api_a
5: [       OK ] hip_managed.view_api_a (6 ms)
5: [ RUN      ] hip_managed.view_layout_left_with_stride
5: [       OK ] hip_managed.view_layout_left_with_stride (0 ms)
5: [ RUN      ] hip_managed.view_layout_right_with_stride
5: [       OK ] hip_managed.view_layout_right_with_stride (0 ms)
5: [ RUN      ] hip_managed.view_api_b
5: [       OK ] hip_managed.view_api_b (14 ms)
5: [ RUN      ] hip_managed.view_api_c
5: [       OK ] hip_managed.view_api_c (1 ms)
5: [ RUN      ] hip_managed.view_api_d
5: [       OK ] hip_managed.view_api_d (4 ms)
5: [ RUN      ] hip_managed.view_remap
5: [       OK ] hip_managed.view_remap (1 ms)
5: [ RUN      ] hip_managed.view_mirror_nonconst
5: [       OK ] hip_managed.view_mirror_nonconst (0 ms)
5: [ RUN      ] hip_managed.view_stride_method
5: [       OK ] hip_managed.view_stride_method (0 ms)
5: [ RUN      ] hip_managed.anonymous_space
5: [       OK ] hip_managed.anonymous_space (0 ms)
5: [ RUN      ] hip_managed.view_overload_resolution
5: [       OK ] hip_managed.view_overload_resolution (0 ms)
5: [ RUN      ] hip_managed.view_allocation_large_rank
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
5: [       OK ] hip_managed.view_allocation_large_rank (5654 ms)
5: [ RUN      ] hip_managed.view_shmem_size_on_device
5: [       OK ] hip_managed.view_shmem_size_on_device (0 ms)
5: [ RUN      ] hip_managed.view_is_assignable
5: [       OK ] hip_managed.view_is_assignable (9 ms)
5: [ RUN      ] hip_managed.view_copy_tests
5: [       OK ] hip_managed.view_copy_tests (9 ms)
5: [ RUN      ] hip_managed.view_copy_tests_rank_0
5: [       OK ] hip_managed.view_copy_tests_rank_0 (3 ms)
5: [ RUN      ] hip_managed.view_copy_degenerated
5: [       OK ] hip_managed.view_copy_degenerated (0 ms)
5: [ RUN      ] hip_managed.view_fill_tests_layout_right
5: [       OK ] hip_managed.view_fill_tests_layout_right (2328 ms)
5: [ RUN      ] hip_managed.view_fill_tests_layout_left
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
5: [       OK ] hip_managed.view_fill_tests_layout_left (807 ms)
5: [ RUN      ] hip_managed.view_mapping
5: [       OK ] hip_managed.view_mapping (68 ms)
5: [ RUN      ] hip_managed.view_mapping_operator
5: [       OK ] hip_managed.view_mapping_operator (15 ms)
5: [ RUN      ] hip_managed.static_extent
5: [       OK ] hip_managed.static_extent (0 ms)
5: [ RUN      ] hip_managed.view_mapping_atomic
5: [       OK ] hip_managed.view_mapping_atomic (1 ms)
5: [ RUN      ] hip_managed.view_mapping_class_value
5: [       OK ] hip_managed.view_mapping_class_value (0 ms)
5: [ RUN      ] hip_managed.view_mapping_assignable
5: [       OK ] hip_managed.view_mapping_assignable (0 ms)
5: [ RUN      ] hip_managed.view_mapping_trivially_copyable
5: [       OK ] hip_managed.view_mapping_trivially_copyable (0 ms)
5: [ RUN      ] hip_managed.view_mapping_subview
5: [       OK ] hip_managed.view_mapping_subview (1 ms)
5: [----------] 56 tests from hip_managed (11153 ms total)
5: 
5: [----------] 27 tests from hip_hostpinned
5: [ RUN      ] hip_hostpinned.impl_shared_alloc
5: [       OK ] hip_hostpinned.impl_shared_alloc (109 ms)
5: [ RUN      ] hip_hostpinned.view_api_a
5: [       OK ] hip_hostpinned.view_api_a (5 ms)
5: [ RUN      ] hip_hostpinned.view_layout_left_with_stride
5: [       OK ] hip_hostpinned.view_layout_left_with_stride (0 ms)
5: [ RUN      ] hip_hostpinned.view_layout_right_with_stride
5: [       OK ] hip_hostpinned.view_layout_right_with_stride (0 ms)
5: [ RUN      ] hip_hostpinned.view_api_b
5: [       OK ] hip_hostpinned.view_api_b (4 ms)
5: [ RUN      ] hip_hostpinned.view_api_c
5: [       OK ] hip_hostpinned.view_api_c (0 ms)
5: [ RUN      ] hip_hostpinned.view_api_d
5: [       OK ] hip_hostpinned.view_api_d (1 ms)
5: [ RUN      ] hip_hostpinned.view_remap
5: [       OK ] hip_hostpinned.view_remap (0 ms)
5: [ RUN      ] hip_hostpinned.view_mirror_nonconst
5: [       OK ] hip_hostpinned.view_mirror_nonconst (0 ms)
5: [ RUN      ] hip_hostpinned.view_stride_method
5: [       OK ] hip_hostpinned.view_stride_method (0 ms)
5: [ RUN      ] hip_hostpinned.anonymous_space
5: [       OK ] hip_hostpinned.anonymous_space (0 ms)
5: [ RUN      ] hip_hostpinned.view_overload_resolution
5: [       OK ] hip_hostpinned.view_overload_resolution (0 ms)
5: [ RUN      ] hip_hostpinned.view_shmem_size_on_device
5: [       OK ] hip_hostpinned.view_shmem_size_on_device (0 ms)
5: [ RUN      ] hip_hostpinned.view_is_assignable
5: [       OK ] hip_hostpinned.view_is_assignable (0 ms)
5: [ RUN      ] hip_hostpinned.view_copy_tests
5: [       OK ] hip_hostpinned.view_copy_tests (3 ms)
5: [ RUN      ] hip_hostpinned.view_copy_tests_rank_0
5: [       OK ] hip_hostpinned.view_copy_tests_rank_0 (0 ms)
5: [ RUN      ] hip_hostpinned.view_copy_degenerated
5: [       OK ] hip_hostpinned.view_copy_degenerated (0 ms)
5: [ RUN      ] hip_hostpinned.view_fill_tests_layout_right
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSort.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o
5: [       OK ] hip_hostpinned.view_fill_tests_layout_right (4910 ms)
5: [ RUN      ] hip_hostpinned.view_fill_tests_layout_left
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSortByKey.cpp.o
31: Test_Atomic<float>/100000/iterations:10                        3.56 s          3.55 s            10          0            4   0.0105987        2.02438m     852.19u     4.99995G          163.64k     4.99989G
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
5: [       OK ] hip_hostpinned.view_fill_tests_layout_left (6328 ms)
5: [ RUN      ] hip_hostpinned.view_mapping
5: [       OK ] hip_hostpinned.view_mapping (64 ms)
5: [ RUN      ] hip_hostpinned.view_mapping_operator
5: [       OK ] hip_hostpinned.view_mapping_operator (3 ms)
5: [ RUN      ] hip_hostpinned.static_extent
5: [       OK ] hip_hostpinned.static_extent (0 ms)
5: [ RUN      ] hip_hostpinned.view_mapping_atomic
5: [       OK ] hip_hostpinned.view_mapping_atomic (0 ms)
5: [ RUN      ] hip_hostpinned.view_mapping_class_value
5: [       OK ] hip_hostpinned.view_mapping_class_value (0 ms)
5: [ RUN      ] hip_hostpinned.view_mapping_assignable
5: [       OK ] hip_hostpinned.view_mapping_assignable (0 ms)
5: [ RUN      ] hip_hostpinned.view_mapping_trivially_copyable
5: [       OK ] hip_hostpinned.view_mapping_trivially_copyable (0 ms)
5: [ RUN      ] hip_hostpinned.view_mapping_subview
5: [       OK ] hip_hostpinned.view_mapping_subview (0 ms)
5: [----------] 27 tests from hip_hostpinned (11435 ms total)
5: 
5: [----------] 2 tests from hip_constant_memory
5: [ RUN      ] hip_constant_memory.many_streams_per_device
5: [       OK ] hip_constant_memory.many_streams_per_device (76 ms)
5: [ RUN      ] hip_constant_memory.one_stream_per_device
5: [       OK ] hip_constant_memory.one_stream_per_device (65 ms)
5: [----------] 2 tests from hip_constant_memory (142 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 464 tests from 8 test suites ran. (245292 ms total)
5: [  PASSED  ] 455 tests.
5: [  SKIPPED ] 9 tests, listed below:
5: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_dyn
5: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_stat
5: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_mix
5: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_static_extents
5: [  SKIPPED ] hip_graph_DeathTest.can_instantiate_only_once
5: [  SKIPPED ] hip_managed_DeathTest.view_subview_wrong_extents
5: [  SKIPPED ] hip.mathspecialfunc_cbesselh1stkind
5: [  SKIPPED ] hip.unified_memory_zero_memset
5: [  SKIPPED ] hip_graph.repeat_chain
 5/58 Test  #5: Kokkos_CoreUnitTest_HIP ....................................   Passed  245.77 sec
test 6
      Start  6: Kokkos_CoreUnitTest_HIPGraphAtomicLocks

6: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_HIPGraphAtomicLocks
6: Test timeout computed to be: 1500
6: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
6: [==========] Running 1 test from 1 test suite.
6: [----------] Global test environment set-up.
6: [----------] 1 test from hip
6: [ RUN      ] hip.graph_lock_based_atomic_op
6: [       OK ] hip.graph_lock_based_atomic_op (5 ms)
6: [----------] 1 test from hip (5 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 1 test from 1 test suite ran. (5 ms total)
6: [  PASSED  ] 1 test.
 6/58 Test  #6: Kokkos_CoreUnitTest_HIPGraphAtomicLocks ....................   Passed    0.40 sec
test 7
      Start  7: Kokkos_CoreUnitTest_HIPInterOpInit

7: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpInit
7: Test timeout computed to be: 1500
7: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
7: [==========] Running 1 test from 1 test suite.
7: [----------] Global test environment set-up.
7: [----------] 1 test from hip
7: [ RUN      ] hip.raw_hip_interop
7: [       OK ] hip.raw_hip_interop (353 ms)
7: [----------] 1 test from hip (353 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 1 test from 1 test suite ran. (353 ms total)
7: [  PASSED  ] 1 test.
 7/58 Test  #7: Kokkos_CoreUnitTest_HIPInterOpInit .........................   Passed    0.39 sec
test 8
      Start  8: Kokkos_CoreUnitTest_HIPInterOpStreams

8: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpStreams
8: Test timeout computed to be: 1500
8: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
8: [==========] Running 1 test from 1 test suite.
8: [----------] Global test environment set-up.
8: [----------] 1 test from hip
8: [ RUN      ] hip.raw_hip_streams
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
8: [       OK ] hip.raw_hip_streams (361 ms)
8: [----------] 1 test from hip (361 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 1 test from 1 test suite ran. (361 ms total)
8: [  PASSED  ] 1 test.
 8/58 Test  #8: Kokkos_CoreUnitTest_HIPInterOpStreams ......................   Passed    0.40 sec
test 9
      Start  9: Kokkos_CoreUnitTest_HIPInterOpGraph

9: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpGraph
9: Test timeout computed to be: 1500
9: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
9: [==========] Running 3 tests from 1 test suite.
9: [----------] Global test environment set-up.
9: [----------] 3 tests from hip
9: [ RUN      ] hip.graph_promises_on_native_objects
9: [       OK ] hip.graph_promises_on_native_objects (3 ms)
9: [ RUN      ] hip.graph_instantiate_and_debug_dot_print
9: [       OK ] hip.graph_instantiate_and_debug_dot_print (1 ms)
9: [ RUN      ] hip.graph_construct_from_native
9: 
9: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
9:                                  does not support page migration between device and host.
9:                                  HIPManagedSpace might not work as expected.
9:                                  Please refer to the ROCm documentation on unified/managed memory.
9: [       OK ] hip.graph_construct_from_native (0 ms)
9: [----------] 3 tests from hip (5 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 3 tests from 1 test suite ran. (5 ms total)
9: [  PASSED  ] 3 tests.
 9/58 Test  #9: Kokkos_CoreUnitTest_HIPInterOpGraph ........................   Passed    0.40 sec
test 10
      Start 10: Kokkos_CoreUnitTest_Default

10: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Default
10: Test timeout computed to be: 1500
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
10: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
10: [==========] Running 59 tests from 41 test suites.
10: [----------] Global test environment set-up.
10: [----------] 19 tests from defaultdevicetype
10: [ RUN      ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free
10: [       OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (1 ms)
10: [ RUN      ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free
10: [       OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms)
10: [ RUN      ] defaultdevicetype.shared_space
10: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSharedSpace.cpp:109: Skipped
10: skipping because specified arch does not support page migration
10: [  SKIPPED ] defaultdevicetype.shared_space (0 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 (0 ms)
10: [ RUN      ] defaultdevicetype.half_operators
10: [       OK ] defaultdevicetype.half_operators (1 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 (7 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
10: [       OK ] defaultdevicetype.reduce_instantiation_b1 (18 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
10: [       OK ] defaultdevicetype.reduce_instantiation_c1 (7 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
10: [       OK ] defaultdevicetype.reduce_instantiation_a2 (10 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
10: [       OK ] defaultdevicetype.reduce_instantiation_b2 (25 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
10: [       OK ] defaultdevicetype.reduce_instantiation_c2 (10 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
10: [       OK ] defaultdevicetype.reduce_instantiation_a3 (13 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
10: [       OK ] defaultdevicetype.reduce_instantiation_b3 (30 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
10: [       OK ] defaultdevicetype.reduce_instantiation_c3 (13 ms)
10: [----------] 19 tests from defaultdevicetype (146 ms total)
10: 
10: [----------] 1 test from kokkosresize
10: [ RUN      ] kokkosresize.host_space_access
10: [       OK ] kokkosresize.host_space_access (14 ms)
10: [----------] 1 test from kokkosresize (14 ms total)
10: 
10: [----------] 1 test from TestViewAPI/0, where TypeParam = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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 = <type>
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: [==========] 59 tests from 41 test suites ran. (163 ms total)
10: [  PASSED  ] 58 tests.
10: [  SKIPPED ] 1 test, listed below:
10: [  SKIPPED ] defaultdevicetype.shared_space
10/58 Test #10: Kokkos_CoreUnitTest_Default ................................   Passed    0.55 sec
test 11
      Start 11: Kokkos_CoreUnitTest_InitializeFinalize

11: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize
11: Test timeout computed to be: 1500
11: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
11: [==========] Running 30 tests from 7 test suites.
11: [----------] Global test environment set-up.
11: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest
11: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
11: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (859 ms)
11: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSortCustomComp.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o
11: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (3046 ms)
11: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management
11: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (4493 ms)
11: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (8400 ms total)
11: 
11: [----------] 4 tests from InitializeFinalize_DeathTest
11: [ RUN      ] InitializeFinalize_DeathTest.initialize
11: [       OK ] InitializeFinalize_DeathTest.initialize (2326 ms)
11: [ RUN      ] InitializeFinalize_DeathTest.finalize
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
11: [       OK ] InitializeFinalize_DeathTest.finalize (1656 ms)
11: [ RUN      ] InitializeFinalize_DeathTest.is_initialized
11: [       OK ] InitializeFinalize_DeathTest.is_initialized (385 ms)
11: [ RUN      ] InitializeFinalize_DeathTest.is_finalized
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
11: [       OK ] InitializeFinalize_DeathTest.is_finalized (394 ms)
11: [----------] 4 tests from InitializeFinalize_DeathTest (4763 ms total)
11: 
11: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest
11: [ RUN      ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early
11: [       OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (89 ms)
11: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (89 ms total)
11: 
11: [----------] 1 test from Legion_DeathTest
11: [ RUN      ] Legion_DeathTest.individual_backend_initialization
11: [       OK ] Legion_DeathTest.individual_backend_initialization (392 ms)
11: [----------] 1 test from Legion_DeathTest (392 ms total)
11: 
11: [----------] 2 tests from PushFinalizeHook_DeathTest
11: [ RUN      ] PushFinalizeHook_DeathTest.called_in_reverse_order
11: [       OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (383 ms)
11: [ RUN      ] PushFinalizeHook_DeathTest.terminate_on_throw
11: [       OK ] PushFinalizeHook_DeathTest.terminate_on_throw (967 ms)
11: [----------] 2 tests from PushFinalizeHook_DeathTest (1351 ms total)
11: 
11: [----------] 6 tests from ScopeGuard_DeathTest
11: [ RUN      ] ScopeGuard_DeathTest.create
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o
11: [       OK ] ScopeGuard_DeathTest.create (385 ms)
11: [ RUN      ] ScopeGuard_DeathTest.create_argument
11: [       OK ] ScopeGuard_DeathTest.create_argument (385 ms)
11: [ RUN      ] ScopeGuard_DeathTest.create_while_initialize
11: [       OK ] ScopeGuard_DeathTest.create_while_initialize (963 ms)
11: [ RUN      ] ScopeGuard_DeathTest.create_after_initialize
11: [       OK ] ScopeGuard_DeathTest.create_after_initialize (961 ms)
11: [ RUN      ] ScopeGuard_DeathTest.create_after_finalize
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o
11: [       OK ] ScopeGuard_DeathTest.create_after_finalize (984 ms)
11: [ RUN      ] ScopeGuard_DeathTest.destroy_after_finalize
11: [       OK ] ScopeGuard_DeathTest.destroy_after_finalize (975 ms)
11: [----------] 6 tests from ScopeGuard_DeathTest (4655 ms total)
11: 
11: [----------] 13 tests from defaultdevicetype
11: [ RUN      ] defaultdevicetype.initialization_settings
11: [       OK ] defaultdevicetype.initialization_settings (0 ms)
11: [ RUN      ] defaultdevicetype.cmd_line_args_num_threads
11: [       OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms)
11: [ RUN      ] defaultdevicetype.cmd_line_args_device_id
11: [       OK ] defaultdevicetype.cmd_line_args_device_id (0 ms)
11: [ RUN      ] defaultdevicetype.cmd_line_args_disable_warning
11: [       OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms)
11: [ RUN      ] defaultdevicetype.cmd_line_args_tune_internals
11: [       OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms)
11: [ RUN      ] defaultdevicetype.cmd_line_args_help
11: [       OK ] defaultdevicetype.cmd_line_args_help (0 ms)
11: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
11: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms)
11: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
11: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 ms)
11: [ RUN      ] defaultdevicetype.env_vars_num_threads
11: [       OK ] defaultdevicetype.env_vars_num_threads (0 ms)
11: [ RUN      ] defaultdevicetype.env_vars_device_id
11: [       OK ] defaultdevicetype.env_vars_device_id (0 ms)
11: [ RUN      ] defaultdevicetype.env_vars_disable_warnings
11: [       OK ] defaultdevicetype.env_vars_disable_warnings (0 ms)
11: [ RUN      ] defaultdevicetype.env_vars_tune_internals
11: [       OK ] defaultdevicetype.env_vars_tune_internals (0 ms)
11: [ RUN      ] defaultdevicetype.visible_devices
11: [       OK ] defaultdevicetype.visible_devices (0 ms)
11: [----------] 13 tests from defaultdevicetype (0 ms total)
11: 
11: [----------] Global test environment tear-down
11: [==========] 30 tests from 7 test suites ran. (19653 ms total)
11: [  PASSED  ] 30 tests.
11/58 Test #11: Kokkos_CoreUnitTest_InitializeFinalize .....................   Passed   19.75 sec
test 12
      Start 12: Kokkos_CoreUnitTest_Develop

12: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Develop
12: Test timeout computed to be: 1500
12: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
12: [==========] Running 1 test from 1 test suite.
12: [----------] Global test environment set-up.
12: [----------] 1 test from defaultdevicetype
12: [ RUN      ] defaultdevicetype.development_test
12: [       OK ] defaultdevicetype.development_test (0 ms)
12: [----------] 1 test from defaultdevicetype (0 ms total)
12: 
12: [----------] Global test environment tear-down
12: [==========] 1 test from 1 test suite ran. (0 ms total)
12: [  PASSED  ] 1 test.
12/58 Test #12: Kokkos_CoreUnitTest_Develop ................................   Passed    0.39 sec
test 13
      Start 13: Kokkos_CoreUnitTest_KokkosP

13: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP
13: Test timeout computed to be: 1500
13: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
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 (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 (3 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 (7 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 31 tests from 1 test suite ran. (7 ms total)
13: [  PASSED  ] 31 tests.
13/58 Test #13: Kokkos_CoreUnitTest_KokkosP ................................   Passed    0.39 sec
test 14
      Start 14: Kokkos_CoreUnitTest_ToolIndependence

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

15: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
15: Environment variables: 
15:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8428/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/58 Test #15: Kokkos_ProfilingTestLibraryLoadHelp ........................   Passed    0.39 sec
test 16
      Start 16: Kokkos_ProfilingTestLibraryCmdLineHelp

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

17: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
17: Environment variables: 
17:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8428/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:desul atomics version:fd8da8299519d7ecde91a1c11a3ac8469ce29cac::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1800::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM: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.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x1cb7e40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1d7af40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1d7b040:Host:source:0x1cb7f40: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:0x1c51580: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:0x1d7af40:40::kokkosp_deallocate_data:Host:source:0x1cb7e40:40::kokkosp_finalize_library::
17/58 Test #17: Kokkos_ProfilingTestLibraryLoad ............................   Passed    0.38 sec
test 18
      Start 18: Kokkos_ProfilingTestLibraryCmdLine

18: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8428/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:desul atomics version:fd8da8299519d7ecde91a1c11a3ac8469ce29cac::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1800::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM: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.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x1848f00:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x162b200:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x162b300:Host:source:0x1849000: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:0x1bde500: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:0x162b200:40::kokkosp_deallocate_data:Host:source:0x1848f00:40::kokkosp_finalize_library::
18/58 Test #18: Kokkos_ProfilingTestLibraryCmdLine .........................   Passed    0.38 sec
test 19
      Start 19: Kokkos_CoreUnitTest_StackTraceTest

19: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec
19: Test timeout computed to be: 1500
19: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
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
[ 47%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o
19: Top of f1
19: Top of f0
19: Top of f0
19: test_f1:
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7feae95b7a62]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x29e3be]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x22) [0x29a1f2]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdc) [0x29bb9c]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7feaeae40b09]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7feaeae1c2b8]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7feaeae1d52d]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7feaeae1de08]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7feaeae2cced]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7feaeae41839]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7feaeae2c88a]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x29c070]
19: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7feae8c441ca]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7feae8c4428b]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x29a065]
19:  
19: demangled test_f1:
19: [0x7feae95b7a62] Kokkos::Impl::save_stacktrace()
19: [0x29e3be] Test::stacktrace_test_f1(std::ostream&)
19: [0x29a1f2] Test::test_stacktrace(bool, bool)
19: [0x29bb9c] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
19: [0x7feaeae40b09] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x7feaeae1c2b8] testing::Test::Run()
19: [0x7feaeae1d52d] testing::TestInfo::Run()
19: [0x7feaeae1de08] testing::TestSuite::Run()
19: [0x7feaeae2cced] testing::internal::UnitTestImpl::RunAllTests()
19: [0x7feaeae41839] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x7feaeae2c88a] testing::UnitTest::Run()
19: [0x29c070] main
19: [0x7feae8c441ca] 
19: [0x7feae8c4428b] __libc_start_main
19: [0x29a065] _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-8428/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7feae95b7a62]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x29e3be]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x29e886]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaca) [0x29ac9a]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdc) [0x29bb9c]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7feaeae40b09]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7feaeae1c2b8]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7feaeae1d52d]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7feaeae1de08]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7feaeae2cced]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7feaeae41839]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7feaeae2c88a]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x29c070]
19: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7feae8c441ca]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7feae8c4428b]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x29a065]
19:  
19: demangled test_f3:
19: [0x7feae95b7a62] Kokkos::Impl::save_stacktrace()
19: [0x29e3be] Test::stacktrace_test_f1(std::ostream&)
19: [0x29e886] Test::stacktrace_test_f3(std::ostream&, int)
19: [0x29ac9a] Test::test_stacktrace(bool, bool)
19: [0x29bb9c] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
19: [0x7feaeae40b09] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x7feaeae1c2b8] testing::Test::Run()
19: [0x7feaeae1d52d] testing::TestInfo::Run()
19: [0x7feaeae1de08] testing::TestSuite::Run()
19: [0x7feaeae2cced] testing::internal::UnitTestImpl::RunAllTests()
19: [0x7feaeae41839] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x7feaeae2c88a] testing::UnitTest::Run()
19: [0x29c070] main
19: [0x7feae8c441ca] 
19: [0x7feae8c4428b] __libc_start_main
19: [0x29a065] _start
19:  
19: Test setting std::terminate handler that prints the last saved stack trace
19: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (980 ms)
19: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
19: Top of f1
19: Top of f0
19: Top of f0
19: test_f1:
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f044ebb7a62]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x29e3be]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x22) [0x29a1f2]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd9) [0x29be59]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f0450487b09]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f04504632b8]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f045046452d]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7f0450464e08]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f0450473ced]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f0450488839]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7f045047388a]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x29c070]
19: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f044e2721ca]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f044e27228b]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x29a065]
19:  
19: demangled test_f1:
19: [0x7f044ebb7a62] Kokkos::Impl::save_stacktrace()
19: [0x29e3be] Test::stacktrace_test_f1(std::ostream&)
19: [0x29a1f2] Test::test_stacktrace(bool, bool)
19: [0x29be59] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
19: [0x7f0450487b09] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x7f04504632b8] testing::Test::Run()
19: [0x7f045046452d] testing::TestInfo::Run()
19: [0x7f0450464e08] testing::TestSuite::Run()
19: [0x7f0450473ced] testing::internal::UnitTestImpl::RunAllTests()
19: [0x7f0450488839] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x7f045047388a] testing::UnitTest::Run()
19: [0x29c070] main
19: [0x7f044e2721ca] 
19: [0x7f044e27228b] __libc_start_main
19: [0x29a065] _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-8428/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f044ebb7a62]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x29e3be]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x29e886]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaca) [0x29ac9a]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd9) [0x29be59]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f0450487b09]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f04504632b8]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f045046452d]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7f0450464e08]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f0450473ced]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f0450488839]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7f045047388a]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x29c070]
19: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f044e2721ca]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f044e27228b]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x29a065]
19:  
19: demangled test_f3:
19: [0x7f044ebb7a62] Kokkos::Impl::save_stacktrace()
19: [0x29e3be] Test::stacktrace_test_f1(std::ostream&)
19: [0x29e886] Test::stacktrace_test_f3(std::ostream&, int)
19: [0x29ac9a] Test::test_stacktrace(bool, bool)
19: [0x29be59] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
19: [0x7f0450487b09] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x7f04504632b8] testing::Test::Run()
19: [0x7f045046452d] testing::TestInfo::Run()
19: [0x7f0450464e08] testing::TestSuite::Run()
19: [0x7f0450473ced] testing::internal::UnitTestImpl::RunAllTests()
19: [0x7f0450488839] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x7f045047388a] testing::UnitTest::Run()
19: [0x29c070] main
19: [0x7f044e2721ca] 
19: [0x7f044e27228b] __libc_start_main
19: [0x29a065] _start
19:  
19: Test setting std::terminate handler that prints the last saved stack trace
19: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (977 ms)
19: [----------] 2 tests from defaultdevicetype_DeathTest (1957 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-8428/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f67163b7a62]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x29e3be]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x22) [0x29a1f2]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f6717c78b09]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f6717c542b8]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f6717c5552d]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7f6717c55e08]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f6717c64ced]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f6717c79839]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7f6717c6488a]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x29c070]
19: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f6715a721ca]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f6715a7228b]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x29a065]
19:  
19: demangled test_f1:
19: [0x7f67163b7a62] Kokkos::Impl::save_stacktrace()
19: [0x29e3be] Test::stacktrace_test_f1(std::ostream&)
19: [0x29a1f2] Test::test_stacktrace(bool, bool)
19: [0x7f6717c78b09] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x7f6717c542b8] testing::Test::Run()
19: [0x7f6717c5552d] testing::TestInfo::Run()
19: [0x7f6717c55e08] testing::TestSuite::Run()
19: [0x7f6717c64ced] testing::internal::UnitTestImpl::RunAllTests()
19: [0x7f6717c79839] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x7f6717c6488a] testing::UnitTest::Run()
19: [0x29c070] main
19: [0x7f6715a721ca] 
19: [0x7f6715a7228b] __libc_start_main
19: [0x29a065] _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-8428/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f67163b7a62]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x29e3be]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x29e886]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaca) [0x29ac9a]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f6717c78b09]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f6717c542b8]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f6717c5552d]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7f6717c55e08]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f6717c64ced]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f6717c79839]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7f6717c6488a]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x29c070]
19: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f6715a721ca]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f6715a7228b]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x29a065]
19:  
19: demangled test_f3:
19: [0x7f67163b7a62] Kokkos::Impl::save_stacktrace()
19: [0x29e3be] Test::stacktrace_test_f1(std::ostream&)
19: [0x29e886] Test::stacktrace_test_f3(std::ostream&, int)
19: [0x29ac9a] Test::test_stacktrace(bool, bool)
19: [0x7f6717c78b09] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x7f6717c542b8] testing::Test::Run()
19: [0x7f6717c5552d] testing::TestInfo::Run()
19: [0x7f6717c55e08] testing::TestSuite::Run()
19: [0x7f6717c64ced] testing::internal::UnitTestImpl::RunAllTests()
19: [0x7f6717c79839] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x7f6717c6488a] testing::UnitTest::Run()
19: [0x29c070] main
19: [0x7f6715a721ca] 
19: [0x7f6715a7228b] __libc_start_main
19: [0x29a065] _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. (1958 ms total)
19: [  PASSED  ] 3 tests.
19/58 Test #19: Kokkos_CoreUnitTest_StackTraceTest .........................   Passed    2.35 sec
test 20
      Start 20: Kokkos_IncrementalTest_SERIAL

20: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_IncrementalTest_SERIAL
20: Test timeout computed to be: 1500
20: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
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 (66 ms)
20: [ RUN      ] SERIAL.IncrTest_04_simple_parallelFor
20: [       OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms)
20: [ RUN      ] SERIAL.IncrTest_04_RangePolicy_parallelFor
20: [       OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms)
20: [ RUN      ] SERIAL.IncrTest_05_reduction
20: [       OK ] SERIAL.IncrTest_05_reduction (0 ms)
20: [ RUN      ] SERIAL.IncrTest_06_mdrange2D
20: [       OK ] SERIAL.IncrTest_06_mdrange2D (0 ms)
20: [ RUN      ] SERIAL.IncrTest_06_mdrange3D
20: [       OK ] SERIAL.IncrTest_06_mdrange3D (0 ms)
20: [ RUN      ] SERIAL.IncrTest_06_mdrange4D
20: [       OK ] SERIAL.IncrTest_06_mdrange4D (0 ms)
20: [ RUN      ] SERIAL.IncrTest_08_deep_copy_2D
20: [       OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms)
20: [ RUN      ] SERIAL.IncrTest_08_deep_copy_3D
20: [       OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms)
20: [ RUN      ] SERIAL.IncrTest_08_deep_copy_4D
20: [       OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms)
20: [ RUN      ] SERIAL.IncrTest_10_Hierarchical_Basics
20: [       OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms)
20: [ RUN      ] SERIAL.IncrTest_11a_Hierarchical_ForLoop
20: [       OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms)
20: [ RUN      ] SERIAL.IncrTest_11b_Hierarchical_ForLoop
20: [       OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms)
20: [ RUN      ] SERIAL.IncrTest_11c_Hierarchical_ForLoop
20: [       OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (126 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 (2 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 (196 ms total)
20: 
20: [----------] Global test environment tear-down
20: [==========] 28 tests from 1 test suite ran. (196 ms total)
20: [  PASSED  ] 28 tests.
20/58 Test #20: Kokkos_IncrementalTest_SERIAL ..............................   Passed    0.59 sec
test 21
      Start 21: Kokkos_IncrementalTest_HIP

21: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_IncrementalTest_HIP
21: Test timeout computed to be: 1500
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o
21: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
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:   XNACK environment variable set: no
21:   Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
21: macro  KOKKOS_ENABLE_HIP : defined
21: macro  HIP_VERSION : 60241133 = version 6.2.41133
21: macro KOKKOS_ENABLE_ROCTHRUST : defined
21: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
21: Kokkos::HIP[ 0 ] gcnArch gfx90a:sramecc+:xnack- : Selected
21:   Total Global Memory: 63.98 GiB
21:   Shared Memory per Block: 64 KiB
21:   APU or dGPU: dGPU
21:   Is Large Bar: 1
21:   Supports Managed Memory: 1
21:   Architecture capable of accessing system allocated memory: 1
21:   System allows accessing system allocated memory on GPU: 0
21:   Wavefront Size: 64
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
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o
[ 47%] Built target Kokkos_IncrementalTest_SERIAL
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_rank67.cpp.o
21: [       OK ] HIP.IncrTest_03b_memspace_free (5905 ms)
21: [ RUN      ] HIP.IncrTest_04_simple_parallelFor
21: [       OK ] HIP.IncrTest_04_simple_parallelFor (0 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 (167 ms)
21: [ RUN      ] HIP.IncrTest_12a_ThreadScratch
21: [       OK ] HIP.IncrTest_12a_ThreadScratch (4 ms)
21: [ RUN      ] HIP.IncrTest_12b_TeamScratch
21: [       OK ] HIP.IncrTest_12b_TeamScratch (2 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 (1 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 (5 ms)
21: [ RUN      ] HIP.incr_17_atomicView
21: [       OK ] HIP.incr_17_atomicView (0 ms)
21: [----------] 28 tests from HIP (6107 ms total)
21: 
21: [----------] Global test environment tear-down
21: [==========] 28 tests from 1 test suite ran. (6107 ms total)
21: [  PASSED  ] 28 tests.
21/58 Test #21: Kokkos_IncrementalTest_HIP .................................   Passed    6.50 sec
test 22
      Start 22: Kokkos_CoreUnitTest_CTestDevice

22: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice
22: Test timeout computed to be: 1500
22: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
22: [==========] Running 8 tests from 2 test suites.
22: [----------] Global test environment set-up.
22: [----------] 5 tests from ctest_environment_DeathTest
22: [ RUN      ] ctest_environment_DeathTest.invalid_rank
22: [       OK ] ctest_environment_DeathTest.invalid_rank (308 ms)
22: [ RUN      ] ctest_environment_DeathTest.no_type_str
22: [       OK ] ctest_environment_DeathTest.no_type_str (303 ms)
22: [ RUN      ] ctest_environment_DeathTest.missing_type
31: Test_Atomic<double>/100000/iterations:10                       4.08 s          4.06 s            10          1            8   0.0105493        2.03537m     854.99u     4.99995G          44.862k     4.99995G
31/58 Test #31: Kokkos_PerformanceTest_Atomic ..............................   Passed  277.82 sec
test 32
      Start 32: Kokkos_PerformanceTest_Reduction

32: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-09-11_T06-00-02.json"
32: Test timeout computed to be: 1500
22: [       OK ] ctest_environment_DeathTest.missing_type (607 ms)
22: [ RUN      ] ctest_environment_DeathTest.no_id_str
22: [       OK ] ctest_environment_DeathTest.no_id_str (304 ms)
22: [ RUN      ] ctest_environment_DeathTest.invalid_id_str
32: 2025-09-11T06:28:10+00:00
32: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Reduction
32: Run on (255 X 3524.49 MHz CPU s)
32: CPU Caches:
32:   L1 Data 32 KiB (x127)
32:   L1 Instruction 32 KiB (x127)
32:   L2 Unified 512 KiB (x127)
32:   L3 Unified 32768 KiB (x15)
32: Load Average: 2.07, 4.38, 7.21
32: APU or dGPU: dGPU
32: Architecture capable of accessing system allocated memory: 1
32: CPU architecture: none
32: Default Device: HIP
32: GPU architecture: AMD_GFX908
32: Is Large Bar: 1
32: KOKKOS_COMPILER_CLANG: 1800
32: KOKKOS_ENABLE_ASM: no
32: KOKKOS_ENABLE_CXX20: yes
32: KOKKOS_ENABLE_CXX23: no
32: KOKKOS_ENABLE_CXX26: no
32: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
32: KOKKOS_ENABLE_HIP: yes
32: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
32: KOKKOS_ENABLE_HWLOC: no
32: KOKKOS_ENABLE_LIBDL: yes
32: KOKKOS_ENABLE_OPENMP: 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: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
32: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
32: Kokkos Version: 4.7.99
32: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected
32: Shared Memory per Block: 64 KiB
32: Supports Managed Memory: 1
32: System allows accessing system allocated memory on GPU: 0
32: Total Global Memory: 31.98 GiB
32: Wavefront Size: 64
32: XNACK environment variable set: no
32: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
32: macro  HIP_VERSION: 60342134 = version 6.3.42134
32: macro  KOKKOS_ENABLE_HIP: defined
32: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
32: macro KOKKOS_ENABLE_ROCTHRUST: defined
32: mdspan: disabled
32: mdspan version: not applicable
32: platform: 64bit
32: ----------------------------------------------------------------------------------------------------
32: Benchmark                                                          Time             CPU   Iterations
32: ----------------------------------------------------------------------------------------------------
32: ReductionCheapScalarResult<double>/10000/iterations:10          38.2 us         37.4 us           10
32: ReductionCheapScalarResult<double>/100000/iterations:10         38.5 us         38.4 us           10
32: ReductionCheapScalarResult<double>/1000000/iterations:10        48.4 us         48.4 us           10
32: ReductionCheapScalarResult<double>/10000000/iterations:10        154 us          153 us           10
32: ReductionCheapHostResult<double>/10000/iterations:10            35.7 us         35.6 us           10
32: ReductionCheapHostResult<double>/100000/iterations:10           38.2 us         38.2 us           10
32: ReductionCheapHostResult<double>/1000000/iterations:10          49.5 us         48.8 us           10
32: ReductionCheapHostResult<double>/10000000/iterations:10          152 us          148 us           10
32: ReductionCheapDeviceResult<double>/10000/iterations:10          22.1 us         20.3 us           10
32: ReductionCheapDeviceResult<double>/100000/iterations:10         23.6 us         23.6 us           10
32: ReductionCheapDeviceResult<double>/1000000/iterations:10        34.8 us         34.7 us           10
32: ReductionCheapDeviceResult<double>/10000000/iterations:10        144 us          143 us           10
32: ReductionExpensive<double>/10000/iterations:10                   107 us          106 us           10
32: ReductionExpensive<double>/100000/iterations:10                  303 us          301 us           10
32: ReductionExpensive<double>/1000000/iterations:10                2580 us         2570 us           10
32: ReductionExpensive<double>/10000000/iterations:10              22184 us        22099 us           10
32/58 Test #32: Kokkos_PerformanceTest_Reduction ...........................   Passed    0.78 sec
test 33
      Start 33: Kokkos_ContainersUnitTest_OpenMP

33: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP
33: Test timeout computed to be: 1500
22: [       OK ] ctest_environment_DeathTest.invalid_id_str (603 ms)
22: [----------] 5 tests from ctest_environment_DeathTest (2127 ms total)
22: 
22: [----------] 3 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.good
22: [       OK ] ctest_environment.good (0 ms)
22: [----------] 3 tests from ctest_environment (0 ms total)
22: 
22: [----------] Global test environment tear-down
22: [==========] 8 tests from 2 test suites ran. (2127 ms total)
22: [  PASSED  ] 8 tests.
22/58 Test #22: Kokkos_CoreUnitTest_CTestDevice ............................   Passed    2.22 sec
test 23
      Start 23: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

23: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
23: Test timeout computed to be: 1500
23/58 Test #23: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ..................   Passed    0.09 sec
test 24
      Start 24: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail

24: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
24: Test timeout computed to be: 1500
24: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument
24/58 Test #24: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ......   Passed    0.09 sec
test 25
      Start 25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs

25: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1"
25: Test timeout computed to be: 1500
25/58 Test #25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs .....   Passed    0.09 sec
test 26
      Start 26: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment

26: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
26: Environment variables: 
26:  KOKKOS_TEST_TRIBITS_COMPATIBILITY=1
26: Test timeout computed to be: 1500
33: [==========] Running 72 tests from 2 test suites.
33: [----------] Global test environment set-up.
33: [----------] 2 tests from openmp_DeathTest
33: [ RUN      ] openmp_DeathTest.dualview_external_view_construction
26/58 Test #26: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ...   Passed    0.09 sec
test 27
      Start 27: Kokkos_CoreUnitTest_DeviceAndThreads

27: Test command: /usr/bin/python3 "/var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/TestDeviceAndThreads.py" "-v"
27: Test timeout computed to be: 1500
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestBinSortA.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o
33: [       OK ] openmp_DeathTest.dualview_external_view_construction (1605 ms)
33: [ RUN      ] openmp_DeathTest.offsetview_unmanaged_construction
27: test_device_id (__main__.KokkosInitializationTestCase.test_device_id) ... ok
27: test_disable_warnings (__main__.KokkosInitializationTestCase.test_disable_warnings) ... ok
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
27: test_num_devices (__main__.KokkosInitializationTestCase.test_num_devices) ... ok
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
27: test_num_threads (__main__.KokkosInitializationTestCase.test_num_threads) ... skipped 'no host parallel backend enabled'
27: test_tune_internals (__main__.KokkosInitializationTestCase.test_tune_internals) ... ok
27: 
27: ----------------------------------------------------------------------
27: Ran 5 tests in 4.613s
27: 
27: OK (skipped=1)
27/58 Test #27: Kokkos_CoreUnitTest_DeviceAndThreads .......................   Passed    4.66 sec
test 28
      Start 28: Kokkos_PerformanceTest_Benchmark

28: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-09-11_T05-51-55.json"
28: Test timeout computed to be: 1500
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
28: 2025-09-11T06:20:45+00:00
28: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
28: Run on (128 X 1996.11 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: 2.39, 6.71, 9.79
28: APU or dGPU: dGPU
28: Architecture capable of accessing system allocated memory: 1
28: CPU architecture: none
28: Default Device: HIP
28: GPU architecture: AMD_GFX90A
28: Is Large Bar: 1
28: KOKKOS_COMPILER_CLANG: 1800
28: KOKKOS_ENABLE_ASM: 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: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
28: Kokkos Version: 4.7.99
28: Kokkos::HIP[ 0 ] gcnArch gfx90a:sramecc+:xnack-: Selected
28: Shared Memory per Block: 64 KiB
28: Supports Managed Memory: 1
28: System allows accessing system allocated memory on GPU: 0
28: Total Global Memory: 63.98 GiB
28: Wavefront Size: 64
28: XNACK environment variable set: no
28: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
28: macro  HIP_VERSION: 60241133 = version 6.2.41133
28: macro  KOKKOS_ENABLE_HIP: defined
28: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
28: macro KOKKOS_ENABLE_ROCTHRUST: defined
28: mdspan: enabled
28: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
28: platform: 64bit
28: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: Benchmark                                                                                                                                                                          Time             CPU   Iterations      Count Time normalized
28: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: GramSchmidt<double>/Count:1024/iterations:5/manual_time                                                                                                                        0.007 s         0.008 s             5       1024        7.26186u
28: GramSchmidt<double>/Count:2048/iterations:5/manual_time                                                                                                                        0.007 s         0.008 s             5     2.048k        3.63033u
28: GramSchmidt<double>/Count:4096/iterations:5/manual_time                                                                                                                        0.007 s         0.008 s             5     4.096k        1.81536u
28: GramSchmidt<double>/Count:8192/iterations:5/manual_time                                                                                                                        0.007 s         0.009 s             5     8.192k        899.732n
28: GramSchmidt<double>/Count:16384/iterations:5/manual_time                                                                                                                       0.007 s         0.009 s             5    16.384k         447.72n
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
28: GramSchmidt<double>/Count:32768/iterations:5/manual_time                                                                                                                       0.007 s         0.010 s             5    32.768k        222.274n
28: GramSchmidt<double>/Count:65536/iterations:5/manual_time                                                                                                                       0.008 s         0.013 s             5    65.536k        116.235n
28: GramSchmidt<double>/Count:131072/iterations:5/manual_time                                                                                                                      0.009 s         0.026 s             5   131.072k        68.3932n
28: GramSchmidt<double>/Count:262144/iterations:5/manual_time                                                                                                                      0.012 s         0.045 s             5   262.144k        46.7032n
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
28: GramSchmidt<double>/Count:524288/iterations:5/manual_time                                                                                                                      0.016 s         0.081 s             5   524.288k        31.1769n
28: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s        Max
28: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: CustomReduction<double>/N:100000/R:1000/manual_time                                                                                                                            0.006 s         0.014 s           117 22.4368k/s       11.5
28: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: Benchmark                                                                                                                                                                          Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced
28: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: OverlapRangePolicy/N:2000/M:10000/R:10                                                                                                                                         0.556 s         0.555 s             1        0.107848    0.0490896                0.095583            0.0519036   0.0483805          3.096u
1: [       OK ] openmp_DeathTest.view_construction_with_wrong_params_stat (101976 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_mix
28: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: Benchmark                                                                                                                                                                          Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced
28: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: OverlapMDRangePolicy/N:200/M:10000/R:10                                                                                                                                        0.041 s         0.041 s            17        7.59282m     3.75968m                7.03376m                  3.51522m    3.52562m          2.615u
28: OverlapTeamPolicy/N:20/M:1000000/R:10                                                                                                                                          0.182 s         0.182 s             4       0.0339033    0.0176994               0.0312444                 0.0156918   0.0156388          3.196u
28: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: Benchmark                                                                                                                                                                          Time             CPU   Iterations      Count Time normalized
28: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                                                                                                                  0.000 s         0.001 s             5       1024        28.4023n
28: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     2.048k        12.9199n
28: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     4.096k        5.62329n
28: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     8.192k        2.79822n
28: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    16.384k        1.54773n
28: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    32.768k         915.71p
28: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    65.536k        600.784p
28: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                                                                                                                0.000 s         0.000 s             5   131.072k        457.939p
28: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                                                                                                                0.000 s         0.001 s             5   262.144k        379.093p
28: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                                                                                                                0.000 s         0.001 s             5   524.288k        408.499p
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynRankView_Ctors.cpp.o
28: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: rate
28: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: Malloc/N:1/manual_time                                                                                                                                                          25.4 us         60.1 us        27447 39.4288k/s
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynRankView_LayoutMember.cpp.o
28: Malloc/N:16/manual_time                                                                                                                                                         25.3 us         60.2 us        27629 39.4864k/s
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o
28: Malloc/N:256/manual_time                                                                                                                                                        25.4 us         60.1 us        27675 39.3881k/s
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestBinSortB.cpp.o
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
28: Malloc/N:4096/manual_time                                                                                                                                                       25.3 us         60.0 us        27262 39.4729k/s
28: Malloc/N:65536/manual_time                                                                                                                                                      25.3 us         60.0 us        27600 39.4737k/s
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestNestedSort.cpp.o
33: [       OK ] openmp_DeathTest.offsetview_unmanaged_construction (18854 ms)
33: [----------] 2 tests from openmp_DeathTest (20460 ms total)
33: 
33: [----------] 70 tests from openmp
33: [ RUN      ] openmp.bitset
33: [       OK ] openmp.bitset (223 ms)
33: [ RUN      ] openmp.bitset_default_constructor_no_alloc
33: [       OK ] openmp.bitset_default_constructor_no_alloc (0 ms)
33: [ RUN      ] openmp.dualview_combination
33: [       OK ] openmp.dualview_combination (0 ms)
33: [ RUN      ] openmp.dualview_alloc
33: [       OK ] openmp.dualview_alloc (0 ms)
33: [ RUN      ] openmp.test_dualview_copy_construction_and_assignment
33: [       OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms)
33: [ RUN      ] openmp.dualview_combinations_without_init
33: [       OK ] openmp.dualview_combinations_without_init (0 ms)
33: [ RUN      ] openmp.dualview_deep_copy
33: [       OK ] openmp.dualview_deep_copy (0 ms)
33: [ RUN      ] openmp.dualview_sync_should_fence
33: [       OK ] openmp.dualview_sync_should_fence (0 ms)
33: [ RUN      ] openmp.dualview_realloc
33: [       OK ] openmp.dualview_realloc (0 ms)
33: [ RUN      ] openmp.dualview_resize
33: [       OK ] openmp.dualview_resize (0 ms)
33: [ RUN      ] openmp.dualview_device_correct_kokkos_device
33: 
33: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
33:                                  does not support page migration between device and host.
33:                                  HIPManagedSpace might not work as expected.
33:                                  Please refer to the ROCm documentation on unified/managed memory.
33: [       OK ] openmp.dualview_device_correct_kokkos_device (0 ms)
33: [ RUN      ] openmp.dualview_host_correct_kokkos_device
33: [       OK ] openmp.dualview_host_correct_kokkos_device (0 ms)
33: [ RUN      ] openmp.dualview_host_modify_template_device_sync
33: [       OK ] openmp.dualview_host_modify_template_device_sync (0 ms)
33: [ RUN      ] openmp.dualview_host_modify_template_device_execspace_sync
33: [       OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms)
33: [ RUN      ] openmp.dualview_device_modify_template_host_sync
33: [       OK ] openmp.dualview_device_modify_template_host_sync (0 ms)
33: [ RUN      ] openmp.dualview_device_modify_template_host_execspace_sync
33: [       OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms)
33: [ RUN      ] openmp.dualview_template_views_return_correct_executionspace_views
33: [       OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms)
33: [ RUN      ] openmp.dualview_template_views_return_correct_views_from_const_dual_view
33: [       OK ] openmp.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
33: [ RUN      ] openmp.dualview_sequential_host_init
33: [       OK ] openmp.dualview_sequential_host_init (0 ms)
33: [ RUN      ] openmp.dualview_default_constructed
33: [       OK ] openmp.dualview_default_constructed (0 ms)
33: [ RUN      ] openmp.dualview_resize_single_device
33: [       OK ] openmp.dualview_resize_single_device (0 ms)
33: [ RUN      ] openmp.dynamic_view
33: [       OK ] openmp.dynamic_view (8 ms)
33: [ RUN      ] openmp.dyn_rank_view_api_generic
33: [       OK ] openmp.dyn_rank_view_api_generic (6 ms)
33: [ RUN      ] openmp.dyn_rank_view_api_operator_rank12345
33: [       OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms)
33: [ RUN      ] openmp.dyn_rank_view_check_fence_resize_realloc
33: /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
33: skipping since not default execution space
33: [  SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms)
33: [ RUN      ] openmp.dyn_rank_view_api_operator_rank67
33: [       OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms)
33: [ RUN      ] openmp.dyn_rank_view_ctor_from_members
33: [       OK ] openmp.dyn_rank_view_ctor_from_members (0 ms)
33: [ RUN      ] openmp.dyn_rank_view_layout_member
33: [       OK ] openmp.dyn_rank_view_layout_member (0 ms)
33: [ RUN      ] openmp.dyn_rank_view_team_scratch
33: [       OK ] openmp.dyn_rank_view_team_scratch (0 ms)
33: [ RUN      ] openmp.ErrorReporterViaLambda
33: [       OK ] openmp.ErrorReporterViaLambda (0 ms)
33: [ RUN      ] openmp.ErrorReporter
33: [       OK ] openmp.ErrorReporter (0 ms)
33: [ RUN      ] openmp.offsetview_construction
33: [       OK ] openmp.offsetview_construction (3 ms)
33: [ RUN      ] openmp.offsetview_unmanaged_construction
33: [       OK ] openmp.offsetview_unmanaged_construction (0 ms)
33: [ RUN      ] openmp.offsetview_subview
33: [       OK ] openmp.offsetview_subview (2 ms)
33: [ RUN      ] openmp.offsetview_offsets_rank1
33: [       OK ] openmp.offsetview_offsets_rank1 (0 ms)
33: [ RUN      ] openmp.offsetview_offsets_rank2
33: [       OK ] openmp.offsetview_offsets_rank2 (0 ms)
33: [ RUN      ] openmp.offsetview_offsets_rank3
33: [       OK ] openmp.offsetview_offsets_rank3 (0 ms)
33: [ RUN      ] openmp.scatterview
33: [       OK ] openmp.scatterview (645 ms)
33: [ RUN      ] openmp.scatterview_devicetype
33: [       OK ] openmp.scatterview_devicetype (2 ms)
33: [ RUN      ] openmp.resize_realloc_no_init_dualview
33: [       OK ] openmp.resize_realloc_no_init_dualview (6 ms)
33: [ RUN      ] openmp.resize_realloc_no_alloc_dualview
33: [       OK ] openmp.resize_realloc_no_alloc_dualview (0 ms)
33: [ RUN      ] openmp.resize_exec_space_dualview
33: [       OK ] openmp.resize_exec_space_dualview (0 ms)
33: [ RUN      ] openmp.realloc_exec_space_dualview
33: [       OK ] openmp.realloc_exec_space_dualview (0 ms)
33: [ RUN      ] openmp.resize_realloc_no_init_dynrankview
33: [       OK ] openmp.resize_realloc_no_init_dynrankview (0 ms)
33: [ RUN      ] openmp.resize_exec_space_dynrankview
33: [       OK ] openmp.resize_exec_space_dynrankview (0 ms)
33: [ RUN      ] openmp.realloc_exec_space_dynrankview
33: [       OK ] openmp.realloc_exec_space_dynrankview (0 ms)
33: [ RUN      ] openmp.resize_realloc_no_init_scatterview
33: [       OK ] openmp.resize_realloc_no_init_scatterview (0 ms)
33: [ RUN      ] openmp.resize_realloc_no_alloc_scatterview
33: [       OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms)
33: [ RUN      ] openmp.resize_exec_space_scatterview
33: [       OK ] openmp.resize_exec_space_scatterview (0 ms)
33: [ RUN      ] openmp.realloc_exec_space_scatterview
33: [       OK ] openmp.realloc_exec_space_scatterview (0 ms)
33: [ RUN      ] openmp.create_mirror_no_init_dynrankview
33: [       OK ] openmp.create_mirror_no_init_dynrankview (0 ms)
33: [ RUN      ] openmp.create_mirror_no_init_dynrankview_viewctor
33: [       OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms)
33: [ RUN      ] openmp.create_mirror_view_and_copy_dynrankview
33: [       OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms)
33: [ RUN      ] openmp.create_mirror_no_init_offsetview
33: [       OK ] openmp.create_mirror_no_init_offsetview (0 ms)
33: [ RUN      ] openmp.create_mirror_no_init_offsetview_view_ctor
33: [       OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms)
33: [ RUN      ] openmp.create_mirror_view_and_copy_offsetview
33: [       OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms)
33: [ RUN      ] openmp.create_mirror_no_init_dynamicview
33: [       OK ] openmp.create_mirror_no_init_dynamicview (0 ms)
33: [ RUN      ] openmp.create_mirror_view_and_copy_dynamicview
33: [       OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms)
33: [ RUN      ] openmp.create_mirror_no_init_dynamicview_view_ctor
33: [       OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms)
33: [ RUN      ] openmp.UnorderedMap_insert
33: [       OK ] openmp.UnorderedMap_insert (2386 ms)
33: [ RUN      ] openmp.UnorderedMap_failed_insert
[100%] Linking CXX executable Kokkos_UnitTest_SIMD
[100%] Built target Kokkos_UnitTest_SIMD
+ ctest --no-compress-output -T Test --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
   Site: 2622f60eae9e
   Build name: Linux-nvc++
Create new tag: 20250911-0622 - Experimental
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-8428/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_Serial_ViewSupport

1: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport
1: Test timeout computed to be: 1500
1: [==========] Running 14 tests from 1 test suite.
1: [----------] Global test environment set-up.
1: [----------] 14 tests from serial
1: [ RUN      ] serial.basic_view_default_ctor
1: [       OK ] serial.basic_view_default_ctor (0 ms)
1: [ RUN      ] serial.basic_view_extents_ctor
1: [       OK ] serial.basic_view_extents_ctor (0 ms)
1: [ RUN      ] serial.basic_view_mapping_ctor_right
1: [       OK ] serial.basic_view_mapping_ctor_right (0 ms)
1: [ RUN      ] serial.basic_view_access
1: [       OK ] serial.basic_view_access (0 ms)
1: [ RUN      ] serial.basic_view_atomic_accessor
1: [       OK ] serial.basic_view_atomic_accessor (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Typedefs
1: [       OK ] serial.RefCountedAcc_Typedefs (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Ctors
1: [       OK ] serial.RefCountedAcc_Ctors (0 ms)
1: [ RUN      ] serial.RefCountedAcc_ConversionToDefaultAcc
1: [       OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Access
1: [       OK ] serial.RefCountedAcc_Access (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Conversion
1: [       OK ] serial.RefCountedAcc_Conversion (0 ms)
1: [ RUN      ] serial.RefCountedDataHandle_Typedefs
1: [       OK ] serial.RefCountedDataHandle_Typedefs (0 ms)
1: [ RUN      ] serial.RefCountedDataHandle
1: [       OK ] serial.RefCountedDataHandle (0 ms)
1: [ RUN      ] serial.RefCountedDataHandleAnonym
1: [       OK ] serial.RefCountedDataHandleAnonym (0 ms)
1: [ RUN      ] serial.RefCountedDataHandleConversion
1: [       OK ] serial.RefCountedDataHandleConversion (0 ms)
1: [----------] 14 tests from serial (0 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 14 tests from 1 test suite ran. (1 ms total)
1: [  PASSED  ] 14 tests.
 1/23 Test  #1: Kokkos_CoreUnitTest_Serial_ViewSupport .....................   Passed    0.17 sec
test 2
      Start  2: Kokkos_CoreUnitTest_OpenACC_ViewSupport

2: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_OpenACC_ViewSupport
2: Test timeout computed to be: 1500
2: [==========] Running 14 tests from 1 test suite.
2: [----------] Global test environment set-up.
2: [----------] 14 tests from openacc
2: [ RUN      ] openacc.basic_view_default_ctor
2: [       OK ] openacc.basic_view_default_ctor (0 ms)
2: [ RUN      ] openacc.basic_view_extents_ctor
2: [       OK ] openacc.basic_view_extents_ctor (29 ms)
2: [ RUN      ] openacc.basic_view_mapping_ctor_right
2: [       OK ] openacc.basic_view_mapping_ctor_right (0 ms)
2: [ RUN      ] openacc.basic_view_access
2: [       OK ] openacc.basic_view_access (0 ms)
2: [ RUN      ] openacc.basic_view_atomic_accessor
2: [       OK ] openacc.basic_view_atomic_accessor (0 ms)
2: [ RUN      ] openacc.RefCountedAcc_Typedefs
2: [       OK ] openacc.RefCountedAcc_Typedefs (0 ms)
2: [ RUN      ] openacc.RefCountedAcc_Ctors
2: [       OK ] openacc.RefCountedAcc_Ctors (0 ms)
2: [ RUN      ] openacc.RefCountedAcc_ConversionToDefaultAcc
2: [       OK ] openacc.RefCountedAcc_ConversionToDefaultAcc (0 ms)
2: [ RUN      ] openacc.RefCountedAcc_Access
2: [       OK ] openacc.RefCountedAcc_Access (0 ms)
2: [ RUN      ] openacc.RefCountedAcc_Conversion
2: [       OK ] openacc.RefCountedAcc_Conversion (0 ms)
2: [ RUN      ] openacc.RefCountedDataHandle_Typedefs
2: [       OK ] openacc.RefCountedDataHandle_Typedefs (0 ms)
2: [ RUN      ] openacc.RefCountedDataHandle
2: [       OK ] openacc.RefCountedDataHandle (0 ms)
2: [ RUN      ] openacc.RefCountedDataHandleAnonym
2: [       OK ] openacc.RefCountedDataHandleAnonym (0 ms)
2: [ RUN      ] openacc.RefCountedDataHandleConversion
2: [       OK ] openacc.RefCountedDataHandleConversion (0 ms)
2: [----------] 14 tests from openacc (31 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 14 tests from 1 test suite ran. (31 ms total)
2: [  PASSED  ] 14 tests.
 2/23 Test  #2: Kokkos_CoreUnitTest_OpenACC_ViewSupport ....................   Passed    0.19 sec
test 3
      Start  3: Kokkos_CoreUnitTest_Serial1

3: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Serial1
3: Test timeout computed to be: 1500
3: [==========] Running 242 tests from 4 test suites.
3: [----------] Global test environment set-up.
3: [----------] 11 tests from serial_DeathTest
3: [ RUN      ] serial_DeathTest.abort_from_host
3: [       OK ] serial_DeathTest.abort_from_host (372 ms)
3: [ RUN      ] serial_DeathTest.abort_from_device
3: [       OK ] serial_DeathTest.abort_from_device (371 ms)
3: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
3: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (364 ms)
3: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
3: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (364 ms)
3: [ RUN      ] serial_DeathTest.policy_invalid_bounds
3: [       OK ] serial_DeathTest.policy_invalid_bounds (371 ms)
3: [ RUN      ] serial_DeathTest.range_policy_invalid_bounds
3: [       OK ] serial_DeathTest.range_policy_invalid_bounds (753 ms)
3: [ RUN      ] serial_DeathTest.range_policy_round_trip_conversion_fires
3: [       OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (364 ms)
3: [ RUN      ] serial_DeathTest.range_policy_check_sign_changes
3: [       OK ] serial_DeathTest.range_policy_check_sign_changes (748 ms)
3: [ RUN      ] serial_DeathTest.range_policy_implicitly_converted_bounds
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
28: Malloc/N:1048576/manual_time                                                                                                                                                    25.3 us         60.1 us        27614 39.4977k/s
3: [       OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (1521 ms)
3: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:93: Skipped
3: skipping since no memory access violation would occur
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms)
3: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:108: Skipped
3: skipping since no memory access violation would occur
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
3: [----------] 11 tests from serial_DeathTest (5232 ms total)
3: 
3: [----------] 1 test from serial_graph_DeathTest
3: [ RUN      ] serial_graph_DeathTest.can_instantiate_only_once
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
3: [       OK ] serial_graph_DeathTest.can_instantiate_only_once (731 ms)
3: [----------] 1 test from serial_graph_DeathTest (731 ms total)
3: 
3: [----------] 213 tests from serial
3: [ RUN      ] serial.array_capacity
3: [       OK ] serial.array_capacity (0 ms)
3: [ RUN      ] serial.array_element_access
3: [       OK ] serial.array_element_access (0 ms)
3: [ RUN      ] serial.array_operator_equal
3: [       OK ] serial.array_operator_equal (0 ms)
3: [ RUN      ] serial.array_zero_capacity
3: [       OK ] serial.array_zero_capacity (0 ms)
3: [ RUN      ] serial.array_zero_data_nullptr
3: [       OK ] serial.array_zero_data_nullptr (0 ms)
3: [ RUN      ] serial.atomic_operations_complexdouble
3: [       OK ] serial.atomic_operations_complexdouble (0 ms)
3: [ RUN      ] serial.atomic_operations_complexfloat
3: [       OK ] serial.atomic_operations_complexfloat (0 ms)
3: [ RUN      ] serial.atomic_operations_double
3: [       OK ] serial.atomic_operations_double (0 ms)
3: [ RUN      ] serial.atomic_operations_float
3: [       OK ] serial.atomic_operations_float (0 ms)
3: [ RUN      ] serial.atomic_operations_int8
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestAtomicOperations_int8.hpp:28: Skipped
3: unsupported atomic data type for OpenACC+NVHPC
3: [  SKIPPED ] serial.atomic_operations_int8 (0 ms)
3: [ RUN      ] serial.atomic_operations_int16
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestAtomicOperations_int16.hpp:28: Skipped
3: unsupported atomic data type for OpenACC+NVHPC
3: [  SKIPPED ] serial.atomic_operations_int16 (0 ms)
3: [ RUN      ] serial.atomic_operations_int
3: [       OK ] serial.atomic_operations_int (1 ms)
3: [ RUN      ] serial.atomic_operations_long
3: [       OK ] serial.atomic_operations_long (1 ms)
3: [ RUN      ] serial.atomic_operations_longlong
3: [       OK ] serial.atomic_operations_longlong (1 ms)
3: [ RUN      ] serial.atomic_shared
3: [       OK ] serial.atomic_shared (0 ms)
3: [ RUN      ] serial.atomic_operations_unsigned
3: [       OK ] serial.atomic_operations_unsigned (0 ms)
3: [ RUN      ] serial.atomic_operations_unsignedlong
3: [       OK ] serial.atomic_operations_unsignedlong (0 ms)
3: [ RUN      ] serial.atomics
3: [       OK ] serial.atomics (2 ms)
3: [ RUN      ] serial.atomics_tpetra_max_abs
3: [       OK ] serial.atomics_tpetra_max_abs (0 ms)
3: [ RUN      ] serial.atomic_views_integral
3: [       OK ] serial.atomic_views_integral (149 ms)
3: [ RUN      ] serial.atomic_views_nonintegral
3: [       OK ] serial.atomic_views_nonintegral (46 ms)
3: [ RUN      ] serial.atomic_view_api
3: [       OK ] serial.atomic_view_api (0 ms)
3: [ RUN      ] serial.bit_manip_countl_zero
3: [       OK ] serial.bit_manip_countl_zero (0 ms)
3: [ RUN      ] serial.bit_manip_countl_one
3: [       OK ] serial.bit_manip_countl_one (0 ms)
3: [ RUN      ] serial.bit_manip_countr_zero
3: [       OK ] serial.bit_manip_countr_zero (0 ms)
3: [ RUN      ] serial.bit_manip_countr_one
3: [       OK ] serial.bit_manip_countr_one (0 ms)
3: [ RUN      ] serial.bit_manip_popcount
3: [       OK ] serial.bit_manip_popcount (0 ms)
3: [ RUN      ] serial.bit_manip_has_single_bit
3: [       OK ] serial.bit_manip_has_single_bit (0 ms)
3: [ RUN      ] serial.bit_manip_bit_floor
3: [       OK ] serial.bit_manip_bit_floor (0 ms)
3: [ RUN      ] serial.bit_manip_bit_ceil
3: [       OK ] serial.bit_manip_bit_ceil (0 ms)
3: [ RUN      ] serial.bit_manip_bit_width
3: [       OK ] serial.bit_manip_bit_width (0 ms)
3: [ RUN      ] serial.bit_manip_rotl
3: [       OK ] serial.bit_manip_rotl (0 ms)
3: [ RUN      ] serial.bit_manip_rotr
3: [       OK ] serial.bit_manip_rotr (0 ms)
3: [ RUN      ] serial.bit_manip_byeswap
3: [       OK ] serial.bit_manip_byeswap (0 ms)
3: [ RUN      ] serial.bit_manip_bit_cast
3: [       OK ] serial.bit_manip_bit_cast (0 ms)
3: [ RUN      ] serial.test_block_deduction_bug_pr_3103
3: [       OK ] serial.test_block_deduction_bug_pr_3103 (0 ms)
3: [ RUN      ] serial.checked_integer_operations_multiply_overflow
3: [       OK ] serial.checked_integer_operations_multiply_overflow (0 ms)
3: [ RUN      ] serial.execution_policy_occupancy_and_hint
3: [       OK ] serial.execution_policy_occupancy_and_hint (0 ms)
3: [ RUN      ] serial.complex_construction
3: [       OK ] serial.complex_construction (0 ms)
3: [ RUN      ] serial.complex_basic_math
3: [       OK ] serial.complex_basic_math (0 ms)
3: [ RUN      ] serial.complex_special_funtions
3: [       OK ] serial.complex_special_funtions (0 ms)
3: [ RUN      ] serial.complex_io
3: [       OK ] serial.complex_io (0 ms)
3: [ RUN      ] serial.complex_trivially_copyable
3: [       OK ] serial.complex_trivially_copyable (0 ms)
3: [ RUN      ] serial.complex_issue_3865
3: [       OK ] serial.complex_issue_3865 (0 ms)
3: [ RUN      ] serial.complex_operations_arithmetic_types_overloads
3: [       OK ] serial.complex_operations_arithmetic_types_overloads (0 ms)
3: [ RUN      ] serial.complex_structured_bindings
3: [       OK ] serial.complex_structured_bindings (0 ms)
3: [ RUN      ] serial.crs_count_fill
3: [       OK ] serial.crs_count_fill (1 ms)
3: [ RUN      ] serial.crs_copy_constructor
3: [       OK ] serial.crs_copy_constructor (6 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_0
3: [       OK ] serial.deep_copy_assignable_types_rank_0 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_1
3: [       OK ] serial.deep_copy_assignable_types_rank_1 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_2
3: [       OK ] serial.deep_copy_assignable_types_rank_2 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_3
3: [       OK ] serial.deep_copy_assignable_types_rank_3 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_4
3: [       OK ] serial.deep_copy_assignable_types_rank_4 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_5
3: [       OK ] serial.deep_copy_assignable_types_rank_5 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_6
3: [       OK ] serial.deep_copy_assignable_types_rank_6 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_7
3: [       OK ] serial.deep_copy_assignable_types_rank_7 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_8
3: [       OK ] serial.deep_copy_assignable_types_rank_8 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_1_half
3: [       OK ] serial.deep_copy_assignable_types_rank_1_half (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_2_half
3: [       OK ] serial.deep_copy_assignable_types_rank_2_half (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_3_half
3: [       OK ] serial.deep_copy_assignable_types_rank_3_half (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_0
3: [       OK ] serial.deep_copy_narrowing_rank_0 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_1
3: [       OK ] serial.deep_copy_narrowing_rank_1 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_2
3: [       OK ] serial.deep_copy_narrowing_rank_2 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_3
3: [       OK ] serial.deep_copy_narrowing_rank_3 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_4
3: [       OK ] serial.deep_copy_narrowing_rank_4 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_5
3: [       OK ] serial.deep_copy_narrowing_rank_5 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_6
3: [       OK ] serial.deep_copy_narrowing_rank_6 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_7
3: [       OK ] serial.deep_copy_narrowing_rank_7 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_8
3: [       OK ] serial.deep_copy_narrowing_rank_8 (0 ms)
3: [ RUN      ] serial.deep_copy_alignment
3: [       OK ] serial.deep_copy_alignment (12 ms)
3: [ RUN      ] serial.deep_copy_conversion
3: [       OK ] serial.deep_copy_conversion (94 ms)
3: [ RUN      ] serial.partitioning_by_args
3: [       OK ] serial.partitioning_by_args (0 ms)
3: [ RUN      ] serial.partitioning_by_args_with_structured_bindings
3: [       OK ] serial.partitioning_by_args_with_structured_bindings (0 ms)
3: [ RUN      ] serial.partitioning_by_vector
3: [       OK ] serial.partitioning_by_vector (0 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:102: Skipped
3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
3: [  SKIPPED ] serial.exec_space_thread_safety_range (0 ms)
3: [ RUN      ] serial.exec_space_thread_safety_mdrange
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:149: Skipped
3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
3: [  SKIPPED ] serial.exec_space_thread_safety_mdrange (0 ms)
3: [ RUN      ] serial.exec_space_thread_safety_team_policy
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:198: Skipped
3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
3: [  SKIPPED ] serial.exec_space_thread_safety_team_policy (0 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range_reduce
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:247: Skipped
3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
3: [  SKIPPED ] serial.exec_space_thread_safety_range_reduce (0 ms)
3: [ RUN      ] serial.exec_space_thread_safety_mdrange_reduce
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:291: Skipped
3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
3: [  SKIPPED ] serial.exec_space_thread_safety_mdrange_reduce (0 ms)
3: [ RUN      ] serial.exec_space_thread_safety_team_policy_reduce
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:336: Skipped
3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
3: [  SKIPPED ] serial.exec_space_thread_safety_team_policy_reduce (0 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range_scan
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:392: Skipped
3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
3: [  SKIPPED ] serial.exec_space_thread_safety_range_scan (0 ms)
3: [ RUN      ] serial.execution_space_as_class_data_member
3: [       OK ] serial.execution_space_as_class_data_member (0 ms)
3: [ RUN      ] serial.functor_analysis
3: [       OK ] serial.functor_analysis (0 ms)
3: [ RUN      ] serial.when_all_type
3: [       OK ] serial.when_all_type (0 ms)
3: [ RUN      ] serial.graph_capture
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:1105: Skipped
3: The graph backend for Serial does not support capture.
3: [  SKIPPED ] serial.graph_capture (0 ms)
3: [ RUN      ] serial.graph_then
3: [       OK ] serial.graph_then (0 ms)
3: [ RUN      ] serial.then_host
3: [       OK ] serial.then_host (0 ms)
3: [ RUN      ] serial.mixed_then_host_device_nodes
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:1280: Skipped
3: This test requires a shared space.
3: [  SKIPPED ] serial.mixed_then_host_device_nodes (0 ms)
3: [ RUN      ] serial.graph_then_tag
3: [       OK ] serial.graph_then_tag (0 ms)
3: [ RUN      ] serial.host_shared_ptr_use_count
3: [       OK ] serial.host_shared_ptr_use_count (0 ms)
3: [ RUN      ] serial.host_shared_ptr_get
3: [       OK ] serial.host_shared_ptr_get (0 ms)
3: [ RUN      ] serial.host_shared_ptr_dereference_on_device
3: [       OK ] serial.host_shared_ptr_dereference_on_device (0 ms)
3: [ RUN      ] serial.host_shared_ptr_special_members_on_device
3: [       OK ] serial.host_shared_ptr_special_members_on_device (0 ms)
3: [ RUN      ] serial.host_shared_ptr_tracking
3: [       OK ] serial.host_shared_ptr_tracking (0 ms)
3: [ RUN      ] serial.local_deepcopy_teampolicy_layoutleft
33: [       OK ] openmp.UnorderedMap_failed_insert (2955 ms)
33: [ RUN      ] openmp.UnorderedMap_deep_copy
33: [       OK ] openmp.UnorderedMap_deep_copy (3 ms)
33: [ RUN      ] openmp.UnorderedMap_valid_empty
33: [       OK ] openmp.UnorderedMap_valid_empty (0 ms)
33: [ RUN      ] openmp.UnorderedMap_clear_zero_size
33: [       OK ] openmp.UnorderedMap_clear_zero_size (0 ms)
33: [ RUN      ] openmp.UnorderedMap_consistent_size
33: [       OK ] openmp.UnorderedMap_consistent_size (0 ms)
33: [ RUN      ] openmp.UnorderedMap_shallow_copyable_on_device
33: [       OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms)
33: [ RUN      ] openmp.UnorderedMap_lambda_capturable
33: [       OK ] openmp.UnorderedMap_lambda_capturable (0 ms)
33: [ RUN      ] openmp.UnorderedMap_constructor_view_alloc
33: [       OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms)
33: [ RUN      ] openmp.UnorderedMap_View_as_value
33: [       OK ] openmp.UnorderedMap_View_as_value (0 ms)
33: [ RUN      ] openmp.viewctorprop_embedded_dim
33: [       OK ] openmp.viewctorprop_embedded_dim (0 ms)
33: [----------] 70 tests from openmp (6251 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 72 tests from 2 test suites ran. (26711 ms total)
33: [  PASSED  ] 71 tests.
33: [  SKIPPED ] 1 test, listed below:
33: [  SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc
33/58 Test #33: Kokkos_ContainersUnitTest_OpenMP ...........................   Passed   27.21 sec
test 34
      Start 34: Kokkos_ContainersUnitTest_HIP

34: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/Kokkos_ContainersUnitTest_HIP
34: Test timeout computed to be: 1500
34: [==========] Running 72 tests from 2 test suites.
34: [----------] Global test environment set-up.
34: [----------] 2 tests from hip_DeathTest
34: [ RUN      ] hip_DeathTest.dualview_external_view_construction
34: /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestDualView.hpp:586: Skipped
34: test only relevant if DualView uses one allocation
34: [  SKIPPED ] hip_DeathTest.dualview_external_view_construction (0 ms)
34: [ RUN      ] hip_DeathTest.offsetview_unmanaged_construction
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynRankView_TeamScratch.cpp.o
28: Malloc/N:16777216/manual_time                                                                                                                                                    135 us          328 us         6250  7.3989k/s
3: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (2543 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (5065 ms)
3: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
3: [       OK ] serial.local_deepcopy_teampolicy_layoutright (989 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (1035 ms)
3: [ RUN      ] serial.deep_copy_scratch
3: [       OK ] serial.deep_copy_scratch (0 ms)
3: [ RUN      ] serial.mathematical_constants_e
3: [       OK ] serial.mathematical_constants_e (0 ms)
3: [ RUN      ] serial.mathematical_constants_log2e
3: [       OK ] serial.mathematical_constants_log2e (0 ms)
3: [ RUN      ] serial.mathematical_constants_log10e
3: [       OK ] serial.mathematical_constants_log10e (0 ms)
3: [ RUN      ] serial.mathematical_constants_pi
3: [       OK ] serial.mathematical_constants_pi (0 ms)
3: [ RUN      ] serial.mathematical_constants_inv_pi
3: [       OK ] serial.mathematical_constants_inv_pi (0 ms)
3: [ RUN      ] serial.mathematical_constants_inv_sqrtpi
3: [       OK ] serial.mathematical_constants_inv_sqrtpi (0 ms)
3: [ RUN      ] serial.mathematical_constants_ln2
3: [       OK ] serial.mathematical_constants_ln2 (0 ms)
3: [ RUN      ] serial.mathematical_constants_ln10
3: [       OK ] serial.mathematical_constants_ln10 (0 ms)
3: [ RUN      ] serial.mathematical_constants_sqrt2
3: [       OK ] serial.mathematical_constants_sqrt2 (0 ms)
3: [ RUN      ] serial.mathematical_constants_sqrt3
3: [       OK ] serial.mathematical_constants_sqrt3 (0 ms)
3: [ RUN      ] serial.mathematical_constants_inv_sqrt3
3: [       OK ] serial.mathematical_constants_inv_sqrt3 (0 ms)
3: [ RUN      ] serial.mathematical_constants_egamma
3: [       OK ] serial.mathematical_constants_egamma (0 ms)
3: [ RUN      ] serial.mathematical_constants_phi
3: [       OK ] serial.mathematical_constants_phi (0 ms)
3: [ RUN      ] serial.mathematical_functions_trigonometric_functions
3: [       OK ] serial.mathematical_functions_trigonometric_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_hyperbolic_functions
3: [       OK ] serial.mathematical_functions_hyperbolic_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_non_standard
3: [       OK ] serial.mathematical_functions_non_standard (0 ms)
3: [ RUN      ] serial.mathematical_functions_power_functions
3: [       OK ] serial.mathematical_functions_power_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_fma
3: [       OK ] serial.mathematical_functions_fma (0 ms)
3: [ RUN      ] serial.mathematical_functions_fmax_fmin
3: [       OK ] serial.mathematical_functions_fmax_fmin (0 ms)
3: [ RUN      ] serial.mathematical_functions_error_and_gamma_functions
3: [       OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_nearest_interger_floating_point_operations
3: [       OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms)
3: [ RUN      ] serial.mathematical_functions_floating_point_manipulation_functions
3: [       OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_absolute_value
3: [       OK ] serial.mathematical_functions_absolute_value (0 ms)
3: [ RUN      ] serial.mathematical_functions_floating_point_absolute_value
3: [       OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms)
3: [ RUN      ] serial.mathematical_functions_remainder_function
3: [       OK ] serial.mathematical_functions_remainder_function (0 ms)
3: [ RUN      ] serial.mathematical_functions_isfinite
3: [       OK ] serial.mathematical_functions_isfinite (0 ms)
3: [ RUN      ] serial.mathematical_functions_isinf
3: [       OK ] serial.mathematical_functions_isinf (0 ms)
3: [ RUN      ] serial.mathematical_functions_isnan
3: [       OK ] serial.mathematical_functions_isnan (0 ms)
3: [ RUN      ] serial.mathematical_functions_impl_half_fallback
3: [       OK ] serial.mathematical_functions_impl_half_fallback (0 ms)
3: [ RUN      ] serial.mathematical_functions_nextafter_fp16
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestMathematicalFunctions.hpp:2013: Skipped
3: no 16-bit floating-point precision support
3: [  SKIPPED ] serial.mathematical_functions_nextafter_fp16 (0 ms)
3: [ RUN      ] serial.mathematical_functions_exponential_functions
3: [       OK ] serial.mathematical_functions_exponential_functions (0 ms)
3: [ RUN      ] serial.mathspecialfunc_expint1
3: [       OK ] serial.mathspecialfunc_expint1 (0 ms)
3: [ RUN      ] serial.mathspecialfunc_errorfunc
3: [       OK ] serial.mathspecialfunc_errorfunc (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselj0y0
3: [       OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselj1y1
3: [       OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesseli0k0
3: [       OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesseli1k1
3: [       OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselh1stkind
3: [       OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselh2ndkind
3: [       OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms)
3: [ RUN      ] serial.mdrange_5d
3: [       OK ] serial.mdrange_5d (97 ms)
3: [ RUN      ] serial.mdrange_6d
3: [       OK ] serial.mdrange_6d (257 ms)
3: [ RUN      ] serial.mdrange_2d
3: [       OK ] serial.mdrange_2d (2 ms)
3: [ RUN      ] serial.mdrange_array_reduce
3: [       OK ] serial.mdrange_array_reduce (0 ms)
3: [ RUN      ] serial.mdrange_3d
3: [       OK ] serial.mdrange_3d (23 ms)
3: [ RUN      ] serial.mdrange_neg_idx
3: [       OK ] serial.mdrange_neg_idx (126 ms)
3: [ RUN      ] serial.mdrange_4d
3: [       OK ] serial.mdrange_4d (24 ms)
3: [ RUN      ] serial.mdrange_scalar
3: [       OK ] serial.mdrange_scalar (0 ms)
3: [ RUN      ] serial.mdrange_large_deep_copy
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanAtomicAccessor.cpp.o
28: Malloc/N:268435456/manual_time                                                                                                                                                  8778 us          386 us         1000  113.919/s
28: Malloc/N:4294967296/manual_time                                                                                                                                               146835 us         1150 us            5  6.81038/s
28: MallocFree/N:1/manual_time                                                                                                                                                       309 us          308 us         2244 3.23129k/s
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
28: MallocFree/N:16/manual_time                                                                                                                                                      309 us          308 us         2275 3.23215k/s
3: [       OK ] serial.mdrange_large_deep_copy (3719 ms)
3: [ RUN      ] serial.md_range_policy_construction_from_arrays
3: [       OK ] serial.md_range_policy_construction_from_arrays (0 ms)
3: [ RUN      ] serial.policy_get_tile_size
3: [       OK ] serial.policy_get_tile_size (0 ms)
3: [ RUN      ] serial.mdrange_parallel_reduce_primitive_types
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynRankView_ViewCustomization.cpp.o
28: MallocFree/N:256/manual_time                                                                                                                                                    60.2 us         60.0 us        11204 16.6157k/s
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
28: MallocFree/N:4096/manual_time                                                                                                                                                   60.2 us         60.0 us        11670 16.5977k/s
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o
28: MallocFree/N:65536/manual_time                                                                                                                                                  60.2 us         59.9 us        11648   16.62k/s
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
3: [       OK ] serial.mdrange_parallel_reduce_primitive_types (3239 ms)
3: [ RUN      ] serial.mdspan_minimal_functional
3: [       OK ] serial.mdspan_minimal_functional (0 ms)
3: [ RUN      ] serial.mdspan_atomic_accessor
3: [       OK ] serial.mdspan_atomic_accessor (0 ms)
3: [ RUN      ] serial.view_mdspan_conversion
3: [       OK ] serial.view_mdspan_conversion (0 ms)
3: [ RUN      ] serial.view_mdspan_conversion_with_stride
3: [       OK ] serial.view_mdspan_conversion_with_stride (30 ms)
3: [ RUN      ] serial.max
3: [       OK ] serial.max (0 ms)
3: [ RUN      ] serial.max_within_parfor
3: [       OK ] serial.max_within_parfor (0 ms)
3: [ RUN      ] serial.min
3: [       OK ] serial.min (0 ms)
3: [ RUN      ] serial.min_within_parfor
3: [       OK ] serial.min_within_parfor (0 ms)
3: [ RUN      ] serial.minmax
3: [       OK ] serial.minmax (0 ms)
3: [ RUN      ] serial.minmax_within_parfor
3: [       OK ] serial.minmax_within_parfor (0 ms)
3: [ RUN      ] serial.clamp
3: [       OK ] serial.clamp (0 ms)
3: [ RUN      ] serial.clamp_within_parfor
3: [       OK ] serial.clamp_within_parfor (0 ms)
3: [ RUN      ] serial.numeric_traits_infinity
3: [       OK ] serial.numeric_traits_infinity (0 ms)
3: [ RUN      ] serial.numeric_traits_epsilon
3: [       OK ] serial.numeric_traits_epsilon (0 ms)
3: [ RUN      ] serial.numeric_traits_round_error
3: [       OK ] serial.numeric_traits_round_error (0 ms)
3: [ RUN      ] serial.numeric_traits_norm_min
3: [       OK ] serial.numeric_traits_norm_min (0 ms)
3: [ RUN      ] serial.numeric_traits_denorm_min
3: [       OK ] serial.numeric_traits_denorm_min (0 ms)
3: [ RUN      ] serial.numeric_traits_finite_min_max
3: [       OK ] serial.numeric_traits_finite_min_max (0 ms)
3: [ RUN      ] serial.numeric_traits_digits
3: [       OK ] serial.numeric_traits_digits (0 ms)
3: [ RUN      ] serial.numeric_traits_digits10
3: [       OK ] serial.numeric_traits_digits10 (0 ms)
3: [ RUN      ] serial.numeric_traits_max_digits10
3: [       OK ] serial.numeric_traits_max_digits10 (0 ms)
3: [ RUN      ] serial.numeric_traits_radix
3: [       OK ] serial.numeric_traits_radix (0 ms)
3: [ RUN      ] serial.numeric_traits_min_max_exponent
3: [       OK ] serial.numeric_traits_min_max_exponent (0 ms)
3: [ RUN      ] serial.numeric_traits_min_max_exponent10
3: [       OK ] serial.numeric_traits_min_max_exponent10 (0 ms)
3: [ RUN      ] serial.numeric_traits_quiet_and_signaling_nan
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestNumericTraits.hpp:376: Skipped
3: This test is known to fail with the NVHPC compiler
3: [  SKIPPED ] serial.numeric_traits_quiet_and_signaling_nan (0 ms)
3: [ RUN      ] serial.numeric_traits_sfinae_friendly
3: [       OK ] serial.numeric_traits_sfinae_friendly (0 ms)
3: [ RUN      ] serial.occupancy_control
3: [       OK ] serial.occupancy_control (0 ms)
3: [ RUN      ] serial.memory_pool
3: [       OK ] serial.memory_pool (14 ms)
3: [ RUN      ] serial.cxx11
3: [       OK ] serial.cxx11 (0 ms)
3: [ RUN      ] serial.parallel_scan_range_policy
3: [       OK ] serial.parallel_scan_range_policy (14 ms)
3: [ RUN      ] serial.kokkos_printf
3: [       OK ] serial.kokkos_printf (1 ms)
3: [ RUN      ] serial.range_for
3: [       OK ] serial.range_for (0 ms)
3: [ RUN      ] serial.range_reduce
3: [       OK ] serial.range_reduce (0 ms)
3: [ RUN      ] serial.range_dynamic_policy
3: [       OK ] serial.range_dynamic_policy (35 ms)
3: [ RUN      ] serial.large_parallel_for_reduce
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestRange.hpp:379: Skipped
3: Disabling for host backends
3: [  SKIPPED ] serial.large_parallel_for_reduce (0 ms)
3: [ RUN      ] serial.range_policy_runtime_parameters
3: [       OK ] serial.range_policy_runtime_parameters (0 ms)
3: [ RUN      ] serial.range_policy_one_way_convertible_bounds
3: [       OK ] serial.range_policy_one_way_convertible_bounds (0 ms)
3: [ RUN      ] serial.range_for_require
3: [       OK ] serial.range_for_require (0 ms)
3: [ RUN      ] serial.range_reduce_require
3: [       OK ] serial.range_reduce_require (0 ms)
3: [ RUN      ] serial.range_dynamic_policy_require
3: [       OK ] serial.range_dynamic_policy_require (35 ms)
3: [ RUN      ] serial.reducers_int
3: [       OK ] serial.reducers_int (1 ms)
3: [ RUN      ] serial.reducers_double
3: [       OK ] serial.reducers_double (1 ms)
3: [ RUN      ] serial.reducers_complex_double
3: [       OK ] serial.reducers_complex_double (0 ms)
3: [ RUN      ] serial.reducers_struct
3: [       OK ] serial.reducers_struct (0 ms)
3: [ RUN      ] serial.reducers_half_t
3: [       OK ] serial.reducers_half_t (0 ms)
3: [ RUN      ] serial.reducers_bhalf_t
3: [       OK ] serial.reducers_bhalf_t (0 ms)
3: [ RUN      ] serial.reducers_int8_t
3: [       OK ] serial.reducers_int8_t (0 ms)
3: [ RUN      ] serial.reducers_int16_t
3: [       OK ] serial.reducers_int16_t (0 ms)
3: [ RUN      ] serial.reducers_point_t
3: [       OK ] serial.reducers_point_t (0 ms)
3: [ RUN      ] serial.reducers_bool
3: [       OK ] serial.reducers_bool (0 ms)
3: [ RUN      ] serial.int64_t_reduce
3: [       OK ] serial.int64_t_reduce (291 ms)
3: [ RUN      ] serial.double_reduce
3: [       OK ] serial.double_reduce (306 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic
28: MallocFree/N:1048576/manual_time                                                                                                                                                60.4 us         60.2 us        11619 16.5497k/s
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
3: [       OK ] serial.int64_t_reduce_dynamic (983 ms)
3: [ RUN      ] serial.double_reduce_dynamic
28: MallocFree/N:16777216/manual_time                                                                                                                                                306 us          295 us         2369 3.26607k/s
3: [       OK ] serial.double_reduce_dynamic (1067 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic_view
3: [       OK ] serial.int64_t_reduce_dynamic_view (624 ms)
3: [ RUN      ] serial.reduction_identity_min_max_floating_point_types
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestReduce.hpp:727: Skipped
3: skipping for NVHPC and OPENACC due to wrong neutral value
3: [  SKIPPED ] serial.reduction_identity_min_max_floating_point_types (0 ms)
3: [ RUN      ] serial.reduction_deduction
3: [       OK ] serial.reduction_deduction (0 ms)
3: [ RUN      ] serial.reduce_device_view_range_policy
3: [       OK ] serial.reduce_device_view_range_policy (2 ms)
3: [ RUN      ] serial.reduce_device_view_mdrange_policy
3: [       OK ] serial.reduce_device_view_mdrange_policy (20 ms)
3: [ RUN      ] serial.reduce_device_view_team_policy
34: [       OK ] hip_DeathTest.offsetview_unmanaged_construction (19111 ms)
34: [----------] 2 tests from hip_DeathTest (19111 ms total)
34: 
34: [----------] 70 tests from hip
34: [ RUN      ] hip.bitset
34: [       OK ] hip.bitset (21 ms)
34: [ RUN      ] hip.bitset_default_constructor_no_alloc
34: [       OK ] hip.bitset_default_constructor_no_alloc (0 ms)
34: [ RUN      ] hip.dualview_combination
34: [       OK ] hip.dualview_combination (10 ms)
34: [ RUN      ] hip.dualview_alloc
34: [       OK ] hip.dualview_alloc (0 ms)
34: [ RUN      ] hip.test_dualview_copy_construction_and_assignment
34: [       OK ] hip.test_dualview_copy_construction_and_assignment (0 ms)
34: [ RUN      ] hip.dualview_combinations_without_init
34: [       OK ] hip.dualview_combinations_without_init (0 ms)
34: [ RUN      ] hip.dualview_deep_copy
34: [       OK ] hip.dualview_deep_copy (1 ms)
34: [ RUN      ] hip.dualview_sync_should_fence
34: [       OK ] hip.dualview_sync_should_fence (8 ms)
34: [ RUN      ] hip.dualview_realloc
34: [       OK ] hip.dualview_realloc (0 ms)
34: [ RUN      ] hip.dualview_resize
34: [       OK ] hip.dualview_resize (1 ms)
34: [ RUN      ] hip.dualview_device_correct_kokkos_device
34: 
34: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
34:                                  does not support page migration between device and host.
34:                                  HIPManagedSpace might not work as expected.
34:                                  Please refer to the ROCm documentation on unified/managed memory.
34: [       OK ] hip.dualview_device_correct_kokkos_device (0 ms)
34: [ RUN      ] hip.dualview_host_correct_kokkos_device
34: [       OK ] hip.dualview_host_correct_kokkos_device (0 ms)
34: [ RUN      ] hip.dualview_host_modify_template_device_sync
34: [       OK ] hip.dualview_host_modify_template_device_sync (0 ms)
34: [ RUN      ] hip.dualview_host_modify_template_device_execspace_sync
34: [       OK ] hip.dualview_host_modify_template_device_execspace_sync (0 ms)
34: [ RUN      ] hip.dualview_device_modify_template_host_sync
34: [       OK ] hip.dualview_device_modify_template_host_sync (0 ms)
34: [ RUN      ] hip.dualview_device_modify_template_host_execspace_sync
34: [       OK ] hip.dualview_device_modify_template_host_execspace_sync (0 ms)
34: [ RUN      ] hip.dualview_template_views_return_correct_executionspace_views
34: [       OK ] hip.dualview_template_views_return_correct_executionspace_views (0 ms)
34: [ RUN      ] hip.dualview_template_views_return_correct_views_from_const_dual_view
34: [       OK ] hip.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
34: [ RUN      ] hip.dualview_sequential_host_init
34: [       OK ] hip.dualview_sequential_host_init (0 ms)
34: [ RUN      ] hip.dualview_default_constructed
34: [       OK ] hip.dualview_default_constructed (0 ms)
34: [ RUN      ] hip.dualview_resize_single_device
34: [       OK ] hip.dualview_resize_single_device (0 ms)
34: [ RUN      ] hip.dynamic_view
34: [       OK ] hip.dynamic_view (39 ms)
34: [ RUN      ] hip.dyn_rank_view_api_generic
34: [       OK ] hip.dyn_rank_view_api_generic (25 ms)
34: [ RUN      ] hip.dyn_rank_view_api_operator_rank12345
34: [       OK ] hip.dyn_rank_view_api_operator_rank12345 (2 ms)
34: [ RUN      ] hip.dyn_rank_view_check_fence_resize_realloc
34: [       OK ] hip.dyn_rank_view_check_fence_resize_realloc (0 ms)
34: [ RUN      ] hip.dyn_rank_view_api_operator_rank67
34: [       OK ] hip.dyn_rank_view_api_operator_rank67 (1 ms)
34: [ RUN      ] hip.dyn_rank_view_ctor_from_members
34: [       OK ] hip.dyn_rank_view_ctor_from_members (0 ms)
34: [ RUN      ] hip.dyn_rank_view_layout_member
34: [       OK ] hip.dyn_rank_view_layout_member (0 ms)
34: [ RUN      ] hip.dyn_rank_view_team_scratch
34: [       OK ] hip.dyn_rank_view_team_scratch (0 ms)
34: [ RUN      ] hip.ErrorReporterViaLambda
34: [       OK ] hip.ErrorReporterViaLambda (3 ms)
34: [ RUN      ] hip.ErrorReporter
34: [       OK ] hip.ErrorReporter (0 ms)
34: [ RUN      ] hip.offsetview_construction
34: [       OK ] hip.offsetview_construction (6 ms)
34: [ RUN      ] hip.offsetview_unmanaged_construction
34: [       OK ] hip.offsetview_unmanaged_construction (0 ms)
34: [ RUN      ] hip.offsetview_subview
34: [       OK ] hip.offsetview_subview (0 ms)
34: [ RUN      ] hip.offsetview_offsets_rank1
34: [       OK ] hip.offsetview_offsets_rank1 (0 ms)
34: [ RUN      ] hip.offsetview_offsets_rank2
34: [       OK ] hip.offsetview_offsets_rank2 (0 ms)
34: [ RUN      ] hip.offsetview_offsets_rank3
34: [       OK ] hip.offsetview_offsets_rank3 (0 ms)
34: [ RUN      ] hip.scatterview
28: MallocFree/N:268435456/manual_time                                                                                                                                              8721 us          408 us          347  114.666/s
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
3: [       OK ] serial.reduce_device_view_team_policy (2461 ms)
3: [ RUN      ] serial.impl_shared_alloc
3: [       OK ] serial.impl_shared_alloc (6 ms)
3: [ RUN      ] serial.mdspan_space_aware_accessor
3: [       OK ] serial.mdspan_space_aware_accessor (0 ms)
3: [ RUN      ] serial.kokkos_swap
3: [       OK ] serial.kokkos_swap (0 ms)
3: [----------] 213 tests from serial (23368 ms total)
3: 
3: [----------] 17 tests from serial_graph
3: [ RUN      ] serial_graph.submit_once
3: [       OK ] serial_graph.submit_once (0 ms)
3: [ RUN      ] serial_graph.submit_once_rvalue
3: [       OK ] serial_graph.submit_once_rvalue (0 ms)
3: [ RUN      ] serial_graph.instantiate_and_submit_once
3: [       OK ] serial_graph.instantiate_and_submit_once (0 ms)
3: [ RUN      ] serial_graph.submit_onto_another_execution_space_instance
3: [       OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms)
3: [ RUN      ] serial_graph.create_graph_no_closure_with_exec
3: [       OK ] serial_graph.create_graph_no_closure_with_exec (0 ms)
3: [ RUN      ] serial_graph.create_graph_no_arg
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:250: Skipped
3: Skipping since useless if the test fixture is not on the default execution space.
3: [  SKIPPED ] serial_graph.create_graph_no_arg (0 ms)
3: [ RUN      ] serial_graph.submit_six
3: [       OK ] serial_graph.submit_six (0 ms)
3: [ RUN      ] serial_graph.when_all_cycle
3: [       OK ] serial_graph.when_all_cycle (0 ms)
3: [ RUN      ] serial_graph.repeat_chain
3: [       OK ] serial_graph.repeat_chain (0 ms)
3: [ RUN      ] serial_graph.zero_work_reduce
3: [       OK ] serial_graph.zero_work_reduce (0 ms)
3: [ RUN      ] serial_graph.empty_graph
3: [       OK ] serial_graph.empty_graph (0 ms)
3: [ RUN      ] serial_graph.force_global_launch
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:444: Skipped
3: This execution space does not support global launch.
3: [  SKIPPED ] serial_graph.force_global_launch (0 ms)
3: [ RUN      ] serial_graph.sized_functor_launch
3: [       OK ] serial_graph.sized_functor_launch (0 ms)
3: [ RUN      ] serial_graph.empty_graph_default_host_exec
3: [       OK ] serial_graph.empty_graph_default_host_exec (0 ms)
3: [ RUN      ] serial_graph.node_lifetime
3: [       OK ] serial_graph.node_lifetime (0 ms)
3: [ RUN      ] serial_graph.diamond
3: [       OK ] serial_graph.diamond (0 ms)
3: [ RUN      ] serial_graph.end_of_submit_control_flow
3: [       OK ] serial_graph.end_of_submit_control_flow (0 ms)
3: [----------] 17 tests from serial_graph (1 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 242 tests from 4 test suites ran. (29334 ms total)
3: [  PASSED  ] 223 tests.
3: [  SKIPPED ] 19 tests, listed below:
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
3: [  SKIPPED ] serial.atomic_operations_int8
3: [  SKIPPED ] serial.atomic_operations_int16
3: [  SKIPPED ] serial.exec_space_thread_safety_range
3: [  SKIPPED ] serial.exec_space_thread_safety_mdrange
3: [  SKIPPED ] serial.exec_space_thread_safety_team_policy
3: [  SKIPPED ] serial.exec_space_thread_safety_range_reduce
3: [  SKIPPED ] serial.exec_space_thread_safety_mdrange_reduce
3: [  SKIPPED ] serial.exec_space_thread_safety_team_policy_reduce
3: [  SKIPPED ] serial.exec_space_thread_safety_range_scan
3: [  SKIPPED ] serial.graph_capture
3: [  SKIPPED ] serial.mixed_then_host_device_nodes
3: [  SKIPPED ] serial.mathematical_functions_nextafter_fp16
3: [  SKIPPED ] serial.numeric_traits_quiet_and_signaling_nan
3: [  SKIPPED ] serial.large_parallel_for_reduce
3: [  SKIPPED ] serial.reduction_identity_min_max_floating_point_types
3: [  SKIPPED ] serial_graph.create_graph_no_arg
3: [  SKIPPED ] serial_graph.force_global_launch
 3/23 Test  #3: Kokkos_CoreUnitTest_Serial1 ................................   Passed   29.51 sec
test 4
      Start  4: Kokkos_CoreUnitTest_Serial2

4: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Serial2
4: Test timeout computed to be: 1500
28: MallocFree/N:4294967296/manual_time                                                                                                                                           146869 us          971 us            5  6.80879/s
4: [==========] Running 146 tests from 2 test suites.
4: [----------] Global test environment set-up.
4: [----------] 10 tests from serial_DeathTest
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_dyn
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_stat
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms)
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_mix
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms)
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_static_extents
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms)
4: [ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment
28: MallocTouch/N:1/manual_time                                                                                                                                                      147 us          309 us         4820 6.82244k/s
4: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (2447 ms)
4: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_ErrorReporter.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
28: MallocTouch/N:16/manual_time                                                                                                                                                    27.6 us         61.6 us        25415 36.2683k/s
4: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (2447 ms)
4: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_host
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:159: Skipped
4: skipping since no memory access violation would occur
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms)
4: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_device
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped
4: skipping since no memory access violation would occur
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms)
4: [ RUN      ] serial_DeathTest.view_subview_wrong_extents
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSubView_a.hpp:81: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_subview_wrong_extents (0 ms)
4: [ RUN      ] serial_DeathTest.view_subview_constructor_layout_compatibility
4: [       OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (1022 ms)
4: [----------] 10 tests from serial_DeathTest (5918 ms total)
4: 
4: [----------] 136 tests from serial
4: [ RUN      ] serial.team_for
4: [       OK ] serial.team_for (0 ms)
4: [ RUN      ] serial.team_reduce
4: [       OK ] serial.team_reduce (0 ms)
4: [ RUN      ] serial.team_reduce_large
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 74%] Linking CXX executable Kokkos_UnitTest_Sort
4: [       OK ] serial.team_reduce_large (349 ms)
4: [ RUN      ] serial.team_parallel_single
4: [       OK ] serial.team_parallel_single (16 ms)
4: [ RUN      ] serial.large_team_scratch_size
4: [       OK ] serial.large_team_scratch_size (0 ms)
4: [ RUN      ] serial.team_broadcast_long
4: [       OK ] serial.team_broadcast_long (0 ms)
4: [ RUN      ] serial.team_broadcast_long_wrapper
4: [       OK ] serial.team_broadcast_long_wrapper (0 ms)
4: [ RUN      ] serial.team_broadcast_char
4: [       OK ] serial.team_broadcast_char (0 ms)
4: [ RUN      ] serial.team_broadcast_float
4: [       OK ] serial.team_broadcast_float (0 ms)
4: [ RUN      ] serial.team_broadcast_double
4: [       OK ] serial.team_broadcast_double (0 ms)
4: [ RUN      ] serial.team_broadcast_int_ptr
4: [       OK ] serial.team_broadcast_int_ptr (0 ms)
4: [ RUN      ] serial.team_single_thread_int_ptr
4: [       OK ] serial.team_single_thread_int_ptr (0 ms)
4: [ RUN      ] serial.team_single_team_int_ptr
4: [       OK ] serial.team_single_team_int_ptr (0 ms)
4: [ RUN      ] serial.team_handle_by_value
4: [       OK ] serial.team_handle_by_value (0 ms)
4: [ RUN      ] serial.team_vector
4: [       OK ] serial.team_vector (7 ms)
4: [ RUN      ] serial.triple_nested_parallelism
4: [       OK ] serial.triple_nested_parallelism (915 ms)
4: [ RUN      ] serial.parallel_scan_with_reducers
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
4: [       OK ] serial.parallel_scan_with_reducers (389 ms)
4: [ RUN      ] serial.team_thread_range_combined_reducers
4: [       OK ] serial.team_thread_range_combined_reducers (0 ms)
4: [ RUN      ] serial.thread_vector_range_combined_reducers
4: [       OK ] serial.thread_vector_range_combined_reducers (0 ms)
4: [ RUN      ] serial.team_vector_range_combined_reducers
4: [       OK ] serial.team_vector_range_combined_reducers (0 ms)
4: [ RUN      ] serial.TeamThreadMDRangeParallelFor
4: [       OK ] serial.TeamThreadMDRangeParallelFor (11 ms)
4: [ RUN      ] serial.ThreadVectorMDRangeParallelFor
28: MallocTouch/N:256/manual_time                                                                                                                                                   27.6 us         61.6 us        25421 36.2803k/s
4: [       OK ] serial.ThreadVectorMDRangeParallelFor (12 ms)
4: [ RUN      ] serial.TeamVectorMDRangeParallelFor
4: [       OK ] serial.TeamVectorMDRangeParallelFor (12 ms)
4: [ RUN      ] serial.TeamThreadMDRangeParallelReduce
4: [       OK ] serial.TeamThreadMDRangeParallelReduce (9 ms)
4: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
4: [       OK ] serial.ThreadVectorMDRangeParallelReduce (10 ms)
4: [ RUN      ] serial.TeamVectorMDRangeParallelReduce
4: [       OK ] serial.TeamVectorMDRangeParallelReduce (11 ms)
4: [ RUN      ] serial.team_policy_runtime_parameters
4: [       OK ] serial.team_policy_runtime_parameters (0 ms)
4: [ RUN      ] serial.team_reduction_scan
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
4: [       OK ] serial.team_reduction_scan (207 ms)
4: [ RUN      ] serial.team_long_reduce
4: [       OK ] serial.team_long_reduce (143 ms)
4: [ RUN      ] serial.team_double_reduce
4: [       OK ] serial.team_double_reduce (114 ms)
4: [ RUN      ] serial.team_long_array_reduce
4: [       OK ] serial.team_long_array_reduce (142 ms)
4: [ RUN      ] serial.team_double_array_reduce
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o
4: [       OK ] serial.team_double_array_reduce (112 ms)
4: [ RUN      ] serial.team_parallel_dummy_with_reducer_and_scratch_space
4: [       OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
4: [ RUN      ] serial.repeated_team_reduce
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanConversion.cpp.o
28: MallocTouch/N:4096/manual_time                                                                                                                                                  37.5 us         71.4 us        18670 26.6951k/s
4: [       OK ] serial.repeated_team_reduce (1184 ms)
4: [ RUN      ] serial.nested_team_reduce_functor_as_reducer
4: [       OK ] serial.nested_team_reduce_functor_as_reducer (0 ms)
4: [ RUN      ] serial.team_scan
4: [       OK ] serial.team_scan (295 ms)
4: [ RUN      ] serial.team_shared_request
4: [       OK ] serial.team_shared_request (30 ms)
4: [ RUN      ] serial.team_scratch_request
4: [       OK ] serial.team_scratch_request (3 ms)
4: [ RUN      ] serial.team_lambda_shared_request
4: [       OK ] serial.team_lambda_shared_request (31 ms)
4: [ RUN      ] serial.scratch_align
4: [       OK ] serial.scratch_align (0 ms)
4: [ RUN      ] serial.shmem_size
4: [       OK ] serial.shmem_size (0 ms)
4: [ RUN      ] serial.multi_level_scratch
4: [       OK ] serial.multi_level_scratch (2 ms)
4: [ RUN      ] serial.team_scratch_memory_index_parallel_for
4: [       OK ] serial.team_scratch_memory_index_parallel_for (0 ms)
4: [ RUN      ] serial.team_policy_max_recommended
4: [       OK ] serial.team_policy_max_recommended (2 ms)
4: [ RUN      ] serial.team_policy_minmax_scalar_without_plus_equal_k
4: [       OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
4: [ RUN      ] serial.team_teamvector_range
4: [       OK ] serial.team_teamvector_range (1 ms)
4: [ RUN      ] serial.timer
4: [       OK ] serial.timer (20 ms)
4: [ RUN      ] serial.unique_token_global
4: [       OK ] serial.unique_token_global (16 ms)
4: [ RUN      ] serial.unique_token_instance
4: [       OK ] serial.unique_token_instance (16 ms)
4: [ RUN      ] serial.unique_token_team_acquire
4: [       OK ] serial.unique_token_team_acquire (0 ms)
4: [ RUN      ] serial.view_api_a
4: [       OK ] serial.view_api_a (16 ms)
4: [ RUN      ] serial.view_layout_left_with_stride
4: [       OK ] serial.view_layout_left_with_stride (0 ms)
4: [ RUN      ] serial.view_layout_right_with_stride
4: [       OK ] serial.view_layout_right_with_stride (0 ms)
4: [ RUN      ] serial.view_api_b
4: [       OK ] serial.view_api_b (0 ms)
4: [ RUN      ] serial.view_api_c
4: [       OK ] serial.view_api_c (0 ms)
4: [ RUN      ] serial.view_api_d
4: [       OK ] serial.view_api_d (0 ms)
4: [ RUN      ] serial.view_remap
4: [       OK ] serial.view_remap (0 ms)
4: [ RUN      ] serial.view_mirror_nonconst
4: [       OK ] serial.view_mirror_nonconst (0 ms)
4: [ RUN      ] serial.view_stride_method
4: [       OK ] serial.view_stride_method (0 ms)
4: [ RUN      ] serial.anonymous_space
4: [       OK ] serial.anonymous_space (0 ms)
4: [ RUN      ] serial.view_overload_resolution
4: [       OK ] serial.view_overload_resolution (0 ms)
4: [ RUN      ] serial.view_allocation_large_rank
4: [       OK ] serial.view_allocation_large_rank (909 ms)
4: [ RUN      ] serial.view_shmem_size_on_device
4: [       OK ] serial.view_shmem_size_on_device (0 ms)
4: [ RUN      ] serial.view_is_assignable
4: [       OK ] serial.view_is_assignable (0 ms)
4: [ RUN      ] serial.view_bad_alloc
4: [       OK ] serial.view_bad_alloc (0 ms)
4: [ RUN      ] serial.view_copy_tests
4: [       OK ] serial.view_copy_tests (17 ms)
4: [ RUN      ] serial.view_copy_tests_rank_0
4: [       OK ] serial.view_copy_tests_rank_0 (0 ms)
4: [ RUN      ] serial.view_copy_degenerated
4: [       OK ] serial.view_copy_degenerated (0 ms)
4: [ RUN      ] serial.view_fill_tests_layout_right
28: MallocTouch/N:65536/manual_time                                                                                                                                                 38.1 us         71.9 us        18631  26.266k/s
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
28: MallocTouch/N:1048576/manual_time                                                                                                                                               40.8 us         74.6 us        17161 24.5172k/s
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/sycl/TestRandom.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
28: MallocTouch/N:16777216/manual_time                                                                                                                                               152 us          324 us         5302 6.59004k/s
34: [       OK ] hip.scatterview (20177 ms)
34: [ RUN      ] hip.scatterview_devicetype
4: [       OK ] serial.view_fill_tests_layout_right (5759 ms)
4: [ RUN      ] serial.view_fill_tests_layout_left
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_OffsetView.cpp.o
[ 74%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o
4: [       OK ] serial.view_fill_tests_layout_left (5936 ms)
4: [ RUN      ] serial.vcp_empty_traits
4: [       OK ] serial.vcp_empty_traits (0 ms)
4: [ RUN      ] serial.is_view_label
4: [       OK ] serial.is_view_label (0 ms)
4: [ RUN      ] serial.vcp_label_base_traits
4: [       OK ] serial.vcp_label_base_traits (0 ms)
4: [ RUN      ] serial.vcp_label_traits
4: [       OK ] serial.vcp_label_traits (0 ms)
4: [ RUN      ] serial.view_alloc_can_perfect_forward_label
4: [       OK ] serial.view_alloc_can_perfect_forward_label (0 ms)
4: [ RUN      ] serial.vcp_label_copy_constructor
4: [       OK ] serial.vcp_label_copy_constructor (0 ms)
4: [ RUN      ] serial.vcp_pointer_add_property
4: [       OK ] serial.vcp_pointer_add_property (0 ms)
4: [ RUN      ] serial.view_empty_runtime_unmanaged
4: [       OK ] serial.view_empty_runtime_unmanaged (0 ms)
4: [ RUN      ] serial.view_layoutstride_left_to_layoutleft_assignment
4: [       OK ] serial.view_layoutstride_left_to_layoutleft_assignment (60 ms)
4: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (57 ms)
4: [ RUN      ] serial.view_mapping
4: [       OK ] serial.view_mapping (57 ms)
4: [ RUN      ] serial.view_mapping_operator
4: [       OK ] serial.view_mapping_operator (7 ms)
4: [ RUN      ] serial.static_extent
4: [       OK ] serial.static_extent (0 ms)
4: [ RUN      ] serial.view_mapping_atomic
4: [       OK ] serial.view_mapping_atomic (1 ms)
4: [ RUN      ] serial.view_mapping_class_value
4: [       OK ] serial.view_mapping_class_value (0 ms)
4: [ RUN      ] serial.view_mapping_assignable
4: [       OK ] serial.view_mapping_assignable (0 ms)
4: [ RUN      ] serial.view_mapping_trivially_copyable
4: [       OK ] serial.view_mapping_trivially_copyable (0 ms)
4: [ RUN      ] serial.view_mapping_subview
4: [       OK ] serial.view_mapping_subview (0 ms)
4: [ RUN      ] serial.view_nested_view
4: [       OK ] serial.view_nested_view (0 ms)
4: [ RUN      ] serial.view_of_views_default
4: [       OK ] serial.view_of_views_default (0 ms)
4: [ RUN      ] serial.view_of_views_without_initializing
4: [       OK ] serial.view_of_views_without_initializing (0 ms)
4: [ RUN      ] serial.test_view_of_views_sequential_host_init
4: [       OK ] serial.test_view_of_views_sequential_host_init (0 ms)
4: [ RUN      ] serial.append_formatted_multidimensional_index
4: [       OK ] serial.append_formatted_multidimensional_index (0 ms)
4: [ RUN      ] serial.view_resize
4: [       OK ] serial.view_resize (37 ms)
4: [ RUN      ] serial.view_realloc
4: [       OK ] serial.view_realloc (0 ms)
4: [ RUN      ] serial.workgraph_fib
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
4: [       OK ] serial.workgraph_fib (215 ms)
4: [ RUN      ] serial.resize_realloc_no_init
4: [       OK ] serial.resize_realloc_no_init (0 ms)
4: [ RUN      ] serial.resize_realloc_no_alloc
4: [       OK ] serial.resize_realloc_no_alloc (0 ms)
4: [ RUN      ] serial.realloc_exec_space
4: [       OK ] serial.realloc_exec_space (0 ms)
4: [ RUN      ] serial.view_alloc
4: [       OK ] serial.view_alloc (0 ms)
4: [ RUN      ] serial.view_alloc_exec_space
4: [       OK ] serial.view_alloc_exec_space (0 ms)
4: [ RUN      ] serial.view_alloc_int
4: [       OK ] serial.view_alloc_int (0 ms)
4: [ RUN      ] serial.view_alloc_exec_space_int
4: [       OK ] serial.view_alloc_exec_space_int (0 ms)
4: [ RUN      ] serial.deep_copy_zero_memset
4: [       OK ] serial.deep_copy_zero_memset (0 ms)
4: [ RUN      ] serial.resize_exec_space
4: [       OK ] serial.resize_exec_space (0 ms)
4: [ RUN      ] serial.view_allocation_int
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestWithoutInitializing.hpp:305: Skipped
4: skipping since the fence checked for isn't necessary
4: [  SKIPPED ] serial.view_allocation_int (0 ms)
4: [ RUN      ] serial.view_allocation_exec_space_int
4: [       OK ] serial.view_allocation_exec_space_int (0 ms)
4: [ RUN      ] serial.view_not_default_constructible
4: [       OK ] serial.view_not_default_constructible (0 ms)
4: [ RUN      ] serial.view_subview_auto_1d_left
4: [       OK ] serial.view_subview_auto_1d_left (0 ms)
4: [ RUN      ] serial.view_subview_auto_1d_right
4: [       OK ] serial.view_subview_auto_1d_right (0 ms)
4: [ RUN      ] serial.view_subview_auto_1d_stride
4: [       OK ] serial.view_subview_auto_1d_stride (0 ms)
4: [ RUN      ] serial.view_subview_assign_strided
4: [       OK ] serial.view_subview_assign_strided (0 ms)
4: [ RUN      ] serial.view_subview_left_0
4: [       OK ] serial.view_subview_left_0 (0 ms)
4: [ RUN      ] serial.view_subview_left_1
4: [       OK ] serial.view_subview_left_1 (0 ms)
4: [ RUN      ] serial.view_subview_left_2
4: [       OK ] serial.view_subview_left_2 (0 ms)
4: [ RUN      ] serial.view_subview_left_3
4: [       OK ] serial.view_subview_left_3 (0 ms)
4: [ RUN      ] serial.view_subview_right_0
4: [       OK ] serial.view_subview_right_0 (0 ms)
4: [ RUN      ] serial.view_subview_right_1
4: [       OK ] serial.view_subview_right_1 (0 ms)
4: [ RUN      ] serial.view_subview_right_3
4: [       OK ] serial.view_subview_right_3 (0 ms)
4: [ RUN      ] serial.view_static_tests
4: [       OK ] serial.view_static_tests (0 ms)
4: [ RUN      ] serial.view_subview_layoutleft_to_layoutleft
4: [       OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms)
4: [ RUN      ] serial.view_subview_layoutright_to_layoutright
4: [       OK ] serial.view_subview_layoutright_to_layoutright (0 ms)
4: [ RUN      ] serial.view_subview_1d_assign
4: [       OK ] serial.view_subview_1d_assign (0 ms)
4: [ RUN      ] serial.view_subview_1d_assign_atomic
4: [       OK ] serial.view_subview_1d_assign_atomic (0 ms)
4: [ RUN      ] serial.view_subview_1d_assign_randomaccess
4: [       OK ] serial.view_subview_1d_assign_randomaccess (0 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d
4: [       OK ] serial.view_subview_2d_from_3d (12 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d_atomic
4: [       OK ] serial.view_subview_2d_from_3d_atomic (12 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d_randomaccess
4: [       OK ] serial.view_subview_2d_from_3d_randomaccess (12 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left
4: [       OK ] serial.view_subview_3d_from_5d_left (364 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
4: [       OK ] serial.view_subview_3d_from_5d_left_atomic (365 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
4: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (370 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right
4: [       OK ] serial.view_subview_3d_from_5d_right (461 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
4: [       OK ] serial.view_subview_3d_from_5d_right_atomic (461 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (462 ms)
4: [ RUN      ] serial.view_test_unmanaged_subview_reset
4: [       OK ] serial.view_test_unmanaged_subview_reset (0 ms)
4: [ RUN      ] serial.view_subview_memory_traits_construction
4: [       OK ] serial.view_subview_memory_traits_construction (0 ms)
4: [----------] 136 tests from serial (19679 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 146 tests from 2 test suites ran. (25597 ms total)
4: [  PASSED  ] 138 tests.
4: [  SKIPPED ] 8 tests, listed below:
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device
4: [  SKIPPED ] serial_DeathTest.view_subview_wrong_extents
4: [  SKIPPED ] serial.view_allocation_int
 4/23 Test  #4: Kokkos_CoreUnitTest_Serial2 ................................   Passed   25.77 sec
test 5
      Start  5: Kokkos_CoreUnitTest_OpenACC

5: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_OpenACC
5: Test timeout computed to be: 1500
5: [==========] Running 247 tests from 4 test suites.
5: [----------] Global test environment set-up.
5: [----------] 21 tests from openacc_DeathTest
5: [ RUN      ] openacc_DeathTest.abort_from_host
28: MallocTouch/N:268435456/manual_time                                                                                                                                             8805 us          385 us         1000  113.567/s
28: MallocTouch/N:4294967296/manual_time                                                                                                                                          147504 us         1621 us            5  6.77946/s
28: MallocTouchFree/N:1/manual_time                                                                                                                                                  310 us          309 us         2241 3.22577k/s
5: [       OK ] openacc_DeathTest.abort_from_host (2089 ms)
5: [ RUN      ] openacc_DeathTest.abort_from_device
5: [       OK ] openacc_DeathTest.abort_from_device (38 ms)
5: [ RUN      ] openacc_DeathTest.checked_integer_operations_multiply_overflow_abort
28: MallocTouchFree/N:16/manual_time                                                                                                                                                 310 us          309 us         2271 3.22385k/s
[ 74%] Built target Kokkos_ContainersUnitTest_Serial
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
5: [       OK ] openacc_DeathTest.checked_integer_operations_multiply_overflow_abort (2002 ms)
5: [ RUN      ] openacc_DeathTest.policy_bounds_unsafe_narrowing_conversions
28: MallocTouchFree/N:256/manual_time                                                                                                                                               61.4 us         61.2 us        11368  16.274k/s
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
28: MallocTouchFree/N:4096/manual_time                                                                                                                                              71.5 us         71.2 us         9813 13.9899k/s
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
5: [       OK ] openacc_DeathTest.policy_bounds_unsafe_narrowing_conversions (1977 ms)
5: [ RUN      ] openacc_DeathTest.policy_invalid_bounds
28: MallocTouchFree/N:65536/manual_time                                                                                                                                             71.6 us         71.3 us         9730 13.9725k/s
28: MallocTouchFree/N:1048576/manual_time                                                                                                                                           74.9 us         74.7 us         9299 13.3426k/s
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
28: MallocTouchFree/N:16777216/manual_time                                                                                                                                           302 us          295 us         2347  3.3082k/s
5: [       OK ] openacc_DeathTest.policy_invalid_bounds (1976 ms)
5: [ RUN      ] openacc_DeathTest.range_policy_invalid_bounds
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o
28: MallocTouchFree/N:268435456/manual_time                                                                                                                                         8722 us          405 us          347  114.653/s
28: MallocTouchFree/N:4294967296/manual_time                                                                                                                                      146905 us         1483 us            5  6.80713/s
5: [       OK ] openacc_DeathTest.range_policy_invalid_bounds (3925 ms)
5: [ RUN      ] openacc_DeathTest.range_policy_round_trip_conversion_fires
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
28: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s         MB
28: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            27  29.5286/s        800
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
5: [       OK ] openacc_DeathTest.range_policy_round_trip_conversion_fires (2024 ms)
5: [ RUN      ] openacc_DeathTest.range_policy_check_sign_changes
28: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.028 s         0.001 s            25  28.8717/s        800
28: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            50  29.4635/s        800
28: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.3377/s        800
28: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.6052/s        800
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
5: [       OK ] openacc_DeathTest.range_policy_check_sign_changes (3953 ms)
5: [ RUN      ] openacc_DeathTest.range_policy_implicitly_converted_bounds
28: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.6709/s        800
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
28: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.6676/s        800
28: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.6046/s        800
28: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26   29.666/s        800
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o
28: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.6072/s        800
28: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.6589/s        800
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
28: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.6363/s        800
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o
28: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.6576/s        800
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_ScatterView.cpp.o
5: [       OK ] openacc_DeathTest.range_policy_implicitly_converted_bounds (8072 ms)
5: [ RUN      ] openacc_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
28: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.6601/s        800
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
28: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.6326/s        800
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
5: [       OK ] openacc_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (2046 ms)
5: [ RUN      ] openacc_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:125: Skipped
5: skipping because OpenACC backend is currently not able to abort from the device
5: [  SKIPPED ] openacc_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
5: [ RUN      ] openacc_DeathTest.view_construction_with_wrong_params_dyn
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] openacc_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
5: [ RUN      ] openacc_DeathTest.view_construction_with_wrong_params_stat
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] openacc_DeathTest.view_construction_with_wrong_params_stat (0 ms)
5: [ RUN      ] openacc_DeathTest.view_construction_with_wrong_params_mix
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] openacc_DeathTest.view_construction_with_wrong_params_mix (0 ms)
5: [ RUN      ] openacc_DeathTest.view_construction_with_wrong_static_extents
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] openacc_DeathTest.view_construction_with_wrong_static_extents (0 ms)
5: [ RUN      ] openacc_DeathTest.view_layoutstride_right_to_layoutleft_assignment
28: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.6596/s        800
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
1: [       OK ] openmp_DeathTest.view_construction_with_wrong_params_mix (102592 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_static_extents
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
28: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time      0.032 s         0.032 s            21  50.3686/s       1.6k
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
28: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time      0.032 s         0.032 s            22  50.4488/s       1.6k
28: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.001 s         0.001 s           528 1.20334k/s       1.6k
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
28: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.001 s         0.001 s           525 1.24279k/s       1.6k
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
28: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.001 s         0.001 s           522 1.24567k/s       1.6k
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
28: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time                                           0.002 s         0.002 s           346  412.761/s        800
1: [       OK ] openmp_DeathTest.view_construction_with_wrong_static_extents (13870 ms)
1: [ RUN      ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 76%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
34: [       OK ] hip.scatterview_devicetype (46369 ms)
34: [ RUN      ] hip.resize_realloc_no_init_dualview
34: [       OK ] hip.resize_realloc_no_init_dualview (14 ms)
34: [ RUN      ] hip.resize_realloc_no_alloc_dualview
34: [       OK ] hip.resize_realloc_no_alloc_dualview (0 ms)
34: [ RUN      ] hip.resize_exec_space_dualview
34: [       OK ] hip.resize_exec_space_dualview (0 ms)
34: [ RUN      ] hip.realloc_exec_space_dualview
34: [       OK ] hip.realloc_exec_space_dualview (0 ms)
34: [ RUN      ] hip.resize_realloc_no_init_dynrankview
34: [       OK ] hip.resize_realloc_no_init_dynrankview (0 ms)
34: [ RUN      ] hip.resize_exec_space_dynrankview
34: [       OK ] hip.resize_exec_space_dynrankview (0 ms)
34: [ RUN      ] hip.realloc_exec_space_dynrankview
34: [       OK ] hip.realloc_exec_space_dynrankview (0 ms)
34: [ RUN      ] hip.resize_realloc_no_init_scatterview
34: [       OK ] hip.resize_realloc_no_init_scatterview (0 ms)
34: [ RUN      ] hip.resize_realloc_no_alloc_scatterview
34: [       OK ] hip.resize_realloc_no_alloc_scatterview (0 ms)
34: [ RUN      ] hip.resize_exec_space_scatterview
34: [       OK ] hip.resize_exec_space_scatterview (0 ms)
34: [ RUN      ] hip.realloc_exec_space_scatterview
34: [       OK ] hip.realloc_exec_space_scatterview (0 ms)
34: [ RUN      ] hip.create_mirror_no_init_dynrankview
34: [       OK ] hip.create_mirror_no_init_dynrankview (0 ms)
34: [ RUN      ] hip.create_mirror_no_init_dynrankview_viewctor
34: [       OK ] hip.create_mirror_no_init_dynrankview_viewctor (0 ms)
34: [ RUN      ] hip.create_mirror_view_and_copy_dynrankview
34: [       OK ] hip.create_mirror_view_and_copy_dynrankview (0 ms)
34: [ RUN      ] hip.create_mirror_no_init_offsetview
34: [       OK ] hip.create_mirror_no_init_offsetview (0 ms)
34: [ RUN      ] hip.create_mirror_no_init_offsetview_view_ctor
34: [       OK ] hip.create_mirror_no_init_offsetview_view_ctor (0 ms)
34: [ RUN      ] hip.create_mirror_view_and_copy_offsetview
34: [       OK ] hip.create_mirror_view_and_copy_offsetview (0 ms)
34: [ RUN      ] hip.create_mirror_no_init_dynamicview
34: [       OK ] hip.create_mirror_no_init_dynamicview (0 ms)
34: [ RUN      ] hip.create_mirror_view_and_copy_dynamicview
34: [       OK ] hip.create_mirror_view_and_copy_dynamicview (0 ms)
34: [ RUN      ] hip.create_mirror_no_init_dynamicview_view_ctor
34: [       OK ] hip.create_mirror_no_init_dynamicview_view_ctor (0 ms)
34: [ RUN      ] hip.UnorderedMap_insert
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
28: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time                                   0.076 s         0.075 s             9  10.5914/s        800
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
28: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.001 s         0.001 s           531 1.24608k/s       1.6k
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
34: [       OK ] hip.UnorderedMap_insert (3115 ms)
34: [ RUN      ] hip.UnorderedMap_failed_insert
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
28: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.001 s         0.001 s           522 1.24517k/s       1.6k
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
34: [       OK ] hip.UnorderedMap_failed_insert (857 ms)
34: [ RUN      ] hip.UnorderedMap_deep_copy
34: [       OK ] hip.UnorderedMap_deep_copy (5 ms)
34: [ RUN      ] hip.UnorderedMap_valid_empty
34: [       OK ] hip.UnorderedMap_valid_empty (1 ms)
34: [ RUN      ] hip.UnorderedMap_clear_zero_size
34: [       OK ] hip.UnorderedMap_clear_zero_size (0 ms)
34: [ RUN      ] hip.UnorderedMap_consistent_size
34: [       OK ] hip.UnorderedMap_consistent_size (0 ms)
34: [ RUN      ] hip.UnorderedMap_shallow_copyable_on_device
34: [       OK ] hip.UnorderedMap_shallow_copyable_on_device (0 ms)
34: [ RUN      ] hip.UnorderedMap_lambda_capturable
34: [       OK ] hip.UnorderedMap_lambda_capturable (0 ms)
34: [ RUN      ] hip.UnorderedMap_constructor_view_alloc
34: [       OK ] hip.UnorderedMap_constructor_view_alloc (0 ms)
34: [ RUN      ] hip.UnorderedMap_View_as_value
34: [       OK ] hip.UnorderedMap_View_as_value (0 ms)
34: [ RUN      ] hip.viewctorprop_embedded_dim
34: [       OK ] hip.viewctorprop_embedded_dim (3 ms)
34: [----------] 70 tests from hip (70681 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 72 tests from 2 test suites ran. (89793 ms total)
34: [  PASSED  ] 71 tests.
34: [  SKIPPED ] 1 test, listed below:
34: [  SKIPPED ] hip_DeathTest.dualview_external_view_construction
34/58 Test #34: Kokkos_ContainersUnitTest_HIP ..............................   Passed   90.37 sec
test 35
      Start 35: Kokkos_ContainersPerformanceTest_OpenMP

35: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP
35: Test timeout computed to be: 1500
[ 76%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
1: [       OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (5821 ms)
1: [ RUN      ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment
28: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.001 s         0.001 s           522 1.24539k/s       1.6k
35: [==========] Running 5 tests from 1 test suite.
35: [----------] Global test environment set-up.
35: [----------] 5 tests from TEST_CATEGORY
35: [ RUN      ] TEST_CATEGORY.dynrankview_perf
35: OpenMP
35:  DynRankView vs View: Initialization Only 
35:  View time (init only): 0.00328798
35:  View sum computation time: 0.00328798
35:  Strided View time (init only): 0.00137958
35:  View Rank7 time (init only): 0.00222626
35:  DynRankView time (init only): 0.00209995
35:  DynRankView sum computation time: 0.00299854
35:  Ratio of View to DynRankView time: 1.56575
35:  Ratio of View to DynRankView sum computation time: 0.92246
35:  Ratio of View to View Rank7  time: 1.47691
35:  Ratio of StrideView to DynRankView time: 0.656961
35:  Ratio of DynRankView to View Rank7  time: 0.94326
35: [       OK ] TEST_CATEGORY.dynrankview_perf (49 ms)
35: [ RUN      ] TEST_CATEGORY.global_2_local
35: OpenMP
35: size, create, generate, fill, find
35: 256, 5.928e-05, 1.0251e-05, 5.862e-05, 0.000485404
35: 512, 3.1759e-05, 1.487e-05, 7.5119e-05, 0.000470164
35: 1024, 3.155e-05, 1.063e-05, 0.000103579, 0.000569103
35: 2048, 2.9679e-05, 5.85e-06, 0.000169608, 0.000633142
35: 4096, 3.34e-05, 6.03e-06, 0.000280406, 0.000771901
35: 8192, 4.5129e-05, 6.45e-06, 0.000536433, 0.00110487
35: 16384, 8.7029e-05, 7.98e-06, 0.00100452, 0.00187956
35: 32768, 0.000149238, 1.588e-05, 0.00196453, 0.00430486
35: 65536, 0.000235067, 2.4369e-05, 0.00375022, 0.0119017
35: 131072, 0.0018432, 5.1669e-05, 0.00915827, 0.0291579
35: 262144, 0.00277123, 7.8088e-05, 0.0154691, 0.0639171
[ 76%] Linking CXX executable Kokkos_UnitTest_Random
35: 524288, 0.00289282, 0.000113419, 0.0331196, 0.131864
28: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.001 s         0.001 s           523 1.24489k/s       1.6k
35: 1048576, 0.00465793, 0.000125968, 0.0677584, 0.264997
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
28: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.002 s         0.002 s           299  692.248/s       1.6k
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
5: [       OK ] openacc_DeathTest.view_layoutstride_right_to_layoutleft_assignment (14881 ms)
5: [ RUN      ] openacc_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 51%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o
35: 2097152, 0.00659625, 0.000176048, 0.135152, 1.35402
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o
28: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.004 s         0.004 s           195  449.965/s       1.6k
28: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.001 s         0.001 s           522 1.24515k/s       1.6k
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
28: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.002 s         0.002 s           292  673.453/s       1.6k
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
28: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.003 s         0.003 s           250  576.099/s       1.6k
[ 52%] Built target Kokkos_CoreUnitTest_Serial2
1: [       OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (6239 ms)
1: [ RUN      ] openmp_DeathTest.view_memory_access_violations_from_host
1: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:159: 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-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:173: 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
28: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.001 s         0.001 s           522 1.24496k/s       1.6k
28: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.001 s         0.001 s           523 1.24505k/s       1.6k
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
35: 4194304, 0.0120954, 0.000268327, 0.246419, 4.36573
35: [       OK ] TEST_CATEGORY.global_2_local (6782 ms)
35: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
35: skipping test
35: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
35: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
35: skipping test
35: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
35: [ RUN      ] TEST_CATEGORY.scatter_view
35: ScatterView data-duplicated test:
35: num_threads 8
35: hand-coded test took 0.0264221 seconds
35: test took 0.0253495 seconds
35: num_threads 8
35: hand-coded test took 0.0231533 seconds
35: test took 0.0230923 seconds
35: num_threads 8
35: hand-coded test took 0.0263148 seconds
35: test took 0.0260547 seconds
35: num_threads 8
35: hand-coded test took 0.0241994 seconds
35: test took 0.0309481 seconds
35: num_threads 8
35: hand-coded test took 0.0263432 seconds
35: test took 0.023419 seconds
35: [       OK ] TEST_CATEGORY.scatter_view (323 ms)
35: [----------] 5 tests from TEST_CATEGORY (7154 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 5 tests from 1 test suite ran. (7154 ms total)
35: [  PASSED  ] 5 tests.
35/58 Test #35: Kokkos_ContainersPerformanceTest_OpenMP ....................   Passed    7.63 sec
test 36
      Start 36: Kokkos_ContainersPerformanceTest_HIP

36: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_HIP
36: Test timeout computed to be: 1500
36: [==========] Running 4 tests from 1 test suite.
36: [----------] Global test environment set-up.
36: [----------] 4 tests from TEST_CATEGORY
36: [ RUN      ] TEST_CATEGORY.dynrankview_perf
36: HIP
36:  DynRankView vs View: Initialization Only 
36:  View time (init only): 0.00461112
36:  View sum computation time: 0.00461112
36:  Strided View time (init only): 0.0016793
36:  View Rank7 time (init only): 0.00175392
36:  DynRankView time (init only): 0.00686189
36:  DynRankView sum computation time: 0.00155223
36:  Ratio of View to DynRankView time: 0.671991
36:  Ratio of View to DynRankView sum computation time: 0.905428
36:  Ratio of View to View Rank7  time: 2.62904
36:  Ratio of StrideView to DynRankView time: 0.244728
36:  Ratio of DynRankView to View Rank7  time: 3.91232
36: [       OK ] TEST_CATEGORY.dynrankview_perf (21 ms)
36: [ RUN      ] TEST_CATEGORY.global_2_local
36: HIP
36: size, create, generate, fill, find
36: 256, 0.00126048, 1.908e-05, 3.4439e-05, 0.00540836
36: 512, 0.00111502, 1.465e-05, 3.267e-05, 0.00464139
36: 1024, 0.0010501, 1.275e-05, 3.6569e-05, 0.00467217
36: 2048, 0.00107109, 1.358e-05, 3.803e-05, 0.00447795
36: 4096, 0.00107481, 1.304e-05, 3.9849e-05, 0.00456713
36: 8192, 0.000998697, 1.371e-05, 3.665e-05, 0.00468129
36: 16384, 0.00103006, 2.357e-05, 3.758e-05, 0.00458797
36: 32768, 0.0010927, 1.276e-05, 3.9249e-05, 0.00476983
36: 65536, 0.0011158, 1.35e-05, 4.402e-05, 0.00522628
36: 131072, 0.00102843, 1.4619e-05, 6.973e-05, 0.0060936
36: 262144, 0.0010796, 1.4529e-05, 0.000118128, 0.00774563
36: 524288, 0.00115752, 1.673e-05, 0.000292827, 0.0112668
36: 1048576, 0.000891769, 2.173e-05, 0.000686051, 0.0222666
36: 2097152, 0.00119253, 2.999e-05, 0.00157791, 0.0479908
28: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.001 s         0.001 s           522 1.24101k/s       1.6k
36: 4194304, 0.00136762, 4.295e-05, 0.00352242, 0.102974
36: [       OK ] TEST_CATEGORY.global_2_local (267 ms)
36: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
36: skipping test
36: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
36: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
36: skipping test
36: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
36: [----------] 4 tests from TEST_CATEGORY (288 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 4 tests from 1 test suite ran. (288 ms total)
36: [  PASSED  ] 4 tests.
36/58 Test #36: Kokkos_ContainersPerformanceTest_HIP .......................   Passed    0.75 sec
test 37
      Start 37: Kokkos_UnitTest_Sort

37: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
37: Test timeout computed to be: 1500
37: [==========] Running 17 tests from 2 test suites.
37: [----------] Global test environment set-up.
37: [----------] 1 test from hip_DeathTest
37: [ RUN      ] hip_DeathTest.SortByKeyKeysLargerThanValues
28: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.001 s         0.001 s           522 1.24468k/s       1.6k
28: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.011 s         0.011 s            61  143.739/s       1.6k
28: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.011 s         0.011 s            62  145.403/s       1.6k
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
37: [       OK ] hip_DeathTest.SortByKeyKeysLargerThanValues (3177 ms)
37: [----------] 1 test from hip_DeathTest (3177 ms total)
37: 
37: [----------] 16 tests from hip
37: [ RUN      ] hip.SortUnsignedValueType
37: [       OK ] hip.SortUnsignedValueType (26 ms)
37: [ RUN      ] hip.SortEmptyView
37: [       OK ] hip.SortEmptyView (0 ms)
37: [ RUN      ] hip.SortByKeyEmptyView
37: [       OK ] hip.SortByKeyEmptyView (0 ms)
37: [ RUN      ] hip.SortByKeyEmptyViewHost
37: [       OK ] hip.SortByKeyEmptyViewHost (0 ms)
37: [ RUN      ] hip.SortByKey
37: [       OK ] hip.SortByKey (9 ms)
37: [ RUN      ] hip.SortByKeyWithComparator
37: [       OK ] hip.SortByKeyWithComparator (1 ms)
37: [ RUN      ] hip.SortByKeyStaticExtents
37: [       OK ] hip.SortByKeyStaticExtents (0 ms)
37: [ RUN      ] hip.SortByKeyWithStrides
37: [       OK ] hip.SortByKeyWithStrides (0 ms)
37: [ RUN      ] hip.SortWithCustomComparator
37: [       OK ] hip.SortWithCustomComparator (85 ms)
37: [ RUN      ] hip.BinSortGenericTests
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
28: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.004 s         0.004 s           194  445.989/s       1.6k
37: [       OK ] hip.BinSortGenericTests (21 ms)
37: [ RUN      ] hip.BinSortEmptyView
37: [       OK ] hip.BinSortEmptyView (0 ms)
37: [ RUN      ] hip.BinSortEmptyKeysView
37: [       OK ] hip.BinSortEmptyKeysView (0 ms)
37: [ RUN      ] hip.BinSort_issue_7221
37: [       OK ] hip.BinSort_issue_7221 (0 ms)
37: [ RUN      ] hip.BinSortUnsignedKeyLayoutStrideValues
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
28: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.005 s         0.005 s           128  296.212/s       1.6k
28: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.001 s         0.001 s           522 1.24451k/s       1.6k
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
28: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.001 s         0.001 s           522 1.24504k/s       1.6k
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
28: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.012 s         0.012 s            57  133.572/s       1.6k
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
28: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.010 s         0.010 s            73  166.414/s       1.6k
28: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.001 s         0.001 s           522 1.24481k/s       1.6k
5: [       OK ] openacc_DeathTest.view_layoutstride_left_to_layoutright_assignment (14676 ms)
5: [ RUN      ] openacc_DeathTest.view_memory_access_violations_from_host
[ 76%] Built target Kokkos_CoreUnitTest_SYCL1A
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
28: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.001 s         0.001 s           523 1.24473k/s       1.6k
28: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.013 s         0.013 s            52  121.299/s       1.6k
28: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.010 s         0.010 s            70  159.635/s       1.6k
[ 76%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
28: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.001 s         0.001 s           522 1.24492k/s       1.6k
28: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.001 s         0.001 s           522 1.24479k/s       1.6k
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
1: [       OK ] openmp_DeathTest.view_out_of_bounds_access (13098 ms)
1: [ RUN      ] openmp_DeathTest.view_subview_wrong_extents
28: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.013 s         0.013 s            53  123.123/s       1.6k
37: [       OK ] hip.BinSortUnsignedKeyLayoutStrideValues (8893 ms)
37: [ RUN      ] hip.NestedSort
37: [       OK ] hip.NestedSort (40 ms)
37: [ RUN      ] hip.NestedSortByKey
37: [       OK ] hip.NestedSortByKey (104 ms)
37: [----------] 16 tests from hip (9184 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 17 tests from 2 test suites ran. (12361 ms total)
37: [  PASSED  ] 17 tests.
37/58 Test #37: Kokkos_UnitTest_Sort .......................................   Passed   12.84 sec
test 38
      Start 38: Kokkos_UnitTest_Random

38: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_UnitTest_Random
38: Test timeout computed to be: 1500
38: [==========] Running 3 tests from 1 test suite.
38: [----------] Global test environment set-up.
38: [----------] 3 tests from hip
38: [ RUN      ] hip.Random_XorShift64
38: Test Seed:1757572230224616809
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.45775e-07 0.00729778 0.0102218 || 0.051031 28077 29388 || 28466.6 28674.4 || 141.307 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.5082e-07 0.00609704 -0.00146853 || 0.051031 1e+64 -1e+64
38: Test Scalar=unsigned int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 -0.00946385 -0.00434167 || 0.051031 28037 29352 || 28948.4 28674.4 || -60.0192 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.00683955 -0.00122197 || 0.051031 1e+64 -1e+64
38: Test Scalar=int64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 0.00973629 0.0152629 || 0.051031 27962 29307 || 28397.9 28674.4 || 210.994 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.00283311 0.0064483 || 0.051031 1e+64 -1e+64
38: Test Scalar=uint64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 0.00578689 0.00144921 || 0.051031 27913 29294 || 28509.4 28674.4 || 20.0339 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.00101186 -0.00997847 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000244041 -0.99999 -48247.8 || 0.051031 0 194898 || 2.92865e+09 28674.4 || -6.66977e+08 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 0.000731026 -0.318071 0.155652 || 0.051031 1e+64 -1e+64
38: Test Scalar=bhalf
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.83613e-07 -0.0172509 -0.0275175 || 0.051031 27994 29395 || 29177.7 28674.4 || -380.401 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.64335e-07 -0.00451765 -0.00488958 || 0.051031 1e+64 -1e+64
38: Test Scalar=float
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.65955e-07 0.00981535 -0.0122202 || 0.051031 28014 29308 || 28395.7 28674.4 || -168.932 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.11361e-07 0.0175019 -0.00911734 || 0.051031 1e+64 -1e+64
38: Test Scalar=double
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 0.0258841 0.0131649 || 0.051031 28072 29358 || 27950.9 28674.4 || 181.992 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.00701417 -0.00203471 || 0.051031 1e+64 -1e+64
38: Test Seed:1757572230363496244
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 -0.00948062 0.0159509 || 0.051031 27931 29294 || 28948.8 28674.4 || 220.505 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.010807 0.00681718 || 0.051031 1e+64 -1e+64
38: Test Scalar=unsigned int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 -0.0024728 0.00138545 || 0.051031 28080 29428 || 28745.5 28674.4 || 19.1524 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.0101082 -0.0017368 || 0.051031 1e+64 -1e+64
38: Test Scalar=int64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 -0.00870446 -0.00793307 || 0.051031 28068 29382 || 28926.2 28674.4 || -109.667 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.00376544 0.0043771 || 0.051031 1e+64 -1e+64
38: Test Scalar=uint64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 0.0185342 -0.0100074 || 0.051031 27981 29351 || 28152.6 28674.4 || -138.342 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.0112145 0.000541031 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000245836 -0.99999 -48243.1 || 0.051031 0 194913 || 2.92879e+09 28674.4 || -6.66913e+08 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 0.000736452 -0.314295 0.152494 || 0.051031 1e+64 -1e+64
38: Test Scalar=bhalf
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.93703e-07 -0.0108073 -0.00404186 || 0.051031 28028 29298 || 28987.7 28674.4 || -55.8746 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.94606e-07 -0.0165599 -0.00165153 || 0.051031 1e+64 -1e+64
38: Test Scalar=float
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.78568e-07 0.00473112 0.00285087 || 0.051031 28036 29359 || 28539.4 28674.4 || 39.4105 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.49199e-07 0.000113481 -0.00184986 || 0.051031 1e+64 -1e+64
38: Test Scalar=double
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 -0.0155058 -0.0177566 || 0.051031 28031 29299 || 29126 28674.4 || -245.467 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.00574662 -0.00512845 || 0.051031 1e+64 -1e+64
38: [       OK ] hip.Random_XorShift64 (260 ms)
38: [ RUN      ] hip.Random_XorShift1024_0
38: Test Seed:1757572230484993199
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 -0.00837571 -0.00483032 || 0.051031 10980 11789 || 11473.1 11377 || -66.7744 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.00687964 -0.000114998 || 0.051031 1e+64 -1e+64
38: Test Scalar=unsigned int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 -0.00883876 -0.00572658 || 0.051031 10972 11764 || 11478.4 11377 || -79.1642 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.00516652 0.00318273 || 0.051031 1e+64 -1e+64
38: Test Scalar=int64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 -0.00861728 0.00244403 || 0.051031 10982 11793 || 11475.8 11377 || 33.7863 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.0100373 -0.00188872 || 0.051031 1e+64 -1e+64
38: Test Scalar=uint64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 -0.0123509 -0.00521586 || 0.051031 10985 11788 || 11519.2 11377 || -72.104 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.0103204 -0.000834135 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000245288 -0.999975 -7594.16 || 0.051031 0 77659 || 4.60974e+08 11377 || -1.04982e+08 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 0.00073548 -0.14514 0.0265215 || 0.051031 1e+64 -1e+64
38: Test Scalar=bhalf
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.67029e-07 0.00563299 0.0022229 || 0.051031 10997 11767 || 11313.2 11377 || 30.7294 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 3.05176e-07 0.00170392 -0.000967562 || 0.051031 1e+64 -1e+64
38: Test Scalar=float
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.79744e-07 -0.011906 0.00828709 || 0.051031 10935 11764 || 11514 11377 || 114.561 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 3.43323e-07 -0.0221063 -0.00232681 || 0.051031 1e+64 -1e+64
38: Test Scalar=double
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 -0.0100944 -0.00525877 || 0.051031 10984 11749 || 11493 11377 || -72.6973 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.0152637 0.000692672 || 0.051031 1e+64 -1e+64
38: Test Seed:1757572230572829113
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 0.00282869 -0.00475127 || 0.051031 10977 11791 || 11344.9 11377 || -65.6816 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.00845095 0.00135139 || 0.051031 1e+64 -1e+64
38: Test Scalar=unsigned int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 -0.00324862 0.00980601 || 0.051031 10990 11828 || 11414 11377 || 135.558 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.00999936 0.000526431 || 0.051031 1e+64 -1e+64
38: Test Scalar=int64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 -0.00276255 -0.00607608 || 0.051031 10934 11753 || 11408.5 11377 || -83.9958 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.000685864 0.00147521 || 0.051031 1e+64 -1e+64
38: Test Scalar=uint64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 0.00303463 -0.00513332 || 0.051031 10985 11779 || 11342.5 11377 || -70.963 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.012653 0.00155951 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000244709 -0.999975 -7595.01 || 0.051031 0 77700 || 4.61039e+08 11377 || -1.04993e+08 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 0.000733818 -0.143989 0.0264454 || 0.051031 1e+64 -1e+64
38: Test Scalar=bhalf
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.67029e-07 -0.00550978 0.00177201 || 0.051031 10939 11814 || 11440 11377 || 24.4962 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 3.05176e-07 0.00299547 -0.00194259 || 0.051031 1e+64 -1e+64
38: Test Scalar=float
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.86102e-07 -0.00816974 0.00584961 || 0.051031 10949 11871 || 11470.7 11377 || 80.865 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 3.62396e-07 -0.0149887 0.0062069 || 0.051031 1e+64 -1e+64
38: Test Scalar=double
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 0.017007 -0.00311634 || 0.051031 10958 11784 || 11186.7 11377 || -43.0803 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.00215994 -0.0017985 || 0.051031 1e+64 -1e+64
38: [       OK ] hip.Random_XorShift1024_0 (207 ms)
38: [ RUN      ] hip.Multi_streams
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
28: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.013 s         0.013 s            50  118.765/s       1.6k
38: [       OK ] hip.Multi_streams (672 ms)
38: [----------] 3 tests from hip (1141 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 3 tests from 1 test suite ran. (1141 ms total)
38: [  PASSED  ] 3 tests.
38/58 Test #38: Kokkos_UnitTest_Random .....................................   Passed    1.63 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_A

39: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
39: Test timeout computed to be: 1500
39: [==========] Running 16 tests from 4 test suites.
39: [----------] Global test environment set-up.
39: [----------] 1 test from std_algorithms_DeathTest
39: [ RUN      ] std_algorithms_DeathTest.expect_no_overlap
28: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                      0.001 s         0.001 s           569 1.34733k/s       1.6k
28: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    0.001 s         0.001 s           569 1.34696k/s       1.6k
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
28: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                     0.001 s         0.001 s           569 1.34765k/s       1.6k
28: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                     0.001 s         0.001 s           569 1.34757k/s       1.6k
28: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s          1243 1.49061k/s        800
28: 
28: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
28:                                  does not support page migration between device and host.
28:                                  HIPManagedSpace might not work as expected.
28:                                  Please refer to the ROCm documentation on unified/managed memory.
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
28: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time                                                                                                       0.034 s         0.033 s            16  23.8695/s        800
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
28: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s          1259 1.49479k/s        800
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_WithoutInitializing.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o
28: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time                                                                                                      0.032 s         0.032 s            22  24.6614/s        800
28: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s          1257 1.49439k/s        800
39: [       OK ] std_algorithms_DeathTest.expect_no_overlap (7959 ms)
39: [----------] 1 test from std_algorithms_DeathTest (7959 ms total)
39: 
39: [----------] 3 tests from std_algorithms_reducers
39: [ RUN      ] std_algorithms_reducers.max_first_loc
39: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
39: [ RUN      ] std_algorithms_reducers.min_first_loc
39: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
39: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
39: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
39: [----------] 3 tests from std_algorithms_reducers (0 ms total)
39: 
39: [----------] 1 test from std_algorithms
39: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
39: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
39: [----------] 1 test from std_algorithms (0 ms total)
39: 
39: [----------] 11 tests from random_access_iterator_test
39: [ RUN      ] random_access_iterator_test.constructor
39: [       OK ] random_access_iterator_test.constructor (3 ms)
39: [ RUN      ] random_access_iterator_test.constructiblity
39: [       OK ] random_access_iterator_test.constructiblity (0 ms)
39: [ RUN      ] random_access_iterator_test.dereference
39: [       OK ] random_access_iterator_test.dereference (2 ms)
39: [ RUN      ] random_access_iterator_test.subscript_operator
39: [       OK ] random_access_iterator_test.subscript_operator (0 ms)
39: [ RUN      ] random_access_iterator_test.operatorsSet1
39: [       OK ] random_access_iterator_test.operatorsSet1 (0 ms)
39: [ RUN      ] random_access_iterator_test.operatorsSet2
39: [       OK ] random_access_iterator_test.operatorsSet2 (0 ms)
39: [ RUN      ] random_access_iterator_test.operatorsSet3
39: [       OK ] random_access_iterator_test.operatorsSet3 (0 ms)
39: [ RUN      ] random_access_iterator_test.operatorsSet4
39: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
39: [ RUN      ] random_access_iterator_test.assignment_operator
39: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
39: [ RUN      ] random_access_iterator_test.distance
39: [       OK ] random_access_iterator_test.distance (0 ms)
39: [ RUN      ] random_access_iterator_test.traits_helpers
39: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
39: [----------] 11 tests from random_access_iterator_test (9 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 16 tests from 4 test suites ran. (7968 ms total)
39: [  PASSED  ] 16 tests.
39/58 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_A .........................   Passed    8.43 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_B

40: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
40: Test timeout computed to be: 1500
28: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s          1251 1.49285k/s        800
40: [==========] Running 7 tests from 1 test suite.
40: [----------] Global test environment set-up.
40: [----------] 7 tests from std_algorithms_min_max_element_test
40: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
40: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms)
40: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
40: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
40: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
40: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (14 ms)
40: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
40: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (8 ms)
40: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
40: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (8 ms)
40: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
40: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (8 ms)
40: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
40: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (13 ms)
40: [----------] 7 tests from std_algorithms_min_max_element_test (54 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 7 tests from 1 test suite ran. (54 ms total)
40: [  PASSED  ] 7 tests.
40/58 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_B .........................   Passed    0.51 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_C

41: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
41: Test timeout computed to be: 1500
41: [==========] Running 13 tests from 10 test suites.
41: [----------] Global test environment set-up.
41: [----------] 1 test from std_algorithms_lexicographical_compare_test
41: [ RUN      ] std_algorithms_lexicographical_compare_test.test
41: [       OK ] std_algorithms_lexicographical_compare_test.test (31 ms)
41: [----------] 1 test from std_algorithms_lexicographical_compare_test (31 ms total)
41: 
41: [----------] 1 test from std_algorithms_for_each_test
41: [ RUN      ] std_algorithms_for_each_test.test
41: [       OK ] std_algorithms_for_each_test.test (58 ms)
41: [----------] 1 test from std_algorithms_for_each_test (58 ms total)
41: 
41: [----------] 1 test from std_algorithms_find_test
41: [ RUN      ] std_algorithms_find_test.test
41: [       OK ] std_algorithms_find_test.test (38 ms)
41: [----------] 1 test from std_algorithms_find_test (38 ms total)
41: 
41: [----------] 4 tests from std_algorithms_non_mod_seq_ops
41: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
28: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s          1247 1.49446k/s        800
41: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (566 ms)
41: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
28: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s          1250 1.47563k/s        800
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
41: [       OK ] std_algorithms_non_mod_seq_ops.find_end (598 ms)
41: [ RUN      ] std_algorithms_non_mod_seq_ops.search
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 76%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
41: [       OK ] std_algorithms_non_mod_seq_ops.search (566 ms)
41: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
28: ViewFill_Rank1Strided/N:10/manual_time                                                                                                                                         0.002 s         0.002 s           443  259.773/s        400
28: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s          1248 1.49135k/s        800
41: [       OK ] std_algorithms_non_mod_seq_ops.search_n (399 ms)
41: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2131 ms total)
41: 
41: [----------] 1 test from std_algorithms_count_test
41: [ RUN      ] std_algorithms_count_test.test
41: [       OK ] std_algorithms_count_test.test (27 ms)
41: [----------] 1 test from std_algorithms_count_test (27 ms total)
41: 
41: [----------] 1 test from std_algorithms_equal_test
41: [ RUN      ] std_algorithms_equal_test.test
41: [       OK ] std_algorithms_equal_test.test (22 ms)
41: [----------] 1 test from std_algorithms_equal_test (22 ms total)
41: 
41: [----------] 1 test from std_algorithms_all_any_none_of_test
41: [ RUN      ] std_algorithms_all_any_none_of_test.test
41: [       OK ] std_algorithms_all_any_none_of_test.test (38 ms)
41: [----------] 1 test from std_algorithms_all_any_none_of_test (38 ms total)
41: 
41: [----------] 1 test from std_algorithms_nonmod_seq_ops
41: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
41: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (75 ms)
41: [----------] 1 test from std_algorithms_nonmod_seq_ops (75 ms total)
41: 
41: [----------] 1 test from std_algorithms_mismatch_test
41: [ RUN      ] std_algorithms_mismatch_test.test
41: [       OK ] std_algorithms_mismatch_test.test (87 ms)
41: [----------] 1 test from std_algorithms_mismatch_test (87 ms total)
41: 
41: [----------] 1 test from std_algorithms_mod_seq_ops
41: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
41: [       OK ] std_algorithms_mod_seq_ops.move_backward (63 ms)
41: [----------] 1 test from std_algorithms_mod_seq_ops (63 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 13 tests from 10 test suites ran. (2574 ms total)
41: [  PASSED  ] 13 tests.
41/58 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    3.08 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_D

42: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
42: Test timeout computed to be: 1500
42: [==========] Running 31 tests from 5 test suites.
42: [----------] Global test environment set-up.
42: [----------] 3 tests from std_algorithms_mod_ops_test
42: [ RUN      ] std_algorithms_mod_ops_test.move
42: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
42: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
42: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (3 ms)
42: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
42: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
42: [----------] 3 tests from std_algorithms_mod_ops_test (3 ms total)
42: 
42: [----------] 12 tests from std_algorithms_mod_seq_ops_test
42: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
42: [       OK ] std_algorithms_mod_seq_ops_test.copy (4 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
42: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
42: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
42: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
42: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
42: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
42: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
42: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
42: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
42: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
42: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
42: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
42: [----------] 12 tests from std_algorithms_mod_seq_ops_test (8 ms total)
42: 
42: [----------] 4 tests from std_algorithms_replace_ops_test
42: [ RUN      ] std_algorithms_replace_ops_test.replace
42: [       OK ] std_algorithms_replace_ops_test.replace (38 ms)
42: [ RUN      ] std_algorithms_replace_ops_test.replace_if
42: [       OK ] std_algorithms_replace_ops_test.replace_if (123 ms)
42: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
28: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s          1248 1.49346k/s        800
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
42: [       OK ] std_algorithms_replace_ops_test.replace_copy (67 ms)
42: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
42: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (61 ms)
42: [----------] 4 tests from std_algorithms_replace_ops_test (290 ms total)
42: 
42: [----------] 11 tests from std_algorithms_mod_seq_ops
42: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
42: [       OK ] std_algorithms_mod_seq_ops.copy_if (45 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.unique
42: [       OK ] std_algorithms_mod_seq_ops.unique (96 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
42: [       OK ] std_algorithms_mod_seq_ops.unique_copy (57 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove
42: [       OK ] std_algorithms_mod_seq_ops.remove (42 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
42: [       OK ] std_algorithms_mod_seq_ops.remove_if (45 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
42: [       OK ] std_algorithms_mod_seq_ops.remove_copy (160 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
28: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s          1248 1.49334k/s        800
42: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (43 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.rotate
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
28: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s          1251 1.49469k/s        800
[ 76%] Built target Kokkos_UnitTest_Random
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
42: [       OK ] std_algorithms_mod_seq_ops.rotate (1280 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
28: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s          1248 1.49421k/s        800
42: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (515 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
28: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s          1244 1.49465k/s        800
28: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s          1244 1.49366k/s        800
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
1: [       OK ] openmp_DeathTest.view_subview_wrong_extents (19064 ms)
1: [ RUN      ] openmp_DeathTest.view_subview_constructor_layout_compatibility
42: [       OK ] std_algorithms_mod_seq_ops.shift_left (1556 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
1: [       OK ] openmp_DeathTest.view_subview_constructor_layout_compatibility (1544 ms)
1: [----------] 20 tests from openmp_DeathTest (398185 ms total)
1: 
1: [----------] 1 test from openmp_graph_DeathTest
1: [ RUN      ] openmp_graph_DeathTest.can_instantiate_only_once
28: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s          1245 1.49331k/s        800
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
28: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s          1251 1.48755k/s        800
42: [       OK ] std_algorithms_mod_seq_ops.shift_right (1554 ms)
42: [----------] 11 tests from std_algorithms_mod_seq_ops (5398 ms total)
42: 
42: [----------] 1 test from std_algorithms_modseq_test
42: [ RUN      ] std_algorithms_modseq_test.reverse
42: [       OK ] std_algorithms_modseq_test.reverse (69 ms)
42: [----------] 1 test from std_algorithms_modseq_test (69 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 31 tests from 5 test suites ran. (5770 ms total)
42: [  PASSED  ] 31 tests.
42/58 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    6.26 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_E

43: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
43: Test timeout computed to be: 1500
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
28: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s          1247 1.49385k/s        800
43: [==========] Running 29 tests from 7 test suites.
43: [----------] Global test environment set-up.
43: [----------] 2 tests from std_algorithms_sorting_ops_test
43: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
43: [       OK ] std_algorithms_sorting_ops_test.is_sorted (15 ms)
43: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
43: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (15 ms)
43: [----------] 2 tests from std_algorithms_sorting_ops_test (30 ms total)
43: 
43: [----------] 4 tests from std_algorithms_partitioning_test
43: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
43: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
43: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
43: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (3 ms)
43: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
43: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms)
43: [ RUN      ] std_algorithms_partitioning_test.partition_point
43: [       OK ] std_algorithms_partitioning_test.partition_point (1 ms)
43: [----------] 4 tests from std_algorithms_partitioning_test (6 ms total)
43: 
43: [----------] 1 test from std_algorithms_partitioning_ops
43: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
43: [       OK ] std_algorithms_partitioning_ops.partition_copy (39 ms)
43: [----------] 1 test from std_algorithms_partitioning_ops (39 ms total)
43: 
43: [----------] 12 tests from std_algorithms_numerics_test
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (9 ms)
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms)
43: [----------] 12 tests from std_algorithms_numerics_test (21 ms total)
43: 
43: [----------] 1 test from std_algorithms_numerics_ops_test
43: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
1: [       OK ] openmp_graph_DeathTest.can_instantiate_only_once (1685 ms)
1: [----------] 1 test from openmp_graph_DeathTest (1685 ms total)
1: 
1: [----------] 354 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 (2 ms)
1: [ RUN      ] openmp.atomic_operations_complexfloat
1: [       OK ] openmp.atomic_operations_complexfloat (2 ms)
1: [ RUN      ] openmp.atomic_operations_double
1: [       OK ] openmp.atomic_operations_double (2 ms)
1: [ RUN      ] openmp.atomic_operations_float
1: [       OK ] openmp.atomic_operations_float (2 ms)
1: [ RUN      ] openmp.atomic_operations_int8
1: [       OK ] openmp.atomic_operations_int8 (5 ms)
1: [ RUN      ] openmp.atomic_operations_int16
1: [       OK ] openmp.atomic_operations_int16 (5 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 (4 ms)
1: [ RUN      ] openmp.atomic_operations_unsignedlong
1: [       OK ] openmp.atomic_operations_unsignedlong (4 ms)
1: [ RUN      ] openmp.atomics
1: [       OK ] openmp.atomics (14 ms)
1: [ RUN      ] openmp.atomics_tpetra_max_abs
1: [       OK ] openmp.atomics_tpetra_max_abs (0 ms)
1: [ RUN      ] openmp.atomic_views_integral
43: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (96 ms)
43: [----------] 1 test from std_algorithms_numerics_ops_test (96 ms total)
43: 
43: [----------] 8 tests from std_algorithms_numeric_ops_test
43: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
28: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                              0.001 s         0.001 s          1250 1.48929k/s        800
1: [       OK ] openmp.atomic_views_integral (480 ms)
1: [ RUN      ] openmp.atomic_views_nonintegral
1: [       OK ] openmp.atomic_views_nonintegral (336 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 (3 ms)
1: [ RUN      ] openmp.crs_copy_constructor
1: [       OK ] openmp.crs_copy_constructor (13 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_0
1: [       OK ] openmp.deep_copy_assignable_types_rank_0 (9 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_1
1: [       OK ] openmp.deep_copy_assignable_types_rank_1 (0 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_2
1: [       OK ] openmp.deep_copy_assignable_types_rank_2 (0 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_3
1: [       OK ] openmp.deep_copy_assignable_types_rank_3 (0 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_4
1: [       OK ] openmp.deep_copy_assignable_types_rank_4 (0 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_5
1: [       OK ] openmp.deep_copy_assignable_types_rank_5 (0 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_6
1: [       OK ] openmp.deep_copy_assignable_types_rank_6 (0 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_7
1: [       OK ] openmp.deep_copy_assignable_types_rank_7 (0 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_8
1: [       OK ] openmp.deep_copy_assignable_types_rank_8 (0 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_1_half
1: [       OK ] openmp.deep_copy_assignable_types_rank_1_half (0 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_2_half
1: [       OK ] openmp.deep_copy_assignable_types_rank_2_half (0 ms)
1: [ RUN      ] openmp.deep_copy_assignable_types_rank_3_half
1: [       OK ] openmp.deep_copy_assignable_types_rank_3_half (0 ms)
1: [ RUN      ] openmp.deep_copy_narrowing_rank_0
1: [       OK ] openmp.deep_copy_narrowing_rank_0 (2 ms)
1: [ RUN      ] openmp.deep_copy_narrowing_rank_1
1: [       OK ] openmp.deep_copy_narrowing_rank_1 (0 ms)
1: [ RUN      ] openmp.deep_copy_narrowing_rank_2
1: [       OK ] openmp.deep_copy_narrowing_rank_2 (0 ms)
1: [ RUN      ] openmp.deep_copy_narrowing_rank_3
1: [       OK ] openmp.deep_copy_narrowing_rank_3 (0 ms)
1: [ RUN      ] openmp.deep_copy_narrowing_rank_4
1: [       OK ] openmp.deep_copy_narrowing_rank_4 (0 ms)
1: [ RUN      ] openmp.deep_copy_narrowing_rank_5
1: [       OK ] openmp.deep_copy_narrowing_rank_5 (0 ms)
1: [ RUN      ] openmp.deep_copy_narrowing_rank_6
1: [       OK ] openmp.deep_copy_narrowing_rank_6 (0 ms)
1: [ RUN      ] openmp.deep_copy_narrowing_rank_7
1: [       OK ] openmp.deep_copy_narrowing_rank_7 (0 ms)
1: [ RUN      ] openmp.deep_copy_narrowing_rank_8
1: [       OK ] openmp.deep_copy_narrowing_rank_8 (0 ms)
1: [ RUN      ] openmp.deep_copy_alignment
1: [       OK ] openmp.deep_copy_alignment (10 ms)
1: [ RUN      ] openmp.deep_copy_conversion
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
1: [       OK ] openmp.deep_copy_conversion (103 ms)
1: [ RUN      ] openmp.partitioning_by_args
1: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpacePartitioning.hpp:131: Skipped
1: The OpenMP configuration doesn't allow nested parallelism
1: [  SKIPPED ] openmp.partitioning_by_args (0 ms)
1: [ RUN      ] openmp.partitioning_by_args_with_structured_bindings
1: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpacePartitioning.hpp:131: Skipped
1: The OpenMP configuration doesn't allow nested parallelism
1: [  SKIPPED ] openmp.partitioning_by_args_with_structured_bindings (0 ms)
1: [ RUN      ] openmp.partitioning_by_vector
1: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpacePartitioning.hpp:131: Skipped
1: The OpenMP configuration doesn't allow nested parallelism
1: [  SKIPPED ] openmp.partitioning_by_vector (0 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_range
1: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped
1: The OpenMP configuration doesn't allow nested parallelism
1: [  SKIPPED ] openmp.exec_space_thread_safety_range (0 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_mdrange
1: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped
1: The OpenMP configuration doesn't allow nested parallelism
1: [  SKIPPED ] openmp.exec_space_thread_safety_mdrange (0 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_team_policy
1: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped
1: The OpenMP configuration doesn't allow nested parallelism
1: [  SKIPPED ] openmp.exec_space_thread_safety_team_policy (0 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_range_reduce
1: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped
1: The OpenMP configuration doesn't allow nested parallelism
1: [  SKIPPED ] openmp.exec_space_thread_safety_range_reduce (0 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_mdrange_reduce
1: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped
1: The OpenMP configuration doesn't allow nested parallelism
1: [  SKIPPED ] openmp.exec_space_thread_safety_mdrange_reduce (0 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_team_policy_reduce
1: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped
1: The OpenMP configuration doesn't allow nested parallelism
1: [  SKIPPED ] openmp.exec_space_thread_safety_team_policy_reduce (0 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_range_scan
1: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped
1: The OpenMP configuration doesn't allow nested parallelism
1: [  SKIPPED ] openmp.exec_space_thread_safety_range_scan (0 ms)
1: [ RUN      ] openmp.execution_space_as_class_data_member
1: [       OK ] openmp.execution_space_as_class_data_member (0 ms)
1: [ RUN      ] openmp.functor_analysis
1: [       OK ] openmp.functor_analysis (0 ms)
1: [ RUN      ] openmp.when_all_type
1: [       OK ] openmp.when_all_type (0 ms)
1: [ RUN      ] openmp.graph_capture
1: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:1105: Skipped
1: The graph backend for OpenMP does not support capture.
1: [  SKIPPED ] openmp.graph_capture (0 ms)
1: [ RUN      ] openmp.graph_then
1: [       OK ] openmp.graph_then (0 ms)
1: [ RUN      ] openmp.then_host
1: [       OK ] openmp.then_host (0 ms)
1: [ RUN      ] openmp.mixed_then_host_device_nodes
1: [       OK ] openmp.mixed_then_host_device_nodes (0 ms)
1: [ RUN      ] openmp.graph_then_tag
1: [       OK ] openmp.graph_then_tag (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.join_backward_compatibility
1: [       OK ] openmp.join_backward_compatibility (0 ms)
1: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutleft
43: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (816 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
43: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
28: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                             0.001 s         0.001 s          1251 1.49142k/s        800
28: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 4.97365k/s       1.6k
28: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10   7.421k/s       1.6k
28: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 5.62756k/s       1.6k
28: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 3.62887k/s       1.6k
28: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 6.39469k/s       1.6k
28: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 3.94109k/s       1.6k
28: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 11.8992k/s       1.6k
28: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 11.6886k/s       1.6k
28: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 7.71929k/s       1.6k
28: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 5.40905k/s       1.6k
28: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 9.15977k/s       1.6k
28: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10  4.8913k/s       1.6k
28: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 4.87517k/s       1.6k
28: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 4.01659k/s       1.6k
28: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 4.25401k/s       1.6k
28: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.000 s            10 3.19986k/s       1.6k
28: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 7.56663k/s       1.6k
28: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10  4.9377k/s       1.6k
28: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 5.31191k/s       1.6k
28: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 3.80836k/s       1.6k
28: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.001 s         0.001 s            10 2.64548k/s       1.6k
28: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.001 s            10  2.1265k/s       1.6k
28: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.001 s         0.001 s            10 3.16725k/s       1.6k
28: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.001 s         0.001 s            10 2.35196k/s       1.6k
28: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 4.00743k/s       1.6k
28: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 4.94355k/s       1.6k
28: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 5.37771k/s       1.6k
28: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 5.92633k/s       1.6k
28: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.001 s         0.001 s            10 2.93214k/s       1.6k
28: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 4.39501k/s       1.6k
28: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 3.62431k/s       1.6k
28: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 5.55628k/s       1.6k
28: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                       0.001 s         0.001 s            10 1.12105k/s       1.6k
28: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                      0.003 s         0.001 s            10   462.56/s       1.6k
28/58 Test #28: Kokkos_PerformanceTest_Benchmark ...........................   Passed  155.45 sec
test 29
      Start 29: Kokkos_Benchmark_Atomic_MinMax

29: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-09-11_T05-51-55.json"
29: Test timeout computed to be: 1500
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
43: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (746 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
43: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
29: 2025-09-11T06:23:20+00:00
29: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
29: Run on (128 X 1996.11 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: 4.20, 6.04, 9.07
29: APU or dGPU: dGPU
29: Architecture capable of accessing system allocated memory: 1
29: CPU architecture: none
29: Default Device: HIP
29: GPU architecture: AMD_GFX90A
29: Is Large Bar: 1
29: KOKKOS_COMPILER_CLANG: 1800
29: KOKKOS_ENABLE_ASM: 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: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
29: Kokkos Version: 4.7.99
29: Kokkos::HIP[ 0 ] gcnArch gfx90a:sramecc+:xnack-: Selected
29: Shared Memory per Block: 64 KiB
29: Supports Managed Memory: 1
29: System allows accessing system allocated memory on GPU: 0
29: Total Global Memory: 63.98 GiB
29: Wavefront Size: 64
29: XNACK environment variable set: no
29: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
29: macro  HIP_VERSION: 60241133 = version 6.2.41133
29: macro  KOKKOS_ENABLE_HIP: defined
29: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
29: macro KOKKOS_ENABLE_ROCTHRUST: defined
29: mdspan: enabled
29: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
29: platform: 64bit
29: ----------------------------------------------------------------------------------------------------------------------------------------
29: Benchmark                                                                                              Time             CPU   Iterations
29: ----------------------------------------------------------------------------------------------------------------------------------------
29: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
29: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
29: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
29: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
29: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
29: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
29: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
29: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
29: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
29: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
29: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
29: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
29: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
29: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
29: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
29: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
29: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
29: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
29: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
29: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
29: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
29: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
29: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
29: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
29: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
29: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
29: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
29: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
29: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
29: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
29: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
29: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
29: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
29: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
29: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
29: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
29: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
29: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
29: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
29: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
29: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
29: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
29: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
29: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
29: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
29: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
29: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
29: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
29/58 Test #29: Kokkos_Benchmark_Atomic_MinMax .............................   Passed    0.51 sec
test 30
      Start 30: Kokkos_PerformanceTest_ViewFirstTouch

30: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-09-11_T05-51-55.json"
30: Test timeout computed to be: 1500
43: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (237 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
43: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
30: 2025-09-11T06:23:21+00:00
30: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch
30: Run on (128 X 1996.11 MHz CPU s)
30: CPU Caches:
30:   L1 Data 32 KiB (x128)
30:   L1 Instruction 32 KiB (x128)
30:   L2 Unified 512 KiB (x128)
30:   L3 Unified 16384 KiB (x32)
30: Load Average: 4.20, 6.04, 9.07
30: APU or dGPU: dGPU
30: Architecture capable of accessing system allocated memory: 1
30: CPU architecture: none
30: Default Device: HIP
30: GPU architecture: AMD_GFX90A
30: Is Large Bar: 1
30: KOKKOS_COMPILER_CLANG: 1800
30: KOKKOS_ENABLE_ASM: no
30: KOKKOS_ENABLE_CXX20: yes
30: KOKKOS_ENABLE_CXX23: no
30: KOKKOS_ENABLE_CXX26: no
30: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
30: KOKKOS_ENABLE_HIP: yes
30: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
30: KOKKOS_ENABLE_HWLOC: no
30: KOKKOS_ENABLE_LIBDL: yes
30: KOKKOS_ENABLE_PRAGMA_IVDEP: no
30: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
30: KOKKOS_ENABLE_PRAGMA_UNROLL: no
30: KOKKOS_ENABLE_PRAGMA_VECTOR: no
30: KOKKOS_ENABLE_SERIAL: yes
30: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
30: Kokkos Version: 4.7.99
30: Kokkos::HIP[ 0 ] gcnArch gfx90a:sramecc+:xnack-: Selected
30: Shared Memory per Block: 64 KiB
30: Supports Managed Memory: 1
30: System allows accessing system allocated memory on GPU: 0
30: Total Global Memory: 63.98 GiB
30: Wavefront Size: 64
30: XNACK environment variable set: no
30: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
30: macro  HIP_VERSION: 60241133 = version 6.2.41133
30: macro  KOKKOS_ENABLE_HIP: defined
30: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
30: macro KOKKOS_ENABLE_ROCTHRUST: defined
30: mdspan: enabled
30: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
30: platform: 64bit
43: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (387 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
43: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
43: [----------] 8 tests from std_algorithms_numeric_ops_test (2188 ms total)
43: 
43: [----------] 1 test from std_algorithms_transform_ops_test
43: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
43: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (46 ms)
43: [----------] 1 test from std_algorithms_transform_ops_test (46 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 29 tests from 7 test suites ran. (2430 ms total)
43: [  PASSED  ] 29 tests.
43/58 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    2.92 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

44: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
44: Test timeout computed to be: 1500
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
44: [==========] Running 12 tests from 7 test suites.
44: [----------] Global test environment set-up.
44: [----------] 2 tests from std_algorithms_adjacent_find_team_test
44: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
30: ------------------------------------------------------------------------------------------------------------------------------------
30: Benchmark                                                                    Time             CPU   Iterations  FOM: GB/s         MB
30: ------------------------------------------------------------------------------------------------------------------------------------
30: ViewFirstTouch_Initialize<double>/N:64/manual_time                       0.000 s         0.000 s          4893 3.58519m/s       512u
44: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (423 ms)
44: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
44: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (467 ms)
44: [----------] 2 tests from std_algorithms_adjacent_find_team_test (890 ms total)
44: 
44: [----------] 2 tests from std_algorithms_count_team_test
44: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
44: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (201 ms)
44: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
44: [       OK ] std_algorithms_count_team_test.count_returns_zero (168 ms)
44: [----------] 2 tests from std_algorithms_count_team_test (370 ms total)
44: 
44: [----------] 1 test from std_algorithms_count_if_team_test
44: [ RUN      ] std_algorithms_count_if_team_test.test
44: [       OK ] std_algorithms_count_if_team_test.test (213 ms)
44: [----------] 1 test from std_algorithms_count_if_team_test (213 ms total)
44: 
44: [----------] 1 test from std_algorithms_for_each_team_test
44: [ RUN      ] std_algorithms_for_each_team_test.test
44: [       OK ] std_algorithms_for_each_team_test.test (288 ms)
44: [----------] 1 test from std_algorithms_for_each_team_test (288 ms total)
44: 
44: [----------] 1 test from std_algorithms_for_each_n_team_test
44: [ RUN      ] std_algorithms_for_each_n_team_test.test
44: [       OK ] std_algorithms_for_each_n_team_test.test (304 ms)
44: [----------] 1 test from std_algorithms_for_each_n_team_test (304 ms total)
44: 
44: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
44: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
[ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
1: [       OK ] openmp.local_deepcopy_teampolicy_layoutleft (4232 ms)
1: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutleft
44: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (534 ms)
44: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
30: ViewFirstTouch_Initialize<double>/N:512/manual_time                      0.000 s         0.000 s         16576 0.0980081/s     4.096m
44: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (466 ms)
44: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
44: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (464 ms)
44: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1465 ms total)
44: 
44: [----------] 2 tests from std_algorithms_mismatch_team_test
44: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
44: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (587 ms)
44: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
30: ViewFirstTouch_Initialize<double>/N:4096/manual_time                     0.000 s         0.000 s         17312 0.810072/s   0.032768
44: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (517 ms)
44: [----------] 2 tests from std_algorithms_mismatch_team_test (1105 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 12 tests from 7 test suites ran. (4638 ms total)
44: [  PASSED  ] 12 tests.
44/58 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed    5.10 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

45: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
45: Test timeout computed to be: 1500
45: [==========] Running 8 tests from 4 test suites.
45: [----------] Global test environment set-up.
45: [----------] 2 tests from std_algorithms_equal_team_test
45: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
30: ViewFirstTouch_Initialize<double>/N:32768/manual_time                    0.000 s         0.000 s         17224  6.46417/s   0.262144
45: [       OK ] std_algorithms_equal_team_test.views_are_equal (971 ms)
45: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
30: ViewFirstTouch_Initialize<double>/N:262144/manual_time                   0.000 s         0.000 s          3502  10.4785/s    2.09715
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
45: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (787 ms)
45: [----------] 2 tests from std_algorithms_equal_team_test (1758 ms total)
45: 
45: [----------] 2 tests from std_algorithms_search_team_test
45: [ RUN      ] std_algorithms_search_team_test.sequences_exist
45: [       OK ] std_algorithms_search_team_test.sequences_exist (389 ms)
45: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
1: [       OK ] openmp.local_deepcopy_rangepolicy_layoutleft (4602 ms)
1: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutright
45: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (396 ms)
45: [----------] 2 tests from std_algorithms_search_team_test (785 ms total)
45: 
45: [----------] 2 tests from std_algorithms_find_end_team_test
45: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
45: [       OK ] std_algorithms_find_end_team_test.sequences_exist (497 ms)
45: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
45: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (443 ms)
45: [----------] 2 tests from std_algorithms_find_end_team_test (941 ms total)
45: 
45: [----------] 2 tests from std_algorithms_find_first_of_team_test
45: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
45: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (411 ms)
45: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
30: ViewFirstTouch_Initialize<double>/N:2097152/manual_time                  0.000 s         0.000 s          4869  101.235/s    16.7772
45: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (530 ms)
45: [----------] 2 tests from std_algorithms_find_first_of_team_test (941 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 8 tests from 4 test suites ran. (4427 ms total)
45: [  PASSED  ] 8 tests.
45/58 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed    4.91 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

46: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
46: Test timeout computed to be: 1500
46: [==========] Running 11 tests from 7 test suites.
46: [----------] Global test environment set-up.
46: [----------] 2 tests from std_algorithms_find_team_test
46: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
46: [       OK ] std_algorithms_find_team_test.searched_values_exist (185 ms)
46: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
46: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (181 ms)
46: [----------] 2 tests from std_algorithms_find_team_test (366 ms total)
46: 
46: [----------] 2 tests from std_algorithms_find_if_team_test
46: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
46: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (172 ms)
46: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
46: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (180 ms)
46: [----------] 2 tests from std_algorithms_find_if_team_test (353 ms total)
46: 
46: [----------] 2 tests from std_algorithms_find_if_not_team_test
46: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
1: [       OK ] openmp.local_deepcopy_teampolicy_layoutright (3385 ms)
1: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutright
46: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (224 ms)
46: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
5: [       OK ] openacc_DeathTest.view_memory_access_violations_from_host (37767 ms)
5: [ RUN      ] openacc_DeathTest.view_memory_access_violations_from_device
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:190: Skipped
5: skipping because OpenACC backend is currently not able to abort from the device
5: [  SKIPPED ] openacc_DeathTest.view_memory_access_violations_from_device (0 ms)
5: [ RUN      ] openacc_DeathTest.view_subview_wrong_extents
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSubView_a.hpp:81: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] openacc_DeathTest.view_subview_wrong_extents (0 ms)
5: [ RUN      ] openacc_DeathTest.view_subview_constructor_layout_compatibility
46: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (173 ms)
46: [----------] 2 tests from std_algorithms_find_if_not_team_test (397 ms total)
46: 
46: [----------] 1 test from std_algorithms_all_of_team_test
46: [ RUN      ] std_algorithms_all_of_team_test.test
46: [       OK ] std_algorithms_all_of_team_test.test (186 ms)
46: [----------] 1 test from std_algorithms_all_of_team_test (186 ms total)
46: 
46: [----------] 1 test from std_algorithms_any_of_team_test
46: [ RUN      ] std_algorithms_any_of_team_test.test
46: [       OK ] std_algorithms_any_of_team_test.test (171 ms)
46: [----------] 1 test from std_algorithms_any_of_team_test (171 ms total)
46: 
46: [----------] 1 test from std_algorithms_none_of_team_test
46: [ RUN      ] std_algorithms_none_of_team_test.test
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
46: [       OK ] std_algorithms_none_of_team_test.test (182 ms)
46: [----------] 1 test from std_algorithms_none_of_team_test (182 ms total)
46: 
46: [----------] 2 tests from std_algorithms_search_n_team_test
46: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
46: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (211 ms)
46: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
46: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (192 ms)
46: [----------] 2 tests from std_algorithms_search_n_team_test (403 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 11 tests from 7 test suites ran. (2063 ms total)
46: [  PASSED  ] 11 tests.
46/58 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    2.56 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

47: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
47: Test timeout computed to be: 1500
47: [==========] Running 3 tests from 3 test suites.
47: [----------] Global test environment set-up.
47: [----------] 1 test from std_algorithms_min_element_team_test
47: [ RUN      ] std_algorithms_min_element_team_test.test
47: [       OK ] std_algorithms_min_element_team_test.test (529 ms)
47: [----------] 1 test from std_algorithms_min_element_team_test (529 ms total)
47: 
47: [----------] 1 test from std_algorithms_max_element_team_test
47: [ RUN      ] std_algorithms_max_element_team_test.test
47: [       OK ] std_algorithms_max_element_team_test.test (540 ms)
47: [----------] 1 test from std_algorithms_max_element_team_test (540 ms total)
47: 
47: [----------] 1 test from std_algorithms_minmax_element_team_test
47: [ RUN      ] std_algorithms_minmax_element_team_test.test
30: ViewFirstTouch_Initialize<double>/N:16777216/manual_time                 0.004 s         0.000 s          1000  36.1292/s    134.218
1: [       OK ] openmp.local_deepcopy_rangepolicy_layoutright (3399 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_fmax_fmin
1: [       OK ] openmp.mathematical_functions_fmax_fmin (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_impl_half_fallback
1: [       OK ] openmp.mathematical_functions_impl_half_fallback (0 ms)
1: [ RUN      ] openmp.mathematical_functions_nextafter_fp16
1: [       OK ] openmp.mathematical_functions_nextafter_fp16 (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 (7 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesselj1y1
1: [       OK ] openmp.mathspecialfunc_cbesselj1y1 (7 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
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
47: [       OK ] std_algorithms_minmax_element_team_test.test (549 ms)
47: [----------] 1 test from std_algorithms_minmax_element_team_test (549 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 3 tests from 3 test suites ran. (1618 ms total)
47: [  PASSED  ] 3 tests.
47/58 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    2.09 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

48: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
48: Test timeout computed to be: 1500
5: [       OK ] openacc_DeathTest.view_subview_constructor_layout_compatibility (4219 ms)
5: [----------] 21 tests from openacc_DeathTest (99654 ms total)
5: 
5: [----------] 1 test from openacc_graph_DeathTest
5: [ RUN      ] openacc_graph_DeathTest.can_instantiate_only_once
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
48: [==========] Running 6 tests from 6 test suites.
48: [----------] Global test environment set-up.
48: [----------] 1 test from std_algorithms_fill_team_test
48: [ RUN      ] std_algorithms_fill_team_test.test
48: [       OK ] std_algorithms_fill_team_test.test (210 ms)
48: [----------] 1 test from std_algorithms_fill_team_test (210 ms total)
48: 
48: [----------] 1 test from std_algorithms_fill_n_team_test
48: [ RUN      ] std_algorithms_fill_n_team_test.test
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
48: [       OK ] std_algorithms_fill_n_team_test.test (449 ms)
48: [----------] 1 test from std_algorithms_fill_n_team_test (449 ms total)
48: 
48: [----------] 1 test from std_algorithms_replace_team_test
48: [ RUN      ] std_algorithms_replace_team_test.test
1: [       OK ] openmp.mdrange_5d (1729 ms)
1: [ RUN      ] openmp.mdrange_6d
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
48: [       OK ] std_algorithms_replace_team_test.test (291 ms)
48: [----------] 1 test from std_algorithms_replace_team_test (291 ms total)
48: 
48: [----------] 1 test from std_algorithms_replace_if_team_test
48: [ RUN      ] std_algorithms_replace_if_team_test.test
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
48: [       OK ] std_algorithms_replace_if_team_test.test (251 ms)
48: [----------] 1 test from std_algorithms_replace_if_team_test (251 ms total)
48: 
48: [----------] 1 test from std_algorithms_replace_copy_team_test
48: [ RUN      ] std_algorithms_replace_copy_team_test.test
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
48: [       OK ] std_algorithms_replace_copy_team_test.test (445 ms)
48: [----------] 1 test from std_algorithms_replace_copy_team_test (445 ms total)
48: 
48: [----------] 1 test from std_algorithms_replace_copy_if_team_test
48: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
48: [       OK ] std_algorithms_replace_copy_if_team_test.test (323 ms)
48: [----------] 1 test from std_algorithms_replace_copy_if_team_test (323 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 6 tests from 6 test suites ran. (1971 ms total)
48: [  PASSED  ] 6 tests.
48/58 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    2.44 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

49: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
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_reverse_team_test
49: [ RUN      ] std_algorithms_reverse_team_test.test
49: [       OK ] std_algorithms_reverse_team_test.test (225 ms)
49: [----------] 1 test from std_algorithms_reverse_team_test (225 ms total)
49: 
49: [----------] 1 test from std_algorithms_reverse_copy_team_test
49: [ RUN      ] std_algorithms_reverse_copy_team_test.test
49: [       OK ] std_algorithms_reverse_copy_team_test.test (280 ms)
49: [----------] 1 test from std_algorithms_reverse_copy_team_test (280 ms total)
49: 
49: [----------] 1 test from std_algorithms_rotate_team_test
49: [ RUN      ] std_algorithms_rotate_team_test.test
1: [       OK ] openmp.mdrange_6d (2428 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 (47 ms)
1: [ RUN      ] openmp.mdrange_neg_idx
1: [       OK ] openmp.mdrange_neg_idx (163 ms)
1: [ RUN      ] openmp.mdrange_4d
49: [       OK ] std_algorithms_rotate_team_test.test (589 ms)
49: [----------] 1 test from std_algorithms_rotate_team_test (589 ms total)
49: 
49: [----------] 1 test from std_algorithms_rotate_copy_team_test
49: [ RUN      ] std_algorithms_rotate_copy_team_test.test
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
5: [       OK ] openacc_graph_DeathTest.can_instantiate_only_once (4274 ms)
5: [----------] 1 test from openacc_graph_DeathTest (4274 ms total)
5: 
5: [----------] 208 tests from openacc
5: [ RUN      ] openacc.array_capacity
5: [       OK ] openacc.array_capacity (0 ms)
5: [ RUN      ] openacc.array_element_access
5: [       OK ] openacc.array_element_access (0 ms)
5: [ RUN      ] openacc.array_operator_equal
5: [       OK ] openacc.array_operator_equal (0 ms)
5: [ RUN      ] openacc.array_zero_capacity
5: [       OK ] openacc.array_zero_capacity (0 ms)
5: [ RUN      ] openacc.array_zero_data_nullptr
5: [       OK ] openacc.array_zero_data_nullptr (0 ms)
5: [ RUN      ] openacc.atomic_operations_double
5: [       OK ] openacc.atomic_operations_double (9 ms)
5: [ RUN      ] openacc.atomic_operations_float
5: [       OK ] openacc.atomic_operations_float (9 ms)
5: [ RUN      ] openacc.atomic_operations_int8
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestAtomicOperations_int8.hpp:28: Skipped
5: unsupported atomic data type for OpenACC+NVHPC
5: [  SKIPPED ] openacc.atomic_operations_int8 (0 ms)
5: [ RUN      ] openacc.atomic_operations_int16
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestAtomicOperations_int16.hpp:28: Skipped
5: unsupported atomic data type for OpenACC+NVHPC
5: [  SKIPPED ] openacc.atomic_operations_int16 (0 ms)
5: [ RUN      ] openacc.atomic_operations_int
5: [       OK ] openacc.atomic_operations_int (46 ms)
5: [ RUN      ] openacc.atomic_operations_long
5: [       OK ] openacc.atomic_operations_long (45 ms)
5: [ RUN      ] openacc.atomic_operations_longlong
5: [       OK ] openacc.atomic_operations_longlong (45 ms)
5: [ RUN      ] openacc.atomic_operations_unsigned
5: [       OK ] openacc.atomic_operations_unsigned (44 ms)
5: [ RUN      ] openacc.atomic_operations_unsignedlong
5: [       OK ] openacc.atomic_operations_unsignedlong (44 ms)
5: [ RUN      ] openacc.atomics
49: [       OK ] std_algorithms_rotate_copy_team_test.test (611 ms)
49: [----------] 1 test from std_algorithms_rotate_copy_team_test (611 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 4 tests from 4 test suites ran. (1705 ms total)
49: [  PASSED  ] 4 tests.
49/58 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    2.17 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

50: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
50: Test timeout computed to be: 1500
5: [       OK ] openacc.atomics (218 ms)
5: [ RUN      ] openacc.atomics_tpetra_max_abs
5: [       OK ] openacc.atomics_tpetra_max_abs (0 ms)
5: [ RUN      ] openacc.atomic_views_integral
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
50: [==========] Running 4 tests from 4 test suites.
50: [----------] Global test environment set-up.
50: [----------] 1 test from std_algorithms_move_team_test
50: [ RUN      ] std_algorithms_move_team_test.test
1: [       OK ] openmp.mdrange_4d (1188 ms)
1: [ RUN      ] openmp.mdrange_scalar
1: [       OK ] openmp.mdrange_scalar (0 ms)
1: [ RUN      ] openmp.mdrange_large_deep_copy
50: [       OK ] std_algorithms_move_team_test.test (461 ms)
50: [----------] 1 test from std_algorithms_move_team_test (461 ms total)
50: 
50: [----------] 1 test from std_algorithms_move_backward_team_test
50: [ RUN      ] std_algorithms_move_backward_team_test.test
50: [       OK ] std_algorithms_move_backward_team_test.test (438 ms)
50: [----------] 1 test from std_algorithms_move_backward_team_test (438 ms total)
50: 
50: [----------] 1 test from std_algorithms_shift_left_team_test
50: [ RUN      ] std_algorithms_shift_left_team_test.test
30: ViewFirstTouch_ParallelFor<double>/N:64/manual_time                      0.000 s         0.000 s         55928 0.0809063/s      1024u
50: [       OK ] std_algorithms_shift_left_team_test.test (1522 ms)
50: [----------] 1 test from std_algorithms_shift_left_team_test (1522 ms total)
50: 
50: [----------] 1 test from std_algorithms_shift_right_team_test
50: [ RUN      ] std_algorithms_shift_right_team_test.test
[ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_UnorderedMap.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
50: [       OK ] std_algorithms_shift_right_team_test.test (1548 ms)
50: [----------] 1 test from std_algorithms_shift_right_team_test (1548 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 4 tests from 4 test suites ran. (3970 ms total)
50: [  PASSED  ] 4 tests.
50/58 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed    4.45 sec
test 51
      Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

51: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
51: Test timeout computed to be: 1500
30: ViewFirstTouch_ParallelFor<double>/N:512/manual_time                     0.000 s         0.000 s         50018 0.582465/s     8.192m
1: [       OK ] openmp.mdrange_large_deep_copy (4167 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
51: [==========] Running 9 tests from 9 test suites.
51: [----------] Global test environment set-up.
51: [----------] 1 test from std_algorithms_copy_team_test
51: [ RUN      ] std_algorithms_copy_team_test.test
51: [       OK ] std_algorithms_copy_team_test.test (559 ms)
51: [----------] 1 test from std_algorithms_copy_team_test (559 ms total)
51: 
51: [----------] 1 test from std_algorithms_copy_n_team_test
51: [ RUN      ] std_algorithms_copy_n_team_test.test
51: [       OK ] std_algorithms_copy_n_team_test.test (544 ms)
51: [----------] 1 test from std_algorithms_copy_n_team_test (544 ms total)
51: 
51: [----------] 1 test from std_algorithms_copy_backward_team_test
51: [ RUN      ] std_algorithms_copy_backward_team_test.test
51: [       OK ] std_algorithms_copy_backward_team_test.test (412 ms)
51: [----------] 1 test from std_algorithms_copy_backward_team_test (412 ms total)
51: 
51: [----------] 1 test from std_algorithms_copy_if_team_test
51: [ RUN      ] std_algorithms_copy_if_team_test.test
51: [       OK ] std_algorithms_copy_if_team_test.test (363 ms)
51: [----------] 1 test from std_algorithms_copy_if_team_test (363 ms total)
51: 
51: [----------] 1 test from std_algorithms_unique_copy_team_test
51: [ RUN      ] std_algorithms_unique_copy_team_test.test
51: [       OK ] std_algorithms_unique_copy_team_test.test (365 ms)
51: [----------] 1 test from std_algorithms_unique_copy_team_test (365 ms total)
51: 
51: [----------] 1 test from std_algorithms_remove_team_test
51: [ RUN      ] std_algorithms_remove_team_test.test
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
51: [       OK ] std_algorithms_remove_team_test.test (379 ms)
51: [----------] 1 test from std_algorithms_remove_team_test (379 ms total)
51: 
51: [----------] 1 test from std_algorithms_remove_if_team_test
51: [ RUN      ] std_algorithms_remove_if_team_test.test
51: [       OK ] std_algorithms_remove_if_team_test.test (343 ms)
51: [----------] 1 test from std_algorithms_remove_if_team_test (343 ms total)
51: 
51: [----------] 1 test from std_algorithms_remove_copy_team_test
51: [ RUN      ] std_algorithms_remove_copy_team_test.test
51: [       OK ] std_algorithms_remove_copy_team_test.test (386 ms)
51: [----------] 1 test from std_algorithms_remove_copy_team_test (386 ms total)
51: 
51: [----------] 1 test from std_algorithms_remove_copy_if_team_test
51: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
51: [       OK ] std_algorithms_remove_copy_if_team_test.test (328 ms)
51: [----------] 1 test from std_algorithms_remove_copy_if_team_test (328 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 9 tests from 9 test suites ran. (3685 ms total)
51: [  PASSED  ] 9 tests.
51/58 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    4.16 sec
test 52
      Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

52: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
52: Test timeout computed to be: 1500
30: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time                    0.000 s         0.000 s         42889  4.01045/s   0.065536
52: [==========] Running 4 tests from 4 test suites.
52: [----------] Global test environment set-up.
52: [----------] 1 test from std_algorithms_unique_team_test
52: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
52: [       OK ] std_algorithms_unique_team_test.test_default_predicate (538 ms)
52: [----------] 1 test from std_algorithms_unique_team_test (538 ms total)
52: 
52: [----------] 1 test from std_algorithms_adjacent_difference_team_test
52: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
1: [       OK ] openmp.mdrange_parallel_reduce_primitive_types (4950 ms)
1: [ RUN      ] openmp.mdspan_minimal_functional
1: /var/jenkins/workspace/Kokkos_PR-8428/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 (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 (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 (38 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 (53 ms)
1: [ RUN      ] openmp.kokkos_printf
1: [       OK ] openmp.kokkos_printf (1 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.large_parallel_for_reduce
1: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestRange.hpp:379: Skipped
1: Disabling for host backends
1: [  SKIPPED ] openmp.large_parallel_for_reduce (0 ms)
1: [ RUN      ] openmp.range_policy_runtime_parameters
1: [       OK ] openmp.range_policy_runtime_parameters (0 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_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 (5 ms)
1: [ RUN      ] openmp.reducers_double
1: [       OK ] openmp.reducers_double (6 ms)
1: [ RUN      ] openmp.reducers_complex_double
1: [       OK ] openmp.reducers_complex_double (17 ms)
1: [ RUN      ] openmp.reducers_struct
1: [       OK ] openmp.reducers_struct (3 ms)
1: [ RUN      ] openmp.reducers_half_t
1: [       OK ] openmp.reducers_half_t (2 ms)
1: [ RUN      ] openmp.reducers_bhalf_t
1: [       OK ] openmp.reducers_bhalf_t (2 ms)
1: [ RUN      ] openmp.reducers_int8_t
1: [       OK ] openmp.reducers_int8_t (1 ms)
1: [ RUN      ] openmp.reducers_int16_t
1: [       OK ] openmp.reducers_int16_t (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 (74 ms)
1: [ RUN      ] openmp.double_reduce
1: [       OK ] openmp.double_reduce (76 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 (181 ms)
1: [ RUN      ] openmp.int64_t_reduce_dynamic_view
52: [       OK ] std_algorithms_adjacent_difference_team_test.test (755 ms)
52: [----------] 1 test from std_algorithms_adjacent_difference_team_test (755 ms total)
52: 
52: [----------] 1 test from std_algorithms_reduce_team_test
52: [ RUN      ] std_algorithms_reduce_team_test.test
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_identity_min_max_floating_point_types
1: [       OK ] openmp.reduction_identity_min_max_floating_point_types (2 ms)
1: [ RUN      ] openmp.reduction_deduction
1: [       OK ] openmp.reduction_deduction (0 ms)
1: [ RUN      ] openmp.reduce_device_view_range_policy
52: [       OK ] std_algorithms_reduce_team_test.test (588 ms)
52: [----------] 1 test from std_algorithms_reduce_team_test (588 ms total)
52: 
52: [----------] 1 test from std_algorithms_transform_reduce_team_test
52: [ RUN      ] std_algorithms_transform_reduce_team_test.test
1: [       OK ] openmp.reduce_device_view_range_policy (768 ms)
1: [ RUN      ] openmp.reduce_device_view_mdrange_policy
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
30: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time                   0.000 s         0.000 s         41862  31.3054/s   0.524288
52: [       OK ] std_algorithms_transform_reduce_team_test.test (998 ms)
52: [----------] 1 test from std_algorithms_transform_reduce_team_test (998 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 4 tests from 4 test suites ran. (2881 ms total)
52: [  PASSED  ] 4 tests.
52/58 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    3.40 sec
test 53
      Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

53: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
53: Test timeout computed to be: 1500
53: [==========] Running 18 tests from 5 test suites.
53: [----------] Global test environment set-up.
53: [----------] 2 tests from std_algorithms_is_sorted_team_test
53: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
53: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (567 ms)
53: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
53: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (560 ms)
53: [----------] 2 tests from std_algorithms_is_sorted_team_test (1127 ms total)
53: 
53: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
53: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
53: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (28 ms)
53: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
53: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (29 ms)
53: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
53: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (453 ms)
53: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
53: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (464 ms)
53: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (976 ms total)
53: 
53: [----------] 4 tests from std_algorithms_is_partitioned_team_test
53: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
53: [       OK ] std_algorithms_is_partitioned_team_test.empty (15 ms)
53: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
53: [       OK ] std_algorithms_is_partitioned_team_test.all_true (224 ms)
53: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
53: [       OK ] std_algorithms_is_partitioned_team_test.all_false (214 ms)
53: [ RUN      ] std_algorithms_is_partitioned_team_test.random
53: [       OK ] std_algorithms_is_partitioned_team_test.random (202 ms)
53: [----------] 4 tests from std_algorithms_is_partitioned_team_test (657 ms total)
53: 
53: [----------] 4 tests from std_algorithms_partition_copy_team_test
53: [ RUN      ] std_algorithms_partition_copy_team_test.empty
53: [       OK ] std_algorithms_partition_copy_team_test.empty (24 ms)
53: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
[ 80%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
53: [       OK ] std_algorithms_partition_copy_team_test.all_true (661 ms)
53: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
53: [       OK ] std_algorithms_partition_copy_team_test.all_false (638 ms)
53: [ RUN      ] std_algorithms_partition_copy_team_test.random
53: [       OK ] std_algorithms_partition_copy_team_test.random (640 ms)
53: [----------] 4 tests from std_algorithms_partition_copy_team_test (1965 ms total)
53: 
53: [----------] 4 tests from std_algorithms_partition_point_team_test
53: [ RUN      ] std_algorithms_partition_point_team_test.empty
53: [       OK ] std_algorithms_partition_point_team_test.empty (16 ms)
53: [ RUN      ] std_algorithms_partition_point_team_test.all_true
1: [       OK ] openmp.reduce_device_view_mdrange_policy (6206 ms)
1: [ RUN      ] openmp.reduce_device_view_team_policy
53: [       OK ] std_algorithms_partition_point_team_test.all_true (225 ms)
53: [ RUN      ] std_algorithms_partition_point_team_test.all_false
53: [       OK ] std_algorithms_partition_point_team_test.all_false (233 ms)
53: [ RUN      ] std_algorithms_partition_point_team_test.random
53: [       OK ] std_algorithms_partition_point_team_test.random (213 ms)
53: [----------] 4 tests from std_algorithms_partition_point_team_test (689 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 18 tests from 5 test suites ran. (5416 ms total)
53: [  PASSED  ] 18 tests.
1: [       OK ] openmp.reduce_device_view_team_policy (822 ms)
1: [ RUN      ] openmp.impl_shared_alloc
1: [       OK ] openmp.impl_shared_alloc (22 ms)
1: [ RUN      ] openmp.kokkos_swap
1: [       OK ] openmp.kokkos_swap (0 ms)
1: [ RUN      ] openmp.team_for
53/58 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    5.89 sec
test 54
      Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

54: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
54: Test timeout computed to be: 1500
1: [       OK ] openmp.team_for (58 ms)
1: [ RUN      ] openmp.team_reduce
1: [       OK ] openmp.team_reduce (25 ms)
1: [ RUN      ] openmp.team_reduce_large
54: [==========] Running 5 tests from 4 test suites.
54: [----------] Global test environment set-up.
54: [----------] 2 tests from std_algorithms_transform_team_test
54: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
54: [       OK ] std_algorithms_transform_team_test.test_unary_op (602 ms)
54: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
1: [       OK ] openmp.team_reduce_large (1553 ms)
1: [ RUN      ] openmp.team_parallel_single
54: [       OK ] std_algorithms_transform_team_test.test_binary_op (677 ms)
54: [----------] 2 tests from std_algorithms_transform_team_test (1279 ms total)
54: 
54: [----------] 1 test from std_algorithms_generate_team_test
54: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
54: [       OK ] std_algorithms_generate_team_test.test_unary_op (1245 ms)
54: [----------] 1 test from std_algorithms_generate_team_test (1245 ms total)
54: 
54: [----------] 1 test from std_algorithms_generate_n_team_test
54: [ RUN      ] std_algorithms_generate_n_team_test.test
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
54: [       OK ] std_algorithms_generate_n_team_test.test (426 ms)
54: [----------] 1 test from std_algorithms_generate_n_team_test (426 ms total)
54: 
54: [----------] 1 test from std_algorithms_swap_ranges_team_test
54: [ RUN      ] std_algorithms_swap_ranges_team_test.test
1: [       OK ] openmp.team_parallel_single (1618 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 (215 ms)
1: [ RUN      ] openmp.team_broadcast_long_wrapper
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
1: [       OK ] openmp.team_broadcast_long_wrapper (190 ms)
1: [ RUN      ] openmp.team_broadcast_char
5: [       OK ] openacc.atomic_views_integral (22026 ms)
5: [ RUN      ] openacc.atomic_views_nonintegral
54: [       OK ] std_algorithms_swap_ranges_team_test.test (607 ms)
54: [----------] 1 test from std_algorithms_swap_ranges_team_test (607 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 5 tests from 4 test suites ran. (3560 ms total)
54: [  PASSED  ] 5 tests.
54/58 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    4.04 sec
test 55
      Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

55: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
55: Test timeout computed to be: 1500
1: [       OK ] openmp.team_broadcast_char (213 ms)
1: [ RUN      ] openmp.team_broadcast_float
5: [       OK ] openacc.atomic_views_nonintegral (39 ms)
5: [ RUN      ] openacc.atomic_view_api
5: [       OK ] openacc.atomic_view_api (0 ms)
5: [ RUN      ] openacc.bit_manip_countl_zero
5: [       OK ] openacc.bit_manip_countl_zero (60 ms)
5: [ RUN      ] openacc.bit_manip_countl_one
5: [       OK ] openacc.bit_manip_countl_one (0 ms)
5: [ RUN      ] openacc.bit_manip_countr_zero
5: [       OK ] openacc.bit_manip_countr_zero (0 ms)
5: [ RUN      ] openacc.bit_manip_countr_one
5: [       OK ] openacc.bit_manip_countr_one (0 ms)
5: [ RUN      ] openacc.bit_manip_popcount
5: [       OK ] openacc.bit_manip_popcount (0 ms)
5: [ RUN      ] openacc.bit_manip_has_single_bit
5: [       OK ] openacc.bit_manip_has_single_bit (0 ms)
5: [ RUN      ] openacc.bit_manip_bit_floor
5: [       OK ] openacc.bit_manip_bit_floor (0 ms)
5: [ RUN      ] openacc.bit_manip_bit_ceil
5: [       OK ] openacc.bit_manip_bit_ceil (0 ms)
5: [ RUN      ] openacc.bit_manip_bit_width
5: [       OK ] openacc.bit_manip_bit_width (0 ms)
5: [ RUN      ] openacc.bit_manip_rotl
5: [       OK ] openacc.bit_manip_rotl (0 ms)
5: [ RUN      ] openacc.bit_manip_rotr
5: [       OK ] openacc.bit_manip_rotr (0 ms)
5: [ RUN      ] openacc.bit_manip_byeswap
5: [       OK ] openacc.bit_manip_byeswap (0 ms)
5: [ RUN      ] openacc.bit_manip_bit_cast
5: [       OK ] openacc.bit_manip_bit_cast (0 ms)
5: [ RUN      ] openacc.checked_integer_operations_multiply_overflow
5: [       OK ] openacc.checked_integer_operations_multiply_overflow (0 ms)
5: [ RUN      ] openacc.execution_policy_occupancy_and_hint
5: [       OK ] openacc.execution_policy_occupancy_and_hint (0 ms)
5: [ RUN      ] openacc.complex_construction
5: [       OK ] openacc.complex_construction (8 ms)
5: [ RUN      ] openacc.complex_basic_math
5: [       OK ] openacc.complex_basic_math (0 ms)
5: [ RUN      ] openacc.complex_special_funtions
5: [       OK ] openacc.complex_special_funtions (0 ms)
5: [ RUN      ] openacc.complex_io
5: [       OK ] openacc.complex_io (0 ms)
5: [ RUN      ] openacc.complex_trivially_copyable
5: [       OK ] openacc.complex_trivially_copyable (0 ms)
5: [ RUN      ] openacc.complex_issue_3865
5: [       OK ] openacc.complex_issue_3865 (0 ms)
5: [ RUN      ] openacc.complex_operations_arithmetic_types_overloads
5: [       OK ] openacc.complex_operations_arithmetic_types_overloads (0 ms)
5: [ RUN      ] openacc.complex_structured_bindings
5: [       OK ] openacc.complex_structured_bindings (0 ms)
5: [ RUN      ] openacc.deep_copy_assignable_types_rank_0
5: [       OK ] openacc.deep_copy_assignable_types_rank_0 (52 ms)
5: [ RUN      ] openacc.deep_copy_assignable_types_rank_1
5: [       OK ] openacc.deep_copy_assignable_types_rank_1 (0 ms)
5: [ RUN      ] openacc.deep_copy_assignable_types_rank_2
5: [       OK ] openacc.deep_copy_assignable_types_rank_2 (0 ms)
5: [ RUN      ] openacc.deep_copy_assignable_types_rank_3
5: [       OK ] openacc.deep_copy_assignable_types_rank_3 (0 ms)
5: [ RUN      ] openacc.deep_copy_assignable_types_rank_4
5: [       OK ] openacc.deep_copy_assignable_types_rank_4 (0 ms)
5: [ RUN      ] openacc.deep_copy_assignable_types_rank_5
5: [       OK ] openacc.deep_copy_assignable_types_rank_5 (0 ms)
5: [ RUN      ] openacc.deep_copy_assignable_types_rank_6
5: [       OK ] openacc.deep_copy_assignable_types_rank_6 (0 ms)
5: [ RUN      ] openacc.deep_copy_assignable_types_rank_7
5: [       OK ] openacc.deep_copy_assignable_types_rank_7 (0 ms)
5: [ RUN      ] openacc.deep_copy_assignable_types_rank_8
5: [       OK ] openacc.deep_copy_assignable_types_rank_8 (0 ms)
5: [ RUN      ] openacc.deep_copy_assignable_types_rank_1_half
5: [       OK ] openacc.deep_copy_assignable_types_rank_1_half (0 ms)
5: [ RUN      ] openacc.deep_copy_assignable_types_rank_2_half
5: [       OK ] openacc.deep_copy_assignable_types_rank_2_half (0 ms)
5: [ RUN      ] openacc.deep_copy_assignable_types_rank_3_half
5: [       OK ] openacc.deep_copy_assignable_types_rank_3_half (0 ms)
5: [ RUN      ] openacc.deep_copy_narrowing_rank_0
5: [       OK ] openacc.deep_copy_narrowing_rank_0 (42 ms)
5: [ RUN      ] openacc.deep_copy_narrowing_rank_1
5: [       OK ] openacc.deep_copy_narrowing_rank_1 (0 ms)
5: [ RUN      ] openacc.deep_copy_narrowing_rank_2
5: [       OK ] openacc.deep_copy_narrowing_rank_2 (0 ms)
5: [ RUN      ] openacc.deep_copy_narrowing_rank_3
5: [       OK ] openacc.deep_copy_narrowing_rank_3 (0 ms)
5: [ RUN      ] openacc.deep_copy_narrowing_rank_4
5: [       OK ] openacc.deep_copy_narrowing_rank_4 (0 ms)
5: [ RUN      ] openacc.deep_copy_narrowing_rank_5
5: [       OK ] openacc.deep_copy_narrowing_rank_5 (0 ms)
5: [ RUN      ] openacc.deep_copy_narrowing_rank_6
5: [       OK ] openacc.deep_copy_narrowing_rank_6 (0 ms)
5: [ RUN      ] openacc.deep_copy_narrowing_rank_7
5: [       OK ] openacc.deep_copy_narrowing_rank_7 (0 ms)
5: [ RUN      ] openacc.deep_copy_narrowing_rank_8
5: [       OK ] openacc.deep_copy_narrowing_rank_8 (0 ms)
5: [ RUN      ] openacc.partitioning_by_args
5: [       OK ] openacc.partitioning_by_args (59 ms)
5: [ RUN      ] openacc.partitioning_by_args_with_structured_bindings
1: [       OK ] openmp.team_broadcast_float (204 ms)
1: [ RUN      ] openmp.team_broadcast_double
1: [       OK ] openmp.team_broadcast_double (206 ms)
1: [ RUN      ] openmp.team_broadcast_int_ptr
1: [       OK ] openmp.team_broadcast_int_ptr (0 ms)
1: [ RUN      ] openmp.team_single_thread_int_ptr
1: [       OK ] openmp.team_single_thread_int_ptr (0 ms)
1: [ RUN      ] openmp.team_single_team_int_ptr
1: [       OK ] openmp.team_single_team_int_ptr (0 ms)
1: [ RUN      ] openmp.team_handle_by_value
1: [       OK ] openmp.team_handle_by_value (0 ms)
1: [ RUN      ] openmp.team_vector
5: [       OK ] openacc.partitioning_by_args_with_structured_bindings (69 ms)
5: [ RUN      ] openacc.partitioning_by_vector
5: [       OK ] openacc.partitioning_by_vector (55 ms)
5: [ RUN      ] openacc.exec_space_thread_safety_range
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:102: Skipped
5: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
5: [  SKIPPED ] openacc.exec_space_thread_safety_range (0 ms)
5: [ RUN      ] openacc.exec_space_thread_safety_mdrange
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:149: Skipped
5: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
5: [  SKIPPED ] openacc.exec_space_thread_safety_mdrange (0 ms)
5: [ RUN      ] openacc.exec_space_thread_safety_team_policy
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:198: Skipped
5: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
5: [  SKIPPED ] openacc.exec_space_thread_safety_team_policy (0 ms)
5: [ RUN      ] openacc.exec_space_thread_safety_range_reduce
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:247: Skipped
5: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
5: [  SKIPPED ] openacc.exec_space_thread_safety_range_reduce (0 ms)
5: [ RUN      ] openacc.exec_space_thread_safety_mdrange_reduce
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:291: Skipped
5: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
5: [  SKIPPED ] openacc.exec_space_thread_safety_mdrange_reduce (0 ms)
5: [ RUN      ] openacc.exec_space_thread_safety_team_policy_reduce
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:336: Skipped
5: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
5: [  SKIPPED ] openacc.exec_space_thread_safety_team_policy_reduce (0 ms)
5: [ RUN      ] openacc.exec_space_thread_safety_range_scan
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:392: Skipped
5: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
5: [  SKIPPED ] openacc.exec_space_thread_safety_range_scan (0 ms)
5: [ RUN      ] openacc.execution_space_as_class_data_member
5: [       OK ] openacc.execution_space_as_class_data_member (3 ms)
5: [ RUN      ] openacc.functor_analysis
5: [       OK ] openacc.functor_analysis (0 ms)
5: [ RUN      ] openacc.when_all_type
5: [       OK ] openacc.when_all_type (0 ms)
5: [ RUN      ] openacc.graph_capture
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:1105: Skipped
5: The graph backend for OpenACC does not support capture.
5: [  SKIPPED ] openacc.graph_capture (0 ms)
5: [ RUN      ] openacc.graph_then
5: [       OK ] openacc.graph_then (0 ms)
5: [ RUN      ] openacc.then_host
5: [       OK ] openacc.then_host (0 ms)
5: [ RUN      ] openacc.mixed_then_host_device_nodes
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:1280: Skipped
5: This test requires a shared space.
5: [  SKIPPED ] openacc.mixed_then_host_device_nodes (0 ms)
5: [ RUN      ] openacc.graph_then_tag
5: [       OK ] openacc.graph_then_tag (0 ms)
5: [ RUN      ] openacc.mathematical_constants_e
5: [       OK ] openacc.mathematical_constants_e (39 ms)
5: [ RUN      ] openacc.mathematical_constants_log2e
5: [       OK ] openacc.mathematical_constants_log2e (0 ms)
5: [ RUN      ] openacc.mathematical_constants_log10e
5: [       OK ] openacc.mathematical_constants_log10e (0 ms)
5: [ RUN      ] openacc.mathematical_constants_pi
5: [       OK ] openacc.mathematical_constants_pi (0 ms)
5: [ RUN      ] openacc.mathematical_constants_inv_pi
5: [       OK ] openacc.mathematical_constants_inv_pi (0 ms)
5: [ RUN      ] openacc.mathematical_constants_inv_sqrtpi
5: [       OK ] openacc.mathematical_constants_inv_sqrtpi (0 ms)
5: [ RUN      ] openacc.mathematical_constants_ln2
5: [       OK ] openacc.mathematical_constants_ln2 (0 ms)
5: [ RUN      ] openacc.mathematical_constants_ln10
5: [       OK ] openacc.mathematical_constants_ln10 (0 ms)
5: [ RUN      ] openacc.mathematical_constants_sqrt2
5: [       OK ] openacc.mathematical_constants_sqrt2 (0 ms)
5: [ RUN      ] openacc.mathematical_constants_sqrt3
5: [       OK ] openacc.mathematical_constants_sqrt3 (0 ms)
5: [ RUN      ] openacc.mathematical_constants_inv_sqrt3
5: [       OK ] openacc.mathematical_constants_inv_sqrt3 (0 ms)
5: [ RUN      ] openacc.mathematical_constants_egamma
5: [       OK ] openacc.mathematical_constants_egamma (0 ms)
5: [ RUN      ] openacc.mathematical_constants_phi
5: [       OK ] openacc.mathematical_constants_phi (0 ms)
5: [ RUN      ] openacc.mathspecialfunc_expint1
5: [       OK ] openacc.mathspecialfunc_expint1 (11 ms)
5: [ RUN      ] openacc.mathspecialfunc_errorfunc
5: [       OK ] openacc.mathspecialfunc_errorfunc (0 ms)
5: [ RUN      ] openacc.mathspecialfunc_cbesselj0y0
5: [       OK ] openacc.mathspecialfunc_cbesselj0y0 (51 ms)
5: [ RUN      ] openacc.mathspecialfunc_cbesselj1y1
55: [==========] Running 2 tests from 2 test suites.
55: [----------] Global test environment set-up.
55: [----------] 1 test from std_algorithms_exclusive_scan_team_test
55: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
5: [       OK ] openacc.mathspecialfunc_cbesselj1y1 (52 ms)
5: [ RUN      ] openacc.mathspecialfunc_cbesseli0k0
5: [       OK ] openacc.mathspecialfunc_cbesseli0k0 (1 ms)
5: [ RUN      ] openacc.mathspecialfunc_cbesseli1k1
5: [       OK ] openacc.mathspecialfunc_cbesseli1k1 (1 ms)
5: [ RUN      ] openacc.mathspecialfunc_cbesselh1stkind
5: [       OK ] openacc.mathspecialfunc_cbesselh1stkind (1 ms)
5: [ RUN      ] openacc.mathspecialfunc_cbesselh2ndkind
5: [       OK ] openacc.mathspecialfunc_cbesselh2ndkind (1 ms)
5: [ RUN      ] openacc.mdrange_5d
5: [       OK ] openacc.mdrange_5d (61 ms)
5: [ RUN      ] openacc.mdrange_6d
5: [       OK ] openacc.mdrange_6d (97 ms)
5: [ RUN      ] openacc.mdrange_3d
5: [       OK ] openacc.mdrange_3d (30 ms)
5: [ RUN      ] openacc.mdrange_neg_idx
5: [       OK ] openacc.mdrange_neg_idx (3 ms)
5: [ RUN      ] openacc.mdrange_4d
5: [       OK ] openacc.mdrange_4d (24 ms)
5: [ RUN      ] openacc.mdrange_large_deep_copy
1: [       OK ] openmp.team_vector (476 ms)
1: [ RUN      ] openmp.triple_nested_parallelism
5: [       OK ] openacc.mdrange_large_deep_copy (150 ms)
5: [ RUN      ] openacc.md_range_policy_construction_from_arrays
5: [       OK ] openacc.md_range_policy_construction_from_arrays (0 ms)
5: [ RUN      ] openacc.policy_get_tile_size
5: [       OK ] openacc.policy_get_tile_size (0 ms)
5: [ RUN      ] openacc.mdrange_parallel_reduce_primitive_types
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o
1: [       OK ] openmp.triple_nested_parallelism (489 ms)
1: [ RUN      ] openmp.parallel_scan_with_reducers
55: [       OK ] std_algorithms_exclusive_scan_team_test.test (1443 ms)
55: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1443 ms total)
55: 
55: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
55: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
1: [       OK ] openmp.parallel_scan_with_reducers (825 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 (73 ms)
1: [ RUN      ] openmp.ThreadVectorMDRangeParallelFor
1: [       OK ] openmp.ThreadVectorMDRangeParallelFor (64 ms)
1: [ RUN      ] openmp.TeamVectorMDRangeParallelFor
1: [       OK ] openmp.TeamVectorMDRangeParallelFor (75 ms)
1: [ RUN      ] openmp.TeamThreadMDRangeParallelReduce
1: [       OK ] openmp.TeamThreadMDRangeParallelReduce (22 ms)
1: [ RUN      ] openmp.ThreadVectorMDRangeParallelReduce
1: [       OK ] openmp.ThreadVectorMDRangeParallelReduce (21 ms)
1: [ RUN      ] openmp.TeamVectorMDRangeParallelReduce
1: [       OK ] openmp.TeamVectorMDRangeParallelReduce (23 ms)
1: [ RUN      ] openmp.team_policy_runtime_parameters
1: [       OK ] openmp.team_policy_runtime_parameters (0 ms)
1: [ RUN      ] openmp.team_reduction_scan
30: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time                  0.000 s         0.000 s         32541  196.066/s     4.1943
55: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (767 ms)
55: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (767 ms total)
55: 
55: [----------] Global test environment tear-down
55: [==========] 2 tests from 2 test suites ran. (2211 ms total)
55: [  PASSED  ] 2 tests.
55/58 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    2.70 sec
test 56
      Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

56: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
56: Test timeout computed to be: 1500
56: [==========] Running 2 tests from 2 test suites.
56: [----------] Global test environment set-up.
56: [----------] 1 test from std_algorithms_inclusive_scan_team_test
56: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
5: [       OK ] openacc.mdrange_parallel_reduce_primitive_types (2419 ms)
5: [ RUN      ] openacc.mdspan_minimal_functional
5: [       OK ] openacc.mdspan_minimal_functional (4 ms)
5: [ RUN      ] openacc.mdspan_atomic_accessor
5: [       OK ] openacc.mdspan_atomic_accessor (5 ms)
5: [ RUN      ] openacc.view_mdspan_conversion
5: [       OK ] openacc.view_mdspan_conversion (3 ms)
5: [ RUN      ] openacc.view_mdspan_conversion_with_stride
5: [       OK ] openacc.view_mdspan_conversion_with_stride (0 ms)
5: [ RUN      ] openacc.max
5: [       OK ] openacc.max (0 ms)
5: [ RUN      ] openacc.max_within_parfor
5: [       OK ] openacc.max_within_parfor (3 ms)
5: [ RUN      ] openacc.min
5: [       OK ] openacc.min (0 ms)
5: [ RUN      ] openacc.min_within_parfor
5: [       OK ] openacc.min_within_parfor (0 ms)
5: [ RUN      ] openacc.minmax
5: [       OK ] openacc.minmax (0 ms)
5: [ RUN      ] openacc.minmax_within_parfor
5: [       OK ] openacc.minmax_within_parfor (0 ms)
5: [ RUN      ] openacc.clamp
5: [       OK ] openacc.clamp (0 ms)
5: [ RUN      ] openacc.clamp_within_parfor
5: [       OK ] openacc.clamp_within_parfor (0 ms)
5: [ RUN      ] openacc.occupancy_control
5: [       OK ] openacc.occupancy_control (6 ms)
5: [ RUN      ] openacc.parallel_scan_range_policy
5: [       OK ] openacc.parallel_scan_range_policy (176 ms)
5: [ RUN      ] openacc.kokkos_printf
5: [       OK ] openacc.kokkos_printf (4 ms)
5: [ RUN      ] openacc.range_policy_runtime_parameters
5: [       OK ] openacc.range_policy_runtime_parameters (0 ms)
5: [ RUN      ] openacc.range_policy_one_way_convertible_bounds
5: [       OK ] openacc.range_policy_one_way_convertible_bounds (0 ms)
5: [ RUN      ] openacc.reducers_double
5: [       OK ] openacc.reducers_double (15 ms)
5: [ RUN      ] openacc.reducers_bool
5: [       OK ] openacc.reducers_bool (6 ms)
5: [ RUN      ] openacc.impl_shared_alloc
5: [       OK ] openacc.impl_shared_alloc (50 ms)
5: [ RUN      ] openacc.mdspan_space_aware_accessor
5: [       OK ] openacc.mdspan_space_aware_accessor (16 ms)
5: [ RUN      ] openacc.kokkos_swap
5: [       OK ] openacc.kokkos_swap (1 ms)
5: [ RUN      ] openacc.team_policy_runtime_parameters
5: [       OK ] openacc.team_policy_runtime_parameters (0 ms)
5: [ RUN      ] openacc.timer
5: [       OK ] openacc.timer (20 ms)
5: [ RUN      ] openacc.view_api_a
5: [       OK ] openacc.view_api_a (20 ms)
5: [ RUN      ] openacc.view_layout_left_with_stride
5: [       OK ] openacc.view_layout_left_with_stride (0 ms)
5: [ RUN      ] openacc.view_layout_right_with_stride
5: [       OK ] openacc.view_layout_right_with_stride (0 ms)
5: [ RUN      ] openacc.view_api_b
5: [       OK ] openacc.view_api_b (21 ms)
5: [ RUN      ] openacc.view_api_c
5: [       OK ] openacc.view_api_c (14 ms)
5: [ RUN      ] openacc.view_api_d
5: [       OK ] openacc.view_api_d (69 ms)
5: [ RUN      ] openacc.view_bad_alloc
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewBadAlloc.hpp:59: Skipped
5: acc_malloc() not properly returning nullptr
5: [  SKIPPED ] openacc.view_bad_alloc (0 ms)
5: [ RUN      ] openacc.view_copy_tests
5: [       OK ] openacc.view_copy_tests (31 ms)
5: [ RUN      ] openacc.view_copy_tests_rank_0
5: [       OK ] openacc.view_copy_tests_rank_0 (6 ms)
5: [ RUN      ] openacc.view_copy_degenerated
5: [       OK ] openacc.view_copy_degenerated (0 ms)
5: [ RUN      ] openacc.view_fill_tests_layout_right
5: [       OK ] openacc.view_fill_tests_layout_right (158 ms)
5: [ RUN      ] openacc.view_fill_tests_layout_left
5: [       OK ] openacc.view_fill_tests_layout_left (71 ms)
5: [ RUN      ] openacc.vcp_empty_traits
5: [       OK ] openacc.vcp_empty_traits (0 ms)
5: [ RUN      ] openacc.is_view_label
5: [       OK ] openacc.is_view_label (0 ms)
5: [ RUN      ] openacc.vcp_label_base_traits
5: [       OK ] openacc.vcp_label_base_traits (0 ms)
5: [ RUN      ] openacc.vcp_label_traits
5: [       OK ] openacc.vcp_label_traits (0 ms)
5: [ RUN      ] openacc.view_alloc_can_perfect_forward_label
5: [       OK ] openacc.view_alloc_can_perfect_forward_label (0 ms)
5: [ RUN      ] openacc.vcp_label_copy_constructor
5: [       OK ] openacc.vcp_label_copy_constructor (0 ms)
5: [ RUN      ] openacc.vcp_pointer_add_property
5: [       OK ] openacc.vcp_pointer_add_property (0 ms)
5: [ RUN      ] openacc.view_empty_runtime_unmanaged
5: [       OK ] openacc.view_empty_runtime_unmanaged (0 ms)
5: [ RUN      ] openacc.view_layoutstride_left_to_layoutleft_assignment
5: [       OK ] openacc.view_layoutstride_left_to_layoutleft_assignment (79 ms)
5: [ RUN      ] openacc.view_layoutstride_right_to_layoutright_assignment
5: [       OK ] openacc.view_layoutstride_right_to_layoutright_assignment (73 ms)
5: [ RUN      ] openacc.view_mapping
5: [       OK ] openacc.view_mapping (57 ms)
5: [ RUN      ] openacc.view_mapping_operator
5: [       OK ] openacc.view_mapping_operator (358 ms)
5: [ RUN      ] openacc.static_extent
5: [       OK ] openacc.static_extent (0 ms)
5: [ RUN      ] openacc.view_mapping_atomic
5: [       OK ] openacc.view_mapping_atomic (7 ms)
5: [ RUN      ] openacc.view_mapping_class_value
5: [       OK ] openacc.view_mapping_class_value (0 ms)
5: [ RUN      ] openacc.view_mapping_assignable
5: [       OK ] openacc.view_mapping_assignable (0 ms)
5: [ RUN      ] openacc.view_mapping_trivially_copyable
5: [       OK ] openacc.view_mapping_trivially_copyable (0 ms)
5: [ RUN      ] openacc.view_of_views_default
5: [       OK ] openacc.view_of_views_default (0 ms)
5: [ RUN      ] openacc.view_of_views_without_initializing
5: [       OK ] openacc.view_of_views_without_initializing (0 ms)
5: [ RUN      ] openacc.test_view_of_views_sequential_host_init
5: [       OK ] openacc.test_view_of_views_sequential_host_init (0 ms)
5: [ RUN      ] openacc.append_formatted_multidimensional_index
5: [       OK ] openacc.append_formatted_multidimensional_index (0 ms)
5: [ RUN      ] openacc.resize_realloc_no_init
5: [       OK ] openacc.resize_realloc_no_init (3 ms)
5: [ RUN      ] openacc.resize_realloc_no_alloc
5: [       OK ] openacc.resize_realloc_no_alloc (0 ms)
5: [ RUN      ] openacc.realloc_exec_space
5: [       OK ] openacc.realloc_exec_space (0 ms)
5: [ RUN      ] openacc.view_alloc
5: [       OK ] openacc.view_alloc (0 ms)
5: [ RUN      ] openacc.view_alloc_exec_space
5: [       OK ] openacc.view_alloc_exec_space (0 ms)
5: [ RUN      ] openacc.view_alloc_int
5: [       OK ] openacc.view_alloc_int (0 ms)
5: [ RUN      ] openacc.view_alloc_exec_space_int
5: [       OK ] openacc.view_alloc_exec_space_int (0 ms)
5: [ RUN      ] openacc.deep_copy_zero_memset
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestWithoutInitializing.hpp:216: Skipped
5: skipping since the OpenACC backend doesn't implement ZeroMemset
5: [  SKIPPED ] openacc.deep_copy_zero_memset (0 ms)
5: [ RUN      ] openacc.resize_exec_space
5: [       OK ] openacc.resize_exec_space (0 ms)
5: [ RUN      ] openacc.view_allocation_int
5: [       OK ] openacc.view_allocation_int (0 ms)
5: [ RUN      ] openacc.view_allocation_exec_space_int
5: [       OK ] openacc.view_allocation_exec_space_int (0 ms)
5: [ RUN      ] openacc.view_not_default_constructible
5: [       OK ] openacc.view_not_default_constructible (0 ms)
5: [ RUN      ] openacc.view_subview_auto_1d_left
5: [       OK ] openacc.view_subview_auto_1d_left (6 ms)
5: [ RUN      ] openacc.view_subview_auto_1d_right
5: [       OK ] openacc.view_subview_auto_1d_right (0 ms)
5: [ RUN      ] openacc.view_subview_auto_1d_stride
5: [       OK ] openacc.view_subview_auto_1d_stride (0 ms)
5: [ RUN      ] openacc.view_subview_assign_strided
5: [       OK ] openacc.view_subview_assign_strided (0 ms)
5: [ RUN      ] openacc.view_subview_left_0
5: [       OK ] openacc.view_subview_left_0 (0 ms)
5: [ RUN      ] openacc.view_subview_left_1
5: [       OK ] openacc.view_subview_left_1 (0 ms)
5: [ RUN      ] openacc.view_subview_left_2
5: [       OK ] openacc.view_subview_left_2 (0 ms)
5: [ RUN      ] openacc.view_subview_left_3
5: [       OK ] openacc.view_subview_left_3 (0 ms)
5: [ RUN      ] openacc.view_subview_right_0
5: [       OK ] openacc.view_subview_right_0 (0 ms)
5: [ RUN      ] openacc.view_subview_right_1
5: [       OK ] openacc.view_subview_right_1 (0 ms)
5: [ RUN      ] openacc.view_subview_right_3
5: [       OK ] openacc.view_subview_right_3 (0 ms)
5: [ RUN      ] openacc.view_static_tests
5: [       OK ] openacc.view_static_tests (0 ms)
5: [ RUN      ] openacc.view_subview_layoutleft_to_layoutleft
5: [       OK ] openacc.view_subview_layoutleft_to_layoutleft (8 ms)
5: [ RUN      ] openacc.view_subview_layoutright_to_layoutright
5: [       OK ] openacc.view_subview_layoutright_to_layoutright (0 ms)
5: [ RUN      ] openacc.view_subview_1d_assign
5: [       OK ] openacc.view_subview_1d_assign (13 ms)
5: [ RUN      ] openacc.view_subview_1d_assign_atomic
5: [       OK ] openacc.view_subview_1d_assign_atomic (12 ms)
5: [ RUN      ] openacc.view_subview_1d_assign_randomaccess
5: [       OK ] openacc.view_subview_1d_assign_randomaccess (12 ms)
5: [ RUN      ] openacc.view_subview_2d_from_3d
5: [       OK ] openacc.view_subview_2d_from_3d (164 ms)
5: [ RUN      ] openacc.view_subview_2d_from_3d_atomic
5: [       OK ] openacc.view_subview_2d_from_3d_atomic (166 ms)
5: [ RUN      ] openacc.view_subview_2d_from_3d_randomaccess
5: [       OK ] openacc.view_subview_2d_from_3d_randomaccess (167 ms)
5: [ RUN      ] openacc.view_subview_3d_from_5d_left
5: [       OK ] openacc.view_subview_3d_from_5d_left (183 ms)
5: [ RUN      ] openacc.view_subview_3d_from_5d_left_atomic
5: [       OK ] openacc.view_subview_3d_from_5d_left_atomic (185 ms)
5: [ RUN      ] openacc.view_subview_3d_from_5d_left_randomaccess
56: [       OK ] std_algorithms_inclusive_scan_team_test.test (2175 ms)
56: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2175 ms total)
56: 
56: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
56: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
5: [       OK ] openacc.view_subview_3d_from_5d_left_randomaccess (186 ms)
5: [ RUN      ] openacc.view_subview_3d_from_5d_right
5: [       OK ] openacc.view_subview_3d_from_5d_right (109 ms)
5: [ RUN      ] openacc.view_subview_3d_from_5d_right_atomic
5: [       OK ] openacc.view_subview_3d_from_5d_right_atomic (109 ms)
5: [ RUN      ] openacc.view_subview_3d_from_5d_right_randomaccess
5: [       OK ] openacc.view_subview_3d_from_5d_right_randomaccess (109 ms)
5: [ RUN      ] openacc.view_test_unmanaged_subview_reset
5: [       OK ] openacc.view_test_unmanaged_subview_reset (1 ms)
5: [ RUN      ] openacc.view_subview_memory_traits_construction
5: [       OK ] openacc.view_subview_memory_traits_construction (0 ms)
5: [----------] 208 tests from openacc (28573 ms total)
5: 
5: [----------] 17 tests from openacc_graph
5: [ RUN      ] openacc_graph.submit_once
5: [       OK ] openacc_graph.submit_once (0 ms)
5: [ RUN      ] openacc_graph.submit_once_rvalue
5: [       OK ] openacc_graph.submit_once_rvalue (0 ms)
5: [ RUN      ] openacc_graph.instantiate_and_submit_once
5: [       OK ] openacc_graph.instantiate_and_submit_once (0 ms)
5: [ RUN      ] openacc_graph.submit_onto_another_execution_space_instance
5: [       OK ] openacc_graph.submit_onto_another_execution_space_instance (0 ms)
5: [ RUN      ] openacc_graph.create_graph_no_closure_with_exec
5: [       OK ] openacc_graph.create_graph_no_closure_with_exec (0 ms)
5: [ RUN      ] openacc_graph.create_graph_no_arg
5: [       OK ] openacc_graph.create_graph_no_arg (0 ms)
5: [ RUN      ] openacc_graph.submit_six
5: [       OK ] openacc_graph.submit_six (0 ms)
5: [ RUN      ] openacc_graph.when_all_cycle
5: [       OK ] openacc_graph.when_all_cycle (0 ms)
5: [ RUN      ] openacc_graph.repeat_chain
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:338: Skipped
5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space.
5: [  SKIPPED ] openacc_graph.repeat_chain (0 ms)
5: [ RUN      ] openacc_graph.zero_work_reduce
5: [       OK ] openacc_graph.zero_work_reduce (0 ms)
5: [ RUN      ] openacc_graph.empty_graph
5: [       OK ] openacc_graph.empty_graph (0 ms)
5: [ RUN      ] openacc_graph.force_global_launch
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:444: Skipped
5: This execution space does not support global launch.
5: [  SKIPPED ] openacc_graph.force_global_launch (0 ms)
5: [ RUN      ] openacc_graph.sized_functor_launch
5: [       OK ] openacc_graph.sized_functor_launch (0 ms)
5: [ RUN      ] openacc_graph.empty_graph_default_host_exec
5: [       OK ] openacc_graph.empty_graph_default_host_exec (0 ms)
5: [ RUN      ] openacc_graph.node_lifetime
5: [       OK ] openacc_graph.node_lifetime (0 ms)
5: [ RUN      ] openacc_graph.diamond
5: [       OK ] openacc_graph.diamond (0 ms)
5: [ RUN      ] openacc_graph.end_of_submit_control_flow
5: [       OK ] openacc_graph.end_of_submit_control_flow (0 ms)
5: [----------] 17 tests from openacc_graph (3 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 247 tests from 4 test suites ran. (132506 ms total)
5: [  PASSED  ] 225 tests.
5: [  SKIPPED ] 22 tests, listed below:
5: [  SKIPPED ] openacc_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
5: [  SKIPPED ] openacc_DeathTest.view_construction_with_wrong_params_dyn
5: [  SKIPPED ] openacc_DeathTest.view_construction_with_wrong_params_stat
5: [  SKIPPED ] openacc_DeathTest.view_construction_with_wrong_params_mix
5: [  SKIPPED ] openacc_DeathTest.view_construction_with_wrong_static_extents
5: [  SKIPPED ] openacc_DeathTest.view_memory_access_violations_from_device
5: [  SKIPPED ] openacc_DeathTest.view_subview_wrong_extents
5: [  SKIPPED ] openacc.atomic_operations_int8
5: [  SKIPPED ] openacc.atomic_operations_int16
5: [  SKIPPED ] openacc.exec_space_thread_safety_range
5: [  SKIPPED ] openacc.exec_space_thread_safety_mdrange
5: [  SKIPPED ] openacc.exec_space_thread_safety_team_policy
5: [  SKIPPED ] openacc.exec_space_thread_safety_range_reduce
5: [  SKIPPED ] openacc.exec_space_thread_safety_mdrange_reduce
5: [  SKIPPED ] openacc.exec_space_thread_safety_team_policy_reduce
5: [  SKIPPED ] openacc.exec_space_thread_safety_range_scan
5: [  SKIPPED ] openacc.graph_capture
5: [  SKIPPED ] openacc.mixed_then_host_device_nodes
5: [  SKIPPED ] openacc.view_bad_alloc
5: [  SKIPPED ] openacc.deep_copy_zero_memset
5: [  SKIPPED ] openacc_graph.repeat_chain
5: [  SKIPPED ] openacc_graph.force_global_launch
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
 5/23 Test  #5: Kokkos_CoreUnitTest_OpenACC ................................   Passed  133.06 sec
test 6
      Start  6: Kokkos_CoreUnitTest_Default

6: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Default
6: Test timeout computed to be: 1500
6: [==========] Running 8 tests from 1 test suite.
6: [----------] Global test environment set-up.
6: [----------] 8 tests from defaultdevicetype
6: [ RUN      ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free
6: [       OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (28 ms)
6: [ RUN      ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free
6: [       OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms)
6: [ RUN      ] defaultdevicetype.compiler_macros
6: [       OK ] defaultdevicetype.compiler_macros (1 ms)
6: [ RUN      ] defaultdevicetype.half_conversion
6: [       OK ] defaultdevicetype.half_conversion (4 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 (2 ms)
6: [ RUN      ] defaultdevicetype.host_space_access
6: [       OK ] defaultdevicetype.host_space_access (0 ms)
6: [----------] 8 tests from defaultdevicetype (41 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 8 tests from 1 test suite ran. (41 ms total)
6: [  PASSED  ] 8 tests.
 6/23 Test  #6: Kokkos_CoreUnitTest_Default ................................   Passed    0.22 sec
test 7
      Start  7: Kokkos_CoreUnitTest_InitializeFinalize

7: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize
7: Test timeout computed to be: 1500
7: [==========] Running 30 tests from 7 test suites.
7: [----------] Global test environment set-up.
7: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest
7: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views
56: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (1466 ms)
56: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1466 ms total)
56: 
56: [----------] Global test environment tear-down
56: [==========] 2 tests from 2 test suites ran. (3642 ms total)
56: [  PASSED  ] 2 tests.
56/58 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    4.13 sec
test 57
      Start 57: Kokkos_PerformanceTest_InclusiveScan

57: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-09-11_T06-00-02.json"
57: Test timeout computed to be: 1500
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
7: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (428 ms)
7: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views
57: 2025-09-11T06:31:41+00:00
57: Running /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan
57: Run on (255 X 3493.72 MHz CPU s)
57: CPU Caches:
57:   L1 Data 32 KiB (x127)
57:   L1 Instruction 32 KiB (x127)
57:   L2 Unified 512 KiB (x127)
57:   L3 Unified 32768 KiB (x15)
57: Load Average: 7.86, 5.76, 7.18
57: APU or dGPU: dGPU
57: Architecture capable of accessing system allocated memory: 1
57: CPU architecture: none
57: Default Device: HIP
57: GPU architecture: AMD_GFX908
57: Is Large Bar: 1
57: KOKKOS_COMPILER_CLANG: 1800
57: KOKKOS_ENABLE_ASM: no
57: KOKKOS_ENABLE_CXX20: yes
57: KOKKOS_ENABLE_CXX23: no
57: KOKKOS_ENABLE_CXX26: no
57: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
57: KOKKOS_ENABLE_HIP: yes
57: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
57: KOKKOS_ENABLE_HWLOC: no
57: KOKKOS_ENABLE_LIBDL: yes
57: KOKKOS_ENABLE_OPENMP: yes
57: KOKKOS_ENABLE_PRAGMA_IVDEP: no
57: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
57: KOKKOS_ENABLE_PRAGMA_UNROLL: no
57: KOKKOS_ENABLE_PRAGMA_VECTOR: no
57: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
57: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
57: Kokkos Version: 4.7.99
57: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected
57: Shared Memory per Block: 64 KiB
57: Supports Managed Memory: 1
57: System allows accessing system allocated memory on GPU: 0
57: Total Global Memory: 31.98 GiB
57: Wavefront Size: 64
57: XNACK environment variable set: no
57: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
57: macro  HIP_VERSION: 60342134 = version 6.3.42134
57: macro  KOKKOS_ENABLE_HIP: defined
57: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
57: macro KOKKOS_ENABLE_ROCTHRUST: defined
57: mdspan: disabled
57: mdspan version: not applicable
57: platform: 64bit
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
7: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1596 ms)
7: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management
57: ----------------------------------------------------------------------------------------------------------------------------------------------
57: Benchmark                                                                   Time             CPU   Iterations  FOM: GB/s         MB     Passed
57: ----------------------------------------------------------------------------------------------------------------------------------------------
57: BM_inclusive_scan<std::uint64_t>/100000000/manual_time                  0.002 s         0.002 s           369   986.78/s       1.6k          1
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
7: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (2205 ms)
7: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (4230 ms total)
7: 
7: [----------] 4 tests from InitializeFinalize_DeathTest
7: [ RUN      ] InitializeFinalize_DeathTest.initialize
57: BM_inclusive_scan<std::int64_t>/100000000/manual_time                   0.002 s         0.002 s           406   985.03/s       1.6k          1
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o
7: [       OK ] InitializeFinalize_DeathTest.initialize (915 ms)
7: [ RUN      ] InitializeFinalize_DeathTest.finalize
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
7: [       OK ] InitializeFinalize_DeathTest.finalize (589 ms)
7: [ RUN      ] InitializeFinalize_DeathTest.is_initialized
7: [       OK ] InitializeFinalize_DeathTest.is_initialized (151 ms)
7: [ RUN      ] InitializeFinalize_DeathTest.is_finalized
7: [       OK ] InitializeFinalize_DeathTest.is_finalized (151 ms)
7: [----------] 4 tests from InitializeFinalize_DeathTest (1807 ms total)
7: 
7: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest
7: [ RUN      ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early
7: [       OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (19 ms)
7: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (19 ms total)
7: 
7: [----------] 1 test from Legion_DeathTest
7: [ RUN      ] Legion_DeathTest.individual_backend_initialization
7: [       OK ] Legion_DeathTest.individual_backend_initialization (190 ms)
7: [----------] 1 test from Legion_DeathTest (190 ms total)
7: 
7: [----------] 2 tests from PushFinalizeHook_DeathTest
7: [ RUN      ] PushFinalizeHook_DeathTest.called_in_reverse_order
57: BM_inclusive_scan<double>/100000000/manual_time                         0.002 s         0.002 s           417  926.528/s       1.6k          1
7: [       OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (156 ms)
7: [ RUN      ] PushFinalizeHook_DeathTest.terminate_on_throw
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o
7: [       OK ] PushFinalizeHook_DeathTest.terminate_on_throw (359 ms)
7: [----------] 2 tests from PushFinalizeHook_DeathTest (516 ms total)
7: 
7: [----------] 6 tests from ScopeGuard_DeathTest
7: [ RUN      ] ScopeGuard_DeathTest.create
7: [       OK ] ScopeGuard_DeathTest.create (178 ms)
7: [ RUN      ] ScopeGuard_DeathTest.create_argument
7: [       OK ] ScopeGuard_DeathTest.create_argument (180 ms)
7: [ RUN      ] ScopeGuard_DeathTest.create_while_initialize
7: [       OK ] ScopeGuard_DeathTest.create_while_initialize (354 ms)
7: [ RUN      ] ScopeGuard_DeathTest.create_after_initialize
7: [       OK ] ScopeGuard_DeathTest.create_after_initialize (360 ms)
7: [ RUN      ] ScopeGuard_DeathTest.create_after_finalize
57: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time      0.002 s         0.002 s           416   988.69/s       1.6k          1
7: [       OK ] ScopeGuard_DeathTest.create_after_finalize (373 ms)
7: [ RUN      ] ScopeGuard_DeathTest.destroy_after_finalize
7: [       OK ] ScopeGuard_DeathTest.destroy_after_finalize (350 ms)
7: [----------] 6 tests from ScopeGuard_DeathTest (1798 ms total)
7: 
7: [----------] 13 tests from defaultdevicetype
7: [ RUN      ] defaultdevicetype.initialization_settings
7: [       OK ] defaultdevicetype.initialization_settings (0 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_num_threads
7: [       OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_device_id
7: [       OK ] defaultdevicetype.cmd_line_args_device_id (0 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_disable_warning
7: [       OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_tune_internals
7: [       OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_help
7: [       OK ] defaultdevicetype.cmd_line_args_help (73 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
7: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (37 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
7: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (99 ms)
7: [ RUN      ] defaultdevicetype.env_vars_num_threads
7: [       OK ] defaultdevicetype.env_vars_num_threads (0 ms)
7: [ RUN      ] defaultdevicetype.env_vars_device_id
7: [       OK ] defaultdevicetype.env_vars_device_id (0 ms)
7: [ RUN      ] defaultdevicetype.env_vars_disable_warnings
7: [       OK ] defaultdevicetype.env_vars_disable_warnings (0 ms)
7: [ RUN      ] defaultdevicetype.env_vars_tune_internals
7: [       OK ] defaultdevicetype.env_vars_tune_internals (0 ms)
7: [ RUN      ] defaultdevicetype.visible_devices
7: [       OK ] defaultdevicetype.visible_devices (0 ms)
7: [----------] 13 tests from defaultdevicetype (211 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 30 tests from 7 test suites ran. (8774 ms total)
7: [  PASSED  ] 30 tests.
 7/23 Test  #7: Kokkos_CoreUnitTest_InitializeFinalize .....................   Passed    8.79 sec
test 8
      Start  8: Kokkos_CoreUnitTest_Develop

8: Test command: /var/jenkins/workspace/Kokkos_PR-8428/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/23 Test  #8: Kokkos_CoreUnitTest_Develop ................................   Passed    0.15 sec
test 9
      Start  9: Kokkos_CoreUnitTest_KokkosP

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

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

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

12: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkosprinter-tool.so"
12: Test timeout computed to be: 1500
12: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
12/23 Test #12: Kokkos_ProfilingTestLibraryCmdLineHelp .....................   Passed    0.14 sec
test 13
      Start 13: Kokkos_ProfilingTestLibraryLoad

13: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
13: Environment variables: 
13:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8428/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_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:desul atomics version:fd8da8299519d7ecde91a1c11a3ac8469ce29cac::kokkosp_declare_metadata:KOKKOS_COMPILER_NVHPC:230700::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM: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: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.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0xfe9a80:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xfe9cc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xfe9d40:Host:source:0xfe9b00: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:0xfe9e00: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:0xfe9cc0:40::kokkosp_deallocate_data:Host:source:0xfe9a80:40::kokkosp_finalize_library::
13/23 Test #13: Kokkos_ProfilingTestLibraryLoad ............................   Passed    0.15 sec
test 14
      Start 14: Kokkos_ProfilingTestLibraryCmdLine

14: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkosprinter-tool.so"
14: Test timeout computed to be: 1500
57: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time       0.002 s         0.002 s           416  986.649/s       1.6k          1
14: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:OpenACC::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:fd8da8299519d7ecde91a1c11a3ac8469ce29cac::kokkosp_declare_metadata:KOKKOS_COMPILER_NVHPC:230700::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM: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: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.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0xfe9a80:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xfe9cc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xfe9d40:Host:source:0xfe9b00: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:0xfe9e00: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:0xfe9cc0:40::kokkosp_deallocate_data:Host:source:0xfe9a80:40::kokkosp_finalize_library::
14/23 Test #14: Kokkos_ProfilingTestLibraryCmdLine .........................   Passed    0.15 sec
test 15
      Start 15: Kokkos_CoreUnitTest_StackTraceTest

15: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec
15: Test timeout computed to be: 1500
15: [==========] Running 3 tests from 2 test suites.
15: [----------] Global test environment set-up.
15: [----------] 2 tests from defaultdevicetype_DeathTest
15: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate
15: Top of f1
15: Top of f0
15: Top of f0
15: test_f1:
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4fb713]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x441dfc]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2c) [0x43dc6c]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x16b) [0x43c2ab]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48d643]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44e48f]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x450b9f]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4521c7]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x466c37]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x492443]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45363a]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43b0f5]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff4029d90]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff4029e40]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x43ae15]
15:  
15: demangled test_f1:
15: [0x4fb713] Kokkos::Impl::save_stacktrace()
15: [0x441dfc] Test::stacktrace_test_f1(std::ostream&)
15: [0x43dc6c] Test::test_stacktrace(bool, bool)
15: [0x43c2ab] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
15: [0x48d643] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
15: [0x44e48f] testing::Test::Run()
15: [0x450b9f] testing::TestInfo::Run()
15: [0x4521c7] testing::TestSuite::Run()
15: [0x466c37] testing::internal::UnitTestImpl::RunAllTests()
15: [0x492443] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
15: [0x45363a] testing::UnitTest::Run()
15: [0x43b0f5] main
15: [0x7ffff4029d90] 
15: [0x7ffff4029e40] __libc_start_main
15: [0x43ae15] _start
15:  
15: Top of f3
15: Top of f3
15: Top of f3
15: Top of f3
15: Top of f3
15: Top of f1
15: Top of f0
15: Top of f0
15: StackTrace f3(std::cout, 4) returned: 110
15: test_f3:
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4fb713]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x441dfc]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x442972]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x69a) [0x43e2da]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x16b) [0x43c2ab]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48d643]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44e48f]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x450b9f]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4521c7]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x466c37]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x492443]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45363a]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43b0f5]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff4029d90]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff4029e40]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x43ae15]
15:  
15: demangled test_f3:
15: [0x4fb713] Kokkos::Impl::save_stacktrace()
15: [0x441dfc] Test::stacktrace_test_f1(std::ostream&)
15: [0x442972] Test::stacktrace_test_f3(std::ostream&, int)
15: [0x43e2da] Test::test_stacktrace(bool, bool)
15: [0x43c2ab] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
15: [0x48d643] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
15: [0x44e48f] testing::Test::Run()
15: [0x450b9f] testing::TestInfo::Run()
15: [0x4521c7] testing::TestSuite::Run()
15: [0x466c37] testing::internal::UnitTestImpl::RunAllTests()
15: [0x492443] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
15: [0x45363a] testing::UnitTest::Run()
15: [0x43b0f5] main
15: [0x7ffff4029d90] 
15: [0x7ffff4029e40] __libc_start_main
15: [0x43ae15] _start
15:  
15: Test setting std::terminate handler that prints the last saved stack trace
15: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (344 ms)
15: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
15: Top of f1
15: Top of f0
15: Top of f0
15: test_f1:
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4fb713]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x441dfc]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2c) [0x43dc6c]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x168) [0x43c628]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48d643]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44e48f]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x450b9f]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4521c7]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x466c37]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x492443]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45363a]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43b0f5]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff4029d90]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff4029e40]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x43ae15]
15:  
15: demangled test_f1:
15: [0x4fb713] Kokkos::Impl::save_stacktrace()
15: [0x441dfc] Test::stacktrace_test_f1(std::ostream&)
15: [0x43dc6c] Test::test_stacktrace(bool, bool)
15: [0x43c628] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
15: [0x48d643] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
15: [0x44e48f] testing::Test::Run()
15: [0x450b9f] testing::TestInfo::Run()
15: [0x4521c7] testing::TestSuite::Run()
15: [0x466c37] testing::internal::UnitTestImpl::RunAllTests()
15: [0x492443] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
15: [0x45363a] testing::UnitTest::Run()
15: [0x43b0f5] main
15: [0x7ffff4029d90] 
15: [0x7ffff4029e40] __libc_start_main
15: [0x43ae15] _start
15:  
15: Top of f3
15: Top of f3
15: Top of f3
15: Top of f3
15: Top of f3
15: Top of f1
15: Top of f0
15: Top of f0
15: StackTrace f3(std::cout, 4) returned: 110
15: test_f3:
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4fb713]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x441dfc]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x442972]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x69a) [0x43e2da]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x168) [0x43c628]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48d643]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44e48f]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x450b9f]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4521c7]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x466c37]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x492443]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45363a]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43b0f5]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff4029d90]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff4029e40]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x43ae15]
15:  
15: demangled test_f3:
15: [0x4fb713] Kokkos::Impl::save_stacktrace()
15: [0x441dfc] Test::stacktrace_test_f1(std::ostream&)
15: [0x442972] Test::stacktrace_test_f3(std::ostream&, int)
15: [0x43e2da] Test::test_stacktrace(bool, bool)
15: [0x43c628] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
15: [0x48d643] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
15: [0x44e48f] testing::Test::Run()
15: [0x450b9f] testing::TestInfo::Run()
15: [0x4521c7] testing::TestSuite::Run()
15: [0x466c37] testing::internal::UnitTestImpl::RunAllTests()
15: [0x492443] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
15: [0x45363a] testing::UnitTest::Run()
15: [0x43b0f5] main
15: [0x7ffff4029d90] 
15: [0x7ffff4029e40] __libc_start_main
15: [0x43ae15] _start
15:  
15: Test setting std::terminate handler that prints the last saved stack trace
15: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (359 ms)
15: [----------] 2 tests from defaultdevicetype_DeathTest (703 ms total)
15: 
15: [----------] 1 test from defaultdevicetype
15: [ RUN      ] defaultdevicetype.stacktrace_normal
15: Top of f1
15: Top of f0
15: Top of f0
15: test_f1:
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4fb713]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x441dfc]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2c) [0x43dc6c]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48d643]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44e48f]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x450b9f]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4521c7]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x466c37]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x492443]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45363a]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43b0f5]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff4029d90]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff4029e40]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x43ae15]
15:  
15: demangled test_f1:
15: [0x4fb713] Kokkos::Impl::save_stacktrace()
15: [0x441dfc] Test::stacktrace_test_f1(std::ostream&)
15: [0x43dc6c] Test::test_stacktrace(bool, bool)
15: [0x48d643] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
15: [0x44e48f] testing::Test::Run()
15: [0x450b9f] testing::TestInfo::Run()
15: [0x4521c7] testing::TestSuite::Run()
15: [0x466c37] testing::internal::UnitTestImpl::RunAllTests()
15: [0x492443] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
15: [0x45363a] testing::UnitTest::Run()
15: [0x43b0f5] main
15: [0x7ffff4029d90] 
15: [0x7ffff4029e40] __libc_start_main
15: [0x43ae15] _start
15:  
15: Top of f3
15: Top of f3
15: Top of f3
15: Top of f3
15: Top of f3
15: Top of f1
15: Top of f0
15: Top of f0
15: StackTrace f3(std::cout, 4) returned: 110
15: test_f3:
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4fb713]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x441dfc]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x442972]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x69a) [0x43e2da]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48d643]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44e48f]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x450b9f]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4521c7]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x466c37]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x492443]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45363a]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43b0f5]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff4029d90]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff4029e40]
15: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x43ae15]
15:  
15: demangled test_f3:
15: [0x4fb713] Kokkos::Impl::save_stacktrace()
15: [0x441dfc] Test::stacktrace_test_f1(std::ostream&)
15: [0x442972] Test::stacktrace_test_f3(std::ostream&, int)
15: [0x43e2da] Test::test_stacktrace(bool, bool)
15: [0x48d643] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
15: [0x44e48f] testing::Test::Run()
15: [0x450b9f] testing::TestInfo::Run()
15: [0x4521c7] testing::TestSuite::Run()
15: [0x466c37] testing::internal::UnitTestImpl::RunAllTests()
15: [0x492443] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
15: [0x45363a] testing::UnitTest::Run()
15: [0x43b0f5] main
15: [0x7ffff4029d90] 
15: [0x7ffff4029e40] __libc_start_main
15: [0x43ae15] _start
15:  
15: Test setting std::terminate handler that prints the last saved stack trace
15: [       OK ] defaultdevicetype.stacktrace_normal (1 ms)
15: [----------] 1 test from defaultdevicetype (1 ms total)
15: 
15: [----------] Global test environment tear-down
15: [==========] 3 tests from 2 test suites ran. (705 ms total)
15: [  PASSED  ] 3 tests.
15/23 Test #15: Kokkos_CoreUnitTest_StackTraceTest .........................   Passed    0.85 sec
test 16
      Start 16: Kokkos_IncrementalTest_SERIAL

16: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_IncrementalTest_SERIAL
16: Test timeout computed to be: 1500
16: [==========] Running 28 tests from 1 test suite.
16: [----------] Global test environment set-up.
16: [----------] 28 tests from SERIAL
16: [ RUN      ] SERIAL.IncrTest_01_execspace_typedef
16: [       OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms)
16: [ RUN      ] SERIAL.IncrTest_01_execspace
16: Host Serial Execution Space:
16:   KOKKOS_ENABLE_SERIAL: yes
16: 
16: Serial Runtime Configuration:
16: Serial
16: [       OK ] SERIAL.IncrTest_01_execspace (0 ms)
16: [ RUN      ] SERIAL.IncrTest_02_AtomicExchange
16: [       OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms)
16: [ RUN      ] SERIAL.IncrTest_02_AtomicAdd
16: [       OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms)
16: [ RUN      ] SERIAL.IncrTest_02_AtomicSub
16: [       OK ] SERIAL.IncrTest_02_AtomicSub (0 ms)
16: [ RUN      ] SERIAL.IncrTest_03a_memspace_malloc
16: [       OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms)
16: [ RUN      ] SERIAL.IncrTest_03b_memspace_free
16: [       OK ] SERIAL.IncrTest_03b_memspace_free (142 ms)
16: [ RUN      ] SERIAL.IncrTest_04_simple_parallelFor
16: [       OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms)
16: [ RUN      ] SERIAL.IncrTest_04_RangePolicy_parallelFor
16: [       OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms)
16: [ RUN      ] SERIAL.IncrTest_05_reduction
16: [       OK ] SERIAL.IncrTest_05_reduction (0 ms)
16: [ RUN      ] SERIAL.IncrTest_06_mdrange2D
16: [       OK ] SERIAL.IncrTest_06_mdrange2D (0 ms)
16: [ RUN      ] SERIAL.IncrTest_06_mdrange3D
16: [       OK ] SERIAL.IncrTest_06_mdrange3D (0 ms)
16: [ RUN      ] SERIAL.IncrTest_06_mdrange4D
16: [       OK ] SERIAL.IncrTest_06_mdrange4D (0 ms)
16: [ RUN      ] SERIAL.IncrTest_08_deep_copy_2D
16: [       OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms)
16: [ RUN      ] SERIAL.IncrTest_08_deep_copy_3D
16: [       OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms)
16: [ RUN      ] SERIAL.IncrTest_08_deep_copy_4D
16: [       OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms)
16: [ RUN      ] SERIAL.IncrTest_10_Hierarchical_Basics
16: [       OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms)
16: [ RUN      ] SERIAL.IncrTest_11a_Hierarchical_ForLoop
16: [       OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (1 ms)
16: [ RUN      ] SERIAL.IncrTest_11b_Hierarchical_ForLoop
16: [       OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (1 ms)
16: [ RUN      ] SERIAL.IncrTest_11c_Hierarchical_ForLoop
16: [       OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (495 ms)
16: [ RUN      ] SERIAL.IncrTest_12a_ThreadScratch
16: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/incremental/Test12a_ThreadScratch.hpp:103: Skipped
16: skipping since scratch memory is not yet implemented in the OpenACC backend
16: [  SKIPPED ] SERIAL.IncrTest_12a_ThreadScratch (0 ms)
16: [ RUN      ] SERIAL.IncrTest_12b_TeamScratch
16: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/incremental/Test12b_TeamScratch.hpp:92: Skipped
16: skipping since scratch memory is not yet implemented in the OpenACC backend
16: [  SKIPPED ] SERIAL.IncrTest_12b_TeamScratch (0 ms)
16: [ RUN      ] SERIAL.IncrTest_13a_Hierarchical_Red
16: [       OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms)
16: [ RUN      ] SERIAL.IncrTest_13b_Hierarchical_Red
16: [       OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms)
16: [ RUN      ] SERIAL.IncrTest_13c_Hierarchical_Red
16: [       OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms)
16: [ RUN      ] SERIAL.incr_14_MDrangeReduce
16: [       OK ] SERIAL.incr_14_MDrangeReduce (0 ms)
16: [ RUN      ] SERIAL.IncrTest_16_parallelscan
16: [       OK ] SERIAL.IncrTest_16_parallelscan (0 ms)
16: [ RUN      ] SERIAL.incr_17_atomicView
16: [       OK ] SERIAL.incr_17_atomicView (0 ms)
16: [----------] 28 tests from SERIAL (642 ms total)
16: 
16: [----------] Global test environment tear-down
16: [==========] 28 tests from 1 test suite ran. (642 ms total)
16: [  PASSED  ] 26 tests.
16: [  SKIPPED ] 2 tests, listed below:
16: [  SKIPPED ] SERIAL.IncrTest_12a_ThreadScratch
16: [  SKIPPED ] SERIAL.IncrTest_12b_TeamScratch
16/23 Test #16: Kokkos_IncrementalTest_SERIAL ..............................   Passed    0.80 sec
test 17
      Start 17: Kokkos_IncrementalTest_OPENACC

17: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_IncrementalTest_OPENACC
17: Test timeout computed to be: 1500
57: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time             0.002 s         0.002 s           415  948.296/s       1.6k          1
17: [==========] Running 28 tests from 1 test suite.
17: [----------] Global test environment set-up.
17: [----------] 28 tests from OPENACC
17: [ RUN      ] OPENACC.IncrTest_01_execspace_typedef
17: [       OK ] OPENACC.IncrTest_01_execspace_typedef (0 ms)
17: [ RUN      ] OPENACC.IncrTest_01_execspace
17: Device Execution Space:
17:   KOKKOS_ENABLE_OPENACC: yes
17: OpenACC Options:
17:   KOKKOS_ENABLE_OPENACC_COLLAPSE_HIERARCHICAL_CONSTRUCTS: yes
17:   KOKKOS_ENABLE_OPENACC_FORCE_HOST_AS_DEVICE: no
17: Using OpenACC
17: OpenACC
17: [       OK ] OPENACC.IncrTest_01_execspace (0 ms)
17: [ RUN      ] OPENACC.IncrTest_02_AtomicExchange
17: [       OK ] OPENACC.IncrTest_02_AtomicExchange (0 ms)
17: [ RUN      ] OPENACC.IncrTest_02_AtomicAdd
17: [       OK ] OPENACC.IncrTest_02_AtomicAdd (0 ms)
17: [ RUN      ] OPENACC.IncrTest_02_AtomicSub
17: [       OK ] OPENACC.IncrTest_02_AtomicSub (0 ms)
17: [ RUN      ] OPENACC.IncrTest_03a_memspace_malloc
17: [       OK ] OPENACC.IncrTest_03a_memspace_malloc (28 ms)
17: [ RUN      ] OPENACC.IncrTest_03b_memspace_free
57: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time      0.002 s         0.002 s           416  989.712/s       1.6k          1
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o
17: [       OK ] OPENACC.IncrTest_03b_memspace_free (1976 ms)
17: [ RUN      ] OPENACC.IncrTest_04_simple_parallelFor
17: [       OK ] OPENACC.IncrTest_04_simple_parallelFor (0 ms)
17: [ RUN      ] OPENACC.IncrTest_04_RangePolicy_parallelFor
17: [       OK ] OPENACC.IncrTest_04_RangePolicy_parallelFor (0 ms)
17: [ RUN      ] OPENACC.IncrTest_05_reduction
17: [       OK ] OPENACC.IncrTest_05_reduction (6 ms)
17: [ RUN      ] OPENACC.IncrTest_06_mdrange2D
17: [       OK ] OPENACC.IncrTest_06_mdrange2D (0 ms)
17: [ RUN      ] OPENACC.IncrTest_06_mdrange3D
17: [       OK ] OPENACC.IncrTest_06_mdrange3D (0 ms)
17: [ RUN      ] OPENACC.IncrTest_06_mdrange4D
17: [       OK ] OPENACC.IncrTest_06_mdrange4D (0 ms)
17: [ RUN      ] OPENACC.IncrTest_08_deep_copy_2D
17: [       OK ] OPENACC.IncrTest_08_deep_copy_2D (0 ms)
17: [ RUN      ] OPENACC.IncrTest_08_deep_copy_3D
17: [       OK ] OPENACC.IncrTest_08_deep_copy_3D (0 ms)
17: [ RUN      ] OPENACC.IncrTest_08_deep_copy_4D
17: [       OK ] OPENACC.IncrTest_08_deep_copy_4D (0 ms)
17: [ RUN      ] OPENACC.IncrTest_10_Hierarchical_Basics
17: [       OK ] OPENACC.IncrTest_10_Hierarchical_Basics (0 ms)
17: [ RUN      ] OPENACC.IncrTest_11a_Hierarchical_ForLoop
17: [       OK ] OPENACC.IncrTest_11a_Hierarchical_ForLoop (1 ms)
17: [ RUN      ] OPENACC.IncrTest_11b_Hierarchical_ForLoop
17: [       OK ] OPENACC.IncrTest_11b_Hierarchical_ForLoop (11 ms)
17: [ RUN      ] OPENACC.IncrTest_11c_Hierarchical_ForLoop
30: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time                 0.000 s         0.000 s         16134  771.292/s    33.5544
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o
17: [       OK ] OPENACC.IncrTest_11c_Hierarchical_ForLoop (808 ms)
17: [ RUN      ] OPENACC.IncrTest_12a_ThreadScratch
17: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/incremental/Test12a_ThreadScratch.hpp:103: Skipped
17: skipping since scratch memory is not yet implemented in the OpenACC backend
17: [  SKIPPED ] OPENACC.IncrTest_12a_ThreadScratch (0 ms)
17: [ RUN      ] OPENACC.IncrTest_12b_TeamScratch
17: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/incremental/Test12b_TeamScratch.hpp:92: Skipped
17: skipping since scratch memory is not yet implemented in the OpenACC backend
17: [  SKIPPED ] OPENACC.IncrTest_12b_TeamScratch (0 ms)
17: [ RUN      ] OPENACC.IncrTest_13a_Hierarchical_Red
17: [       OK ] OPENACC.IncrTest_13a_Hierarchical_Red (0 ms)
17: [ RUN      ] OPENACC.IncrTest_13b_Hierarchical_Red
17: [       OK ] OPENACC.IncrTest_13b_Hierarchical_Red (0 ms)
17: [ RUN      ] OPENACC.IncrTest_13c_Hierarchical_Red
17: [       OK ] OPENACC.IncrTest_13c_Hierarchical_Red (0 ms)
17: [ RUN      ] OPENACC.incr_14_MDrangeReduce
17: [       OK ] OPENACC.incr_14_MDrangeReduce (0 ms)
17: [ RUN      ] OPENACC.IncrTest_16_parallelscan
17: [       OK ] OPENACC.IncrTest_16_parallelscan (2 ms)
17: [ RUN      ] OPENACC.incr_17_atomicView
17: [       OK ] OPENACC.incr_17_atomicView (0 ms)
17: [----------] 28 tests from OPENACC (2840 ms total)
17: 
17: [----------] Global test environment tear-down
17: [==========] 28 tests from 1 test suite ran. (2840 ms total)
17: [  PASSED  ] 26 tests.
17: [  SKIPPED ] 2 tests, listed below:
17: [  SKIPPED ] OPENACC.IncrTest_12a_ThreadScratch
17: [  SKIPPED ] OPENACC.IncrTest_12b_TeamScratch
17/23 Test #17: Kokkos_IncrementalTest_OPENACC .............................   Passed    3.02 sec
test 18
      Start 18: Kokkos_CoreUnitTest_CTestDevice

18: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice
18: Test timeout computed to be: 1500
18: [==========] Running 8 tests from 2 test suites.
18: [----------] Global test environment set-up.
18: [----------] 5 tests from ctest_environment_DeathTest
18: [ RUN      ] ctest_environment_DeathTest.invalid_rank
18: [       OK ] ctest_environment_DeathTest.invalid_rank (93 ms)
18: [ RUN      ] ctest_environment_DeathTest.no_type_str
18: [       OK ] ctest_environment_DeathTest.no_type_str (102 ms)
18: [ RUN      ] ctest_environment_DeathTest.missing_type
18: [       OK ] ctest_environment_DeathTest.missing_type (193 ms)
18: [ RUN      ] ctest_environment_DeathTest.no_id_str
18: [       OK ] ctest_environment_DeathTest.no_id_str (101 ms)
18: [ RUN      ] ctest_environment_DeathTest.invalid_id_str
18: [       OK ] ctest_environment_DeathTest.invalid_id_str (198 ms)
18: [----------] 5 tests from ctest_environment_DeathTest (689 ms total)
18: 
18: [----------] 3 tests from ctest_environment
18: [ RUN      ] ctest_environment.no_device_type
18: [       OK ] ctest_environment.no_device_type (0 ms)
18: [ RUN      ] ctest_environment.no_process_count
18: [       OK ] ctest_environment.no_process_count (0 ms)
18: [ RUN      ] ctest_environment.good
18: [       OK ] ctest_environment.good (0 ms)
18: [----------] 3 tests from ctest_environment (0 ms total)
18: 
18: [----------] Global test environment tear-down
18: [==========] 8 tests from 2 test suites ran. (690 ms total)
18: [  PASSED  ] 8 tests.
18/23 Test #18: Kokkos_CoreUnitTest_CTestDevice ............................   Passed    0.70 sec
test 19
      Start 19: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

19: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
19: Test timeout computed to be: 1500
19/23 Test #19: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ..................   Passed    0.01 sec
test 20
      Start 20: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail

20: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
20: Test timeout computed to be: 1500
20: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument
20/23 Test #20: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ......   Passed    0.01 sec
test 21
      Start 21: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs

21: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1"
21: Test timeout computed to be: 1500
21/23 Test #21: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs .....   Passed    0.01 sec
test 22
      Start 22: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment

22: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
22: Environment variables: 
22:  KOKKOS_TEST_TRIBITS_COMPATIBILITY=1
22: Test timeout computed to be: 1500
22/23 Test #22: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ...   Passed    0.01 sec
test 23
      Start 23: Kokkos_UnitTest_SIMD

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

100% tests passed, 0 tests failed out of 23

Label Time Summary:
Kokkos    = 204.33 sec*proc (23 tests)

Total Test time (real) = 204.45 sec
Post stage
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 2622f60eae9e92ae86244ecb0ccfc1a87ec7bccb813e7520e7631ea7a8ad8bf8
57: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time       0.002 s         0.002 s           413  983.341/s       1.6k          1
INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-8428' for the testing framework 'CTest-Version 3.x (default)'.
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o
$ docker rm -f --volumes 2622f60eae9e92ae86244ecb0ccfc1a87ec7bccb813e7520e7631ea7a8ad8bf8
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 80%] Built target Kokkos_UnitTest_Sort
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
1: [       OK ] openmp.team_reduction_scan (20679 ms)
1: [ RUN      ] openmp.team_long_reduce
1: [       OK ] openmp.team_long_reduce (59 ms)
1: [ RUN      ] openmp.team_double_reduce
1: [       OK ] openmp.team_double_reduce (60 ms)
1: [ RUN      ] openmp.team_long_array_reduce
1: [       OK ] openmp.team_long_array_reduce (54 ms)
1: [ RUN      ] openmp.team_double_array_reduce
1: [       OK ] openmp.team_double_array_reduce (54 ms)
1: [ RUN      ] openmp.team_parallel_dummy_with_reducer_and_scratch_space
1: [       OK ] openmp.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
1: [ RUN      ] openmp.repeated_team_reduce
1: [       OK ] openmp.repeated_team_reduce (297 ms)
1: [ RUN      ] openmp.nested_team_reduce_functor_as_reducer
1: [       OK ] openmp.nested_team_reduce_functor_as_reducer (0 ms)
1: [ RUN      ] openmp.team_scan
57: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time             0.002 s         0.002 s           415  990.051/s       1.6k          1
57/58 Test #57: Kokkos_PerformanceTest_InclusiveScan .......................   Passed   17.37 sec
test 58
      Start 58: Kokkos_UnitTest_SIMD

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

100% tests passed, 0 tests failed out of 58

Label Time Summary:
Kokkos    = 596.12 sec*proc (50 tests)

Total Test time (real) = 1118.59 sec
Post stage
[Pipeline] sh
+ ccache --show-stats
Local storage:
  Cache size (GB): 0.0 / 5.0 ( 0.00%)
1: [       OK ] openmp.team_scan_ret_val (805 ms)
1: [ RUN      ] openmp.team_shared_request
1: [       OK ] openmp.team_shared_request (106 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 (51 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
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 e2912b8d2dea463121a60b04e4a1fddaaa1143c7c60b430053de1f0ac77dfa19
1: [       OK ] openmp.multi_level_scratch (53 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
INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-8428' for the testing framework 'CTest-Version 3.x (default)'.
$ docker rm -f --volumes e2912b8d2dea463121a60b04e4a1fddaaa1143c7c60b430053de1f0ac77dfa19
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
1: [       OK ] openmp.team_policy_max_recommended (4835 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 (175 ms)
1: [ RUN      ] openmp.timer
1: [       OK ] openmp.timer (20 ms)
1: [ RUN      ] openmp.unique_token_global
1: [       OK ] openmp.unique_token_global (204 ms)
1: [ RUN      ] openmp.unique_token_instance
1: [       OK ] openmp.unique_token_instance (234 ms)
1: [ RUN      ] openmp.unique_token_team_acquire
1: [       OK ] openmp.unique_token_team_acquire (0 ms)
1: [ RUN      ] openmp.view_api_a
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
1: [       OK ] openmp.view_api_a (65 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 (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
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
1: [       OK ] openmp.view_allocation_large_rank (652 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 (10 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
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 80%] Linking CXX executable Kokkos_ContainersUnitTest_SYCL
1: [       OK ] openmp.view_fill_tests_layout_right (5610 ms)
1: [ RUN      ] openmp.view_fill_tests_layout_left
30: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time                0.000 s         0.001 s          3151  1.2082k/s    268.435
30: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time            0.000 s         0.000 s         53067 0.0777101/s      1024u
30: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time           0.000 s         0.000 s         52904 0.619147/s     8.192m
30: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time          0.000 s         0.000 s         52889  4.95011/s   0.065536
30: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time         0.000 s         0.000 s         51577  38.7209/s   0.524288
30: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time        0.000 s         0.000 s         44004  260.367/s     4.1943
[ 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/TestStdAlgorithmsPartitionCopy.cpp.o
1: [       OK ] openmp.view_fill_tests_layout_left (4683 ms)
1: [ RUN      ] openmp.vcp_empty_traits
1: [       OK ] openmp.vcp_empty_traits (0 ms)
1: [ RUN      ] openmp.is_view_label
1: [       OK ] openmp.is_view_label (0 ms)
1: [ RUN      ] openmp.vcp_label_base_traits
1: [       OK ] openmp.vcp_label_base_traits (0 ms)
1: [ RUN      ] openmp.vcp_label_traits
1: [       OK ] openmp.vcp_label_traits (0 ms)
1: [ RUN      ] openmp.view_alloc_can_perfect_forward_label
1: [       OK ] openmp.view_alloc_can_perfect_forward_label (0 ms)
1: [ RUN      ] openmp.vcp_label_copy_constructor
1: [       OK ] openmp.vcp_label_copy_constructor (0 ms)
1: [ RUN      ] openmp.vcp_pointer_add_property
1: [       OK ] openmp.vcp_pointer_add_property (0 ms)
1: [ RUN      ] openmp.view_empty_runtime_unmanaged
1: [       OK ] openmp.view_empty_runtime_unmanaged (0 ms)
1: [ RUN      ] openmp.view_hooks
1: [       OK ] openmp.view_hooks (0 ms)
1: [ RUN      ] openmp.view_layoutstride_left_to_layoutleft_assignment
1: [       OK ] openmp.view_layoutstride_left_to_layoutleft_assignment (177 ms)
1: [ RUN      ] openmp.view_layoutstride_right_to_layoutright_assignment
1: [       OK ] openmp.view_layoutstride_right_to_layoutright_assignment (172 ms)
1: [ RUN      ] openmp.view_irregular_layout
1: [       OK ] openmp.view_irregular_layout (0 ms)
1: [ RUN      ] openmp.view_mapping
30: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time       0.000 s         0.000 s         26242 1.25749k/s    33.5544
1: [       OK ] openmp.view_mapping (451 ms)
1: [ RUN      ] openmp.view_mapping_operator
1: [       OK ] openmp.view_mapping_operator (10 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 (4 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 (96 ms)
1: [ RUN      ] openmp.view_realloc
1: [       OK ] openmp.view_realloc (0 ms)
1: [ RUN      ] openmp.workgraph_fib
1: [       OK ] openmp.workgraph_fib (700 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: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestWithoutInitializing.hpp:221: Skipped
1: skipping since the OpenMP backend doesn't use ZeroMemset
1: [  SKIPPED ] 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-8428/core/unit_test/TestWithoutInitializing.hpp:305: 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
30: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time      0.000 s         0.000 s          5921 2.27867k/s    268.435
1: [       OK ] openmp.view_subview_2d_from_3d (26 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 (24 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left
1: [       OK ] openmp.view_subview_3d_from_5d_left (452 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left_atomic
30: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time            0.000 s         0.000 s         57892 0.084688/s      1024u
1: [       OK ] openmp.view_subview_3d_from_5d_left_atomic (453 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left_randomaccess
30: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time           0.000 s         0.000 s         57516 0.672552/s     8.192m
1: [       OK ] openmp.view_subview_3d_from_5d_left_randomaccess (456 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
1: [       OK ] openmp.view_subview_3d_from_5d_right (655 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right_atomic
30: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time          0.000 s         0.000 s         57186  5.35445/s   0.065536
1: [       OK ] openmp.view_subview_3d_from_5d_right_atomic (654 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right_randomaccess
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
30: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time         0.000 s         0.000 s         56507  42.3181/s   0.524288
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
1: [       OK ] openmp.view_subview_3d_from_5d_right_randomaccess (665 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: [----------] 354 tests from openmp (90850 ms total)
1: 
1: [----------] 17 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-8428/core/unit_test/TestGraph.hpp:250: 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.repeat_chain
1: [       OK ] openmp_graph.repeat_chain (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.force_global_launch
1: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:444: Skipped
1: This execution space does not support global launch.
1: [  SKIPPED ] openmp_graph.force_global_launch (0 ms)
1: [ RUN      ] openmp_graph.sized_functor_launch
1: [       OK ] openmp_graph.sized_functor_launch (0 ms)
1: [ RUN      ] openmp_graph.empty_graph_default_host_exec
1: [       OK ] openmp_graph.empty_graph_default_host_exec (0 ms)
1: [ RUN      ] openmp_graph.node_lifetime
1: [       OK ] openmp_graph.node_lifetime (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: [----------] 17 tests from openmp_graph (2 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 392 tests from 4 test suites ran. (490724 ms total)
1: [  PASSED  ] 373 tests.
1: [  SKIPPED ] 19 tests, listed below:
1: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host
1: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device
1: [  SKIPPED ] openmp.partitioning_by_args
1: [  SKIPPED ] openmp.partitioning_by_args_with_structured_bindings
1: [  SKIPPED ] openmp.partitioning_by_vector
1: [  SKIPPED ] openmp.exec_space_thread_safety_range
1: [  SKIPPED ] openmp.exec_space_thread_safety_mdrange
1: [  SKIPPED ] openmp.exec_space_thread_safety_team_policy
1: [  SKIPPED ] openmp.exec_space_thread_safety_range_reduce
1: [  SKIPPED ] openmp.exec_space_thread_safety_mdrange_reduce
1: [  SKIPPED ] openmp.exec_space_thread_safety_team_policy_reduce
1: [  SKIPPED ] openmp.exec_space_thread_safety_range_scan
1: [  SKIPPED ] openmp.graph_capture
1: [  SKIPPED ] openmp.mdspan_minimal_functional
1: [  SKIPPED ] openmp.large_parallel_for_reduce
1: [  SKIPPED ] openmp.deep_copy_zero_memset
1: [  SKIPPED ] openmp.view_allocation_int
1: [  SKIPPED ] openmp_graph.create_graph_no_arg
1: [  SKIPPED ] openmp_graph.force_global_launch
 1/56 Test  #1: Kokkos_CoreUnitTest_OpenMP .................................   Passed  491.08 sec
test 2
      Start  2: Kokkos_CoreUnitTest_OpenMPInterOp

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

3: Test command: /var/jenkins/workspace/Kokkos_PR-8428/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: 
3: [==========] Running 244 tests from 4 test suites.
3: [----------] Global test environment set-up.
3: [----------] 9 tests from cuda_DeathTest
3: [ RUN      ] cuda_DeathTest.abort_from_host
30: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time        0.000 s         0.000 s         46946  278.108/s     4.1943
3: [       OK ] cuda_DeathTest.abort_from_host (888 ms)
3: [ RUN      ] cuda_DeathTest.abort_from_device
30: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time       0.000 s         0.000 s         27413 1.31429k/s    33.5544
3: [       OK ] cuda_DeathTest.abort_from_device (809 ms)
3: [ RUN      ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort
30: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time      0.000 s         0.000 s          6751 2.59086k/s    268.435
30/58 Test #30: Kokkos_PerformanceTest_ViewFirstTouch ......................   Passed   91.33 sec
test 31
      Start 31: Kokkos_PerformanceTest_Mempool

31: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-09-11_T05-51-55.json"
31: Test timeout computed to be: 1500
31: 2025-09-11T06:24:52+00:00
31: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Mempool
31: Run on (128 X 1996.11 MHz CPU s)
31: CPU Caches:
31:   L1 Data 32 KiB (x128)
31:   L1 Instruction 32 KiB (x128)
31:   L2 Unified 512 KiB (x128)
31:   L3 Unified 16384 KiB (x32)
31: Load Average: 5.77, 6.04, 8.78
31: APU or dGPU: dGPU
31: Architecture capable of accessing system allocated memory: 1
31: CPU architecture: none
31: Default Device: HIP
31: GPU architecture: AMD_GFX90A
31: Is Large Bar: 1
31: KOKKOS_COMPILER_CLANG: 1800
31: KOKKOS_ENABLE_ASM: no
31: KOKKOS_ENABLE_CXX20: yes
31: KOKKOS_ENABLE_CXX23: no
31: KOKKOS_ENABLE_CXX26: no
31: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
31: KOKKOS_ENABLE_HIP: yes
31: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
31: KOKKOS_ENABLE_HWLOC: no
31: KOKKOS_ENABLE_LIBDL: yes
31: KOKKOS_ENABLE_PRAGMA_IVDEP: no
31: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
31: KOKKOS_ENABLE_PRAGMA_UNROLL: no
31: KOKKOS_ENABLE_PRAGMA_VECTOR: no
31: KOKKOS_ENABLE_SERIAL: yes
31: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
31: Kokkos Version: 4.7.99
31: Kokkos::HIP[ 0 ] gcnArch gfx90a:sramecc+:xnack-: Selected
31: Shared Memory per Block: 64 KiB
31: Supports Managed Memory: 1
31: System allows accessing system allocated memory on GPU: 0
31: Total Global Memory: 63.98 GiB
31: Wavefront Size: 64
31: XNACK environment variable set: no
31: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
31: macro  HIP_VERSION: 60241133 = version 6.2.41133
31: macro  KOKKOS_ENABLE_HIP: defined
31: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
31: macro KOKKOS_ENABLE_ROCTHRUST: defined
31: mdspan: enabled
31: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
31: platform: 64bit
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o
3: [       OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (842 ms)
3: [ RUN      ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
3: [       OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (849 ms)
3: [ RUN      ] cuda_DeathTest.policy_invalid_bounds
31: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
31: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
31: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
31: 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          1925               15.0449M/s
3: [       OK ] cuda_DeathTest.policy_invalid_bounds (778 ms)
3: [ RUN      ] cuda_DeathTest.range_policy_invalid_bounds
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
31: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
31: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
31: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
31: 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          7672                121.588M/s
31/58 Test #31: Kokkos_PerformanceTest_Mempool .............................   Passed    3.54 sec
test 32
      Start 32: Kokkos_PerformanceTest_Atomic

32: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-09-11_T05-51-55.json"
32: Test timeout computed to be: 1500
32: 2025-09-11T06:24:56+00:00
32: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Atomic
32: Run on (128 X 1996.11 MHz CPU s)
32: CPU Caches:
32:   L1 Data 32 KiB (x128)
32:   L1 Instruction 32 KiB (x128)
32:   L2 Unified 512 KiB (x128)
32:   L3 Unified 16384 KiB (x32)
32: Load Average: 5.55, 5.99, 8.75
32: APU or dGPU: dGPU
32: Architecture capable of accessing system allocated memory: 1
32: CPU architecture: none
32: Default Device: HIP
32: GPU architecture: AMD_GFX90A
32: Is Large Bar: 1
32: KOKKOS_COMPILER_CLANG: 1800
32: KOKKOS_ENABLE_ASM: no
32: KOKKOS_ENABLE_CXX20: yes
32: KOKKOS_ENABLE_CXX23: no
32: KOKKOS_ENABLE_CXX26: no
32: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
32: KOKKOS_ENABLE_HIP: yes
32: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
32: KOKKOS_ENABLE_HWLOC: no
32: KOKKOS_ENABLE_LIBDL: yes
32: KOKKOS_ENABLE_PRAGMA_IVDEP: no
32: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
32: KOKKOS_ENABLE_PRAGMA_UNROLL: no
32: KOKKOS_ENABLE_PRAGMA_VECTOR: no
32: KOKKOS_ENABLE_SERIAL: yes
32: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
32: Kokkos Version: 4.7.99
32: Kokkos::HIP[ 0 ] gcnArch gfx90a:sramecc+:xnack-: Selected
32: Shared Memory per Block: 64 KiB
32: Supports Managed Memory: 1
32: System allows accessing system allocated memory on GPU: 0
32: Total Global Memory: 63.98 GiB
32: Wavefront Size: 64
32: XNACK environment variable set: no
32: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
32: macro  HIP_VERSION: 60241133 = version 6.2.41133
32: macro  KOKKOS_ENABLE_HIP: defined
32: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
32: macro KOKKOS_ENABLE_ROCTHRUST: defined
32: mdspan: enabled
32: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
32: platform: 64bit
3: [       OK ] cuda_DeathTest.range_policy_invalid_bounds (1900 ms)
3: [ RUN      ] cuda_DeathTest.range_policy_round_trip_conversion_fires
3: [       OK ] cuda_DeathTest.range_policy_round_trip_conversion_fires (940 ms)
3: [ RUN      ] cuda_DeathTest.range_policy_check_sign_changes
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o
3: [       OK ] cuda_DeathTest.range_policy_check_sign_changes (1904 ms)
3: [ RUN      ] cuda_DeathTest.range_policy_implicitly_converted_bounds
32: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
32: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
32: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
32: Test_Atomic<int>/30000/iterations:10                          0.261 s         0.261 s            10          1            4     6.8031m         6.1108m       57.8u     449.985M          22.456k     449.985M
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
3: [       OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (3613 ms)
3: [----------] 9 tests from cuda_DeathTest (12527 ms total)
3: 
3: [----------] 1 test from cuda_graph_DeathTest
3: [ RUN      ] cuda_graph_DeathTest.can_instantiate_only_once
3: [       OK ] cuda_graph_DeathTest.can_instantiate_only_once (1648 ms)
3: [----------] 1 test from cuda_graph_DeathTest (1648 ms total)
3: 
3: [----------] 217 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 (9 ms)
3: [ RUN      ] cuda.atomic_operations_complexfloat
3: [       OK ] cuda.atomic_operations_complexfloat (6 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 (6 ms)
3: [ RUN      ] cuda.atomic_operations_int8
3: [       OK ] cuda.atomic_operations_int8 (17 ms)
3: [ RUN      ] cuda.atomic_operations_int16
3: [       OK ] cuda.atomic_operations_int16 (17 ms)
3: [ RUN      ] cuda.atomic_operations_int
3: [       OK ] cuda.atomic_operations_int (16 ms)
3: [ RUN      ] cuda.atomic_operations_long
3: [       OK ] cuda.atomic_operations_long (16 ms)
3: [ RUN      ] cuda.atomic_operations_longlong
3: [       OK ] cuda.atomic_operations_longlong (16 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 (14 ms)
3: [ RUN      ] cuda.atomic_operations_unsignedlong
3: [       OK ] cuda.atomic_operations_unsignedlong (14 ms)
3: [ RUN      ] cuda.atomics
3: [       OK ] cuda.atomics (124 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 (34 ms)
3: [ RUN      ] cuda.atomic_views_nonintegral
3: [       OK ] cuda.atomic_views_nonintegral (71 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 (2 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 (2 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 (16 ms)
3: [ RUN      ] cuda.deep_copy_assignable_types_rank_0
3: [       OK ] cuda.deep_copy_assignable_types_rank_0 (18 ms)
3: [ RUN      ] cuda.deep_copy_assignable_types_rank_1
3: [       OK ] cuda.deep_copy_assignable_types_rank_1 (0 ms)
3: [ RUN      ] cuda.deep_copy_assignable_types_rank_2
3: [       OK ] cuda.deep_copy_assignable_types_rank_2 (0 ms)
3: [ RUN      ] cuda.deep_copy_assignable_types_rank_3
3: [       OK ] cuda.deep_copy_assignable_types_rank_3 (0 ms)
3: [ RUN      ] cuda.deep_copy_assignable_types_rank_4
3: [       OK ] cuda.deep_copy_assignable_types_rank_4 (0 ms)
3: [ RUN      ] cuda.deep_copy_assignable_types_rank_5
3: [       OK ] cuda.deep_copy_assignable_types_rank_5 (0 ms)
3: [ RUN      ] cuda.deep_copy_assignable_types_rank_6
3: [       OK ] cuda.deep_copy_assignable_types_rank_6 (0 ms)
3: [ RUN      ] cuda.deep_copy_assignable_types_rank_7
3: [       OK ] cuda.deep_copy_assignable_types_rank_7 (0 ms)
3: [ RUN      ] cuda.deep_copy_assignable_types_rank_8
3: [       OK ] cuda.deep_copy_assignable_types_rank_8 (0 ms)
3: [ RUN      ] cuda.deep_copy_assignable_types_rank_1_half
3: [       OK ] cuda.deep_copy_assignable_types_rank_1_half (0 ms)
3: [ RUN      ] cuda.deep_copy_assignable_types_rank_2_half
3: [       OK ] cuda.deep_copy_assignable_types_rank_2_half (0 ms)
3: [ RUN      ] cuda.deep_copy_assignable_types_rank_3_half
3: [       OK ] cuda.deep_copy_assignable_types_rank_3_half (0 ms)
3: [ RUN      ] cuda.deep_copy_narrowing_rank_0
3: [       OK ] cuda.deep_copy_narrowing_rank_0 (16 ms)
3: [ RUN      ] cuda.deep_copy_narrowing_rank_1
3: [       OK ] cuda.deep_copy_narrowing_rank_1 (0 ms)
3: [ RUN      ] cuda.deep_copy_narrowing_rank_2
3: [       OK ] cuda.deep_copy_narrowing_rank_2 (0 ms)
3: [ RUN      ] cuda.deep_copy_narrowing_rank_3
3: [       OK ] cuda.deep_copy_narrowing_rank_3 (0 ms)
3: [ RUN      ] cuda.deep_copy_narrowing_rank_4
3: [       OK ] cuda.deep_copy_narrowing_rank_4 (0 ms)
3: [ RUN      ] cuda.deep_copy_narrowing_rank_5
3: [       OK ] cuda.deep_copy_narrowing_rank_5 (0 ms)
3: [ RUN      ] cuda.deep_copy_narrowing_rank_6
3: [       OK ] cuda.deep_copy_narrowing_rank_6 (1 ms)
3: [ RUN      ] cuda.deep_copy_narrowing_rank_7
3: [       OK ] cuda.deep_copy_narrowing_rank_7 (0 ms)
3: [ RUN      ] cuda.deep_copy_narrowing_rank_8
3: [       OK ] cuda.deep_copy_narrowing_rank_8 (0 ms)
3: [ RUN      ] cuda.deep_copy_alignment
3: [       OK ] cuda.deep_copy_alignment (14 ms)
3: [ RUN      ] cuda.deep_copy_conversion
3: [       OK ] cuda.deep_copy_conversion (5 ms)
3: [ RUN      ] cuda.partitioning_by_args
3: [       OK ] cuda.partitioning_by_args (1 ms)
3: [ RUN      ] cuda.partitioning_by_args_with_structured_bindings
3: [       OK ] cuda.partitioning_by_args_with_structured_bindings (0 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 (1065 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_mdrange
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
3: [       OK ] cuda.exec_space_thread_safety_mdrange (107 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_team_policy
3: [       OK ] cuda.exec_space_thread_safety_team_policy (107 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_range_reduce
3: [       OK ] cuda.exec_space_thread_safety_range_reduce (107 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_mdrange_reduce
3: [       OK ] cuda.exec_space_thread_safety_mdrange_reduce (107 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_team_policy_reduce
3: [       OK ] cuda.exec_space_thread_safety_team_policy_reduce (107 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_range_scan
3: [       OK ] cuda.exec_space_thread_safety_range_scan (107 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.when_all_type
3: [       OK ] cuda.when_all_type (0 ms)
3: [ RUN      ] cuda.graph_capture
3: [       OK ] cuda.graph_capture (1 ms)
3: [ RUN      ] cuda.graph_then
3: [       OK ] cuda.graph_then (0 ms)
3: [ RUN      ] cuda.then_host
3: [       OK ] cuda.then_host (0 ms)
3: [ RUN      ] cuda.mixed_then_host_device_nodes
3: [       OK ] cuda.mixed_then_host_device_nodes (0 ms)
3: [ RUN      ] cuda.graph_then_tag
3: [       OK ] cuda.graph_then_tag (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 (0 ms)
3: [ RUN      ] cuda.join_backward_compatibility
3: [       OK ] cuda.join_backward_compatibility (0 ms)
3: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutleft
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
3: [       OK ] cuda.local_deepcopy_teampolicy_layoutleft (2761 ms)
3: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutleft
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
3: [       OK ] cuda.local_deepcopy_rangepolicy_layoutleft (4473 ms)
3: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutright
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o
3: [       OK ] cuda.local_deepcopy_teampolicy_layoutright (3246 ms)
3: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutright
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
3: [       OK ] cuda.local_deepcopy_rangepolicy_layoutright (3591 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 (14 ms)
3: [ RUN      ] cuda.mathematical_functions_hyperbolic_functions
3: [       OK ] cuda.mathematical_functions_hyperbolic_functions (4 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 (11 ms)
3: [ RUN      ] cuda.mathematical_functions_fma
3: [       OK ] cuda.mathematical_functions_fma (0 ms)
3: [ RUN      ] cuda.mathematical_functions_fmax_fmin
3: [       OK ] cuda.mathematical_functions_fmax_fmin (0 ms)
3: [ RUN      ] cuda.mathematical_functions_error_and_gamma_functions
3: [       OK ] cuda.mathematical_functions_error_and_gamma_functions (3 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_impl_half_fallback
3: [       OK ] cuda.mathematical_functions_impl_half_fallback (0 ms)
3: [ RUN      ] cuda.mathematical_functions_nextafter_fp16
3: [       OK ] cuda.mathematical_functions_nextafter_fp16 (0 ms)
3: [ RUN      ] cuda.mathematical_functions_exponential_functions
3: [       OK ] cuda.mathematical_functions_exponential_functions (9 ms)
3: [ RUN      ] cuda.mathspecialfunc_expint1
3: [       OK ] cuda.mathspecialfunc_expint1 (20 ms)
3: [ RUN      ] cuda.mathspecialfunc_errorfunc
3: [       OK ] cuda.mathspecialfunc_errorfunc (1 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesselj0y0
3: [       OK ] cuda.mathspecialfunc_cbesselj0y0 (27 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesselj1y1
3: [       OK ] cuda.mathspecialfunc_cbesselj1y1 (27 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
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o
3: [       OK ] cuda.mdrange_5d (301 ms)
3: [ RUN      ] cuda.mdrange_6d
3: [       OK ] cuda.mdrange_6d (437 ms)
3: [ RUN      ] cuda.mdrange_2d
3: [       OK ] cuda.mdrange_2d (6 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 (30 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 (76 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 (123 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 (1831 ms)
3: [ RUN      ] cuda.mdspan_minimal_functional
3: /var/jenkins/workspace/Kokkos_PR-8428/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 (1 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 (5 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 (20 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
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
3: [       OK ] cuda.parallel_scan_range_policy (90 ms)
3: [ RUN      ] cuda.kokkos_printf
3: [       OK ] cuda.kokkos_printf (2 ms)
3: [ RUN      ] cuda.range_for
3: [       OK ] cuda.range_for (2 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.large_parallel_for_reduce
3: [       OK ] cuda.large_parallel_for_reduce (47 ms)
3: [ RUN      ] cuda.range_policy_runtime_parameters
3: [       OK ] cuda.range_policy_runtime_parameters (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_for_require
3: [       OK ] cuda.range_for_require (2 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 (10 ms)
3: [ RUN      ] cuda.reducers_double
3: [       OK ] cuda.reducers_double (16 ms)
3: [ RUN      ] cuda.reducers_complex_double
3: [       OK ] cuda.reducers_complex_double (11 ms)
3: [ RUN      ] cuda.reducers_struct
3: [       OK ] cuda.reducers_struct (5 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 (3 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 (3 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 (1 ms)
3: [ RUN      ] cuda.int64_t_reduce
3: [       OK ] cuda.int64_t_reduce (14 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 (8 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_identity_min_max_floating_point_types
3: [       OK ] cuda.reduction_identity_min_max_floating_point_types (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 (6 ms)
3: [ RUN      ] cuda.reduce_device_view_mdrange_policy
3: [       OK ] cuda.reduce_device_view_mdrange_policy (145 ms)
3: [ RUN      ] cuda.reduce_device_view_team_policy
3: [       OK ] cuda.reduce_device_view_team_policy (7 ms)
3: [ RUN      ] cuda.impl_shared_alloc
3: [       OK ] cuda.impl_shared_alloc (179 ms)
3: [ RUN      ] cuda.kokkos_swap
3: [       OK ] cuda.kokkos_swap (0 ms)
3: [ RUN      ] cuda.reduceRangePolicyViewSizeLimit
3: [       OK ] cuda.reduceRangePolicyViewSizeLimit (29 ms)
3: [ RUN      ] cuda.reduceMDRangePolicyViewSizeLimit
3: [       OK ] cuda.reduceMDRangePolicyViewSizeLimit (81 ms)
3: [----------] 217 tests from cuda (19983 ms total)
3: 
3: [----------] 17 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.repeat_chain
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:338: Skipped
3: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space.
3: [  SKIPPED ] cuda_graph.repeat_chain (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.force_global_launch
3: [       OK ] cuda_graph.force_global_launch (0 ms)
3: [ RUN      ] cuda_graph.sized_functor_launch
3: [       OK ] cuda_graph.sized_functor_launch (0 ms)
3: [ RUN      ] cuda_graph.empty_graph_default_host_exec
3: [       OK ] cuda_graph.empty_graph_default_host_exec (0 ms)
3: [ RUN      ] cuda_graph.node_lifetime
3: [       OK ] cuda_graph.node_lifetime (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: [----------] 17 tests from cuda_graph (4 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 244 tests from 4 test suites ran. (34164 ms total)
3: [  PASSED  ] 242 tests.
3: [  SKIPPED ] 2 tests, listed below:
3: [  SKIPPED ] cuda.mdspan_minimal_functional
3: [  SKIPPED ] cuda_graph.repeat_chain
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o
 3/56 Test  #3: Kokkos_CoreUnitTest_Cuda1 ..................................   Passed   34.49 sec
test 4
      Start  4: Kokkos_CoreUnitTest_Cuda2

4: Test command: /var/jenkins/workspace/Kokkos_PR-8428/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 150 tests from 4 test suites.
4: [----------] Global test environment set-up.
4: [----------] 9 tests from cuda_DeathTest
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_dyn
32: Test_Atomic<long int>/100000/iterations:10                     2.34 s          2.34 s            10          1            8    3.06976m        1.77062m     112.81u     4.99995G           60.35k     4.99995G
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.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_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 81%] Built target Kokkos_PerformanceTest_Benchmark
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o
32: Test_Atomic<long long int>/100000/iterations:10                2.36 s          2.36 s            10          1            8    3.08949m        1.79798m     112.81u     4.99995G          49.086k     4.99995G
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
32: Test_Atomic<unsigned int>/100000/iterations:10                 2.26 s          2.26 s            10          1            4    2.42566m        1.73866m       55.1u     704.983M          79.672k     704.983M
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
32: Test_Atomic<unsigned long int>/100000/iterations:10            2.36 s          2.35 s            10          1            8    3.07487m        1.81801m     114.31u     4.99995G          75.582k     4.99995G
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o
32: Test_Atomic<unsigned long long int>/100000/iterations:10       2.35 s          2.35 s            10          1            8    3.07957m        1.73887m     113.31u     4.99995G          141.31k     4.99995G
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o
[ 84%] Built target Kokkos_ContainersUnitTest_SYCL
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o
32: Test_Atomic<float>/100000/iterations:10                        2.25 s          2.25 s            10          0            4    8.18345m        1.80819m     897.58u     4.99995G          94.008k     4.99989G
[ 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_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessorAccessViolation.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
4: [       OK ] cuda_DeathTest.view_construction_with_wrong_params_dyn (117363 ms)
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_stat
[ 61%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanAtomicAccessor.cpp.o
[ 61%] Built target Kokkos_PerformanceTest_SharedSpace
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanConversion.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessor.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 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_Team_F.dir/UnitTestMain.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
32: Test_Atomic<double>/100000/iterations:10                       7.09 s          7.08 s            10          1            8     11.6126        1.82663m     897.48u     4.99995G          115.71k     4.99995G
32/58 Test #32: Kokkos_PerformanceTest_Atomic ..............................   Passed  213.13 sec
test 33
      Start 33: Kokkos_PerformanceTest_Reduction

33: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-09-11_T05-51-55.json"
33: Test timeout computed to be: 1500
33: 2025-09-11T06:28:29+00:00
33: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Reduction
33: Run on (128 X 1996.11 MHz CPU s)
33: CPU Caches:
33:   L1 Data 32 KiB (x128)
33:   L1 Instruction 32 KiB (x128)
33:   L2 Unified 512 KiB (x128)
33:   L3 Unified 16384 KiB (x32)
33: Load Average: 2.10, 3.93, 7.35
33: APU or dGPU: dGPU
33: Architecture capable of accessing system allocated memory: 1
33: CPU architecture: none
33: Default Device: HIP
33: GPU architecture: AMD_GFX90A
33: Is Large Bar: 1
33: KOKKOS_COMPILER_CLANG: 1800
33: KOKKOS_ENABLE_ASM: no
33: KOKKOS_ENABLE_CXX20: yes
33: KOKKOS_ENABLE_CXX23: no
33: KOKKOS_ENABLE_CXX26: no
33: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
33: KOKKOS_ENABLE_HIP: yes
33: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
33: KOKKOS_ENABLE_HWLOC: no
33: KOKKOS_ENABLE_LIBDL: yes
33: KOKKOS_ENABLE_PRAGMA_IVDEP: no
33: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
33: KOKKOS_ENABLE_PRAGMA_UNROLL: no
33: KOKKOS_ENABLE_PRAGMA_VECTOR: no
33: KOKKOS_ENABLE_SERIAL: yes
33: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
33: Kokkos Version: 4.7.99
33: Kokkos::HIP[ 0 ] gcnArch gfx90a:sramecc+:xnack-: Selected
33: Shared Memory per Block: 64 KiB
33: Supports Managed Memory: 1
33: System allows accessing system allocated memory on GPU: 0
33: Total Global Memory: 63.98 GiB
33: Wavefront Size: 64
33: XNACK environment variable set: no
33: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
33: macro  HIP_VERSION: 60241133 = version 6.2.41133
33: macro  KOKKOS_ENABLE_HIP: defined
33: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
33: macro KOKKOS_ENABLE_ROCTHRUST: defined
33: mdspan: enabled
33: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
33: platform: 64bit
33: ----------------------------------------------------------------------------------------------------
33: Benchmark                                                          Time             CPU   Iterations
33: ----------------------------------------------------------------------------------------------------
33: ReductionCheapScalarResult<double>/10000/iterations:10          42.0 us         41.2 us           10
33: ReductionCheapScalarResult<double>/100000/iterations:10         42.1 us         41.7 us           10
33: ReductionCheapScalarResult<double>/1000000/iterations:10        51.2 us         51.2 us           10
33: ReductionCheapScalarResult<double>/10000000/iterations:10        115 us          113 us           10
33: ReductionCheapHostResult<double>/10000/iterations:10             155 us          155 us           10
33: ReductionCheapHostResult<double>/100000/iterations:10           78.3 us         78.4 us           10
33: ReductionCheapHostResult<double>/1000000/iterations:10          41.5 us         41.4 us           10
33: ReductionCheapHostResult<double>/10000000/iterations:10          105 us          105 us           10
33: ReductionCheapDeviceResult<double>/10000/iterations:10          21.4 us         21.3 us           10
33: ReductionCheapDeviceResult<double>/100000/iterations:10         22.4 us         22.4 us           10
33: ReductionCheapDeviceResult<double>/1000000/iterations:10        36.4 us         34.1 us           10
33: ReductionCheapDeviceResult<double>/10000000/iterations:10        103 us          102 us           10
33: ReductionExpensive<double>/10000/iterations:10                   155 us          155 us           10
33: ReductionExpensive<double>/100000/iterations:10                  209 us          207 us           10
33: ReductionExpensive<double>/1000000/iterations:10                1701 us         1693 us           10
33: ReductionExpensive<double>/10000000/iterations:10              15069 us        15042 us           10
33/58 Test #33: Kokkos_PerformanceTest_Reduction ...........................   Passed    0.60 sec
test 34
      Start 34: Kokkos_ContainersUnitTest_Serial

34: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
34: Test timeout computed to be: 1500
34: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
34: [==========] Running 77 tests from 2 test suites.
34: [----------] Global test environment set-up.
34: [----------] 2 tests from serial_DeathTest
34: [ RUN      ] serial_DeathTest.dualview_external_view_construction
34: [       OK ] serial_DeathTest.dualview_external_view_construction (961 ms)
34: [ RUN      ] serial_DeathTest.offsetview_unmanaged_construction
34: [       OK ] serial_DeathTest.offsetview_unmanaged_construction (11715 ms)
34: [----------] 2 tests from serial_DeathTest (12676 ms total)
34: 
34: [----------] 75 tests from serial
34: [ RUN      ] serial.bitset
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o
34: [       OK ] serial.bitset (1144 ms)
34: [ RUN      ] serial.bitset_default_constructor_no_alloc
34: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
34: [ RUN      ] serial.dualview_combination
34: [       OK ] serial.dualview_combination (0 ms)
34: [ RUN      ] serial.dualview_alloc
34: [       OK ] serial.dualview_alloc (0 ms)
34: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
34: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
34: [ RUN      ] serial.dualview_combinations_without_init
34: [       OK ] serial.dualview_combinations_without_init (0 ms)
34: [ RUN      ] serial.dualview_deep_copy
34: [       OK ] serial.dualview_deep_copy (0 ms)
34: [ RUN      ] serial.dualview_sync_should_fence
34: [       OK ] serial.dualview_sync_should_fence (0 ms)
34: [ RUN      ] serial.dualview_realloc
34: [       OK ] serial.dualview_realloc (0 ms)
34: [ RUN      ] serial.dualview_resize
34: [       OK ] serial.dualview_resize (0 ms)
34: [ RUN      ] serial.dualview_device_correct_kokkos_device
34: 
34: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
34:                                  does not support page migration between device and host.
34:                                  HIPManagedSpace might not work as expected.
34:                                  Please refer to the ROCm documentation on unified/managed memory.
34: [       OK ] serial.dualview_device_correct_kokkos_device (0 ms)
34: [ RUN      ] serial.dualview_host_correct_kokkos_device
34: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
34: [ RUN      ] serial.dualview_host_modify_template_device_sync
34: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
34: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
34: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
34: [ RUN      ] serial.dualview_device_modify_template_host_sync
34: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
34: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
34: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
34: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
34: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
34: [ RUN      ] serial.dualview_template_views_return_correct_views_from_const_dual_view
34: [       OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
34: [ RUN      ] serial.dualview_sequential_host_init
34: [       OK ] serial.dualview_sequential_host_init (0 ms)
34: [ RUN      ] serial.dualview_default_constructed
34: [       OK ] serial.dualview_default_constructed (0 ms)
34: [ RUN      ] serial.dualview_resize_single_device
34: [       OK ] serial.dualview_resize_single_device (0 ms)
34: [ RUN      ] serial.dynamic_view
34: [       OK ] serial.dynamic_view (6 ms)
34: [ RUN      ] serial.dyn_rank_view_api_generic
34: [       OK ] serial.dyn_rank_view_api_generic (4 ms)
34: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
34: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
34: [ RUN      ] serial.dyn_rank_view_check_fence_resize_realloc
34: /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
34: skipping since not default execution space
34: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms)
34: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
34: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
34: [ RUN      ] serial.dyn_rank_view_ctor_from_members
34: [       OK ] serial.dyn_rank_view_ctor_from_members (0 ms)
34: [ RUN      ] serial.dyn_rank_view_ctor_from_layout_stride
34: [       OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms)
34: [ RUN      ] serial.dyn_rank_view_layout_member
34: [       OK ] serial.dyn_rank_view_layout_member (0 ms)
34: [ RUN      ] serial.dyn_rank_view_team_scratch
34: [       OK ] serial.dyn_rank_view_team_scratch (0 ms)
34: [ RUN      ] serial.view_customization_extra_int_arg
34: [       OK ] serial.view_customization_extra_int_arg (0 ms)
34: [ RUN      ] serial.ErrorReporterViaLambda
34: [       OK ] serial.ErrorReporterViaLambda (0 ms)
34: [ RUN      ] serial.ErrorReporter
34: [       OK ] serial.ErrorReporter (0 ms)
34: [ RUN      ] serial.offsetview_construction
34: [       OK ] serial.offsetview_construction (12 ms)
34: [ RUN      ] serial.offsetview_unmanaged_construction
34: [       OK ] serial.offsetview_unmanaged_construction (0 ms)
34: [ RUN      ] serial.offsetview_subview
34: [       OK ] serial.offsetview_subview (12 ms)
34: [ RUN      ] serial.offsetview_offsets_rank1
34: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
34: [ RUN      ] serial.offsetview_offsets_rank2
34: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
34: [ RUN      ] serial.offsetview_offsets_rank3
34: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
34: [ RUN      ] serial.scatterview
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
34: [       OK ] serial.scatterview (1594 ms)
34: [ RUN      ] serial.scatterview_devicetype
34: [       OK ] serial.scatterview_devicetype (0 ms)
34: [ RUN      ] serial.staticcrsgraph
34: [       OK ] serial.staticcrsgraph (4 ms)
34: [ RUN      ] serial.resize_realloc_no_init_dualview
34: [       OK ] serial.resize_realloc_no_init_dualview (0 ms)
34: [ RUN      ] serial.resize_realloc_no_alloc_dualview
34: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
34: [ RUN      ] serial.resize_exec_space_dualview
34: [       OK ] serial.resize_exec_space_dualview (0 ms)
34: [ RUN      ] serial.realloc_exec_space_dualview
34: [       OK ] serial.realloc_exec_space_dualview (0 ms)
34: [ RUN      ] serial.resize_realloc_no_init_dynrankview
34: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
34: [ RUN      ] serial.resize_exec_space_dynrankview
34: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
34: [ RUN      ] serial.realloc_exec_space_dynrankview
34: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
34: [ RUN      ] serial.resize_realloc_no_init_scatterview
34: [       OK ] serial.resize_realloc_no_init_scatterview (0 ms)
34: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
34: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
34: [ RUN      ] serial.resize_exec_space_scatterview
34: [       OK ] serial.resize_exec_space_scatterview (0 ms)
34: [ RUN      ] serial.realloc_exec_space_scatterview
34: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
34: [ RUN      ] serial.create_mirror_no_init_dynrankview
34: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
34: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
34: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms)
34: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
34: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
34: [ RUN      ] serial.create_mirror_no_init_offsetview
34: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
34: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
34: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
34: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
34: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
34: [ RUN      ] serial.create_mirror_no_init_dynamicview
34: [       OK ] serial.create_mirror_no_init_dynamicview (0 ms)
34: [ RUN      ] serial.create_mirror_view_and_copy_dynamicview
34: [       OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms)
34: [ RUN      ] serial.create_mirror_no_init_dynamicview_view_ctor
34: [       OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms)
34: [ RUN      ] serial.UnorderedMap_insert
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
34: [       OK ] serial.UnorderedMap_insert (5609 ms)
34: [ RUN      ] serial.UnorderedMap_failed_insert
34: [       OK ] serial.UnorderedMap_failed_insert (2799 ms)
34: [ RUN      ] serial.UnorderedMap_deep_copy
34: [       OK ] serial.UnorderedMap_deep_copy (3 ms)
34: [ RUN      ] serial.UnorderedMap_valid_empty
34: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
34: [ RUN      ] serial.UnorderedMap_clear_zero_size
34: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
34: [ RUN      ] serial.UnorderedMap_consistent_size
34: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
34: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
34: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
34: [ RUN      ] serial.UnorderedMap_lambda_capturable
34: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
34: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
34: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
34: [ RUN      ] serial.UnorderedMap_View_as_value
34: [       OK ] serial.UnorderedMap_View_as_value (0 ms)
34: [ RUN      ] serial.vector_combination
34: [       OK ] serial.vector_combination (0 ms)
34: [ RUN      ] serial.vector_insert
34: [       OK ] serial.vector_insert (0 ms)
34: [ RUN      ] serial.vector_push_back_default_exec
34: [       OK ] serial.vector_push_back_default_exec (0 ms)
34: [----------] 75 tests from serial (11198 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 77 tests from 2 test suites ran. (23875 ms total)
34: [  PASSED  ] 76 tests.
34: [  SKIPPED ] 1 test, listed below:
34: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
34/58 Test #34: Kokkos_ContainersUnitTest_Serial ...........................   Passed   24.31 sec
test 35
      Start 35: Kokkos_ContainersUnitTest_HIP

35: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/Kokkos_ContainersUnitTest_HIP
35: Test timeout computed to be: 1500
35: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
35: [==========] Running 77 tests from 2 test suites.
35: [----------] Global test environment set-up.
35: [----------] 2 tests from hip_DeathTest
35: [ RUN      ] hip_DeathTest.dualview_external_view_construction
35: /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestDualView.hpp:586: Skipped
35: test only relevant if DualView uses one allocation
35: [  SKIPPED ] hip_DeathTest.dualview_external_view_construction (0 ms)
35: [ RUN      ] hip_DeathTest.offsetview_unmanaged_construction
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
35: [       OK ] hip_DeathTest.offsetview_unmanaged_construction (11769 ms)
35: [----------] 2 tests from hip_DeathTest (11769 ms total)
35: 
35: [----------] 75 tests from hip
35: [ RUN      ] hip.bitset
35: [       OK ] hip.bitset (17 ms)
35: [ RUN      ] hip.bitset_default_constructor_no_alloc
35: [       OK ] hip.bitset_default_constructor_no_alloc (0 ms)
35: [ RUN      ] hip.dualview_combination
35: [       OK ] hip.dualview_combination (5 ms)
35: [ RUN      ] hip.dualview_alloc
35: [       OK ] hip.dualview_alloc (0 ms)
35: [ RUN      ] hip.test_dualview_copy_construction_and_assignment
35: [       OK ] hip.test_dualview_copy_construction_and_assignment (0 ms)
35: [ RUN      ] hip.dualview_combinations_without_init
35: [       OK ] hip.dualview_combinations_without_init (0 ms)
35: [ RUN      ] hip.dualview_deep_copy
35: [       OK ] hip.dualview_deep_copy (2 ms)
35: [ RUN      ] hip.dualview_sync_should_fence
35: [       OK ] hip.dualview_sync_should_fence (5 ms)
35: [ RUN      ] hip.dualview_realloc
35: [       OK ] hip.dualview_realloc (0 ms)
35: [ RUN      ] hip.dualview_resize
35: [       OK ] hip.dualview_resize (1 ms)
35: [ RUN      ] hip.dualview_device_correct_kokkos_device
35: 
35: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
35:                                  does not support page migration between device and host.
35:                                  HIPManagedSpace might not work as expected.
35:                                  Please refer to the ROCm documentation on unified/managed memory.
35: [       OK ] hip.dualview_device_correct_kokkos_device (0 ms)
35: [ RUN      ] hip.dualview_host_correct_kokkos_device
35: [       OK ] hip.dualview_host_correct_kokkos_device (0 ms)
35: [ RUN      ] hip.dualview_host_modify_template_device_sync
35: [       OK ] hip.dualview_host_modify_template_device_sync (0 ms)
35: [ RUN      ] hip.dualview_host_modify_template_device_execspace_sync
35: [       OK ] hip.dualview_host_modify_template_device_execspace_sync (0 ms)
35: [ RUN      ] hip.dualview_device_modify_template_host_sync
35: [       OK ] hip.dualview_device_modify_template_host_sync (0 ms)
35: [ RUN      ] hip.dualview_device_modify_template_host_execspace_sync
35: [       OK ] hip.dualview_device_modify_template_host_execspace_sync (0 ms)
35: [ RUN      ] hip.dualview_template_views_return_correct_executionspace_views
35: [       OK ] hip.dualview_template_views_return_correct_executionspace_views (0 ms)
35: [ RUN      ] hip.dualview_template_views_return_correct_views_from_const_dual_view
35: [       OK ] hip.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
35: [ RUN      ] hip.dualview_sequential_host_init
35: [       OK ] hip.dualview_sequential_host_init (0 ms)
35: [ RUN      ] hip.dualview_default_constructed
35: [       OK ] hip.dualview_default_constructed (0 ms)
35: [ RUN      ] hip.dualview_resize_single_device
35: [       OK ] hip.dualview_resize_single_device (0 ms)
35: [ RUN      ] hip.dynamic_view
35: [       OK ] hip.dynamic_view (42 ms)
35: [ RUN      ] hip.dyn_rank_view_api_generic
35: [       OK ] hip.dyn_rank_view_api_generic (14 ms)
35: [ RUN      ] hip.dyn_rank_view_api_operator_rank12345
35: [       OK ] hip.dyn_rank_view_api_operator_rank12345 (2 ms)
35: [ RUN      ] hip.dyn_rank_view_check_fence_resize_realloc
35: [       OK ] hip.dyn_rank_view_check_fence_resize_realloc (0 ms)
35: [ RUN      ] hip.dyn_rank_view_api_operator_rank67
35: [       OK ] hip.dyn_rank_view_api_operator_rank67 (1 ms)
35: [ RUN      ] hip.dyn_rank_view_ctor_from_members
35: [       OK ] hip.dyn_rank_view_ctor_from_members (0 ms)
35: [ RUN      ] hip.dyn_rank_view_ctor_from_layout_stride
35: [       OK ] hip.dyn_rank_view_ctor_from_layout_stride (0 ms)
35: [ RUN      ] hip.dyn_rank_view_layout_member
35: [       OK ] hip.dyn_rank_view_layout_member (0 ms)
35: [ RUN      ] hip.dyn_rank_view_team_scratch
35: [       OK ] hip.dyn_rank_view_team_scratch (0 ms)
35: [ RUN      ] hip.view_customization_extra_int_arg
35: [       OK ] hip.view_customization_extra_int_arg (0 ms)
35: [ RUN      ] hip.ErrorReporterViaLambda
35: [       OK ] hip.ErrorReporterViaLambda (2 ms)
35: [ RUN      ] hip.ErrorReporter
35: [       OK ] hip.ErrorReporter (0 ms)
35: [ RUN      ] hip.offsetview_construction
35: [       OK ] hip.offsetview_construction (3 ms)
35: [ RUN      ] hip.offsetview_unmanaged_construction
35: [       OK ] hip.offsetview_unmanaged_construction (0 ms)
35: [ RUN      ] hip.offsetview_subview
35: [       OK ] hip.offsetview_subview (0 ms)
35: [ RUN      ] hip.offsetview_offsets_rank1
35: [       OK ] hip.offsetview_offsets_rank1 (0 ms)
35: [ RUN      ] hip.offsetview_offsets_rank2
35: [       OK ] hip.offsetview_offsets_rank2 (0 ms)
35: [ RUN      ] hip.offsetview_offsets_rank3
35: [       OK ] hip.offsetview_offsets_rank3 (0 ms)
35: [ RUN      ] hip.scatterview
4: [       OK ] cuda_DeathTest.view_construction_with_wrong_params_stat (104343 ms)
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_mix
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c15.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.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/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
35: [       OK ] hip.scatterview (27641 ms)
35: [ RUN      ] hip.scatterview_devicetype
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanAtomicAccessor.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o
[ 65%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 65%] Built target Kokkos_CoreUnitTest_Cuda2
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
35: [       OK ] hip.scatterview_devicetype (43166 ms)
35: [ RUN      ] hip.staticcrsgraph
35: [       OK ] hip.staticcrsgraph (14 ms)
35: [ RUN      ] hip.resize_realloc_no_init_dualview
35: [       OK ] hip.resize_realloc_no_init_dualview (1 ms)
35: [ RUN      ] hip.resize_realloc_no_alloc_dualview
35: [       OK ] hip.resize_realloc_no_alloc_dualview (0 ms)
35: [ RUN      ] hip.resize_exec_space_dualview
35: [       OK ] hip.resize_exec_space_dualview (0 ms)
35: [ RUN      ] hip.realloc_exec_space_dualview
35: [       OK ] hip.realloc_exec_space_dualview (0 ms)
35: [ RUN      ] hip.resize_realloc_no_init_dynrankview
35: [       OK ] hip.resize_realloc_no_init_dynrankview (0 ms)
35: [ RUN      ] hip.resize_exec_space_dynrankview
35: [       OK ] hip.resize_exec_space_dynrankview (0 ms)
35: [ RUN      ] hip.realloc_exec_space_dynrankview
35: [       OK ] hip.realloc_exec_space_dynrankview (0 ms)
35: [ RUN      ] hip.resize_realloc_no_init_scatterview
35: [       OK ] hip.resize_realloc_no_init_scatterview (0 ms)
35: [ RUN      ] hip.resize_realloc_no_alloc_scatterview
35: [       OK ] hip.resize_realloc_no_alloc_scatterview (0 ms)
35: [ RUN      ] hip.resize_exec_space_scatterview
35: [       OK ] hip.resize_exec_space_scatterview (0 ms)
35: [ RUN      ] hip.realloc_exec_space_scatterview
35: [       OK ] hip.realloc_exec_space_scatterview (0 ms)
35: [ RUN      ] hip.create_mirror_no_init_dynrankview
35: [       OK ] hip.create_mirror_no_init_dynrankview (0 ms)
35: [ RUN      ] hip.create_mirror_no_init_dynrankview_viewctor
35: [       OK ] hip.create_mirror_no_init_dynrankview_viewctor (0 ms)
35: [ RUN      ] hip.create_mirror_view_and_copy_dynrankview
35: [       OK ] hip.create_mirror_view_and_copy_dynrankview (0 ms)
35: [ RUN      ] hip.create_mirror_no_init_offsetview
35: [       OK ] hip.create_mirror_no_init_offsetview (0 ms)
35: [ RUN      ] hip.create_mirror_no_init_offsetview_view_ctor
35: [       OK ] hip.create_mirror_no_init_offsetview_view_ctor (0 ms)
35: [ RUN      ] hip.create_mirror_view_and_copy_offsetview
35: [       OK ] hip.create_mirror_view_and_copy_offsetview (0 ms)
35: [ RUN      ] hip.create_mirror_no_init_dynamicview
35: [       OK ] hip.create_mirror_no_init_dynamicview (0 ms)
35: [ RUN      ] hip.create_mirror_view_and_copy_dynamicview
35: [       OK ] hip.create_mirror_view_and_copy_dynamicview (0 ms)
35: [ RUN      ] hip.create_mirror_no_init_dynamicview_view_ctor
35: [       OK ] hip.create_mirror_no_init_dynamicview_view_ctor (0 ms)
35: [ RUN      ] hip.UnorderedMap_insert
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
35: [       OK ] hip.UnorderedMap_insert (2497 ms)
35: [ RUN      ] hip.UnorderedMap_failed_insert
35: [       OK ] hip.UnorderedMap_failed_insert (758 ms)
35: [ RUN      ] hip.UnorderedMap_deep_copy
35: [       OK ] hip.UnorderedMap_deep_copy (5 ms)
35: [ RUN      ] hip.UnorderedMap_valid_empty
35: [       OK ] hip.UnorderedMap_valid_empty (1 ms)
35: [ RUN      ] hip.UnorderedMap_clear_zero_size
35: [       OK ] hip.UnorderedMap_clear_zero_size (0 ms)
35: [ RUN      ] hip.UnorderedMap_consistent_size
35: [       OK ] hip.UnorderedMap_consistent_size (0 ms)
35: [ RUN      ] hip.UnorderedMap_shallow_copyable_on_device
35: [       OK ] hip.UnorderedMap_shallow_copyable_on_device (0 ms)
35: [ RUN      ] hip.UnorderedMap_lambda_capturable
35: [       OK ] hip.UnorderedMap_lambda_capturable (0 ms)
35: [ RUN      ] hip.UnorderedMap_constructor_view_alloc
35: [       OK ] hip.UnorderedMap_constructor_view_alloc (0 ms)
35: [ RUN      ] hip.UnorderedMap_View_as_value
35: [       OK ] hip.UnorderedMap_View_as_value (0 ms)
35: [ RUN      ] hip.vector_combination
35: [       OK ] hip.vector_combination (0 ms)
35: [ RUN      ] hip.vector_insert
35: [       OK ] hip.vector_insert (2 ms)
35: [ RUN      ] hip.vector_push_back_default_exec
35: [       OK ] hip.vector_push_back_default_exec (0 ms)
35: [----------] 75 tests from hip (74202 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 77 tests from 2 test suites ran. (85972 ms total)
35: [  PASSED  ] 76 tests.
35: [  SKIPPED ] 1 test, listed below:
35: [  SKIPPED ] hip_DeathTest.dualview_external_view_construction
35/58 Test #35: Kokkos_ContainersUnitTest_HIP ..............................   Passed   86.41 sec
test 36
      Start 36: Kokkos_ContainersPerformanceTest_HIP

36: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_HIP
36: Test timeout computed to be: 1500
36: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
36: [==========] Running 4 tests from 1 test suite.
36: [----------] Global test environment set-up.
36: [----------] 4 tests from TEST_CATEGORY
36: [ RUN      ] TEST_CATEGORY.dynrankview_perf
36: HIP
36:  DynRankView vs View: Initialization Only 
36:  View time (init only): 0.00310616
36:  View sum computation time: 0.00310616
36:  Strided View time (init only): 0.00209817
36:  View Rank7 time (init only): 0.00179845
36:  DynRankView time (init only): 0.00175875
36:  DynRankView sum computation time: 0.00148889
36:  Ratio of View to DynRankView time: 1.76612
36:  Ratio of View to DynRankView sum computation time: 0.879827
36:  Ratio of View to View Rank7  time: 1.72713
36:  Ratio of StrideView to DynRankView time: 1.19299
36:  Ratio of DynRankView to View Rank7  time: 0.977923
36: [       OK ] TEST_CATEGORY.dynrankview_perf (14 ms)
36: [ RUN      ] TEST_CATEGORY.global_2_local
36: HIP
36: size, create, generate, fill, find
36: 256, 0.00111191, 1.5259e-05, 0.00287323, 0.0167109
36: 512, 0.00116246, 1.3957e-05, 3.3483e-05, 0.0155014
36: 1024, 0.00104066, 1.2644e-05, 3.4916e-05, 0.0154615
36: 2048, 0.00105073, 1.2644e-05, 3.5707e-05, 0.0153779
36: 4096, 0.0010314, 1.1983e-05, 3.7631e-05, 0.0153448
36: 8192, 0.00103978, 1.2464e-05, 3.7621e-05, 0.00554402
36: 16384, 0.000286357, 1.2784e-05, 4.0175e-05, 0.00443968
36: 32768, 0.000328025, 1.2433e-05, 4.0405e-05, 0.00453319
36: 65536, 0.000285175, 1.2564e-05, 4.4443e-05, 0.0047643
36: 131072, 0.000336111, 1.3255e-05, 6.4911e-05, 0.0054267
36: 262144, 0.000375033, 1.3987e-05, 0.000143629, 0.0069861
36: 524288, 0.000514936, 1.5409e-05, 0.000393078, 0.0108696
36: 1048576, 0.000899777, 1.9005e-05, 0.000945544, 0.0253977
36: 2097152, 0.00120394, 2.4396e-05, 0.00208497, 0.055493
36: 4194304, 0.00119891, 3.4514e-05, 0.00468332, 0.115562
36: [       OK ] TEST_CATEGORY.global_2_local (343 ms)
36: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
36: skipping test
36: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
36: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
36: skipping test
36: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
36: [----------] 4 tests from TEST_CATEGORY (358 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 4 tests from 1 test suite ran. (358 ms total)
36: [  PASSED  ] 4 tests.
36/58 Test #36: Kokkos_ContainersPerformanceTest_HIP .......................   Passed    0.76 sec
test 37
      Start 37: Kokkos_UnitTest_Sort

37: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
37: Test timeout computed to be: 1500
37: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
37: [==========] Running 17 tests from 2 test suites.
37: [----------] Global test environment set-up.
37: [----------] 1 test from hip_DeathTest
37: [ RUN      ] hip_DeathTest.SortByKeyKeysLargerThanValues
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
37: [       OK ] hip_DeathTest.SortByKeyKeysLargerThanValues (2087 ms)
37: [----------] 1 test from hip_DeathTest (2087 ms total)
37: 
37: [----------] 16 tests from hip
37: [ RUN      ] hip.SortUnsignedValueType
37: [       OK ] hip.SortUnsignedValueType (22 ms)
37: [ RUN      ] hip.SortEmptyView
37: [       OK ] hip.SortEmptyView (0 ms)
37: [ RUN      ] hip.SortByKeyEmptyView
37: [       OK ] hip.SortByKeyEmptyView (0 ms)
37: [ RUN      ] hip.SortByKeyEmptyViewHost
37: [       OK ] hip.SortByKeyEmptyViewHost (0 ms)
37: [ RUN      ] hip.SortByKey
37: [       OK ] hip.SortByKey (9 ms)
37: [ RUN      ] hip.SortByKeyWithComparator
37: [       OK ] hip.SortByKeyWithComparator (1 ms)
37: [ RUN      ] hip.SortByKeyStaticExtents
37: [       OK ] hip.SortByKeyStaticExtents (0 ms)
37: [ RUN      ] hip.SortByKeyWithStrides
37: [       OK ] hip.SortByKeyWithStrides (0 ms)
37: [ RUN      ] hip.SortWithCustomComparator
37: [       OK ] hip.SortWithCustomComparator (90 ms)
37: [ RUN      ] hip.BinSortGenericTests
37: [       OK ] hip.BinSortGenericTests (20 ms)
37: [ RUN      ] hip.BinSortEmptyView
37: [       OK ] hip.BinSortEmptyView (0 ms)
37: [ RUN      ] hip.BinSortEmptyKeysView
37: [       OK ] hip.BinSortEmptyKeysView (0 ms)
37: [ RUN      ] hip.BinSort_issue_7221
37: [       OK ] hip.BinSort_issue_7221 (0 ms)
37: [ RUN      ] hip.BinSortUnsignedKeyLayoutStrideValues
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanConversion.cpp.o
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
37: [       OK ] hip.BinSortUnsignedKeyLayoutStrideValues (10411 ms)
37: [ RUN      ] hip.NestedSort
37: [       OK ] hip.NestedSort (34 ms)
37: [ RUN      ] hip.NestedSortByKey
37: [       OK ] hip.NestedSortByKey (94 ms)
37: [----------] 16 tests from hip (10687 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 17 tests from 2 test suites ran. (12774 ms total)
37: [  PASSED  ] 17 tests.
37/58 Test #37: Kokkos_UnitTest_Sort .......................................   Passed   13.17 sec
test 38
      Start 38: Kokkos_UnitTest_Random

38: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_UnitTest_Random
38: Test timeout computed to be: 1500
38: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
38: [==========] Running 3 tests from 1 test suite.
38: [----------] Global test environment set-up.
38: [----------] 3 tests from hip
38: [ RUN      ] hip.Random_XorShift64
38: Test Seed:1757572234489195172
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 0.00371154 0.00413515 || 0.051031 27927 29349 || 28568.4 28674.4 || 57.1644 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.00631061 0.00492832 || 0.051031 1e+64 -1e+64
38: Test Scalar=unsigned int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 -0.0115006 0.00488216 || 0.051031 27993 29269 || 29008 28674.4 || 67.4909 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.00607622 -0.00717826 || 0.051031 1e+64 -1e+64
38: Test Scalar=int64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 0.0108558 0.0507661 || 0.051031 27982 29290 || 28366.4 28674.4 || 701.79 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.000789469 -0.0197308 || 0.051031 1e+64 -1e+64
38: Test Scalar=uint64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 -0.0224182 0.0206148 || 0.051031 28041 29361 || 29332 28674.4 || 284.979 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.00283815 -0.00243378 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000243713 -0.99999 -48241.9 || 0.051031 0 195056 || 2.92849e+09 28674.4 || -6.66897e+08 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 0.000729934 -0.307612 0.1476 || 0.051031 1e+64 -1e+64
38: Test Scalar=bhalf
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.65955e-07 0.00557027 -0.00737004 || 0.051031 28075 29317 || 28515.5 28674.4 || -101.883 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.11361e-07 0.00190035 0.00142645 || 0.051031 1e+64 -1e+64
38: Test Scalar=float
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.73523e-07 -0.000366053 0.00403233 || 0.051031 28017 29345 || 28684.9 28674.4 || 55.743 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.34064e-07 0.00777158 0.00251937 || 0.051031 1e+64 -1e+64
38: Test Scalar=double
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 -0.000774207 0.00350091 || 0.051031 28070 29332 || 28696.6 28674.4 || 48.3966 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.000299289 -0.0070221 || 0.051031 1e+64 -1e+64
38: Test Seed:1757572234621340788
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 -0.00722889 0.00071112 || 0.051031 28000 29302 || 28883.2 28674.4 || 9.83052 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.0108083 -0.00150045 || 0.051031 1e+64 -1e+64
38: Test Scalar=unsigned int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 -0.0220319 0.00484766 || 0.051031 28011 29437 || 29320.4 28674.4 || 67.014 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.00875977 -0.000800031 || 0.051031 1e+64 -1e+64
38: Test Scalar=int64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 0.00846314 0.0205981 || 0.051031 28063 29476 || 28433.7 28674.4 || 284.749 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.0113639 0.00438909 || 0.051031 1e+64 -1e+64
38: Test Scalar=uint64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 -0.000611736 0.017828 || 0.051031 28021 29317 || 28691.9 28674.4 || 246.454 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.0166077 -0.00242974 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000246113 -0.99999 -48245.3 || 0.051031 0 194746 || 2.92876e+09 28674.4 || -6.66943e+08 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 0.000737263 -0.317606 0.156809 || 0.051031 1e+64 -1e+64
38: Test Scalar=bhalf
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.76045e-07 -0.00757311 -0.0157434 || 0.051031 28019 29333 || 28893.2 28674.4 || -217.637 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.41632e-07 -0.0173102 0.00569444 || 0.051031 1e+64 -1e+64
38: Test Scalar=float
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.8109e-07 0.0134555 0.0106815 || 0.051031 28006 29346 || 28293.7 28674.4 || 147.662 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.56767e-07 -0.00872889 0.00303568 || 0.051031 1e+64 -1e+64
38: Test Scalar=double
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 0.0058227 0.01323 || 0.051031 28058 29313 || 28508.4 28674.4 || 182.891 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.0124555 -0.00537621 || 0.051031 1e+64 -1e+64
38: [       OK ] hip.Random_XorShift64 (258 ms)
38: [ RUN      ] hip.Random_XorShift1024_0
38: Test Seed:1757572234748104367
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.54313e-07 -0.011607 -0.0143167 || 0.051031 10975 11820 || 11510.6 11377 || -197.914 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.67029e-07 0.00102741 -0.00225632 || 0.051031 1e+64 -1e+64
38: Test Scalar=unsigned int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 0.00390428 -0.00137102 || 0.051031 10986 11774 || 11332.7 11377 || -18.9529 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.0243336 -0.000232596 || 0.051031 1e+64 -1e+64
38: Test Scalar=int64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 -0.0194801 -0.00259012 || 0.051031 10906 11792 || 11603 11377 || -35.8058 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.0113875 0.0009807 || 0.051031 1e+64 -1e+64
38: Test Scalar=uint64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 0.033467 0.00417362 || 0.051031 11010 11771 || 11008.5 11377 || 57.6962 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.000994386 -6.61343e-05 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000244391 -0.999975 -7594.79 || 0.051031 0 77591 || 4.61016e+08 11377 || -1.0499e+08 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 0.000732939 -0.166674 0.023679 || 0.051031 1e+64 -1e+64
38: Test Scalar=bhalf
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.9246e-07 0.00927928 0.00093611 || 0.051031 10949 11796 || 11272.4 11377 || 12.9408 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 3.8147e-07 -0.0173625 0.000712562 || 0.051031 1e+64 -1e+64
38: Test Scalar=float
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.86102e-07 0.00782473 -0.0010048 || 0.051031 10908 11759 || 11288.6 11377 || -13.8903 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 3.62396e-07 0.006795 -0.00106892 || 0.051031 1e+64 -1e+64
38: Test Scalar=double
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 -0.00462861 0.00540221 || 0.051031 10912 11814 || 11429.9 11377 || 74.6801 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.00850289 0.0030971 || 0.051031 1e+64 -1e+64
38: Test Seed:1757572234846390925
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 -0.00818825 0.00156411 || 0.051031 10969 11773 || 11470.9 11377 || 21.6223 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.00642361 0.00066669 || 0.051031 1e+64 -1e+64
38: Test Scalar=unsigned int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 0.00838694 -0.0051077 || 0.051031 10923 11919 || 11282.3 11377 || -70.6088 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.00407681 0.000253716 || 0.051031 1e+64 -1e+64
38: Test Scalar=int64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 0.00504881 -0.00295739 || 0.051031 10982 11843 || 11319.8 11377 || -40.883 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.0114936 -0.000234689 || 0.051031 1e+64 -1e+64
38: Test Scalar=uint64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 0.00172313 0.0100264 || 0.051031 10919 11761 || 11357.4 11377 || 138.605 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.00984158 0.000461134 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000242915 -0.999975 -7594.4 || 0.051031 0 77594 || 4.6098e+08 11377 || -1.04985e+08 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 0.000728374 -0.160945 0.0193714 || 0.051031 1e+64 -1e+64
38: Test Scalar=bhalf
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.60671e-07 -0.000439669 -0.00112798 || 0.051031 10924 11786 || 11382 11377 || -15.5932 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.86102e-07 0.0107541 -0.0010767 || 0.051031 1e+64 -1e+64
38: Test Scalar=float
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.54313e-07 0.00584058 0.00558146 || 0.051031 10910 11779 || 11310.9 11377 || 77.1581 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.67029e-07 -0.00201716 0.00168357 || 0.051031 1e+64 -1e+64
38: Test Scalar=double
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 0.000206482 0.0155022 || 0.051031 10927 11788 || 11374.6 11377 || 214.302 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.0097328 -0.00446213 || 0.051031 1e+64 -1e+64
38: [       OK ] hip.Random_XorShift1024_0 (234 ms)
38: [ RUN      ] hip.Multi_streams
38: [       OK ] hip.Multi_streams (666 ms)
38: [----------] 3 tests from hip (1159 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 3 tests from 1 test suite ran. (1159 ms total)
38: [  PASSED  ] 3 tests.
38/58 Test #38: Kokkos_UnitTest_Random .....................................   Passed    1.55 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_A

39: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
39: Test timeout computed to be: 1500
39: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
39: [==========] Running 16 tests from 4 test suites.
39: [----------] Global test environment set-up.
39: [----------] 1 test from std_algorithms_DeathTest
39: [ RUN      ] std_algorithms_DeathTest.expect_no_overlap
39: [       OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms)
39: [----------] 1 test from std_algorithms_DeathTest (0 ms total)
39: 
39: [----------] 3 tests from std_algorithms_reducers
39: [ RUN      ] std_algorithms_reducers.max_first_loc
39: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
39: [ RUN      ] std_algorithms_reducers.min_first_loc
39: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
39: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
39: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
39: [----------] 3 tests from std_algorithms_reducers (0 ms total)
39: 
39: [----------] 1 test from std_algorithms
39: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
39: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
39: [----------] 1 test from std_algorithms (0 ms total)
39: 
39: [----------] 11 tests from random_access_iterator_test
39: [ RUN      ] random_access_iterator_test.constructor
39: [       OK ] random_access_iterator_test.constructor (1 ms)
39: [ RUN      ] random_access_iterator_test.constructiblity
39: [       OK ] random_access_iterator_test.constructiblity (0 ms)
39: [ RUN      ] random_access_iterator_test.dereference
39: [       OK ] random_access_iterator_test.dereference (1 ms)
39: [ RUN      ] random_access_iterator_test.subscript_operator
39: [       OK ] random_access_iterator_test.subscript_operator (0 ms)
39: [ RUN      ] random_access_iterator_test.operatorsSet1
39: [       OK ] random_access_iterator_test.operatorsSet1 (0 ms)
39: [ RUN      ] random_access_iterator_test.operatorsSet2
39: [       OK ] random_access_iterator_test.operatorsSet2 (0 ms)
39: [ RUN      ] random_access_iterator_test.operatorsSet3
39: [       OK ] random_access_iterator_test.operatorsSet3 (0 ms)
39: [ RUN      ] random_access_iterator_test.operatorsSet4
39: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
39: [ RUN      ] random_access_iterator_test.assignment_operator
39: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
39: [ RUN      ] random_access_iterator_test.distance
39: [       OK ] random_access_iterator_test.distance (0 ms)
39: [ RUN      ] random_access_iterator_test.traits_helpers
39: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
39: [----------] 11 tests from random_access_iterator_test (6 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 16 tests from 4 test suites ran. (7 ms total)
39: [  PASSED  ] 16 tests.
39/58 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_A .........................   Passed    0.40 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_B

40: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
40: Test timeout computed to be: 1500
40: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
40: [==========] Running 7 tests from 1 test suite.
40: [----------] Global test environment set-up.
40: [----------] 7 tests from std_algorithms_min_max_element_test
40: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
40: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms)
40: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
40: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
40: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
40: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (12 ms)
40: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
40: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (9 ms)
40: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
40: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (8 ms)
40: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
40: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (8 ms)
40: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
40: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (14 ms)
40: [----------] 7 tests from std_algorithms_min_max_element_test (54 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 7 tests from 1 test suite ran. (54 ms total)
40: [  PASSED  ] 7 tests.
40/58 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_B .........................   Passed    0.44 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_C

41: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
41: Test timeout computed to be: 1500
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
41: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
41: [==========] Running 13 tests from 10 test suites.
41: [----------] Global test environment set-up.
41: [----------] 1 test from std_algorithms_lexicographical_compare_test
41: [ RUN      ] std_algorithms_lexicographical_compare_test.test
41: [       OK ] std_algorithms_lexicographical_compare_test.test (31 ms)
41: [----------] 1 test from std_algorithms_lexicographical_compare_test (31 ms total)
41: 
41: [----------] 1 test from std_algorithms_for_each_test
41: [ RUN      ] std_algorithms_for_each_test.test
41: [       OK ] std_algorithms_for_each_test.test (66 ms)
41: [----------] 1 test from std_algorithms_for_each_test (66 ms total)
41: 
41: [----------] 1 test from std_algorithms_find_test
41: [ RUN      ] std_algorithms_find_test.test
41: [       OK ] std_algorithms_find_test.test (34 ms)
41: [----------] 1 test from std_algorithms_find_test (34 ms total)
41: 
41: [----------] 4 tests from std_algorithms_non_mod_seq_ops
41: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
41: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (540 ms)
41: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
41: [       OK ] std_algorithms_non_mod_seq_ops.find_end (524 ms)
41: [ RUN      ] std_algorithms_non_mod_seq_ops.search
41: [       OK ] std_algorithms_non_mod_seq_ops.search (494 ms)
41: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
41: [       OK ] std_algorithms_non_mod_seq_ops.search_n (370 ms)
41: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1929 ms total)
41: 
41: [----------] 1 test from std_algorithms_count_test
41: [ RUN      ] std_algorithms_count_test.test
41: [       OK ] std_algorithms_count_test.test (23 ms)
41: [----------] 1 test from std_algorithms_count_test (23 ms total)
41: 
41: [----------] 1 test from std_algorithms_equal_test
41: [ RUN      ] std_algorithms_equal_test.test
41: [       OK ] std_algorithms_equal_test.test (20 ms)
41: [----------] 1 test from std_algorithms_equal_test (20 ms total)
41: 
41: [----------] 1 test from std_algorithms_all_any_none_of_test
41: [ RUN      ] std_algorithms_all_any_none_of_test.test
41: [       OK ] std_algorithms_all_any_none_of_test.test (32 ms)
41: [----------] 1 test from std_algorithms_all_any_none_of_test (32 ms total)
41: 
41: [----------] 1 test from std_algorithms_nonmod_seq_ops
41: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
41: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (69 ms)
41: [----------] 1 test from std_algorithms_nonmod_seq_ops (69 ms total)
41: 
41: [----------] 1 test from std_algorithms_mismatch_test
41: [ RUN      ] std_algorithms_mismatch_test.test
41: [       OK ] std_algorithms_mismatch_test.test (77 ms)
41: [----------] 1 test from std_algorithms_mismatch_test (77 ms total)
41: 
41: [----------] 1 test from std_algorithms_mod_seq_ops
41: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
41: [       OK ] std_algorithms_mod_seq_ops.move_backward (71 ms)
41: [----------] 1 test from std_algorithms_mod_seq_ops (71 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 13 tests from 10 test suites ran. (2358 ms total)
41: [  PASSED  ] 13 tests.
41/58 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    2.76 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_D

42: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
42: Test timeout computed to be: 1500
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Timer.cpp.o
42: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
42: [==========] Running 31 tests from 5 test suites.
42: [----------] Global test environment set-up.
42: [----------] 3 tests from std_algorithms_mod_ops_test
42: [ RUN      ] std_algorithms_mod_ops_test.move
42: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
42: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
42: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms)
42: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
42: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
42: [----------] 3 tests from std_algorithms_mod_ops_test (2 ms total)
42: 
42: [----------] 12 tests from std_algorithms_mod_seq_ops_test
42: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
42: [       OK ] std_algorithms_mod_seq_ops_test.copy (2 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
42: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
42: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
42: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
42: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
42: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
42: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
42: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
42: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
42: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
42: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
42: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
42: [----------] 12 tests from std_algorithms_mod_seq_ops_test (6 ms total)
42: 
42: [----------] 4 tests from std_algorithms_replace_ops_test
42: [ RUN      ] std_algorithms_replace_ops_test.replace
42: [       OK ] std_algorithms_replace_ops_test.replace (38 ms)
42: [ RUN      ] std_algorithms_replace_ops_test.replace_if
42: [       OK ] std_algorithms_replace_ops_test.replace_if (120 ms)
42: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
42: [       OK ] std_algorithms_replace_ops_test.replace_copy (69 ms)
42: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
42: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (64 ms)
42: [----------] 4 tests from std_algorithms_replace_ops_test (291 ms total)
42: 
42: [----------] 11 tests from std_algorithms_mod_seq_ops
42: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
42: [       OK ] std_algorithms_mod_seq_ops.copy_if (41 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.unique
42: [       OK ] std_algorithms_mod_seq_ops.unique (94 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
42: [       OK ] std_algorithms_mod_seq_ops.unique_copy (59 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove
42: [       OK ] std_algorithms_mod_seq_ops.remove (40 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
42: [       OK ] std_algorithms_mod_seq_ops.remove_if (44 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
42: [       OK ] std_algorithms_mod_seq_ops.remove_copy (149 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
42: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (42 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.rotate
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
42: [       OK ] std_algorithms_mod_seq_ops.rotate (1222 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
42: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (500 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
42: [       OK ] std_algorithms_mod_seq_ops.shift_left (1481 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
42: [       OK ] std_algorithms_mod_seq_ops.shift_right (1476 ms)
42: [----------] 11 tests from std_algorithms_mod_seq_ops (5154 ms total)
42: 
42: [----------] 1 test from std_algorithms_modseq_test
42: [ RUN      ] std_algorithms_modseq_test.reverse
42: [       OK ] std_algorithms_modseq_test.reverse (64 ms)
42: [----------] 1 test from std_algorithms_modseq_test (64 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 31 tests from 5 test suites ran. (5520 ms total)
42: [  PASSED  ] 31 tests.
42/58 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    5.94 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_E

43: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
43: Test timeout computed to be: 1500
43: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
43: [==========] Running 29 tests from 7 test suites.
43: [----------] Global test environment set-up.
43: [----------] 2 tests from std_algorithms_sorting_ops_test
43: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
43: [       OK ] std_algorithms_sorting_ops_test.is_sorted (15 ms)
43: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
43: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (14 ms)
43: [----------] 2 tests from std_algorithms_sorting_ops_test (29 ms total)
43: 
43: [----------] 4 tests from std_algorithms_partitioning_test
43: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
43: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
43: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
43: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (2 ms)
43: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
43: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms)
43: [ RUN      ] std_algorithms_partitioning_test.partition_point
43: [       OK ] std_algorithms_partitioning_test.partition_point (1 ms)
43: [----------] 4 tests from std_algorithms_partitioning_test (5 ms total)
43: 
43: [----------] 1 test from std_algorithms_partitioning_ops
43: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
43: [       OK ] std_algorithms_partitioning_ops.partition_copy (38 ms)
43: [----------] 1 test from std_algorithms_partitioning_ops (38 ms total)
43: 
43: [----------] 12 tests from std_algorithms_numerics_test
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (5 ms)
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms)
43: [----------] 12 tests from std_algorithms_numerics_test (17 ms total)
43: 
43: [----------] 1 test from std_algorithms_numerics_ops_test
43: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
43: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (97 ms)
43: [----------] 1 test from std_algorithms_numerics_ops_test (97 ms total)
43: 
43: [----------] 8 tests from std_algorithms_numeric_ops_test
43: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o
43: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (806 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
43: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
43: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (721 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
43: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
43: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (231 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
43: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o
43: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (400 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
43: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
43: [----------] 8 tests from std_algorithms_numeric_ops_test (2160 ms total)
43: 
43: [----------] 1 test from std_algorithms_transform_ops_test
43: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
43: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (47 ms)
43: [----------] 1 test from std_algorithms_transform_ops_test (47 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 29 tests from 7 test suites ran. (2396 ms total)
43: [  PASSED  ] 29 tests.
43/58 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    2.79 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

44: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
44: Test timeout computed to be: 1500
44: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
44: [==========] Running 12 tests from 7 test suites.
44: [----------] Global test environment set-up.
44: [----------] 2 tests from std_algorithms_adjacent_find_team_test
44: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
44: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (560 ms)
44: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o
44: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (549 ms)
44: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1109 ms total)
44: 
44: [----------] 2 tests from std_algorithms_count_team_test
44: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
44: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (267 ms)
44: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
44: [       OK ] std_algorithms_count_team_test.count_returns_zero (243 ms)
44: [----------] 2 tests from std_algorithms_count_team_test (510 ms total)
44: 
44: [----------] 1 test from std_algorithms_count_if_team_test
44: [ RUN      ] std_algorithms_count_if_team_test.test
44: [       OK ] std_algorithms_count_if_team_test.test (293 ms)
44: [----------] 1 test from std_algorithms_count_if_team_test (293 ms total)
44: 
44: [----------] 1 test from std_algorithms_for_each_team_test
44: [ RUN      ] std_algorithms_for_each_team_test.test
44: [       OK ] std_algorithms_for_each_team_test.test (389 ms)
44: [----------] 1 test from std_algorithms_for_each_team_test (389 ms total)
44: 
44: [----------] 1 test from std_algorithms_for_each_n_team_test
44: [ RUN      ] std_algorithms_for_each_n_team_test.test
44: [       OK ] std_algorithms_for_each_n_team_test.test (418 ms)
44: [----------] 1 test from std_algorithms_for_each_n_team_test (418 ms total)
44: 
44: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
44: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
44: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (618 ms)
44: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
44: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (575 ms)
44: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
44: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (578 ms)
44: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1772 ms total)
44: 
44: [----------] 2 tests from std_algorithms_mismatch_team_test
44: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
44: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (636 ms)
44: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
44: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (835 ms)
44: [----------] 2 tests from std_algorithms_mismatch_team_test (1471 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 12 tests from 7 test suites ran. (5966 ms total)
44: [  PASSED  ] 12 tests.
44/58 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed    6.37 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

45: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
45: Test timeout computed to be: 1500
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o
45: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
45: [==========] Running 8 tests from 4 test suites.
45: [----------] Global test environment set-up.
45: [----------] 2 tests from std_algorithms_equal_team_test
45: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
45: [       OK ] std_algorithms_equal_team_test.views_are_equal (982 ms)
45: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
45: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1271 ms)
45: [----------] 2 tests from std_algorithms_equal_team_test (2253 ms total)
45: 
45: [----------] 2 tests from std_algorithms_search_team_test
45: [ RUN      ] std_algorithms_search_team_test.sequences_exist
45: [       OK ] std_algorithms_search_team_test.sequences_exist (540 ms)
45: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
[ 67%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
45: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (550 ms)
45: [----------] 2 tests from std_algorithms_search_team_test (1091 ms total)
45: 
45: [----------] 2 tests from std_algorithms_find_end_team_test
45: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
[ 67%] Built target Kokkos_Benchmark_Atomic_MinMax
45: [       OK ] std_algorithms_find_end_team_test.sequences_exist (630 ms)
45: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
4: [       OK ] cuda_DeathTest.view_construction_with_wrong_params_mix (103382 ms)
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_static_extents
45: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (638 ms)
45: [----------] 2 tests from std_algorithms_find_end_team_test (1268 ms total)
45: 
45: [----------] 2 tests from std_algorithms_find_first_of_team_test
45: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
45: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (580 ms)
45: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
45: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (717 ms)
45: [----------] 2 tests from std_algorithms_find_first_of_team_test (1297 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 8 tests from 4 test suites ran. (5911 ms total)
45: [  PASSED  ] 8 tests.
45/58 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed    6.31 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

46: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
46: Test timeout computed to be: 1500
46: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
46: [==========] Running 11 tests from 7 test suites.
46: [----------] Global test environment set-up.
46: [----------] 2 tests from std_algorithms_find_team_test
46: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
46: [       OK ] std_algorithms_find_team_test.searched_values_exist (262 ms)
46: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
46: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (260 ms)
46: [----------] 2 tests from std_algorithms_find_team_test (522 ms total)
46: 
46: [----------] 2 tests from std_algorithms_find_if_team_test
46: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
46: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (251 ms)
46: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o
46: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (259 ms)
46: [----------] 2 tests from std_algorithms_find_if_team_test (510 ms total)
46: 
46: [----------] 2 tests from std_algorithms_find_if_not_team_test
46: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
46: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (265 ms)
46: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
46: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (247 ms)
46: [----------] 2 tests from std_algorithms_find_if_not_team_test (513 ms total)
46: 
46: [----------] 1 test from std_algorithms_all_of_team_test
46: [ RUN      ] std_algorithms_all_of_team_test.test
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
46: [       OK ] std_algorithms_all_of_team_test.test (258 ms)
46: [----------] 1 test from std_algorithms_all_of_team_test (258 ms total)
46: 
46: [----------] 1 test from std_algorithms_any_of_team_test
46: [ RUN      ] std_algorithms_any_of_team_test.test
46: [       OK ] std_algorithms_any_of_team_test.test (246 ms)
46: [----------] 1 test from std_algorithms_any_of_team_test (246 ms total)
46: 
46: [----------] 1 test from std_algorithms_none_of_team_test
46: [ RUN      ] std_algorithms_none_of_team_test.test
4: [       OK ] cuda_DeathTest.view_construction_with_wrong_static_extents (13025 ms)
4: [ RUN      ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
46: [       OK ] std_algorithms_none_of_team_test.test (258 ms)
46: [----------] 1 test from std_algorithms_none_of_team_test (258 ms total)
46: 
46: [----------] 2 tests from std_algorithms_search_n_team_test
46: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
46: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (285 ms)
46: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
46: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (268 ms)
46: [----------] 2 tests from std_algorithms_search_n_team_test (554 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 11 tests from 7 test suites ran. (2864 ms total)
46: [  PASSED  ] 11 tests.
46/58 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    3.26 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

47: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
47: Test timeout computed to be: 1500
47: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
47: [==========] Running 3 tests from 3 test suites.
47: [----------] Global test environment set-up.
47: [----------] 1 test from std_algorithms_min_element_team_test
47: [ RUN      ] std_algorithms_min_element_team_test.test
47: [       OK ] std_algorithms_min_element_team_test.test (631 ms)
47: [----------] 1 test from std_algorithms_min_element_team_test (631 ms total)
47: 
47: [----------] 1 test from std_algorithms_max_element_team_test
47: [ RUN      ] std_algorithms_max_element_team_test.test
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
47: [       OK ] std_algorithms_max_element_team_test.test (618 ms)
47: [----------] 1 test from std_algorithms_max_element_team_test (618 ms total)
47: 
47: [----------] 1 test from std_algorithms_minmax_element_team_test
47: [ RUN      ] std_algorithms_minmax_element_team_test.test
47: [       OK ] std_algorithms_minmax_element_team_test.test (644 ms)
47: [----------] 1 test from std_algorithms_minmax_element_team_test (644 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 3 tests from 3 test suites ran. (1894 ms total)
47: [  PASSED  ] 3 tests.
47/58 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    2.29 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

48: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
48: Test timeout computed to be: 1500
48: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
48: [==========] Running 6 tests from 6 test suites.
48: [----------] Global test environment set-up.
48: [----------] 1 test from std_algorithms_fill_team_test
48: [ RUN      ] std_algorithms_fill_team_test.test
48: [       OK ] std_algorithms_fill_team_test.test (273 ms)
48: [----------] 1 test from std_algorithms_fill_team_test (273 ms total)
48: 
48: [----------] 1 test from std_algorithms_fill_n_team_test
48: [ RUN      ] std_algorithms_fill_n_team_test.test
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
48: [       OK ] std_algorithms_fill_n_team_test.test (446 ms)
48: [----------] 1 test from std_algorithms_fill_n_team_test (446 ms total)
48: 
48: [----------] 1 test from std_algorithms_replace_team_test
48: [ RUN      ] std_algorithms_replace_team_test.test
48: [       OK ] std_algorithms_replace_team_test.test (405 ms)
48: [----------] 1 test from std_algorithms_replace_team_test (405 ms total)
48: 
48: [----------] 1 test from std_algorithms_replace_if_team_test
48: [ RUN      ] std_algorithms_replace_if_team_test.test
48: [       OK ] std_algorithms_replace_if_team_test.test (344 ms)
48: [----------] 1 test from std_algorithms_replace_if_team_test (344 ms total)
48: 
48: [----------] 1 test from std_algorithms_replace_copy_team_test
48: [ RUN      ] std_algorithms_replace_copy_team_test.test
4: [       OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (5559 ms)
4: [ RUN      ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
48: [       OK ] std_algorithms_replace_copy_team_test.test (381 ms)
48: [----------] 1 test from std_algorithms_replace_copy_team_test (381 ms total)
48: 
48: [----------] 1 test from std_algorithms_replace_copy_if_team_test
48: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
48: [       OK ] std_algorithms_replace_copy_if_team_test.test (410 ms)
48: [----------] 1 test from std_algorithms_replace_copy_if_team_test (410 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 6 tests from 6 test suites ran. (2262 ms total)
48: [  PASSED  ] 6 tests.
48/58 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    2.66 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

49: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
49: Test timeout computed to be: 1500
49: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
49: [==========] Running 4 tests from 4 test suites.
49: [----------] Global test environment set-up.
49: [----------] 1 test from std_algorithms_reverse_team_test
49: [ RUN      ] std_algorithms_reverse_team_test.test
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
49: [       OK ] std_algorithms_reverse_team_test.test (301 ms)
49: [----------] 1 test from std_algorithms_reverse_team_test (301 ms total)
49: 
49: [----------] 1 test from std_algorithms_reverse_copy_team_test
49: [ RUN      ] std_algorithms_reverse_copy_team_test.test
49: [       OK ] std_algorithms_reverse_copy_team_test.test (362 ms)
49: [----------] 1 test from std_algorithms_reverse_copy_team_test (362 ms total)
49: 
49: [----------] 1 test from std_algorithms_rotate_team_test
49: [ RUN      ] std_algorithms_rotate_team_test.test
49: [       OK ] std_algorithms_rotate_team_test.test (619 ms)
49: [----------] 1 test from std_algorithms_rotate_team_test (619 ms total)
49: 
49: [----------] 1 test from std_algorithms_rotate_copy_team_test
49: [ RUN      ] std_algorithms_rotate_copy_team_test.test
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
49: [       OK ] std_algorithms_rotate_copy_team_test.test (664 ms)
49: [----------] 1 test from std_algorithms_rotate_copy_team_test (664 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 4 tests from 4 test suites ran. (1947 ms total)
49: [  PASSED  ] 4 tests.
49/58 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    2.34 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

50: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
50: Test timeout computed to be: 1500
50: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
50: [==========] Running 4 tests from 4 test suites.
50: [----------] Global test environment set-up.
50: [----------] 1 test from std_algorithms_move_team_test
50: [ RUN      ] std_algorithms_move_team_test.test
50: [       OK ] std_algorithms_move_team_test.test (517 ms)
50: [----------] 1 test from std_algorithms_move_team_test (517 ms total)
50: 
50: [----------] 1 test from std_algorithms_move_backward_team_test
50: [ RUN      ] std_algorithms_move_backward_team_test.test
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o
50: [       OK ] std_algorithms_move_backward_team_test.test (492 ms)
50: [----------] 1 test from std_algorithms_move_backward_team_test (492 ms total)
50: 
50: [----------] 1 test from std_algorithms_shift_left_team_test
50: [ RUN      ] std_algorithms_shift_left_team_test.test
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o
50: [       OK ] std_algorithms_shift_left_team_test.test (1616 ms)
50: [----------] 1 test from std_algorithms_shift_left_team_test (1616 ms total)
50: 
50: [----------] 1 test from std_algorithms_shift_right_team_test
50: [ RUN      ] std_algorithms_shift_right_team_test.test
4: [       OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (5561 ms)
4: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_host
50: [       OK ] std_algorithms_shift_right_team_test.test (1607 ms)
50: [----------] 1 test from std_algorithms_shift_right_team_test (1607 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 4 tests from 4 test suites ran. (4233 ms total)
50: [  PASSED  ] 4 tests.
50/58 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed    4.64 sec
test 51
      Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

51: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
51: Test timeout computed to be: 1500
51: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
51: [==========] Running 9 tests from 9 test suites.
51: [----------] Global test environment set-up.
51: [----------] 1 test from std_algorithms_copy_team_test
51: [ RUN      ] std_algorithms_copy_team_test.test
51: [       OK ] std_algorithms_copy_team_test.test (652 ms)
51: [----------] 1 test from std_algorithms_copy_team_test (652 ms total)
51: 
51: [----------] 1 test from std_algorithms_copy_n_team_test
51: [ RUN      ] std_algorithms_copy_n_team_test.test
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o
51: [       OK ] std_algorithms_copy_n_team_test.test (559 ms)
51: [----------] 1 test from std_algorithms_copy_n_team_test (559 ms total)
51: 
51: [----------] 1 test from std_algorithms_copy_backward_team_test
51: [ RUN      ] std_algorithms_copy_backward_team_test.test
51: [       OK ] std_algorithms_copy_backward_team_test.test (472 ms)
51: [----------] 1 test from std_algorithms_copy_backward_team_test (472 ms total)
51: 
51: [----------] 1 test from std_algorithms_copy_if_team_test
51: [ RUN      ] std_algorithms_copy_if_team_test.test
51: [       OK ] std_algorithms_copy_if_team_test.test (436 ms)
51: [----------] 1 test from std_algorithms_copy_if_team_test (436 ms total)
51: 
51: [----------] 1 test from std_algorithms_unique_copy_team_test
51: [ RUN      ] std_algorithms_unique_copy_team_test.test
51: [       OK ] std_algorithms_unique_copy_team_test.test (538 ms)
51: [----------] 1 test from std_algorithms_unique_copy_team_test (538 ms total)
51: 
51: [----------] 1 test from std_algorithms_remove_team_test
51: [ RUN      ] std_algorithms_remove_team_test.test
51: [       OK ] std_algorithms_remove_team_test.test (448 ms)
51: [----------] 1 test from std_algorithms_remove_team_test (448 ms total)
51: 
51: [----------] 1 test from std_algorithms_remove_if_team_test
51: [ RUN      ] std_algorithms_remove_if_team_test.test
51: [       OK ] std_algorithms_remove_if_team_test.test (401 ms)
51: [----------] 1 test from std_algorithms_remove_if_team_test (401 ms total)
51: 
51: [----------] 1 test from std_algorithms_remove_copy_team_test
51: [ RUN      ] std_algorithms_remove_copy_team_test.test
51: [       OK ] std_algorithms_remove_copy_team_test.test (447 ms)
51: [----------] 1 test from std_algorithms_remove_copy_team_test (447 ms total)
51: 
51: [----------] 1 test from std_algorithms_remove_copy_if_team_test
51: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
51: [       OK ] std_algorithms_remove_copy_if_team_test.test (379 ms)
51: [----------] 1 test from std_algorithms_remove_copy_if_team_test (379 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 9 tests from 9 test suites ran. (4335 ms total)
51: [  PASSED  ] 9 tests.
51/58 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    4.73 sec
test 52
      Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

52: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
52: Test timeout computed to be: 1500
52: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
52: [==========] Running 4 tests from 4 test suites.
52: [----------] Global test environment set-up.
52: [----------] 1 test from std_algorithms_unique_team_test
52: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
52: [       OK ] std_algorithms_unique_team_test.test_default_predicate (691 ms)
52: [----------] 1 test from std_algorithms_unique_team_test (691 ms total)
52: 
52: [----------] 1 test from std_algorithms_adjacent_difference_team_test
52: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
52: [       OK ] std_algorithms_adjacent_difference_team_test.test (844 ms)
52: [----------] 1 test from std_algorithms_adjacent_difference_team_test (844 ms total)
52: 
52: [----------] 1 test from std_algorithms_reduce_team_test
52: [ RUN      ] std_algorithms_reduce_team_test.test
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
52: [       OK ] std_algorithms_reduce_team_test.test (823 ms)
52: [----------] 1 test from std_algorithms_reduce_team_test (823 ms total)
52: 
52: [----------] 1 test from std_algorithms_transform_reduce_team_test
52: [ RUN      ] std_algorithms_transform_reduce_team_test.test
52: [       OK ] std_algorithms_transform_reduce_team_test.test (1418 ms)
52: [----------] 1 test from std_algorithms_transform_reduce_team_test (1418 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 4 tests from 4 test suites ran. (3778 ms total)
52: [  PASSED  ] 4 tests.
52/58 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    4.18 sec
test 53
      Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

53: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
53: Test timeout computed to be: 1500
53: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
53: [==========] Running 18 tests from 5 test suites.
53: [----------] Global test environment set-up.
53: [----------] 2 tests from std_algorithms_is_sorted_team_test
53: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
53: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (569 ms)
53: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
53: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (465 ms)
53: [----------] 2 tests from std_algorithms_is_sorted_team_test (1035 ms total)
53: 
53: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
53: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
53: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (27 ms)
53: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
53: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (30 ms)
53: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
53: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (384 ms)
53: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
53: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (497 ms)
53: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (939 ms total)
53: 
53: [----------] 4 tests from std_algorithms_is_partitioned_team_test
53: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
53: [       OK ] std_algorithms_is_partitioned_team_test.empty (14 ms)
53: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o
53: [       OK ] std_algorithms_is_partitioned_team_test.all_true (241 ms)
53: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
53: [       OK ] std_algorithms_is_partitioned_team_test.all_false (242 ms)
53: [ RUN      ] std_algorithms_is_partitioned_team_test.random
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
53: [       OK ] std_algorithms_is_partitioned_team_test.random (187 ms)
53: [----------] 4 tests from std_algorithms_is_partitioned_team_test (687 ms total)
53: 
53: [----------] 4 tests from std_algorithms_partition_copy_team_test
53: [ RUN      ] std_algorithms_partition_copy_team_test.empty
53: [       OK ] std_algorithms_partition_copy_team_test.empty (24 ms)
53: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
53: [       OK ] std_algorithms_partition_copy_team_test.all_true (599 ms)
53: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
53: [       OK ] std_algorithms_partition_copy_team_test.all_false (554 ms)
53: [ RUN      ] std_algorithms_partition_copy_team_test.random
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
53: [       OK ] std_algorithms_partition_copy_team_test.random (503 ms)
53: [----------] 4 tests from std_algorithms_partition_copy_team_test (1683 ms total)
53: 
53: [----------] 4 tests from std_algorithms_partition_point_team_test
53: [ RUN      ] std_algorithms_partition_point_team_test.empty
53: [       OK ] std_algorithms_partition_point_team_test.empty (15 ms)
53: [ RUN      ] std_algorithms_partition_point_team_test.all_true
4: [       OK ] cuda_DeathTest.view_memory_access_violations_from_host (13774 ms)
4: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_device
53: [       OK ] std_algorithms_partition_point_team_test.all_true (224 ms)
53: [ RUN      ] std_algorithms_partition_point_team_test.all_false
53: [       OK ] std_algorithms_partition_point_team_test.all_false (227 ms)
53: [ RUN      ] std_algorithms_partition_point_team_test.random
53: [       OK ] std_algorithms_partition_point_team_test.random (172 ms)
53: [----------] 4 tests from std_algorithms_partition_point_team_test (639 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 18 tests from 5 test suites ran. (4984 ms total)
53: [  PASSED  ] 18 tests.
53/58 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    5.39 sec
test 54
      Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

54: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
54: Test timeout computed to be: 1500
54: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
54: [==========] Running 5 tests from 4 test suites.
54: [----------] Global test environment set-up.
54: [----------] 2 tests from std_algorithms_transform_team_test
54: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
54: [       OK ] std_algorithms_transform_team_test.test_unary_op (684 ms)
54: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
54: [       OK ] std_algorithms_transform_team_test.test_binary_op (800 ms)
54: [----------] 2 tests from std_algorithms_transform_team_test (1484 ms total)
54: 
54: [----------] 1 test from std_algorithms_generate_team_test
54: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c15.cpp.o
54: [       OK ] std_algorithms_generate_team_test.test_unary_op (1404 ms)
54: [----------] 1 test from std_algorithms_generate_team_test (1404 ms total)
54: 
54: [----------] 1 test from std_algorithms_generate_n_team_test
54: [ RUN      ] std_algorithms_generate_n_team_test.test
54: [       OK ] std_algorithms_generate_n_team_test.test (449 ms)
54: [----------] 1 test from std_algorithms_generate_n_team_test (449 ms total)
54: 
54: [----------] 1 test from std_algorithms_swap_ranges_team_test
54: [ RUN      ] std_algorithms_swap_ranges_team_test.test
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o
54: [       OK ] std_algorithms_swap_ranges_team_test.test (755 ms)
54: [----------] 1 test from std_algorithms_swap_ranges_team_test (755 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 5 tests from 4 test suites ran. (4093 ms total)
54: [  PASSED  ] 5 tests.
54/58 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    4.48 sec
test 55
      Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

55: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
55: Test timeout computed to be: 1500
55: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
55: [==========] Running 2 tests from 2 test suites.
55: [----------] Global test environment set-up.
55: [----------] 1 test from std_algorithms_exclusive_scan_team_test
55: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
55: [       OK ] std_algorithms_exclusive_scan_team_test.test (1741 ms)
55: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1741 ms total)
55: 
55: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
55: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
55: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (838 ms)
55: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (838 ms total)
55: 
55: [----------] Global test environment tear-down
55: [==========] 2 tests from 2 test suites ran. (2579 ms total)
55: [  PASSED  ] 2 tests.
55/58 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    2.97 sec
test 56
      Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

56: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
56: Test timeout computed to be: 1500
56: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank
56: [==========] Running 2 tests from 2 test suites.
56: [----------] Global test environment set-up.
56: [----------] 1 test from std_algorithms_inclusive_scan_team_test
56: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
56: [       OK ] std_algorithms_inclusive_scan_team_test.test (2550 ms)
56: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2550 ms total)
56: 
56: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
56: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
56: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (1646 ms)
56: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1646 ms total)
56: 
56: [----------] Global test environment tear-down
56: [==========] 2 tests from 2 test suites ran. (4197 ms total)
56: [  PASSED  ] 2 tests.
56/58 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    4.60 sec
test 57
      Start 57: Kokkos_PerformanceTest_InclusiveScan

57: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-09-11_T05-51-55.json"
57: Test timeout computed to be: 1500
57: 2025-09-11T06:31:42+00:00
57: Running /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan
57: Run on (128 X 1996.11 MHz CPU s)
57: CPU Caches:
57:   L1 Data 32 KiB (x128)
57:   L1 Instruction 32 KiB (x128)
57:   L2 Unified 512 KiB (x128)
57:   L3 Unified 16384 KiB (x32)
57: Load Average: 2.39, 3.16, 6.40
57: APU or dGPU: dGPU
57: Architecture capable of accessing system allocated memory: 1
57: CPU architecture: none
57: Default Device: HIP
57: GPU architecture: AMD_GFX90A
57: Is Large Bar: 1
57: KOKKOS_COMPILER_CLANG: 1800
57: KOKKOS_ENABLE_ASM: no
57: KOKKOS_ENABLE_CXX20: yes
57: KOKKOS_ENABLE_CXX23: no
57: KOKKOS_ENABLE_CXX26: no
57: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
57: KOKKOS_ENABLE_HIP: yes
57: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
57: KOKKOS_ENABLE_HWLOC: no
57: KOKKOS_ENABLE_LIBDL: yes
57: KOKKOS_ENABLE_PRAGMA_IVDEP: no
57: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
57: KOKKOS_ENABLE_PRAGMA_UNROLL: no
57: KOKKOS_ENABLE_PRAGMA_VECTOR: no
57: KOKKOS_ENABLE_SERIAL: yes
57: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
57: Kokkos Version: 4.7.99
57: Kokkos::HIP[ 0 ] gcnArch gfx90a:sramecc+:xnack-: Selected
57: Shared Memory per Block: 64 KiB
57: Supports Managed Memory: 1
57: System allows accessing system allocated memory on GPU: 0
57: Total Global Memory: 63.98 GiB
57: Wavefront Size: 64
57: XNACK environment variable set: no
57: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
57: macro  HIP_VERSION: 60241133 = version 6.2.41133
57: macro  KOKKOS_ENABLE_HIP: defined
57: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
57: macro KOKKOS_ENABLE_ROCTHRUST: defined
57: mdspan: enabled
57: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
57: platform: 64bit
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o
[ 92%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o
4: [       OK ] cuda_DeathTest.view_memory_access_violations_from_device (15481 ms)
4: [ RUN      ] cuda_DeathTest.view_out_of_bounds_access
57: ----------------------------------------------------------------------------------------------------------------------------------------------
57: Benchmark                                                                   Time             CPU   Iterations  FOM: GB/s         MB     Passed
57: ----------------------------------------------------------------------------------------------------------------------------------------------
57: BM_inclusive_scan<std::uint64_t>/100000000/manual_time                  0.001 s         0.001 s           525 1.23021k/s       1.6k          1
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
57: BM_inclusive_scan<std::int64_t>/100000000/manual_time                   0.001 s         0.001 s           534 1.18267k/s       1.6k          1
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o
57: BM_inclusive_scan<double>/100000000/manual_time                         0.001 s         0.001 s           537 1.17579k/s       1.6k          1
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
4: [       OK ] cuda_DeathTest.view_out_of_bounds_access (13238 ms)
4: [----------] 9 tests from cuda_DeathTest (391729 ms total)
4: 
4: [----------] 2 tests from cuda_uvm_DeathTest
4: [ RUN      ] cuda_uvm_DeathTest.view_subview_wrong_extents
57: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time      0.001 s         0.001 s           528 1.22708k/s       1.6k          1
57: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time       0.001 s         0.001 s           534  1.2386k/s       1.6k          1
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 92%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
57: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time             0.001 s         0.001 s           530 1.24263k/s       1.6k          1
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 93%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o
57: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time      0.001 s         0.001 s           539 1.23205k/s       1.6k          1
[ 93%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
57: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time       0.001 s         0.001 s           525 1.23602k/s       1.6k          1
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
57: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time             0.001 s         0.001 s           539  1.2319k/s       1.6k          1
57/58 Test #57: Kokkos_PerformanceTest_InclusiveScan .......................   Passed   32.86 sec
test 58
      Start 58: Kokkos_UnitTest_SIMD

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

100% tests passed, 0 tests failed out of 58

Label Time Summary:
Kokkos    = 531.34 sec*proc (50 tests)

Total Test time (real) = 1033.42 sec
Post stage
[Pipeline] sh
+ ccache --show-stats
Local storage:
  Cache size (GB): 0.0 / 5.0 ( 0.00%)
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 0a4611366c4942a147a072dd222034396aa1e00fc990b849bae8aa0e885836ca
INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-8428' for the testing framework 'CTest-Version 3.x (default)'.
$ docker rm -f --volumes 0a4611366c4942a147a072dd222034396aa1e00fc990b849bae8aa0e885836ca
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
4: [       OK ] cuda_uvm_DeathTest.view_subview_wrong_extents (19176 ms)
4: [ RUN      ] cuda_uvm_DeathTest.view_subview_constructor_layout_compatibility
4: [       OK ] cuda_uvm_DeathTest.view_subview_constructor_layout_compatibility (1613 ms)
4: [----------] 2 tests from cuda_uvm_DeathTest (20789 ms total)
4: 
4: [----------] 111 tests from cuda
4: [ RUN      ] cuda.team_for
4: [       OK ] cuda.team_for (17 ms)
4: [ RUN      ] cuda.team_reduce
4: [       OK ] cuda.team_reduce (0 ms)
4: [ RUN      ] cuda.team_reduce_large
[ 70%] Linking CXX executable Kokkos_PerformanceTest_Mempool
4: [       OK ] cuda.team_reduce_large (2136 ms)
4: [ RUN      ] cuda.team_parallel_single
4: [       OK ] cuda.team_parallel_single (4 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 (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_broadcast_int_ptr
4: [       OK ] cuda.team_broadcast_int_ptr (0 ms)
4: [ RUN      ] cuda.team_single_thread_int_ptr
4: [       OK ] cuda.team_single_thread_int_ptr (0 ms)
4: [ RUN      ] cuda.team_single_team_int_ptr
4: [       OK ] cuda.team_single_team_int_ptr (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 (10 ms)
4: [ RUN      ] cuda.triple_nested_parallelism
4: [       OK ] cuda.triple_nested_parallelism (15 ms)
4: [ RUN      ] cuda.parallel_scan_with_reducers
4: [       OK ] cuda.parallel_scan_with_reducers (775 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 (85 ms)
4: [ RUN      ] cuda.ThreadVectorMDRangeParallelFor
4: [       OK ] cuda.ThreadVectorMDRangeParallelFor (58 ms)
4: [ RUN      ] cuda.TeamVectorMDRangeParallelFor
4: [       OK ] cuda.TeamVectorMDRangeParallelFor (58 ms)
4: [ RUN      ] cuda.TeamThreadMDRangeParallelReduce
4: [       OK ] cuda.TeamThreadMDRangeParallelReduce (21 ms)
4: [ RUN      ] cuda.ThreadVectorMDRangeParallelReduce
4: [       OK ] cuda.ThreadVectorMDRangeParallelReduce (10 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
[ 70%] Built target Kokkos_PerformanceTest_Mempool
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
4: [       OK ] cuda.team_reduction_scan (1289 ms)
4: [ RUN      ] cuda.team_long_reduce
4: [       OK ] cuda.team_long_reduce (10 ms)
4: [ RUN      ] cuda.team_double_reduce
4: [       OK ] cuda.team_double_reduce (10 ms)
4: [ RUN      ] cuda.team_long_array_reduce
4: [       OK ] cuda.team_long_array_reduce (10 ms)
4: [ RUN      ] cuda.team_double_array_reduce
4: [       OK ] cuda.team_double_array_reduce (10 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 (16 ms)
4: [ RUN      ] cuda.nested_team_reduce_functor_as_reducer
4: [       OK ] cuda.nested_team_reduce_functor_as_reducer (0 ms)
4: [ RUN      ] cuda.team_scan
4: [       OK ] cuda.team_scan (738 ms)
4: [ RUN      ] cuda.team_scan_ret_val
4: [       OK ] cuda.team_scan_ret_val (726 ms)
4: [ RUN      ] cuda.team_shared_request
4: [       OK ] cuda.team_shared_request (3 ms)
4: [ RUN      ] cuda.team_scratch_request
4: [       OK ] cuda.team_scratch_request (1 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 (214 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.timer
4: [       OK ] cuda.timer (20 ms)
4: [ RUN      ] cuda.unique_token_global
4: [       OK ] cuda.unique_token_global (4 ms)
4: [ RUN      ] cuda.unique_token_instance
4: [       OK ] cuda.unique_token_instance (3 ms)
4: [ RUN      ] cuda.unique_token_team_acquire
4: [       OK ] cuda.unique_token_team_acquire (14 ms)
4: [ RUN      ] cuda.view_api_a
4: [       OK ] cuda.view_api_a (65 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 (1 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 (1 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 (17 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 (15 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 (102 ms)
4: [ RUN      ] cuda.view_fill_tests_layout_left
4: [       OK ] cuda.view_fill_tests_layout_left (67 ms)
4: [ RUN      ] cuda.vcp_empty_traits
4: [       OK ] cuda.vcp_empty_traits (0 ms)
4: [ RUN      ] cuda.is_view_label
4: [       OK ] cuda.is_view_label (0 ms)
4: [ RUN      ] cuda.vcp_label_base_traits
4: [       OK ] cuda.vcp_label_base_traits (0 ms)
4: [ RUN      ] cuda.vcp_label_traits
4: [       OK ] cuda.vcp_label_traits (0 ms)
4: [ RUN      ] cuda.view_alloc_can_perfect_forward_label
4: [       OK ] cuda.view_alloc_can_perfect_forward_label (0 ms)
4: [ RUN      ] cuda.vcp_label_copy_constructor
4: [       OK ] cuda.vcp_label_copy_constructor (0 ms)
4: [ RUN      ] cuda.vcp_pointer_add_property
4: [       OK ] cuda.vcp_pointer_add_property (0 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 (162 ms)
4: [ RUN      ] cuda.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] cuda.view_layoutstride_right_to_layoutright_assignment (164 ms)
4: [ RUN      ] cuda.view_irregular_layout
4: [       OK ] cuda.view_irregular_layout (6 ms)
4: [ RUN      ] cuda.view_mapping
4: [       OK ] cuda.view_mapping (395 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 (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 (1 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 (115 ms)
4: [ RUN      ] cuda.view_realloc
4: [       OK ] cuda.view_realloc (0 ms)
4: [ RUN      ] cuda.workgraph_fib
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
4: [       OK ] cuda.workgraph_fib (1285 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: [----------] 111 tests from cuda (8744 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 (3 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 (1 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 (59 ms)
4: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_atomic
4: [       OK ] cuda_uvm.view_subview_2d_from_3d_atomic (61 ms)
4: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_randomaccess
4: [       OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (60 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_left (138 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_atomic
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (139 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (139 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_right (137 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_atomic
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (141 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (141 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 (1062 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 150 tests from 4 test suites ran. (422327 ms total)
4: [  PASSED  ] 150 tests.
 4/56 Test  #4: Kokkos_CoreUnitTest_Cuda2 ..................................   Passed  422.64 sec
test 5
      Start  5: Kokkos_CoreUnitTest_Cuda3

5: Test command: /var/jenkins/workspace/Kokkos_PR-8428/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
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 47%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2
[ 93%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 93%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 94%] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o
[ 47%] Built target Kokkos_CoreUnitTest_Cuda2
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 94%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/main.cpp.o
[ 94%] Built target Kokkos_PerformanceTest_InclusiveScan
[ 94%] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 94%] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 94%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/functor.cpp.o
[ 94%] Linking CXX executable Kokkos_query_device
[ 94%] Built target Kokkos_query_device
[ 94%] Building CXX object example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/simple_view.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o
[ 71%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch
[ 71%] Built target Kokkos_PerformanceTest_ViewFirstTouch
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o
[ 94%] Linking CXX executable Kokkos_tutorial_01_hello_world
[ 94%] Building CXX object example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/simple_memoryspaces.cpp.o
[ 94%] Linking CXX executable Kokkos_tutorial_02_simple_reduce
[ 94%] Built target Kokkos_tutorial_01_hello_world
[ 94%] Building CXX object example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/simple_atomics.cpp.o
[ 94%] Linking CXX executable Kokkos_example_relocatable_function
[ 94%] Built target Kokkos_tutorial_02_simple_reduce
[ 95%] Building CXX object example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/simple_mdrangepolicy.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
5: [       OK ] cuda.team_scratch_1_streams (36857 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 (2 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 (0 ms)
5: [----------] 6 tests from cuda (36865 ms total)
5: 
5: [----------] 28 tests from cuda_hostpinned
5: [ RUN      ] cuda_hostpinned.impl_shared_alloc
5: [       OK ] cuda_hostpinned.impl_shared_alloc (69 ms)
5: [ RUN      ] cuda_hostpinned.view_api_a
5: [       OK ] cuda_hostpinned.view_api_a (66 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 (9 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 (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
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.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
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
5: [       OK ] cuda_hostpinned.view_allocation_large_rank (4499 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 (15 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
[ 71%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 95%] Linking CXX executable Kokkos_tutorial_03_simple_view
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.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
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o
5: [       OK ] cuda_hostpinned.view_fill_tests_layout_right (6158 ms)
5: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_left
[ 95%] Linking CXX executable Kokkos_tutorial_04_simple_memoryspaces
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 95%] Linking CXX executable Kokkos_tutorial_05_simple_atomics
[ 71%] Built target Kokkos_CoreUnitTest_Serial1
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 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
5: [       OK ] cuda_hostpinned.view_fill_tests_layout_left (5194 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping
5: [       OK ] cuda_hostpinned.view_mapping (427 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_operator
5: [       OK ] cuda_hostpinned.view_mapping_operator (9 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 (0 ms)
5: [----------] 28 tests from cuda_hostpinned (16464 ms total)
5: 
5: [----------] 28 tests from cuda_uvm
5: [ RUN      ] cuda_uvm.impl_shared_alloc
5: [       OK ] cuda_uvm.impl_shared_alloc (92 ms)
5: [ RUN      ] cuda_uvm.view_api_a
5: [       OK ] cuda_uvm.view_api_a (72 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 (18 ms)
5: [ RUN      ] cuda_uvm.view_api_c
5: [       OK ] cuda_uvm.view_api_c (1 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 (771 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 (5 ms)
5: [ RUN      ] cuda_uvm.view_copy_tests
5: [       OK ] cuda_uvm.view_copy_tests (73 ms)
5: [ RUN      ] cuda_uvm.view_copy_tests_rank_0
5: [       OK ] cuda_uvm.view_copy_tests_rank_0 (5 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 (240 ms)
5: [ RUN      ] cuda_uvm.view_fill_tests_layout_left
5: [       OK ] cuda_uvm.view_fill_tests_layout_left (211 ms)
5: [ RUN      ] cuda_uvm.view_mapping
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o
5: [       OK ] cuda_uvm.view_mapping (435 ms)
5: [ RUN      ] cuda_uvm.view_mapping_operator
5: [       OK ] cuda_uvm.view_mapping_operator (18 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 (1 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 (1 ms)
5: [----------] 28 tests from cuda_uvm (1958 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 62 tests from 3 test suites ran. (55288 ms total)
5: [  PASSED  ] 62 tests.
 5/56 Test  #5: Kokkos_CoreUnitTest_Cuda3 ..................................   Passed   55.56 sec
test 6
      Start  6: Kokkos_CoreUnitTest_CudaGraphAtomicLocks

6: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CudaGraphAtomicLocks
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 1 test from 1 test suite.
6: [----------] Global test environment set-up.
6: [----------] 1 test from cuda
6: [ RUN      ] cuda.graph_lock_based_atomic_op
6: [       OK ] cuda.graph_lock_based_atomic_op (0 ms)
6: [----------] 1 test from cuda (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/56 Test  #6: Kokkos_CoreUnitTest_CudaGraphAtomicLocks ...................   Passed    0.27 sec
test 7
      Start  7: Kokkos_CoreUnitTest_CudaTimingBased

7: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased
7: Test timeout computed to be: 1500
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: [==========] Running 2 tests from 1 test suite.
7: [----------] Global test environment set-up.
7: [----------] 2 tests from cuda
7: [ RUN      ] cuda.debug_serial_execution
7: [       OK ] cuda.debug_serial_execution (19 ms)
7: [ RUN      ] cuda.debug_pin_um_to_host
7: [       OK ] cuda.debug_pin_um_to_host (342 ms)
7: [----------] 2 tests from cuda (361 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 2 tests from 1 test suite ran. (361 ms total)
7: [  PASSED  ] 2 tests.
 7/56 Test  #7: Kokkos_CoreUnitTest_CudaTimingBased ........................   Passed    0.63 sec
test 8
      Start  8: Kokkos_CoreUnitTest_CudaInterOpInit

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

9: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreams
9: Test timeout computed to be: 1500
9: [==========] Running 1 test from 1 test suite.
9: [----------] Global test environment set-up.
9: [----------] 1 test from cuda
9: [ RUN      ] cuda.raw_cuda_streams
9: Kokkos::OpenMP::initialize WARNING: 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: [       OK ] cuda.raw_cuda_streams (154 ms)
9: [----------] 1 test from cuda (154 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 1 test from 1 test suite ran. (155 ms total)
9: [  PASSED  ] 1 test.
 9/56 Test  #9: Kokkos_CoreUnitTest_CudaInterOpStreams .....................   Passed    0.25 sec
test 10
      Start 10: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU

10: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
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: 
10: [==========] Running 4 tests from 1 test suite.
10: [----------] Global test environment set-up.
10: [----------] 4 tests from cuda_multi_gpu
10: [ RUN      ] cuda_multi_gpu.managed_views
10: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped
10: Skipping Cuda multi-gpu testing since current machine only contains a single GPU.
10: 
10: [  SKIPPED ] cuda_multi_gpu.managed_views (0 ms)
10: [ RUN      ] cuda_multi_gpu.unmanaged_views
10: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped
10: Skipping Cuda multi-gpu testing since current machine only contains a single GPU.
10: 
10: [  SKIPPED ] cuda_multi_gpu.unmanaged_views (0 ms)
10: [ RUN      ] cuda_multi_gpu.scratch_space
10: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped
10: Skipping Cuda multi-gpu testing since current machine only contains a single GPU.
10: 
10: [  SKIPPED ] cuda_multi_gpu.scratch_space (0 ms)
10: [ RUN      ] cuda_multi_gpu.stream_sync_semantics_raw_cuda
10: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped
10: Skipping Cuda multi-gpu testing since current machine only contains a single GPU.
10: 
10: [  SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda (0 ms)
10: [----------] 4 tests from cuda_multi_gpu (0 ms total)
10: 
10: [----------] Global test environment tear-down
10: [==========] 4 tests from 1 test suite ran. (0 ms total)
10: [  PASSED  ] 0 tests.
10: [  SKIPPED ] 4 tests, listed below:
10: [  SKIPPED ] cuda_multi_gpu.managed_views
10: [  SKIPPED ] cuda_multi_gpu.unmanaged_views
10: [  SKIPPED ] cuda_multi_gpu.scratch_space
10: [  SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda
10/56 Test #10: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU .............   Passed    0.25 sec
test 11
      Start 11: Kokkos_CoreUnitTest_CudaInterOpGraph

11: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpGraph
11: Test timeout computed to be: 1500
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: [==========] Running 5 tests from 1 test suite.
11: [----------] Global test environment set-up.
11: [----------] 5 tests from cuda_GraphInterOp
11: [ RUN      ] cuda_GraphInterOp.promises_on_native_objects
11: [       OK ] cuda_GraphInterOp.promises_on_native_objects (0 ms)
11: [ RUN      ] cuda_GraphInterOp.count_nodes
11: [       OK ] cuda_GraphInterOp.count_nodes (0 ms)
11: [ RUN      ] cuda_GraphInterOp.debug_dot_print
11: [       OK ] cuda_GraphInterOp.debug_dot_print (2 ms)
11: [ RUN      ] cuda_GraphInterOp.instantiation_flags
11: [       OK ] cuda_GraphInterOp.instantiation_flags (0 ms)
11: [ RUN      ] cuda_GraphInterOp.construct_from_native
11: [       OK ] cuda_GraphInterOp.construct_from_native (0 ms)
11: [----------] 5 tests from cuda_GraphInterOp (4 ms total)
11: 
11: [----------] Global test environment tear-down
11: [==========] 5 tests from 1 test suite ran. (4 ms total)
11: [  PASSED  ] 5 tests.
11/56 Test #11: Kokkos_CoreUnitTest_CudaInterOpGraph .......................   Passed    0.24 sec
test 12
      Start 12: Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU

12: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU
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: [==========] Running 1 test from 1 test suite.
12: [----------] Global test environment set-up.
12: [----------] 1 test from cuda_multi_gpu
12: [ RUN      ] cuda_multi_gpu.then
12: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/cuda/TestCuda_InterOp_GraphMultiGPU.cpp:33: Skipped
12: Skipping multi-gpu testing since current machine only has 1 GPU.
12: [  SKIPPED ] cuda_multi_gpu.then (0 ms)
12: [----------] 1 test from cuda_multi_gpu (0 ms total)
12: 
12: [----------] Global test environment tear-down
12: [==========] 1 test from 1 test suite ran. (0 ms total)
12: [  PASSED  ] 0 tests.
12: [  SKIPPED ] 1 test, listed below:
12: [  SKIPPED ] cuda_multi_gpu.then
12/56 Test #12: Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU ...............   Passed    0.24 sec
test 13
      Start 13: Kokkos_CoreUnitTest_Default

13: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Default
13: Test timeout computed to be: 1500
13: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
13:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
13:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
13:   For unit testing set OMP_PROC_BIND=false
13: 
13: [==========] Running 59 tests from 41 test suites.
13: [----------] Global test environment set-up.
13: [----------] 19 tests from defaultdevicetype
13: [ RUN      ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free
13: [       OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms)
13: [ RUN      ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free
13: [       OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms)
13: [ RUN      ] defaultdevicetype.shared_space
13: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSharedSpace.cpp:119: Skipped
13: skipping due to spurious failures when compiling in Debug mode
13: [  SKIPPED ] defaultdevicetype.shared_space (0 ms)
13: [ RUN      ] defaultdevicetype.shared_host_pinned_space
13: [       OK ] defaultdevicetype.shared_host_pinned_space (5 ms)
13: [ RUN      ] defaultdevicetype.compiler_macros
13: [       OK ] defaultdevicetype.compiler_macros (0 ms)
13: [ RUN      ] defaultdevicetype.half_conversion
13: [       OK ] defaultdevicetype.half_conversion (25 ms)
13: [ RUN      ] defaultdevicetype.bhalf_conversion
13: [       OK ] defaultdevicetype.bhalf_conversion (0 ms)
13: [ RUN      ] defaultdevicetype.half_operators
13: [       OK ] defaultdevicetype.half_operators (8 ms)
13: [ RUN      ] defaultdevicetype.bhalf_operators
[ 95%] Linking CXX executable Kokkos_tutorial_advancedviews_01_data_layouts
13: [       OK ] defaultdevicetype.bhalf_operators (7 ms)
13: [ RUN      ] defaultdevicetype.host_space_access
13: [       OK ] defaultdevicetype.host_space_access (0 ms)
13: [ RUN      ] defaultdevicetype.reduce_instantiation_a1
13: [       OK ] defaultdevicetype.reduce_instantiation_a1 (5 ms)
13: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
13: [       OK ] defaultdevicetype.reduce_instantiation_b1 (11 ms)
13: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
13: [       OK ] defaultdevicetype.reduce_instantiation_c1 (4 ms)
13: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
13: [       OK ] defaultdevicetype.reduce_instantiation_a2 (7 ms)
13: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
13: [       OK ] defaultdevicetype.reduce_instantiation_b2 (15 ms)
13: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
13: [       OK ] defaultdevicetype.reduce_instantiation_c2 (7 ms)
13: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
13: [       OK ] defaultdevicetype.reduce_instantiation_a3 (10 ms)
13: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
13: [       OK ] defaultdevicetype.reduce_instantiation_b3 (20 ms)
13: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
13: [       OK ] defaultdevicetype.reduce_instantiation_c3 (9 ms)
13: [----------] 19 tests from defaultdevicetype (143 ms total)
13: 
13: [----------] 1 test from kokkosresize
13: [ RUN      ] kokkosresize.host_space_access
13: [       OK ] kokkosresize.host_space_access (118 ms)
13: [----------] 1 test from kokkosresize (118 ms total)
13: 
13: [----------] 1 test from TestViewAPI/0, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/0.sizes
13: [       OK ] TestViewAPI/0.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/0 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/1, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/1.sizes
13: [       OK ] TestViewAPI/1.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/1 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/2, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/2.sizes
13: [       OK ] TestViewAPI/2.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/2 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/3, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/3.sizes
13: [       OK ] TestViewAPI/3.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/3 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/4, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/4.sizes
13: [       OK ] TestViewAPI/4.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/4 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/5, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/5.sizes
13: [       OK ] TestViewAPI/5.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/5 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/6, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/6.sizes
13: [       OK ] TestViewAPI/6.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/6 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/7, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/7.sizes
13: [       OK ] TestViewAPI/7.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/7 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/8, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/8.sizes
13: [       OK ] TestViewAPI/8.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/8 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/9, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/9.sizes
13: [       OK ] TestViewAPI/9.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/9 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/10, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/10.sizes
13: [       OK ] TestViewAPI/10.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/10 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/11, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/11.sizes
13: [       OK ] TestViewAPI/11.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/11 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/12, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/12.sizes
13: [       OK ] TestViewAPI/12.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/12 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/13, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/13.sizes
13: [       OK ] TestViewAPI/13.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/13 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/14, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/14.sizes
13: [       OK ] TestViewAPI/14.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/14 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/15, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/15.sizes
13: [       OK ] TestViewAPI/15.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/15 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/16, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/16.sizes
13: [       OK ] TestViewAPI/16.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/16 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/17, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/17.sizes
13: [       OK ] TestViewAPI/17.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/17 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/18, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/18.sizes
13: [       OK ] TestViewAPI/18.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/18 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/19, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/19.sizes
13: [       OK ] TestViewAPI/19.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/19 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/20, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/20.sizes
13: [       OK ] TestViewAPI/20.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/20 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/21, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/21.sizes
13: [       OK ] TestViewAPI/21.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/21 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/22, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/22.sizes
13: [       OK ] TestViewAPI/22.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/22 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/23, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/23.sizes
13: [       OK ] TestViewAPI/23.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/23 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/24, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/24.sizes
13: [       OK ] TestViewAPI/24.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/24 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/25, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/25.sizes
13: [       OK ] TestViewAPI/25.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/25 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/26, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/26.sizes
13: [       OK ] TestViewAPI/26.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/26 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/27, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/27.sizes
13: [       OK ] TestViewAPI/27.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/27 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/28, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/28.sizes
13: [       OK ] TestViewAPI/28.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/28 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/29, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/29.sizes
13: [       OK ] TestViewAPI/29.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/29 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/30, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/30.sizes
13: [       OK ] TestViewAPI/30.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/30 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/31, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/31.sizes
13: [       OK ] TestViewAPI/31.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/31 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/32, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/32.sizes
13: [       OK ] TestViewAPI/32.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/32 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/33, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/33.sizes
13: [       OK ] TestViewAPI/33.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/33 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/34, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/34.sizes
13: [       OK ] TestViewAPI/34.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/34 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/35, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/35.sizes
13: [       OK ] TestViewAPI/35.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/35 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/36, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/36.sizes
13: [       OK ] TestViewAPI/36.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/36 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/37, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/37.sizes
13: [       OK ] TestViewAPI/37.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/37 (0 ms total)
13: 
13: [----------] 1 test from TestViewAPI/38, where TypeParam = <type>
13: [ RUN      ] TestViewAPI/38.sizes
13: [       OK ] TestViewAPI/38.sizes (0 ms)
13: [----------] 1 test from TestViewAPI/38 (0 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 59 tests from 41 test suites ran. (263 ms total)
13: [  PASSED  ] 58 tests.
13: [  SKIPPED ] 1 test, listed below:
13: [  SKIPPED ] defaultdevicetype.shared_space
[ 95%] Linking CXX executable Kokkos_tutorial_06_simple_mdrangepolicy
[ 95%] Built target Kokkos_tutorial_05_simple_atomics
13/56 Test #13: Kokkos_CoreUnitTest_Default ................................   Passed    0.52 sec
test 14
      Start 14: Kokkos_CoreUnitTest_InitializeFinalize

14: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize
14: Test timeout computed to be: 1500
14: [==========] Running 30 tests from 7 test suites.
14: [----------] Global test environment set-up.
14: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest
14: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views
14: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (559 ms)
14: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views
[ 95%] Building CXX object example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/dual_view.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
14: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (2608 ms)
14: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 72%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o
14: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (3603 ms)
14: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (6771 ms total)
14: 
14: [----------] 4 tests from InitializeFinalize_DeathTest
14: [ RUN      ] InitializeFinalize_DeathTest.initialize
[ 72%] Built target Kokkos_PerformanceTest_Atomic
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o
14: [       OK ] InitializeFinalize_DeathTest.initialize (1767 ms)
14: [ RUN      ] InitializeFinalize_DeathTest.finalize
[ 95%] Built target Kokkos_tutorial_advancedviews_01_data_layouts
[ 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_tutorial_06_simple_mdrangepolicy
[ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/thread_teams.cpp.o
14: [       OK ] InitializeFinalize_DeathTest.finalize (1195 ms)
14: [ RUN      ] InitializeFinalize_DeathTest.is_initialized
14: [       OK ] InitializeFinalize_DeathTest.is_initialized (238 ms)
14: [ RUN      ] InitializeFinalize_DeathTest.is_finalized
14: [       OK ] InitializeFinalize_DeathTest.is_finalized (240 ms)
14: [----------] 4 tests from InitializeFinalize_DeathTest (3442 ms total)
14: 
14: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest
14: [ RUN      ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early
14: [       OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (15 ms)
14: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (15 ms total)
14: 
14: [----------] 1 test from Legion_DeathTest
14: [ RUN      ] Legion_DeathTest.individual_backend_initialization
14: [       OK ] Legion_DeathTest.individual_backend_initialization (243 ms)
14: [----------] 1 test from Legion_DeathTest (243 ms total)
14: 
14: [----------] 2 tests from PushFinalizeHook_DeathTest
14: [ RUN      ] PushFinalizeHook_DeathTest.called_in_reverse_order
14: [       OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (233 ms)
14: [ RUN      ] PushFinalizeHook_DeathTest.terminate_on_throw
14: [       OK ] PushFinalizeHook_DeathTest.terminate_on_throw (868 ms)
14: [----------] 2 tests from PushFinalizeHook_DeathTest (1101 ms total)
14: 
14: [----------] 6 tests from ScopeGuard_DeathTest
14: [ RUN      ] ScopeGuard_DeathTest.create
14: [       OK ] ScopeGuard_DeathTest.create (243 ms)
14: [ RUN      ] ScopeGuard_DeathTest.create_argument
14: [       OK ] ScopeGuard_DeathTest.create_argument (241 ms)
14: [ RUN      ] ScopeGuard_DeathTest.create_while_initialize
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 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
14: [       OK ] ScopeGuard_DeathTest.create_while_initialize (863 ms)
14: [ RUN      ] ScopeGuard_DeathTest.create_after_initialize
14: [       OK ] ScopeGuard_DeathTest.create_after_initialize (675 ms)
14: [ RUN      ] ScopeGuard_DeathTest.create_after_finalize
[ 96%] Linking CXX executable Kokkos_tutorial_advancedviews_02_memory_traits
14: [       OK ] ScopeGuard_DeathTest.create_after_finalize (870 ms)
14: [ RUN      ] ScopeGuard_DeathTest.destroy_after_finalize
14: [       OK ] ScopeGuard_DeathTest.destroy_after_finalize (890 ms)
14: [----------] 6 tests from ScopeGuard_DeathTest (3785 ms total)
14: 
14: [----------] 13 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 (4 ms)
14: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
14: Warning: command line argument '--kokkos-tools-libs=ich_tue_nur.so' ignored because kokkos-tools is disabled. Raised by Kokkos::initialize().
14: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (2 ms)
14: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
14: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (7 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: [----------] 13 tests from defaultdevicetype (15 ms total)
14: 
14: [----------] Global test environment tear-down
14: [==========] 30 tests from 7 test suites ran. (15374 ms total)
14: [  PASSED  ] 30 tests.
14/56 Test #14: Kokkos_CoreUnitTest_InitializeFinalize .....................   Passed   15.39 sec
test 15
      Start 15: Kokkos_CoreUnitTest_Develop

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

16: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP
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: [==========] Running 32 tests from 1 test suite.
16: [----------] Global test environment set-up.
16: [----------] 32 tests from kokkosp
16: [ RUN      ] kokkosp.test_named_instance_fence
16: Ref: 33554433
16: Ref: named_instance
16: 33554433
16: named_instance
16: [       OK ] kokkosp.test_named_instance_fence (0 ms)
16: [ RUN      ] kokkosp.test_unnamed_instance_fence
16: Ref: 33554433
16: Ref: Unnamed Instance Fence
16: 33554433
16: Kokkos::Cuda::fence(): Unnamed Instance Fence
16: [       OK ] kokkosp.test_unnamed_instance_fence (0 ms)
16: [ RUN      ] kokkosp.test_named_global_fence
16: Ref: 33554432
16: Ref: test global fence
16: 16777216
16: test global fence
16: Miss on id
16: 33554432
16: test global fence
16: [       OK ] kokkosp.test_named_global_fence (0 ms)
16: [ RUN      ] kokkosp.test_unnamed_global_fence
16: Ref: 33554432
16: Ref: Unnamed Global Fence
16: 16777216
16: Kokkos::fence: Unnamed Global Fence
16: Miss on id
16: 33554432
16: Kokkos::fence: Unnamed Global Fence
16: [       OK ] kokkosp.test_unnamed_global_fence (0 ms)
16: [ RUN      ] kokkosp.test_multiple_default_instances
16: [       OK ] kokkosp.test_multiple_default_instances (0 ms)
16: [ RUN      ] kokkosp.test_id_gen
16: [       OK ] kokkosp.test_id_gen (0 ms)
16: [ RUN      ] kokkosp.test_kernel_sequence
16: Ref: 33554433
16: Ref: named_instance
16: 33554433
16: named_instance
16: Ref: 33554433
16: Ref: test_kernel
16: 33554433
16: named_instance
16: Miss on name
16: 33554433
16: test_kernel
16: [       OK ] kokkosp.test_kernel_sequence (3 ms)
16: [ RUN      ] kokkosp.test_streams
16: [       OK ] kokkosp.test_streams (0 ms)
16: [ RUN      ] kokkosp.async_deep_copy
16: [       OK ] kokkosp.async_deep_copy (0 ms)
16: [ RUN      ] kokkosp.parallel_for
16: [       OK ] kokkosp.parallel_for (0 ms)
16: [ RUN      ] kokkosp.parallel_reduce
16: [       OK ] kokkosp.parallel_reduce (0 ms)
16: [ RUN      ] kokkosp.parallel_scan
16: [       OK ] kokkosp.parallel_scan (2 ms)
16: [ RUN      ] kokkosp.parallel_scan_no_fence
16: [       OK ] kokkosp.parallel_scan_no_fence (0 ms)
16: [ RUN      ] kokkosp.parallel_scan_no_fence_view
16: [       OK ] kokkosp.parallel_scan_no_fence_view (0 ms)
16: [ RUN      ] kokkosp.regions
16: [       OK ] kokkosp.regions (0 ms)
16: [ RUN      ] kokkosp.fences
16: [       OK ] kokkosp.fences (0 ms)
16: [ RUN      ] kokkosp.raw_allocation
16: [       OK ] kokkosp.raw_allocation (0 ms)
16: [ RUN      ] kokkosp.view
16: [       OK ] kokkosp.view (0 ms)
16: [ RUN      ] kokkosp.sections
16: [       OK ] kokkosp.sections (0 ms)
16: [ RUN      ] kokkosp.metadata
16: [       OK ] kokkosp.metadata (0 ms)
16: [ RUN      ] kokkosp.profile_events
16: [       OK ] kokkosp.profile_events (0 ms)
16: [ RUN      ] kokkosp.no_init_kernel
16: [       OK ] kokkosp.no_init_kernel (0 ms)
16: [ RUN      ] kokkosp.get_events
16: [       OK ] kokkosp.get_events (0 ms)
16: [ RUN      ] kokkosp.kernel_name_parallel_for
16: [       OK ] kokkosp.kernel_name_parallel_for (0 ms)
16: [ RUN      ] kokkosp.kernel_name_parallel_reduce
16: [       OK ] kokkosp.kernel_name_parallel_reduce (0 ms)
16: [ RUN      ] kokkosp.kernel_name_parallel_scan
16: [       OK ] kokkosp.kernel_name_parallel_scan (0 ms)
16: [ RUN      ] kokkosp.kernel_name_internal
16: [       OK ] kokkosp.kernel_name_internal (0 ms)
16: [ RUN      ] kokkosp.profiling_section
16: [       OK ] kokkosp.profiling_section (0 ms)
16: [ RUN      ] kokkosp.scoped_profile_region
16: [       OK ] kokkosp.scoped_profile_region (0 ms)
16: [ RUN      ] kokkosp.create_mirror_no_init
16: [       OK ] kokkosp.create_mirror_no_init (0 ms)
16: [ RUN      ] kokkosp.create_mirror_no_init_view_ctor
16: [       OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms)
16: [ RUN      ] kokkosp.create_mirror_view_and_copy
16: [       OK ] kokkosp.create_mirror_view_and_copy (0 ms)
16: [----------] 32 tests from kokkosp (7 ms total)
16: 
16: [----------] Global test environment tear-down
16: [==========] 32 tests from 1 test suite ran. (7 ms total)
16: [  PASSED  ] 32 tests.
16/56 Test #16: Kokkos_CoreUnitTest_KokkosP ................................   Passed    0.25 sec
test 17
      Start 17: Kokkos_CoreUnitTest_StackTraceTest

17: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec
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: 
[ 96%] Built target Kokkos_tutorial_advancedviews_02_memory_traits
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: Top of f1
17: Top of f0
17: Top of f0
17: test_f1:
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7ffff78b17c9]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x55555557807e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x3e) [0x55555556dd0d]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x15c) [0x55555556f1c6]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ed7a87]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ecd1ab]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0x104) [0x7ffff7e9d20a]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0x146) [0x7ffff7e9dca4]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x140) [0x7ffff7e9e5b4]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x403) [0x7ffff7eadd23]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ed9200]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ece7f3]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0xcd) [0x7ffff7eac2ad]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x55555557156e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555556f8b3]
17: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7ffff702a1ca]
17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7ffff702a28b]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55555556da85]
17:  
17: demangled test_f1:
17: [0x7ffff78b17c9] Kokkos::Impl::save_stacktrace()
17: [0x55555557807e] Test::stacktrace_test_f1(std::ostream&)
17: [0x55555556dd0d] Test::test_stacktrace(bool, bool)
17: [0x55555556f1c6] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
17: [0x7ffff7ed7a87] void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
17: [0x7ffff7ecd1ab] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
17: [0x7ffff7e9d20a] testing::Test::Run()
17: [0x7ffff7e9dca4] testing::TestInfo::Run()
17: [0x7ffff7e9e5b4] testing::TestSuite::Run()
17: [0x7ffff7eadd23] testing::internal::UnitTestImpl::RunAllTests()
17: [0x7ffff7ed9200] bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x7ffff7ece7f3] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x7ffff7eac2ad] testing::UnitTest::Run()
17: [0x55555557156e] RUN_ALL_TESTS()
17: [0x55555556f8b3] main
17: [0x7ffff702a1ca] 
17: [0x7ffff702a28b] __libc_start_main
17: [0x55555556da85] _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-8428/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7ffff78b17c9]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x55555557807e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x4d) [0x555555578d08]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555578d1e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555578d1e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555578d1e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555578d1e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x8c8) [0x55555556e597]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x15c) [0x55555556f1c6]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ed7a87]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ecd1ab]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0x104) [0x7ffff7e9d20a]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0x146) [0x7ffff7e9dca4]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x140) [0x7ffff7e9e5b4]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x403) [0x7ffff7eadd23]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ed9200]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ece7f3]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0xcd) [0x7ffff7eac2ad]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x55555557156e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555556f8b3]
17: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7ffff702a1ca]
17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7ffff702a28b]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55555556da85]
17:  
17: demangled test_f3:
17: [0x7ffff78b17c9] Kokkos::Impl::save_stacktrace()
17: [0x55555557807e] Test::stacktrace_test_f1(std::ostream&)
17: [0x555555578d08] Test::stacktrace_test_f3(std::ostream&, int)
17: [0x555555578d1e] Test::stacktrace_test_f3(std::ostream&, int)
17: [0x555555578d1e] Test::stacktrace_test_f3(std::ostream&, int)
17: [0x555555578d1e] Test::stacktrace_test_f3(std::ostream&, int)
17: [0x555555578d1e] Test::stacktrace_test_f3(std::ostream&, int)
17: [0x55555556e597] Test::test_stacktrace(bool, bool)
17: [0x55555556f1c6] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
17: [0x7ffff7ed7a87] void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
17: [0x7ffff7ecd1ab] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
17: [0x7ffff7e9d20a] testing::Test::Run()
17: [0x7ffff7e9dca4] testing::TestInfo::Run()
17: [0x7ffff7e9e5b4] testing::TestSuite::Run()
17: [0x7ffff7eadd23] testing::internal::UnitTestImpl::RunAllTests()
17: [0x7ffff7ed9200] bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x7ffff7ece7f3] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x7ffff7eac2ad] testing::UnitTest::Run()
17: [0x55555557156e] RUN_ALL_TESTS()
17: [0x55555556f8b3] main
17: [0x7ffff702a1ca] 
17: [0x7ffff702a28b] __libc_start_main
17: [0x55555556da85] _start
17:  
17: Test setting std::terminate handler that prints the last saved stack trace
[ 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
17: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (695 ms)
17: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
17: Top of f1
17: Top of f0
17: Top of f0
17: test_f1:
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7ffff78b17c9]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x55555557807e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x3e) [0x55555556dd0d]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x15c) [0x55555556f5cc]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ed7a87]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ecd1ab]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0x104) [0x7ffff7e9d20a]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0x146) [0x7ffff7e9dca4]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x140) [0x7ffff7e9e5b4]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x403) [0x7ffff7eadd23]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ed9200]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ece7f3]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0xcd) [0x7ffff7eac2ad]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x55555557156e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555556f8b3]
17: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7ffff702a1ca]
17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7ffff702a28b]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55555556da85]
17:  
17: demangled test_f1:
17: [0x7ffff78b17c9] Kokkos::Impl::save_stacktrace()
17: [0x55555557807e] Test::stacktrace_test_f1(std::ostream&)
17: [0x55555556dd0d] Test::test_stacktrace(bool, bool)
17: [0x55555556f5cc] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
17: [0x7ffff7ed7a87] void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
17: [0x7ffff7ecd1ab] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
17: [0x7ffff7e9d20a] testing::Test::Run()
17: [0x7ffff7e9dca4] testing::TestInfo::Run()
17: [0x7ffff7e9e5b4] testing::TestSuite::Run()
17: [0x7ffff7eadd23] testing::internal::UnitTestImpl::RunAllTests()
17: [0x7ffff7ed9200] bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x7ffff7ece7f3] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x7ffff7eac2ad] testing::UnitTest::Run()
17: [0x55555557156e] RUN_ALL_TESTS()
17: [0x55555556f8b3] main
17: [0x7ffff702a1ca] 
17: [0x7ffff702a28b] __libc_start_main
17: [0x55555556da85] _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-8428/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7ffff78b17c9]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x55555557807e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x4d) [0x555555578d08]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555578d1e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555578d1e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555578d1e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555578d1e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x8c8) [0x55555556e597]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x15c) [0x55555556f5cc]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ed7a87]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ecd1ab]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0x104) [0x7ffff7e9d20a]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0x146) [0x7ffff7e9dca4]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x140) [0x7ffff7e9e5b4]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x403) [0x7ffff7eadd23]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ed9200]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ece7f3]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0xcd) [0x7ffff7eac2ad]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x55555557156e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555556f8b3]
17: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7ffff702a1ca]
17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7ffff702a28b]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55555556da85]
17:  
17: demangled test_f3:
17: [0x7ffff78b17c9] Kokkos::Impl::save_stacktrace()
17: [0x55555557807e] Test::stacktrace_test_f1(std::ostream&)
17: [0x555555578d08] Test::stacktrace_test_f3(std::ostream&, int)
17: [0x555555578d1e] Test::stacktrace_test_f3(std::ostream&, int)
17: [0x555555578d1e] Test::stacktrace_test_f3(std::ostream&, int)
17: [0x555555578d1e] Test::stacktrace_test_f3(std::ostream&, int)
17: [0x555555578d1e] Test::stacktrace_test_f3(std::ostream&, int)
17: [0x55555556e597] Test::test_stacktrace(bool, bool)
17: [0x55555556f5cc] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
17: [0x7ffff7ed7a87] void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
17: [0x7ffff7ecd1ab] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
17: [0x7ffff7e9d20a] testing::Test::Run()
17: [0x7ffff7e9dca4] testing::TestInfo::Run()
17: [0x7ffff7e9e5b4] testing::TestSuite::Run()
17: [0x7ffff7eadd23] testing::internal::UnitTestImpl::RunAllTests()
17: [0x7ffff7ed9200] bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x7ffff7ece7f3] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x7ffff7eac2ad] testing::UnitTest::Run()
17: [0x55555557156e] RUN_ALL_TESTS()
17: [0x55555556f8b3] main
17: [0x7ffff702a1ca] 
17: [0x7ffff702a28b] __libc_start_main
17: [0x55555556da85] _start
17:  
17: Test setting std::terminate handler that prints the last saved stack trace
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
17: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (689 ms)
17: [----------] 2 tests from defaultdevicetype_DeathTest (1385 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-8428/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7ffff78b17c9]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x55555557807e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x3e) [0x55555556dd0d]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test40defaultdevicetype_stacktrace_normal_Test8TestBodyEv+0x1f) [0x55555556f067]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ed7a87]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ecd1ab]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0x104) [0x7ffff7e9d20a]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0x146) [0x7ffff7e9dca4]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x140) [0x7ffff7e9e5b4]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x403) [0x7ffff7eadd23]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ed9200]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ece7f3]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0xcd) [0x7ffff7eac2ad]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x55555557156e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555556f8b3]
17: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7ffff702a1ca]
17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7ffff702a28b]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55555556da85]
17:  
17: demangled test_f1:
17: [0x7ffff78b17c9] Kokkos::Impl::save_stacktrace()
17: [0x55555557807e] Test::stacktrace_test_f1(std::ostream&)
17: [0x55555556dd0d] Test::test_stacktrace(bool, bool)
17: [0x55555556f067] Test::defaultdevicetype_stacktrace_normal_Test::TestBody()
17: [0x7ffff7ed7a87] void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
17: [0x7ffff7ecd1ab] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
17: [0x7ffff7e9d20a] testing::Test::Run()
17: [0x7ffff7e9dca4] testing::TestInfo::Run()
17: [0x7ffff7e9e5b4] testing::TestSuite::Run()
17: [0x7ffff7eadd23] testing::internal::UnitTestImpl::RunAllTests()
17: [0x7ffff7ed9200] bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x7ffff7ece7f3] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x7ffff7eac2ad] testing::UnitTest::Run()
17: [0x55555557156e] RUN_ALL_TESTS()
17: [0x55555556f8b3] main
17: [0x7ffff702a1ca] 
17: [0x7ffff702a28b] __libc_start_main
17: [0x55555556da85] _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-8428/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7ffff78b17c9]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x55555557807e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x4d) [0x555555578d08]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555578d1e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555578d1e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555578d1e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555578d1e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x8c8) [0x55555556e597]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test40defaultdevicetype_stacktrace_normal_Test8TestBodyEv+0x1f) [0x55555556f067]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ed7a87]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ecd1ab]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0x104) [0x7ffff7e9d20a]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0x146) [0x7ffff7e9dca4]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x140) [0x7ffff7e9e5b4]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x403) [0x7ffff7eadd23]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ed9200]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ece7f3]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0xcd) [0x7ffff7eac2ad]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x55555557156e]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555556f8b3]
17: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7ffff702a1ca]
17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7ffff702a28b]
17: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55555556da85]
17:  
17: demangled test_f3:
17: [0x7ffff78b17c9] Kokkos::Impl::save_stacktrace()
17: [0x55555557807e] Test::stacktrace_test_f1(std::ostream&)
17: [0x555555578d08] Test::stacktrace_test_f3(std::ostream&, int)
17: [0x555555578d1e] Test::stacktrace_test_f3(std::ostream&, int)
17: [0x555555578d1e] Test::stacktrace_test_f3(std::ostream&, int)
17: [0x555555578d1e] Test::stacktrace_test_f3(std::ostream&, int)
17: [0x555555578d1e] Test::stacktrace_test_f3(std::ostream&, int)
17: [0x55555556e597] Test::test_stacktrace(bool, bool)
17: [0x55555556f067] Test::defaultdevicetype_stacktrace_normal_Test::TestBody()
17: [0x7ffff7ed7a87] void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
17: [0x7ffff7ecd1ab] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
17: [0x7ffff7e9d20a] testing::Test::Run()
17: [0x7ffff7e9dca4] testing::TestInfo::Run()
17: [0x7ffff7e9e5b4] testing::TestSuite::Run()
17: [0x7ffff7eadd23] testing::internal::UnitTestImpl::RunAllTests()
17: [0x7ffff7ed9200] bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x7ffff7ece7f3] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x7ffff7eac2ad] testing::UnitTest::Run()
17: [0x55555557156e] RUN_ALL_TESTS()
17: [0x55555556f8b3] main
17: [0x7ffff702a1ca] 
17: [0x7ffff702a28b] __libc_start_main
17: [0x55555556da85] _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. (1386 ms total)
17: [  PASSED  ] 3 tests.
17/56 Test #17: Kokkos_CoreUnitTest_StackTraceTest .........................   Passed    1.63 sec
test 18
      Start 18: Kokkos_IncrementalTest_OPENMP

18: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_IncrementalTest_OPENMP
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: 
[ 96%] Linking CXX executable Kokkos_tutorial_advancedviews_03_subviews
18: [==========] Running 28 tests from 1 test suite.
18: [----------] Global test environment set-up.
18: [----------] 28 tests from OPENMP
18: [ RUN      ] OPENMP.IncrTest_01_execspace_typedef
18: [       OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms)
18: [ RUN      ] OPENMP.IncrTest_01_execspace
18: Host Parallel Execution Space:
18:   KOKKOS_ENABLE_OPENMP: yes
18: 
18: OpenMP Runtime Configuration:
18: Kokkos::OpenMP thread_pool_topology[ 1 x 15 x 1 ]
18: OpenMP
18: [       OK ] OPENMP.IncrTest_01_execspace (0 ms)
18: [ RUN      ] OPENMP.IncrTest_02_AtomicExchange
18: [       OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms)
18: [ RUN      ] OPENMP.IncrTest_02_AtomicAdd
18: [       OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms)
18: [ RUN      ] OPENMP.IncrTest_02_AtomicSub
18: [       OK ] OPENMP.IncrTest_02_AtomicSub (0 ms)
18: [ RUN      ] OPENMP.IncrTest_03a_memspace_malloc
18: [       OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms)
18: [ RUN      ] OPENMP.IncrTest_03b_memspace_free
18: [       OK ] OPENMP.IncrTest_03b_memspace_free (178 ms)
18: [ RUN      ] OPENMP.IncrTest_04_simple_parallelFor
18: [       OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms)
18: [ RUN      ] OPENMP.IncrTest_04_RangePolicy_parallelFor
18: [       OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms)
18: [ RUN      ] OPENMP.IncrTest_05_reduction
18: [       OK ] OPENMP.IncrTest_05_reduction (4 ms)
18: [ RUN      ] OPENMP.IncrTest_06_mdrange2D
18: [       OK ] OPENMP.IncrTest_06_mdrange2D (0 ms)
18: [ RUN      ] OPENMP.IncrTest_06_mdrange3D
18: [       OK ] OPENMP.IncrTest_06_mdrange3D (0 ms)
18: [ RUN      ] OPENMP.IncrTest_06_mdrange4D
18: [       OK ] OPENMP.IncrTest_06_mdrange4D (0 ms)
18: [ RUN      ] OPENMP.IncrTest_08_deep_copy_2D
18: [       OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms)
18: [ RUN      ] OPENMP.IncrTest_08_deep_copy_3D
18: [       OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms)
18: [ RUN      ] OPENMP.IncrTest_08_deep_copy_4D
18: [       OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms)
18: [ RUN      ] OPENMP.IncrTest_10_Hierarchical_Basics
18: [       OK ] OPENMP.IncrTest_10_Hierarchical_Basics (0 ms)
18: [ RUN      ] OPENMP.IncrTest_11a_Hierarchical_ForLoop
18: [       OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (1 ms)
18: [ RUN      ] OPENMP.IncrTest_11b_Hierarchical_ForLoop
18: [       OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (1 ms)
18: [ RUN      ] OPENMP.IncrTest_11c_Hierarchical_ForLoop
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o
18: [       OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (827 ms)
18: [ RUN      ] OPENMP.IncrTest_12a_ThreadScratch
18: [       OK ] OPENMP.IncrTest_12a_ThreadScratch (3 ms)
18: [ RUN      ] OPENMP.IncrTest_12b_TeamScratch
18: [       OK ] OPENMP.IncrTest_12b_TeamScratch (7 ms)
18: [ RUN      ] OPENMP.IncrTest_13a_Hierarchical_Red
18: [       OK ] OPENMP.IncrTest_13a_Hierarchical_Red (0 ms)
18: [ RUN      ] OPENMP.IncrTest_13b_Hierarchical_Red
18: [       OK ] OPENMP.IncrTest_13b_Hierarchical_Red (0 ms)
18: [ RUN      ] OPENMP.IncrTest_13c_Hierarchical_Red
18: [       OK ] OPENMP.IncrTest_13c_Hierarchical_Red (0 ms)
18: [ RUN      ] OPENMP.incr_14_MDrangeReduce
18: [       OK ] OPENMP.incr_14_MDrangeReduce (0 ms)
18: [ RUN      ] OPENMP.IncrTest_16_parallelscan
18: [       OK ] OPENMP.IncrTest_16_parallelscan (0 ms)
18: [ RUN      ] OPENMP.incr_17_atomicView
18: [       OK ] OPENMP.incr_17_atomicView (0 ms)
18: [----------] 28 tests from OPENMP (1029 ms total)
18: 
18: [----------] Global test environment tear-down
18: [==========] 28 tests from 1 test suite ran. (1029 ms total)
18: [  PASSED  ] 28 tests.
18/56 Test #18: Kokkos_IncrementalTest_OPENMP ..............................   Passed    1.28 sec
test 19
      Start 19: Kokkos_IncrementalTest_CUDA

19: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_IncrementalTest_CUDA
19: Test timeout computed to be: 1500
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 CUDA
19: [ RUN      ] CUDA.IncrTest_01_execspace_typedef
19: [       OK ] CUDA.IncrTest_01_execspace_typedef (0 ms)
19: [ RUN      ] CUDA.IncrTest_01_execspace
19: Device Execution Space:
19:   KOKKOS_ENABLE_CUDA: yes
19: Cuda Options:
19:   KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
19:   KOKKOS_ENABLE_CUDA_UVM: no
19:   KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes
19: 
19: Cuda Runtime Configuration:
19: macro  KOKKOS_ENABLE_CUDA      : defined
19: macro  CUDA_VERSION          : 13000 = version 13.0
19: Kokkos::Cuda[ 0 ] NVIDIA A30 : Selected
19:   Capability: 8.0
19:   Total Global Memory: 23.6 GiB
19:   Shared Memory per Block: 48 KiB
19:   Can access system allocated memory: 0
19:     via Address Translation Service: 0
19: Cuda
19: [       OK ] CUDA.IncrTest_01_execspace (0 ms)
19: [ RUN      ] CUDA.IncrTest_02_AtomicExchange
19: [       OK ] CUDA.IncrTest_02_AtomicExchange (0 ms)
19: [ RUN      ] CUDA.IncrTest_02_AtomicAdd
19: [       OK ] CUDA.IncrTest_02_AtomicAdd (0 ms)
19: [ RUN      ] CUDA.IncrTest_02_AtomicSub
19: [       OK ] CUDA.IncrTest_02_AtomicSub (0 ms)
19: [ RUN      ] CUDA.IncrTest_03a_memspace_malloc
19: [       OK ] CUDA.IncrTest_03a_memspace_malloc (0 ms)
19: [ RUN      ] CUDA.IncrTest_03b_memspace_free
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/vectorization.cpp.o
[ 96%] Linking CXX executable Kokkos_tutorial_advancedviews_04_dualviews
19: [       OK ] CUDA.IncrTest_03b_memspace_free (2424 ms)
19: [ RUN      ] CUDA.IncrTest_04_simple_parallelFor
19: [       OK ] CUDA.IncrTest_04_simple_parallelFor (0 ms)
19: [ RUN      ] CUDA.IncrTest_04_RangePolicy_parallelFor
19: [       OK ] CUDA.IncrTest_04_RangePolicy_parallelFor (0 ms)
19: [ RUN      ] CUDA.IncrTest_05_reduction
19: [       OK ] CUDA.IncrTest_05_reduction (4 ms)
19: [ RUN      ] CUDA.IncrTest_06_mdrange2D
19: [       OK ] CUDA.IncrTest_06_mdrange2D (0 ms)
19: [ RUN      ] CUDA.IncrTest_06_mdrange3D
19: [       OK ] CUDA.IncrTest_06_mdrange3D (0 ms)
19: [ RUN      ] CUDA.IncrTest_06_mdrange4D
19: [       OK ] CUDA.IncrTest_06_mdrange4D (0 ms)
19: [ RUN      ] CUDA.IncrTest_08_deep_copy_2D
19: [       OK ] CUDA.IncrTest_08_deep_copy_2D (8 ms)
19: [ RUN      ] CUDA.IncrTest_08_deep_copy_3D
19: [       OK ] CUDA.IncrTest_08_deep_copy_3D (0 ms)
19: [ RUN      ] CUDA.IncrTest_08_deep_copy_4D
19: [       OK ] CUDA.IncrTest_08_deep_copy_4D (0 ms)
19: [ RUN      ] CUDA.IncrTest_10_Hierarchical_Basics
19: [       OK ] CUDA.IncrTest_10_Hierarchical_Basics (0 ms)
19: [ RUN      ] CUDA.IncrTest_11a_Hierarchical_ForLoop
19: [       OK ] CUDA.IncrTest_11a_Hierarchical_ForLoop (2 ms)
19: [ RUN      ] CUDA.IncrTest_11b_Hierarchical_ForLoop
19: [       OK ] CUDA.IncrTest_11b_Hierarchical_ForLoop (2 ms)
19: [ RUN      ] CUDA.IncrTest_11c_Hierarchical_ForLoop
[ 96%] Built target Kokkos_tutorial_advancedviews_03_subviews
[ 97%] Building CXX object example/tutorial/Hierarchical_Parallelism/04_team_scan/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_04_team_scan.dir/team_scan.cpp.o
[ 97%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_01_thread_teams
19: [       OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (765 ms)
19: [ RUN      ] CUDA.IncrTest_12a_ThreadScratch
19: [       OK ] CUDA.IncrTest_12a_ThreadScratch (4 ms)
19: [ RUN      ] CUDA.IncrTest_12b_TeamScratch
19: [       OK ] CUDA.IncrTest_12b_TeamScratch (1 ms)
19: [ RUN      ] CUDA.IncrTest_13a_Hierarchical_Red
19: [       OK ] CUDA.IncrTest_13a_Hierarchical_Red (0 ms)
19: [ RUN      ] CUDA.IncrTest_13b_Hierarchical_Red
19: [       OK ] CUDA.IncrTest_13b_Hierarchical_Red (0 ms)
19: [ RUN      ] CUDA.IncrTest_13c_Hierarchical_Red
19: [       OK ] CUDA.IncrTest_13c_Hierarchical_Red (0 ms)
19: [ RUN      ] CUDA.incr_14_MDrangeReduce
19: [       OK ] CUDA.incr_14_MDrangeReduce (1 ms)
19: [ RUN      ] CUDA.IncrTest_16_parallelscan
19: [       OK ] CUDA.IncrTest_16_parallelscan (2 ms)
19: [ RUN      ] CUDA.incr_17_atomicView
19: [       OK ] CUDA.incr_17_atomicView (0 ms)
19: [----------] 28 tests from CUDA (3225 ms total)
19: 
19: [----------] Global test environment tear-down
19: [==========] 28 tests from 1 test suite ran. (3225 ms total)
19: [  PASSED  ] 28 tests.
19/56 Test #19: Kokkos_IncrementalTest_CUDA ................................   Passed    3.52 sec
test 20
      Start 20: Kokkos_CoreUnitTest_CTestDevice

20: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice
20: Test timeout computed to be: 1500
20: [==========] Running 8 tests from 2 test suites.
20: [----------] Global test environment set-up.
20: [----------] 5 tests from ctest_environment_DeathTest
20: [ RUN      ] ctest_environment_DeathTest.invalid_rank
20: [       OK ] ctest_environment_DeathTest.invalid_rank (101 ms)
20: [ RUN      ] ctest_environment_DeathTest.no_type_str
20: [       OK ] ctest_environment_DeathTest.no_type_str (96 ms)
20: [ RUN      ] ctest_environment_DeathTest.missing_type
20: [       OK ] ctest_environment_DeathTest.missing_type (222 ms)
20: [ RUN      ] ctest_environment_DeathTest.no_id_str
20: [       OK ] ctest_environment_DeathTest.no_id_str (100 ms)
20: [ RUN      ] ctest_environment_DeathTest.invalid_id_str
20: [       OK ] ctest_environment_DeathTest.invalid_id_str (239 ms)
20: [----------] 5 tests from ctest_environment_DeathTest (760 ms total)
20: 
20: [----------] 3 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.good
20: [       OK ] ctest_environment.good (0 ms)
20: [----------] 3 tests from ctest_environment (0 ms total)
20: 
20: [----------] Global test environment tear-down
20: [==========] 8 tests from 2 test suites ran. (760 ms total)
20: [  PASSED  ] 8 tests.
20/56 Test #20: Kokkos_CoreUnitTest_CTestDevice ............................   Passed    0.77 sec
test 21
      Start 21: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

21: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
21: Test timeout computed to be: 1500
21/56 Test #21: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ..................   Passed    0.00 sec
test 22
      Start 22: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail

22: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
22: Test timeout computed to be: 1500
22: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument
22/56 Test #22: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ......   Passed    0.00 sec
test 23
      Start 23: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs

23: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1"
23: Test timeout computed to be: 1500
23/56 Test #23: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs .....   Passed    0.00 sec
test 24
      Start 24: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment

24: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
24: Environment variables: 
24:  KOKKOS_TEST_TRIBITS_COMPATIBILITY=1
24: Test timeout computed to be: 1500
24/56 Test #24: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ...   Passed    0.00 sec
test 25
      Start 25: Kokkos_PerformanceTest_Benchmark

25: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-09-11_T05-53-36.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: 2025-09-11T06:34:52+00:00
25: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
25: Run on (15 X 3250 MHz CPU s)
25: CPU Caches:
25:   L1 Data 64 KiB (x15)
25:   L1 Instruction 64 KiB (x15)
25:   L2 Unified 512 KiB (x15)
25:   L3 Unified 16384 KiB (x15)
25: Load Average: 7.60, 10.52, 9.95
25: CPU architecture: none
25: Can access system allocated memory: 0
25: Capability: 8.0
25: Default Device: Cuda
25: GPU architecture: AMPERE80
25: KOKKOS_COMPILER_GNU: 1330
25: KOKKOS_COMPILER_NVCC: 1300
25: KOKKOS_ENABLE_ASM: yes
25: KOKKOS_ENABLE_CUDA: yes
25: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
25: KOKKOS_ENABLE_CUDA_UVM: no
25: KOKKOS_ENABLE_CXX20: yes
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: yes
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 15 x 1 ]
25: Kokkos Version: 4.7.99
25: Kokkos::Cuda[ 0 ] NVIDIA A30: Selected
25: Shared Memory per Block: 48 KiB
25: Total Global Memory: 23.6 GiB
25: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
25: macro  CUDA_VERSION: 13000 = version 13.0
25: macro  KOKKOS_ENABLE_CUDA: defined
25: mdspan: disabled
25: mdspan version: not applicable
25: platform: 64bit
25: via Address Translation Service: 0
25: ***WARNING*** Library was built as DEBUG. Timings may be affected.
25: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                                                                                                                          Time             CPU   Iterations      Count Time normalized
25: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: GramSchmidt<double>/Count:1024/iterations:5/manual_time                                                                                                                        0.019 s         0.021 s             5       1024        18.0835u
25: GramSchmidt<double>/Count:2048/iterations:5/manual_time                                                                                                                        0.019 s         0.020 s             5     2.048k        9.10798u
25: GramSchmidt<double>/Count:4096/iterations:5/manual_time                                                                                                                        0.019 s         0.022 s             5     4.096k        4.51843u
[ 97%] Linking CXX executable Kokkos_tutorial_algorithms_01_random_numbers
25: GramSchmidt<double>/Count:8192/iterations:5/manual_time                                                                                                                        0.018 s         0.024 s             5     8.192k        2.18351u
25: GramSchmidt<double>/Count:16384/iterations:5/manual_time                                                                                                                       0.018 s         0.029 s             5    16.384k        1.10886u
[ 97%] Built target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams
[ 97%] Building CXX object example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/launch_bounds_reduce.cpp.o
25: GramSchmidt<double>/Count:32768/iterations:5/manual_time                                                                                                                       0.019 s         0.041 s             5    32.768k        576.586n
25: GramSchmidt<double>/Count:65536/iterations:5/manual_time                                                                                                                       0.020 s         0.063 s             5    65.536k        303.662n
25: GramSchmidt<double>/Count:131072/iterations:5/manual_time                                                                                                                      0.023 s         0.096 s             5   131.072k        171.278n
[ 97%] Built target Kokkos_tutorial_advancedviews_04_dualviews
[ 97%] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o
25: GramSchmidt<double>/Count:262144/iterations:5/manual_time                                                                                                                      0.025 s         0.167 s             5   262.144k        99.9861n
[ 97%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 97%] Linking CXX executable Kokkos_tutorial_hierarchical_01_thread_teams_lambda
25: GramSchmidt<double>/Count:524288/iterations:5/manual_time                                                                                                                      0.031 s         0.309 s             5   524.288k        59.1973n
[ 97%] Built target Kokkos_tutorial_algorithms_01_random_numbers
[ 98%] Building CXX object example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/simple_reduce_lambda.cpp.o
25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s        Max
25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: CustomReduction<double>/N:100000/R:1000/manual_time                                                                                                                            0.005 s         0.018 s           113 39.3555k/s       11.5
25: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                                                                                                                          Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced
25: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: OverlapRangePolicy/N:2000/M:10000/R:10                                                                                                                                         0.771 s         0.771 s             1        0.103257     0.103292                0.101393             0.101456   0.0507812       0.0506715
[ 98%] Built target Kokkos_tutorial_hierarchical_01_thread_teams_lambda
[ 98%] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o
25: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                                                                                                                          Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced
25: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: OverlapMDRangePolicy/N:200/M:10000/R:10                                                                                                                                        0.057 s         0.057 s            12        7.10489m     7.20743m                8.69097m                    8.688m    4.19687m        4.34302m
25: OverlapTeamPolicy/N:20/M:1000000/R:10                                                                                                                                          0.639 s         0.639 s             1       0.0859201    0.0859548               0.0834932                 0.0834666   0.0418164       0.0417316
25: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                                                                                                                          Time             CPU   Iterations      Count Time normalized
25: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5       1024        12.6855n
25: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     2.048k        6.37744n
25: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     4.096k        3.24463n
25: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     8.192k        1.75037n
25: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    16.384k        966.309p
25: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    32.768k        579.529p
25: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    65.536k        609.146p
25: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                                                                                                                0.000 s         0.001 s             5   131.072k         481.88p
25: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                                                                                                                0.000 s         0.002 s             5   262.144k        424.046p
25: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                                                                                                                0.000 s         0.004 s             5   524.288k        386.721p
[ 98%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for
25: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: rate
25: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: Malloc/N:1/manual_time                                                                                                                                                          8.94 us         19.5 us        78325 111.799k/s
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o
25: Malloc/N:16/manual_time                                                                                                                                                         9.93 us         21.3 us        72107 100.682k/s
[ 98%] Built target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for
[ 98%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
25: Malloc/N:256/manual_time                                                                                                                                                        9.91 us         21.2 us        70575 100.871k/s
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 98%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_03_vectorization
25: Malloc/N:4096/manual_time                                                                                                                                                       9.92 us         21.3 us        70466 100.815k/s
[ 98%] Built target Kokkos_tutorial_hierarchicalparallelism_03_vectorization
[ 99%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
25: Malloc/N:65536/manual_time                                                                                                                                                      12.3 us         25.0 us        56895 81.2971k/s
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o
[ 99%] Linking CXX executable Kokkos_tutorial_01_hello_world_lambda
[ 99%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_04_team_scan
[ 99%] Linking CXX executable Kokkos_launch_bounds_reduce
25: Malloc/N:1048576/manual_time                                                                                                                                                    12.3 us         25.0 us        56991 81.3472k/s
[ 99%] Built target Kokkos_tutorial_01_hello_world_lambda
[ 99%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
25: Malloc/N:16777216/manual_time                                                                                                                                                   12.3 us         25.0 us        56804  81.453k/s
25: Malloc/N:268435456/manual_time                                                                                                                                                  6889 us         7420 us           88   145.16/s
[ 99%] Built target Kokkos_launch_bounds_reduce
[ 99%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 99%] Linking CXX executable Kokkos_tutorial_02_simple_reduce_lambda
25: Malloc/N:4294967296/manual_time                                                                                                                                               102272 us       110635 us           10  9.77783/s
[ 99%] Built target Kokkos_tutorial_hierarchicalparallelism_04_team_scan
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o
25: MallocFree/N:1/manual_time                                                                                                                                                      19.2 us         19.3 us        36252 52.1932k/s
[ 99%] Linking CXX executable Kokkos_tutorial_03_simple_view_lambda
[ 99%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
25: MallocFree/N:16/manual_time                                                                                                                                                     19.0 us         19.2 us        36803 52.5367k/s
[ 99%] Built target Kokkos_tutorial_02_simple_reduce_lambda
[ 99%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
25: MallocFree/N:256/manual_time                                                                                                                                                    21.0 us         21.2 us        34756 47.5218k/s
25: MallocFree/N:4096/manual_time                                                                                                                                                   21.1 us         21.2 us        33269 47.4749k/s
[ 99%] Built target Kokkos_tutorial_03_simple_view_lambda
[ 99%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
25: MallocFree/N:65536/manual_time                                                                                                                                                  24.8 us         24.9 us        28228 40.3408k/s
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
25: MallocFree/N:1048576/manual_time                                                                                                                                                24.8 us         24.9 us        28252 40.3495k/s
25: MallocFree/N:16777216/manual_time                                                                                                                                               24.8 us         24.9 us        28232 40.3245k/s
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o
25: MallocFree/N:268435456/manual_time                                                                                                                                              7388 us         7389 us           82  135.346/s
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
25: MallocFree/N:4294967296/manual_time                                                                                                                                           110643 us       110627 us           10  9.03809/s
25: MallocTouch/N:1/manual_time                                                                                                                                                     12.2 us         22.8 us        56961 81.7076k/s
[100%] Linking CXX executable Kokkos_atomic
25: MallocTouch/N:16/manual_time                                                                                                                                                    13.1 us         24.5 us        57752  76.391k/s
[100%] Linking CXX executable Kokkos_gups
25: MallocTouch/N:256/manual_time                                                                                                                                                   13.1 us         24.6 us        53288 76.0691k/s
[100%] Built target Kokkos_gups
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[100%] Linking CXX executable Kokkos_stream
25: MallocTouch/N:4096/manual_time                                                                                                                                                  24.2 us         35.7 us        28855 41.3453k/s
[100%] Built target Kokkos_atomic
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[100%] Linking CXX executable Kokkos_view_copy_constructor
25: MallocTouch/N:65536/manual_time                                                                                                                                                 26.7 us         39.6 us        26185 37.3881k/s
[100%] Linking CXX executable Kokkos_launch_latency
25: MallocTouch/N:1048576/manual_time                                                                                                                                               27.2 us         40.1 us        25488  36.798k/s
[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%] Built target Kokkos_stream
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
25: MallocTouch/N:16777216/manual_time                                                                                                                                              28.7 us         41.6 us        24425 34.8886k/s
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
25: MallocTouch/N:268435456/manual_time                                                                                                                                             6928 us         7461 us           88   144.34/s
[ 72%] Linking CXX executable Kokkos_PerformanceTest_Reduction
[ 72%] Built target Kokkos_PerformanceTest_Reduction
25: MallocTouch/N:4294967296/manual_time                                                                                                                                          103461 us       111806 us           10  9.66545/s
[ 72%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o
[100%] Built target Kokkos_UnitTest_SIMD
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
25: MallocTouchFree/N:1/manual_time                                                                                                                                                 22.6 us         22.8 us        30827 44.2286k/s
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o
25: MallocTouchFree/N:16/manual_time                                                                                                                                                22.4 us         22.6 us        31222 44.5907k/s
[100%] Built target Kokkos_launch_latency
25: MallocTouchFree/N:256/manual_time                                                                                                                                               24.4 us         24.6 us        29454 40.9692k/s
[100%] Linking CXX executable Kokkos_gather
25: MallocTouchFree/N:4096/manual_time                                                                                                                                              35.5 us         35.6 us        19719 28.1665k/s
25: MallocTouchFree/N:65536/manual_time                                                                                                                                             39.4 us         39.5 us        17776 25.4098k/s
25: MallocTouchFree/N:1048576/manual_time                                                                                                                                           39.8 us         39.9 us        17590 25.1474k/s
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o
25: MallocTouchFree/N:16777216/manual_time                                                                                                                                          41.3 us         41.4 us        16956 24.2344k/s
25: MallocTouchFree/N:268435456/manual_time                                                                                                                                         7497 us         7497 us           82  133.383/s
25: MallocTouchFree/N:4294967296/manual_time                                                                                                                                      111825 us       111820 us           10  8.94254/s
25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s         MB
25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.021 s            28  41.0337/s        800
25: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.021 s            36   41.395/s        800
25: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.021 s            36  41.4036/s        800
25: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.021 s            36  41.4011/s        800
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
25: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.021 s            36  41.3961/s        800
25: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.021 s            36  41.3917/s        800
[100%] Linking CXX executable Kokkos_policy_performance
25: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.021 s            36   41.401/s        800
[ 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_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o
25: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.021 s            36  41.3956/s        800
25: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.021 s            36  41.4037/s        800
25: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.021 s            36  41.3987/s        800
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o
25: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.021 s            36  41.3958/s        800
25: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.021 s            36  41.4058/s        800
[100%] Built target Kokkos_gather
25: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.021 s            36  41.4098/s        800
25: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.021 s            36  41.4004/s        800
25: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.021 s            36  41.3956/s        800
[ 49%] Linking CXX executable Kokkos_StackTraceTestExec
25: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.021 s            36  41.3982/s        800
25: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time      0.050 s         0.050 s            14  32.2234/s       1.6k
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o
25: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time      0.050 s         0.050 s            14  32.0753/s       1.6k
25: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           363  829.575/s       1.6k
25: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           363  829.626/s       1.6k
25: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           363  829.402/s       1.6k
[ 49%] Built target Kokkos_StackTraceTestExec
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[100%] Built target Kokkos_policy_performance
25: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time                                           0.003 s         0.003 s           234  266.879/s        800
[100%] Linking CXX executable Kokkos_bytes_and_flops
25: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time                                   0.120 s         0.108 s             6  6.67436/s        800
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o
25: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           363  829.699/s       1.6k
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[ 73%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o
25: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           363  829.753/s       1.6k
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorProp.cpp.o
25: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           363  829.713/s       1.6k
25: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.002 s         0.002 s           363  829.626/s       1.6k
25: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.005 s         0.005 s           147  335.352/s       1.6k
25: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.008 s         0.008 s            93  213.092/s       1.6k
25: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.002 s         0.002 s           363  829.405/s       1.6k
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessorAccessViolation.cpp.o
25: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.003 s         0.003 s           205  467.327/s       1.6k
25: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.003 s         0.003 s           241  556.314/s       1.6k
25: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           363   829.46/s       1.6k
25: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           363  829.434/s       1.6k
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o
25: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           363  829.446/s       1.6k
25: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           363    829.5/s       1.6k
25: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.008 s         0.008 s            91  208.798/s       1.6k
25: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.008 s         0.008 s            89  203.333/s       1.6k
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
25: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.003 s         0.003 s           216   492.77/s       1.6k
25: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.004 s         0.004 s           158  360.244/s       1.6k
25: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           363  829.449/s       1.6k
25: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           363  829.412/s       1.6k
25: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.015 s         0.015 s            48   108.88/s       1.6k
25: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.006 s         0.006 s           116   264.44/s       1.6k
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessor.cpp.o
25: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           363  829.543/s       1.6k
25: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           363    829.5/s       1.6k
25: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.011 s         0.011 s            65  148.577/s       1.6k
25: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.005 s         0.005 s           154  350.993/s       1.6k
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
25: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           363   829.65/s       1.6k
25: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           362  829.637/s       1.6k
25: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.012 s         0.012 s            57  130.951/s       1.6k
25: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.004 s         0.004 s           171  389.098/s       1.6k
25: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                      0.002 s         0.002 s           354  809.977/s       1.6k
25: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    0.002 s         0.002 s           354  809.937/s       1.6k
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o
25: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                     0.002 s         0.002 s           354  809.954/s       1.6k
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o
25: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                     0.002 s         0.002 s           355  810.681/s       1.6k
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o
25: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           800    915.1/s        800
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
25: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time                                                                                                       0.001 s         0.001 s           800  914.611/s        800
[ 74%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda
25: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           801  913.521/s        800
[ 74%] Built target Kokkos_ContainersPerformanceTest_Cuda
25: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time                                                                                                      0.001 s         0.001 s           800  914.745/s        800
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o
25: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           801  915.067/s        800
25: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           800  915.087/s        800
25: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           801  915.014/s        800
25: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           800  915.117/s        800
25: ViewFill_Rank1Strided/N:10/manual_time                                                                                                                                         0.002 s         0.002 s           355  202.841/s        400
25: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           801  915.003/s        800
25: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           801  915.027/s        800
25: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           801  915.165/s        800
25: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           800  913.886/s        800
25: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           801      914/s        800
25: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           800  915.008/s        800
25: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           801  914.918/s        800
25: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           801  915.009/s        800
25: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           801  914.983/s        800
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o
25: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           801  915.043/s        800
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o
25: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                              0.001 s         0.001 s           802  916.439/s        800
[100%] Built target Kokkos_bytes_and_flops
+ ctest --no-compress-output -T Test --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
   Site: 22650c1073db
   Build name: Linux-icpx
Create new tag: 20250911-0636 - Experimental
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-8428/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_Serial_ViewSupport

1: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport
1: Test timeout computed to be: 1500
1: [==========] Running 21 tests from 1 test suite.
1: [----------] Global test environment set-up.
1: [----------] 21 tests from serial
1: [ RUN      ] serial.basic_view_default_ctor
1: [       OK ] serial.basic_view_default_ctor (0 ms)
1: [ RUN      ] serial.basic_view_extents_ctor
1: [       OK ] serial.basic_view_extents_ctor (0 ms)
1: [ RUN      ] serial.basic_view_mapping_ctor_right
1: [       OK ] serial.basic_view_mapping_ctor_right (0 ms)
1: [ RUN      ] serial.basic_view_access
1: [       OK ] serial.basic_view_access (0 ms)
1: [ RUN      ] serial.basic_view_atomic_accessor
1: [       OK ] serial.basic_view_atomic_accessor (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Typedefs
1: [       OK ] serial.RefCountedAcc_Typedefs (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Ctors
1: [       OK ] serial.RefCountedAcc_Ctors (0 ms)
1: [ RUN      ] serial.RefCountedAcc_ConversionToDefaultAcc
1: [       OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Access
1: [       OK ] serial.RefCountedAcc_Access (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Conversion
1: [       OK ] serial.RefCountedAcc_Conversion (0 ms)
1: [ RUN      ] serial.RefCountedDataHandle_Typedefs
1: [       OK ] serial.RefCountedDataHandle_Typedefs (0 ms)
1: [ RUN      ] serial.RefCountedDataHandle
1: [       OK ] serial.RefCountedDataHandle (0 ms)
1: [ RUN      ] serial.RefCountedDataHandleAnonym
1: [       OK ] serial.RefCountedDataHandleAnonym (0 ms)
1: [ RUN      ] serial.RefCountedDataHandleConversion
1: [       OK ] serial.RefCountedDataHandleConversion (0 ms)
1: [ RUN      ] serial.view_customization_accessor_arg
1: [       OK ] serial.view_customization_accessor_arg (1 ms)
1: [ RUN      ] serial.view_customization_allocation_type
1: [       OK ] serial.view_customization_allocation_type (0 ms)
1: [ RUN      ] serial.view_customization_mirror
1: [       OK ] serial.view_customization_mirror (0 ms)
1: [ RUN      ] serial.view_customization_deep_copy
1: [       OK ] serial.view_customization_deep_copy (0 ms)
1: [ RUN      ] serial.view_customization_deep_copy_single_element_view
1: [       OK ] serial.view_customization_deep_copy_single_element_view (0 ms)
1: [ RUN      ] serial.view_customization_accessor_from_mapping
1: [       OK ] serial.view_customization_accessor_from_mapping (0 ms)
1: [ RUN      ] serial.view_customization_extra_int_arg
1: [       OK ] serial.view_customization_extra_int_arg (0 ms)
1: [----------] 21 tests from serial (2 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 21 tests from 1 test suite ran. (2 ms total)
1: [  PASSED  ] 21 tests.
 1/65 Test  #1: Kokkos_CoreUnitTest_Serial_ViewSupport .....................   Passed    0.42 sec
test 2
      Start  2: Kokkos_CoreUnitTest_SYCL_ViewSupport

2: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_SYCL_ViewSupport
2: Test timeout computed to be: 1500
2: [==========] Running 21 tests from 1 test suite.
2: [----------] Global test environment set-up.
2: [----------] 21 tests from sycl
2: [ RUN      ] sycl.basic_view_default_ctor
2: [       OK ] sycl.basic_view_default_ctor (0 ms)
2: [ RUN      ] sycl.basic_view_extents_ctor
2: [       OK ] sycl.basic_view_extents_ctor (0 ms)
2: [ RUN      ] sycl.basic_view_mapping_ctor_right
2: [       OK ] sycl.basic_view_mapping_ctor_right (0 ms)
2: [ RUN      ] sycl.basic_view_access
2: [       OK ] sycl.basic_view_access (3 ms)
2: [ RUN      ] sycl.basic_view_atomic_accessor
2: [       OK ] sycl.basic_view_atomic_accessor (1 ms)
2: [ RUN      ] sycl.RefCountedAcc_Typedefs
2: [       OK ] sycl.RefCountedAcc_Typedefs (0 ms)
2: [ RUN      ] sycl.RefCountedAcc_Ctors
2: [       OK ] sycl.RefCountedAcc_Ctors (0 ms)
2: [ RUN      ] sycl.RefCountedAcc_ConversionToDefaultAcc
2: [       OK ] sycl.RefCountedAcc_ConversionToDefaultAcc (0 ms)
2: [ RUN      ] sycl.RefCountedAcc_Access
2: [       OK ] sycl.RefCountedAcc_Access (0 ms)
2: [ RUN      ] sycl.RefCountedAcc_Conversion
2: [       OK ] sycl.RefCountedAcc_Conversion (0 ms)
2: [ RUN      ] sycl.RefCountedDataHandle_Typedefs
2: [       OK ] sycl.RefCountedDataHandle_Typedefs (0 ms)
2: [ RUN      ] sycl.RefCountedDataHandle
2: [       OK ] sycl.RefCountedDataHandle (0 ms)
2: [ RUN      ] sycl.RefCountedDataHandleAnonym
2: [       OK ] sycl.RefCountedDataHandleAnonym (0 ms)
2: [ RUN      ] sycl.RefCountedDataHandleConversion
2: [       OK ] sycl.RefCountedDataHandleConversion (0 ms)
2: [ RUN      ] sycl.view_customization_accessor_arg
2: [       OK ] sycl.view_customization_accessor_arg (0 ms)
2: [ RUN      ] sycl.view_customization_allocation_type
2: [       OK ] sycl.view_customization_allocation_type (0 ms)
2: [ RUN      ] sycl.view_customization_mirror
2: [       OK ] sycl.view_customization_mirror (0 ms)
2: [ RUN      ] sycl.view_customization_deep_copy
2: [       OK ] sycl.view_customization_deep_copy (0 ms)
2: [ RUN      ] sycl.view_customization_deep_copy_single_element_view
2: [       OK ] sycl.view_customization_deep_copy_single_element_view (0 ms)
2: [ RUN      ] sycl.view_customization_accessor_from_mapping
2: [       OK ] sycl.view_customization_accessor_from_mapping (0 ms)
2: [ RUN      ] sycl.view_customization_extra_int_arg
2: [       OK ] sycl.view_customization_extra_int_arg (0 ms)
2: [----------] 21 tests from sycl (11 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 21 tests from 1 test suite ran. (11 ms total)
2: [  PASSED  ] 21 tests.
 2/65 Test  #2: Kokkos_CoreUnitTest_SYCL_ViewSupport .......................   Passed    0.30 sec
test 3
      Start  3: Kokkos_CoreUnitTest_Serial1

3: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Serial1
3: Test timeout computed to be: 1500
3: [==========] Running 241 tests from 4 test suites.
3: [----------] Global test environment set-up.
3: [----------] 11 tests from serial_DeathTest
3: [ RUN      ] serial_DeathTest.abort_from_host
3: [       OK ] serial_DeathTest.abort_from_host (452 ms)
3: [ RUN      ] serial_DeathTest.abort_from_device
3: [       OK ] serial_DeathTest.abort_from_device (489 ms)
3: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
3: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (519 ms)
3: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
3: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (476 ms)
3: [ RUN      ] serial_DeathTest.policy_invalid_bounds
3: [       OK ] serial_DeathTest.policy_invalid_bounds (507 ms)
3: [ RUN      ] serial_DeathTest.range_policy_invalid_bounds
3: [       OK ] serial_DeathTest.range_policy_invalid_bounds (939 ms)
3: [ RUN      ] serial_DeathTest.range_policy_round_trip_conversion_fires
3: [       OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (501 ms)
3: [ RUN      ] serial_DeathTest.range_policy_check_sign_changes
3: [       OK ] serial_DeathTest.range_policy_check_sign_changes (962 ms)
3: [ RUN      ] serial_DeathTest.range_policy_implicitly_converted_bounds
3: [       OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (1988 ms)
3: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:93: Skipped
3: skipping since no memory access violation would occur
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms)
3: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:108: Skipped
3: skipping since no memory access violation would occur
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
3: [----------] 11 tests from serial_DeathTest (6838 ms total)
3: 
3: [----------] 1 test from serial_graph_DeathTest
3: [ RUN      ] serial_graph_DeathTest.can_instantiate_only_once
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:181: Skipped
3: Preconditions are not checked.
3: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms)
3: [----------] 1 test from serial_graph_DeathTest (0 ms total)
3: 
3: [----------] 212 tests from serial
3: [ RUN      ] serial.array_capacity
3: [       OK ] serial.array_capacity (0 ms)
3: [ RUN      ] serial.array_element_access
3: [       OK ] serial.array_element_access (0 ms)
3: [ RUN      ] serial.array_operator_equal
3: [       OK ] serial.array_operator_equal (0 ms)
3: [ RUN      ] serial.array_zero_capacity
3: [       OK ] serial.array_zero_capacity (0 ms)
3: [ RUN      ] serial.array_zero_data_nullptr
3: [       OK ] serial.array_zero_data_nullptr (0 ms)
3: [ RUN      ] serial.atomic_operations_complexdouble
3: [       OK ] serial.atomic_operations_complexdouble (0 ms)
3: [ RUN      ] serial.atomic_operations_complexfloat
3: [       OK ] serial.atomic_operations_complexfloat (0 ms)
3: [ RUN      ] serial.atomic_operations_double
3: [       OK ] serial.atomic_operations_double (0 ms)
3: [ RUN      ] serial.atomic_operations_float
3: [       OK ] serial.atomic_operations_float (0 ms)
3: [ RUN      ] serial.atomic_operations_int8
3: [       OK ] serial.atomic_operations_int8 (0 ms)
3: [ RUN      ] serial.atomic_operations_int16
3: [       OK ] serial.atomic_operations_int16 (0 ms)
3: [ RUN      ] serial.atomic_operations_int
3: [       OK ] serial.atomic_operations_int (0 ms)
3: [ RUN      ] serial.atomic_operations_long
3: [       OK ] serial.atomic_operations_long (0 ms)
3: [ RUN      ] serial.atomic_operations_longlong
3: [       OK ] serial.atomic_operations_longlong (0 ms)
3: [ RUN      ] serial.atomic_operations_unsigned
3: [       OK ] serial.atomic_operations_unsigned (0 ms)
3: [ RUN      ] serial.atomic_operations_unsignedlong
3: [       OK ] serial.atomic_operations_unsignedlong (0 ms)
3: [ RUN      ] serial.atomics
3: [       OK ] serial.atomics (0 ms)
3: [ RUN      ] serial.atomics_tpetra_max_abs
3: [       OK ] serial.atomics_tpetra_max_abs (0 ms)
3: [ RUN      ] serial.atomic_views_integral
3: [       OK ] serial.atomic_views_integral (32 ms)
3: [ RUN      ] serial.atomic_views_nonintegral
3: [       OK ] serial.atomic_views_nonintegral (21 ms)
3: [ RUN      ] serial.atomic_view_api
3: [       OK ] serial.atomic_view_api (0 ms)
3: [ RUN      ] serial.bit_manip_countl_zero
3: [       OK ] serial.bit_manip_countl_zero (0 ms)
3: [ RUN      ] serial.bit_manip_countl_one
3: [       OK ] serial.bit_manip_countl_one (0 ms)
3: [ RUN      ] serial.bit_manip_countr_zero
3: [       OK ] serial.bit_manip_countr_zero (0 ms)
3: [ RUN      ] serial.bit_manip_countr_one
3: [       OK ] serial.bit_manip_countr_one (0 ms)
3: [ RUN      ] serial.bit_manip_popcount
3: [       OK ] serial.bit_manip_popcount (0 ms)
3: [ RUN      ] serial.bit_manip_has_single_bit
3: [       OK ] serial.bit_manip_has_single_bit (0 ms)
3: [ RUN      ] serial.bit_manip_bit_floor
3: [       OK ] serial.bit_manip_bit_floor (0 ms)
3: [ RUN      ] serial.bit_manip_bit_ceil
3: [       OK ] serial.bit_manip_bit_ceil (0 ms)
3: [ RUN      ] serial.bit_manip_bit_width
3: [       OK ] serial.bit_manip_bit_width (0 ms)
3: [ RUN      ] serial.bit_manip_rotl
3: [       OK ] serial.bit_manip_rotl (0 ms)
3: [ RUN      ] serial.bit_manip_rotr
3: [       OK ] serial.bit_manip_rotr (0 ms)
3: [ RUN      ] serial.bit_manip_byeswap
3: [       OK ] serial.bit_manip_byeswap (0 ms)
3: [ RUN      ] serial.bit_manip_bit_cast
3: [       OK ] serial.bit_manip_bit_cast (0 ms)
3: [ RUN      ] serial.test_block_deduction_bug_pr_3103
3: [       OK ] serial.test_block_deduction_bug_pr_3103 (0 ms)
3: [ RUN      ] serial.checked_integer_operations_multiply_overflow
3: [       OK ] serial.checked_integer_operations_multiply_overflow (0 ms)
3: [ RUN      ] serial.execution_policy_occupancy_and_hint
3: [       OK ] serial.execution_policy_occupancy_and_hint (0 ms)
3: [ RUN      ] serial.complex_construction
3: [       OK ] serial.complex_construction (0 ms)
3: [ RUN      ] serial.complex_basic_math
3: [       OK ] serial.complex_basic_math (0 ms)
3: [ RUN      ] serial.complex_special_funtions
3: [       OK ] serial.complex_special_funtions (0 ms)
3: [ RUN      ] serial.complex_io
3: [       OK ] serial.complex_io (0 ms)
3: [ RUN      ] serial.complex_trivially_copyable
3: [       OK ] serial.complex_trivially_copyable (0 ms)
3: [ RUN      ] serial.complex_issue_3865
3: [       OK ] serial.complex_issue_3865 (0 ms)
3: [ RUN      ] serial.complex_operations_arithmetic_types_overloads
3: [       OK ] serial.complex_operations_arithmetic_types_overloads (0 ms)
3: [ RUN      ] serial.complex_structured_bindings
3: [       OK ] serial.complex_structured_bindings (0 ms)
3: [ RUN      ] serial.crs_count_fill
3: [       OK ] serial.crs_count_fill (0 ms)
3: [ RUN      ] serial.crs_copy_constructor
3: [       OK ] serial.crs_copy_constructor (1 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_0
3: [       OK ] serial.deep_copy_assignable_types_rank_0 (2 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_1
3: [       OK ] serial.deep_copy_assignable_types_rank_1 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_2
3: [       OK ] serial.deep_copy_assignable_types_rank_2 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_3
3: [       OK ] serial.deep_copy_assignable_types_rank_3 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_4
3: [       OK ] serial.deep_copy_assignable_types_rank_4 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_5
3: [       OK ] serial.deep_copy_assignable_types_rank_5 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_6
3: [       OK ] serial.deep_copy_assignable_types_rank_6 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_7
3: [       OK ] serial.deep_copy_assignable_types_rank_7 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_8
3: [       OK ] serial.deep_copy_assignable_types_rank_8 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_1_half
3: [       OK ] serial.deep_copy_assignable_types_rank_1_half (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_2_half
3: [       OK ] serial.deep_copy_assignable_types_rank_2_half (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_3_half
3: [       OK ] serial.deep_copy_assignable_types_rank_3_half (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_0
3: [       OK ] serial.deep_copy_narrowing_rank_0 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_1
3: [       OK ] serial.deep_copy_narrowing_rank_1 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_2
3: [       OK ] serial.deep_copy_narrowing_rank_2 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_3
3: [       OK ] serial.deep_copy_narrowing_rank_3 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_4
3: [       OK ] serial.deep_copy_narrowing_rank_4 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_5
3: [       OK ] serial.deep_copy_narrowing_rank_5 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_6
3: [       OK ] serial.deep_copy_narrowing_rank_6 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_7
3: [       OK ] serial.deep_copy_narrowing_rank_7 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_8
3: [       OK ] serial.deep_copy_narrowing_rank_8 (0 ms)
3: [ RUN      ] serial.deep_copy_alignment
3: [       OK ] serial.deep_copy_alignment (0 ms)
3: [ RUN      ] serial.deep_copy_conversion
3: [       OK ] serial.deep_copy_conversion (17 ms)
3: [ RUN      ] serial.partitioning_by_args
3: [       OK ] serial.partitioning_by_args (0 ms)
3: [ RUN      ] serial.partitioning_by_args_with_structured_bindings
3: [       OK ] serial.partitioning_by_args_with_structured_bindings (0 ms)
3: [ RUN      ] serial.partitioning_by_vector
3: [       OK ] serial.partitioning_by_vector (0 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range
25: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                             0.001 s         0.001 s           801  916.319/s        800
25: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 3.58852k/s       1.6k
25: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.002 s         0.002 s            10   877.76/s       1.6k
25: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.002 s         0.002 s            10  796.336/s       1.6k
25: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.002 s         0.002 s            10  779.198/s       1.6k
25: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.002 s         0.002 s            10  838.688/s       1.6k
25: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.002 s         0.002 s            10  826.476/s       1.6k
25: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.002 s         0.002 s            10  925.895/s       1.6k
25: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.002 s         0.002 s            10  924.737/s       1.6k
25: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.002 s         0.002 s            10  836.518/s       1.6k
25: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.002 s         0.002 s            10  835.129/s       1.6k
25: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.002 s         0.002 s            10  923.516/s       1.6k
25: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.002 s         0.002 s            10  868.977/s       1.6k
25: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.002 s         0.002 s            10  798.512/s       1.6k
3: [       OK ] serial.exec_space_thread_safety_range (387 ms)
3: [ RUN      ] serial.exec_space_thread_safety_mdrange
3: [       OK ] serial.exec_space_thread_safety_mdrange (39 ms)
3: [ RUN      ] serial.exec_space_thread_safety_team_policy
3: [       OK ] serial.exec_space_thread_safety_team_policy (39 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range_reduce
3: [       OK ] serial.exec_space_thread_safety_range_reduce (38 ms)
3: [ RUN      ] serial.exec_space_thread_safety_mdrange_reduce
3: [       OK ] serial.exec_space_thread_safety_mdrange_reduce (39 ms)
3: [ RUN      ] serial.exec_space_thread_safety_team_policy_reduce
3: [       OK ] serial.exec_space_thread_safety_team_policy_reduce (38 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range_scan
3: [       OK ] serial.exec_space_thread_safety_range_scan (38 ms)
3: [ RUN      ] serial.execution_space_as_class_data_member
3: [       OK ] serial.execution_space_as_class_data_member (0 ms)
3: [ RUN      ] serial.functor_analysis
3: [       OK ] serial.functor_analysis (0 ms)
3: [ RUN      ] serial.when_all_type
3: [       OK ] serial.when_all_type (0 ms)
3: [ RUN      ] serial.graph_capture
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:1105: Skipped
3: The graph backend for Serial does not support capture.
3: [  SKIPPED ] serial.graph_capture (0 ms)
3: [ RUN      ] serial.graph_then
3: [       OK ] serial.graph_then (0 ms)
3: [ RUN      ] serial.then_host
3: [       OK ] serial.then_host (0 ms)
3: [ RUN      ] serial.mixed_then_host_device_nodes
3: [       OK ] serial.mixed_then_host_device_nodes (0 ms)
3: [ RUN      ] serial.graph_then_tag
3: [       OK ] serial.graph_then_tag (0 ms)
3: [ RUN      ] serial.host_shared_ptr_use_count
3: [       OK ] serial.host_shared_ptr_use_count (0 ms)
3: [ RUN      ] serial.host_shared_ptr_get
3: [       OK ] serial.host_shared_ptr_get (0 ms)
3: [ RUN      ] serial.host_shared_ptr_dereference_on_device
3: [       OK ] serial.host_shared_ptr_dereference_on_device (0 ms)
3: [ RUN      ] serial.host_shared_ptr_special_members_on_device
3: [       OK ] serial.host_shared_ptr_special_members_on_device (0 ms)
3: [ RUN      ] serial.host_shared_ptr_tracking
3: [       OK ] serial.host_shared_ptr_tracking (0 ms)
3: [ RUN      ] serial.join_backward_compatibility
3: [       OK ] serial.join_backward_compatibility (0 ms)
3: [ RUN      ] serial.local_deepcopy_teampolicy_layoutleft
25: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.002 s         0.002 s            10  814.765/s       1.6k
25: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.002 s         0.002 s            10  758.481/s       1.6k
25: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.002 s         0.002 s            10  753.298/s       1.6k
25: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.002 s         0.002 s            10  859.292/s       1.6k
25: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.002 s         0.002 s            10  855.168/s       1.6k
25: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.002 s         0.002 s            10   792.28/s       1.6k
25: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.002 s         0.002 s            10  787.394/s       1.6k
25: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.002 s         0.002 s            10  697.366/s       1.6k
25: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.002 s         0.002 s            10  671.424/s       1.6k
25: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.002 s         0.002 s            10  730.675/s       1.6k
25: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.002 s         0.002 s            10  698.944/s       1.6k
25: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.002 s         0.002 s            10  793.835/s       1.6k
25: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.002 s         0.002 s            10  792.592/s       1.6k
25: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.002 s         0.002 s            10  836.464/s       1.6k
25: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.002 s         0.002 s            10  832.359/s       1.6k
25: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.002 s         0.002 s            10  762.894/s       1.6k
25: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.002 s         0.002 s            10  762.851/s       1.6k
25: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.002 s         0.002 s            10  805.601/s       1.6k
25: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.002 s         0.002 s            10  799.339/s       1.6k
25: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                       0.023 s         0.025 s            10  69.3625/s       1.6k
25: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                      0.023 s         0.025 s            10  69.4043/s       1.6k
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
25/56 Test #25: Kokkos_PerformanceTest_Benchmark ...........................   Passed  134.10 sec
test 26
      Start 26: Kokkos_Benchmark_Atomic_MinMax

26: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-09-11_T05-53-36.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: 2025-09-11T06:37:06+00:00
26: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
26: Run on (15 X 3250 MHz CPU s)
26: CPU Caches:
26:   L1 Data 64 KiB (x15)
26:   L1 Instruction 64 KiB (x15)
26:   L2 Unified 512 KiB (x15)
26:   L3 Unified 16384 KiB (x15)
26: Load Average: 1.75, 7.16, 8.77
26: CPU architecture: none
26: Can access system allocated memory: 0
26: Capability: 8.0
26: Default Device: Cuda
26: GPU architecture: AMPERE80
26: KOKKOS_COMPILER_GNU: 1330
26: KOKKOS_COMPILER_NVCC: 1300
26: KOKKOS_ENABLE_ASM: yes
26: KOKKOS_ENABLE_CUDA: yes
26: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
26: KOKKOS_ENABLE_CUDA_UVM: no
26: KOKKOS_ENABLE_CXX20: yes
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: yes
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 15 x 1 ]
26: Kokkos Version: 4.7.99
26: Kokkos::Cuda[ 0 ] NVIDIA A30: Selected
26: Shared Memory per Block: 48 KiB
26: Total Global Memory: 23.6 GiB
26: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
26: macro  CUDA_VERSION: 13000 = version 13.0
26: macro  KOKKOS_ENABLE_CUDA: defined
26: mdspan: disabled
26: mdspan version: not applicable
26: platform: 64bit
26: via Address Translation Service: 0
26: ***WARNING*** Library was built as DEBUG. Timings may be affected.
26: ----------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                                              Time             CPU   Iterations
26: ----------------------------------------------------------------------------------------------------------------------------------------
26: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
26: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
26: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
26: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
26: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
26: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
26: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
26: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
26: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
26: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
26: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
26: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
26/56 Test #26: Kokkos_Benchmark_Atomic_MinMax .............................   Passed    0.31 sec
test 27
      Start 27: Kokkos_PerformanceTest_ViewFirstTouch

27: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-09-11_T05-53-36.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: 
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o
27: 2025-09-11T06:37:06+00:00
27: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch
27: Run on (15 X 3250 MHz CPU s)
27: CPU Caches:
27:   L1 Data 64 KiB (x15)
27:   L1 Instruction 64 KiB (x15)
27:   L2 Unified 512 KiB (x15)
27:   L3 Unified 16384 KiB (x15)
27: Load Average: 1.75, 7.16, 8.77
27: CPU architecture: none
27: Can access system allocated memory: 0
27: Capability: 8.0
27: Default Device: Cuda
27: GPU architecture: AMPERE80
27: KOKKOS_COMPILER_GNU: 1330
27: KOKKOS_COMPILER_NVCC: 1300
27: KOKKOS_ENABLE_ASM: yes
27: KOKKOS_ENABLE_CUDA: yes
27: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
27: KOKKOS_ENABLE_CUDA_UVM: no
27: KOKKOS_ENABLE_CXX20: yes
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: yes
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 15 x 1 ]
27: Kokkos Version: 4.7.99
27: Kokkos::Cuda[ 0 ] NVIDIA A30: Selected
27: Shared Memory per Block: 48 KiB
27: Total Global Memory: 23.6 GiB
27: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
27: macro  CUDA_VERSION: 13000 = version 13.0
27: macro  KOKKOS_ENABLE_CUDA: defined
27: mdspan: disabled
27: mdspan version: not applicable
27: platform: 64bit
27: via Address Translation Service: 0
27: ***WARNING*** Library was built as DEBUG. Timings may be affected.
3: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (2001 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
27: ------------------------------------------------------------------------------------------------------------------------------------
27: Benchmark                                                                    Time             CPU   Iterations  FOM: GB/s         MB
27: ------------------------------------------------------------------------------------------------------------------------------------
27: ViewFirstTouch_Initialize<double>/N:64/manual_time                       0.000 s         0.000 s         38949 0.0284331/s       512u
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o
27: ViewFirstTouch_Initialize<double>/N:512/manual_time                      0.000 s         0.000 s         38158 0.202237/s     4.096m
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (2488 ms)
3: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
27: ViewFirstTouch_Initialize<double>/N:4096/manual_time                     0.000 s         0.000 s         29764  1.39508/s   0.032768
3: [       OK ] serial.local_deepcopy_teampolicy_layoutright (1086 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
27: ViewFirstTouch_Initialize<double>/N:32768/manual_time                    0.000 s         0.000 s         27227  10.1911/s   0.262144
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (1182 ms)
3: [ RUN      ] serial.deep_copy_scratch
3: [       OK ] serial.deep_copy_scratch (0 ms)
3: [ RUN      ] serial.mathematical_constants_e
3: [       OK ] serial.mathematical_constants_e (0 ms)
3: [ RUN      ] serial.mathematical_constants_log2e
3: [       OK ] serial.mathematical_constants_log2e (0 ms)
3: [ RUN      ] serial.mathematical_constants_log10e
3: [       OK ] serial.mathematical_constants_log10e (0 ms)
3: [ RUN      ] serial.mathematical_constants_pi
3: [       OK ] serial.mathematical_constants_pi (0 ms)
3: [ RUN      ] serial.mathematical_constants_inv_pi
3: [       OK ] serial.mathematical_constants_inv_pi (0 ms)
3: [ RUN      ] serial.mathematical_constants_inv_sqrtpi
3: [       OK ] serial.mathematical_constants_inv_sqrtpi (0 ms)
3: [ RUN      ] serial.mathematical_constants_ln2
3: [       OK ] serial.mathematical_constants_ln2 (0 ms)
3: [ RUN      ] serial.mathematical_constants_ln10
3: [       OK ] serial.mathematical_constants_ln10 (0 ms)
3: [ RUN      ] serial.mathematical_constants_sqrt2
3: [       OK ] serial.mathematical_constants_sqrt2 (0 ms)
3: [ RUN      ] serial.mathematical_constants_sqrt3
3: [       OK ] serial.mathematical_constants_sqrt3 (0 ms)
3: [ RUN      ] serial.mathematical_constants_inv_sqrt3
3: [       OK ] serial.mathematical_constants_inv_sqrt3 (0 ms)
3: [ RUN      ] serial.mathematical_constants_egamma
3: [       OK ] serial.mathematical_constants_egamma (0 ms)
3: [ RUN      ] serial.mathematical_constants_phi
3: [       OK ] serial.mathematical_constants_phi (0 ms)
3: [ RUN      ] serial.mathematical_functions_trigonometric_functions
3: [       OK ] serial.mathematical_functions_trigonometric_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_hyperbolic_functions
3: [       OK ] serial.mathematical_functions_hyperbolic_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_non_standard
3: [       OK ] serial.mathematical_functions_non_standard (0 ms)
3: [ RUN      ] serial.mathematical_functions_power_functions
3: [       OK ] serial.mathematical_functions_power_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_fma
3: [       OK ] serial.mathematical_functions_fma (0 ms)
3: [ RUN      ] serial.mathematical_functions_fmax_fmin
3: [       OK ] serial.mathematical_functions_fmax_fmin (0 ms)
3: [ RUN      ] serial.mathematical_functions_error_and_gamma_functions
3: [       OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_nearest_interger_floating_point_operations
3: [       OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms)
3: [ RUN      ] serial.mathematical_functions_floating_point_manipulation_functions
3: [       OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_absolute_value
3: [       OK ] serial.mathematical_functions_absolute_value (0 ms)
3: [ RUN      ] serial.mathematical_functions_floating_point_absolute_value
3: [       OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms)
3: [ RUN      ] serial.mathematical_functions_remainder_function
3: [       OK ] serial.mathematical_functions_remainder_function (0 ms)
3: [ RUN      ] serial.mathematical_functions_isfinite
3: [       OK ] serial.mathematical_functions_isfinite (0 ms)
3: [ RUN      ] serial.mathematical_functions_isinf
3: [       OK ] serial.mathematical_functions_isinf (0 ms)
3: [ RUN      ] serial.mathematical_functions_isnan
3: [       OK ] serial.mathematical_functions_isnan (0 ms)
3: [ RUN      ] serial.mathematical_functions_impl_half_fallback
3: [       OK ] serial.mathematical_functions_impl_half_fallback (0 ms)
3: [ RUN      ] serial.mathematical_functions_nextafter_fp16
3: [       OK ] serial.mathematical_functions_nextafter_fp16 (0 ms)
3: [ RUN      ] serial.mathematical_functions_exponential_functions
3: [       OK ] serial.mathematical_functions_exponential_functions (0 ms)
3: [ RUN      ] serial.mathspecialfunc_expint1
3: [       OK ] serial.mathspecialfunc_expint1 (0 ms)
3: [ RUN      ] serial.mathspecialfunc_errorfunc
3: [       OK ] serial.mathspecialfunc_errorfunc (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselj0y0
3: [       OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselj1y1
3: [       OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesseli0k0
3: [       OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesseli1k1
3: [       OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselh1stkind
3: [       OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselh2ndkind
3: [       OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms)
3: [ RUN      ] serial.mdrange_5d
3: [       OK ] serial.mdrange_5d (484 ms)
3: [ RUN      ] serial.mdrange_6d
27: ViewFirstTouch_Initialize<double>/N:262144/manual_time                   0.000 s         0.000 s         23757  71.2431/s    2.09715
3: [       OK ] serial.mdrange_6d (731 ms)
3: [ RUN      ] serial.mdrange_2d
3: [       OK ] serial.mdrange_2d (0 ms)
3: [ RUN      ] serial.mdrange_array_reduce
3: [       OK ] serial.mdrange_array_reduce (0 ms)
3: [ RUN      ] serial.mdrange_3d
3: [       OK ] serial.mdrange_3d (4 ms)
3: [ RUN      ] serial.mdrange_neg_idx
3: [       OK ] serial.mdrange_neg_idx (36 ms)
3: [ RUN      ] serial.mdrange_4d
27: ViewFirstTouch_Initialize<double>/N:2097152/manual_time                  0.000 s         0.000 s         13115  385.655/s    16.7772
3: [       OK ] serial.mdrange_4d (358 ms)
3: [ RUN      ] serial.mdrange_scalar
3: [       OK ] serial.mdrange_scalar (0 ms)
3: [ RUN      ] serial.mdrange_large_deep_copy
3: [       OK ] serial.mdrange_large_deep_copy (12 ms)
3: [ RUN      ] serial.md_range_policy_construction_from_arrays
3: [       OK ] serial.md_range_policy_construction_from_arrays (0 ms)
3: [ RUN      ] serial.policy_get_tile_size
3: [       OK ] serial.policy_get_tile_size (0 ms)
3: [ RUN      ] serial.mdrange_parallel_reduce_primitive_types
27: ViewFirstTouch_Initialize<double>/N:16777216/manual_time                 0.003 s         0.004 s           205  39.2817/s    134.218
3: [       OK ] serial.mdrange_parallel_reduce_primitive_types (1309 ms)
3: [ RUN      ] serial.mdspan_minimal_functional
3: [       OK ] serial.mdspan_minimal_functional (0 ms)
3: [ RUN      ] serial.mdspan_atomic_accessor
3: [       OK ] serial.mdspan_atomic_accessor (0 ms)
3: [ RUN      ] serial.view_mdspan_conversion
3: [       OK ] serial.view_mdspan_conversion (0 ms)
3: [ RUN      ] serial.view_mdspan_conversion_with_stride
3: [       OK ] serial.view_mdspan_conversion_with_stride (0 ms)
3: [ RUN      ] serial.max
3: [       OK ] serial.max (0 ms)
3: [ RUN      ] serial.max_within_parfor
3: [       OK ] serial.max_within_parfor (0 ms)
3: [ RUN      ] serial.min
3: [       OK ] serial.min (0 ms)
3: [ RUN      ] serial.min_within_parfor
3: [       OK ] serial.min_within_parfor (0 ms)
3: [ RUN      ] serial.minmax
3: [       OK ] serial.minmax (0 ms)
3: [ RUN      ] serial.minmax_within_parfor
3: [       OK ] serial.minmax_within_parfor (0 ms)
3: [ RUN      ] serial.clamp
3: [       OK ] serial.clamp (0 ms)
3: [ RUN      ] serial.clamp_within_parfor
3: [       OK ] serial.clamp_within_parfor (0 ms)
3: [ RUN      ] serial.numeric_traits_infinity
3: [       OK ] serial.numeric_traits_infinity (0 ms)
3: [ RUN      ] serial.numeric_traits_epsilon
3: [       OK ] serial.numeric_traits_epsilon (0 ms)
3: [ RUN      ] serial.numeric_traits_round_error
3: [       OK ] serial.numeric_traits_round_error (0 ms)
3: [ RUN      ] serial.numeric_traits_norm_min
3: [       OK ] serial.numeric_traits_norm_min (0 ms)
3: [ RUN      ] serial.numeric_traits_denorm_min
3: [       OK ] serial.numeric_traits_denorm_min (0 ms)
3: [ RUN      ] serial.numeric_traits_finite_min_max
3: [       OK ] serial.numeric_traits_finite_min_max (0 ms)
3: [ RUN      ] serial.numeric_traits_digits
3: [       OK ] serial.numeric_traits_digits (0 ms)
3: [ RUN      ] serial.numeric_traits_digits10
3: [       OK ] serial.numeric_traits_digits10 (0 ms)
3: [ RUN      ] serial.numeric_traits_max_digits10
3: [       OK ] serial.numeric_traits_max_digits10 (0 ms)
3: [ RUN      ] serial.numeric_traits_radix
3: [       OK ] serial.numeric_traits_radix (0 ms)
3: [ RUN      ] serial.numeric_traits_min_max_exponent
3: [       OK ] serial.numeric_traits_min_max_exponent (0 ms)
3: [ RUN      ] serial.numeric_traits_min_max_exponent10
3: [       OK ] serial.numeric_traits_min_max_exponent10 (0 ms)
3: [ RUN      ] serial.numeric_traits_quiet_and_signaling_nan
3: [       OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms)
3: [ RUN      ] serial.numeric_traits_sfinae_friendly
3: [       OK ] serial.numeric_traits_sfinae_friendly (0 ms)
3: [ RUN      ] serial.occupancy_control
3: [       OK ] serial.occupancy_control (0 ms)
3: [ RUN      ] serial.memory_pool
3: [       OK ] serial.memory_pool (59 ms)
3: [ RUN      ] serial.cxx11
3: [       OK ] serial.cxx11 (0 ms)
3: [ RUN      ] serial.parallel_scan_range_policy
3: [       OK ] serial.parallel_scan_range_policy (3 ms)
3: [ RUN      ] serial.kokkos_printf
3: [       OK ] serial.kokkos_printf (5 ms)
3: [ RUN      ] serial.range_for
3: [       OK ] serial.range_for (0 ms)
3: [ RUN      ] serial.range_reduce
3: [       OK ] serial.range_reduce (0 ms)
3: [ RUN      ] serial.range_dynamic_policy
3: [       OK ] serial.range_dynamic_policy (0 ms)
3: [ RUN      ] serial.large_parallel_for_reduce
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestRange.hpp:379: Skipped
3: Disabling for host backends
3: [  SKIPPED ] serial.large_parallel_for_reduce (0 ms)
3: [ RUN      ] serial.range_policy_runtime_parameters
3: [       OK ] serial.range_policy_runtime_parameters (0 ms)
3: [ RUN      ] serial.range_policy_one_way_convertible_bounds
3: [       OK ] serial.range_policy_one_way_convertible_bounds (0 ms)
3: [ RUN      ] serial.range_for_require
3: [       OK ] serial.range_for_require (0 ms)
3: [ RUN      ] serial.range_reduce_require
3: [       OK ] serial.range_reduce_require (0 ms)
3: [ RUN      ] serial.range_dynamic_policy_require
3: [       OK ] serial.range_dynamic_policy_require (0 ms)
3: [ RUN      ] serial.reducers_int
3: [       OK ] serial.reducers_int (0 ms)
3: [ RUN      ] serial.reducers_double
3: [       OK ] serial.reducers_double (0 ms)
3: [ RUN      ] serial.reducers_complex_double
3: [       OK ] serial.reducers_complex_double (0 ms)
3: [ RUN      ] serial.reducers_struct
3: [       OK ] serial.reducers_struct (0 ms)
3: [ RUN      ] serial.reducers_half_t
3: [       OK ] serial.reducers_half_t (0 ms)
3: [ RUN      ] serial.reducers_bhalf_t
3: [       OK ] serial.reducers_bhalf_t (0 ms)
3: [ RUN      ] serial.reducers_int8_t
3: [       OK ] serial.reducers_int8_t (0 ms)
3: [ RUN      ] serial.reducers_int16_t
3: [       OK ] serial.reducers_int16_t (0 ms)
3: [ RUN      ] serial.reducers_point_t
3: [       OK ] serial.reducers_point_t (0 ms)
3: [ RUN      ] serial.reducers_bool
3: [       OK ] serial.reducers_bool (0 ms)
3: [ RUN      ] serial.int_combined_reduce
3: [       OK ] serial.int_combined_reduce (0 ms)
3: [ RUN      ] serial.mdrange_combined_reduce
3: [       OK ] serial.mdrange_combined_reduce (0 ms)
3: [ RUN      ] serial.int_combined_reduce_mixed
3: [       OK ] serial.int_combined_reduce_mixed (0 ms)
3: [ RUN      ] serial.reduction_with_large_iteration_count
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestReduce.hpp:663: Skipped
3: Disabling for host backends
3: [  SKIPPED ] serial.reduction_with_large_iteration_count (0 ms)
3: [ RUN      ] serial.reduction_identity_min_max_floating_point_types
3: [       OK ] serial.reduction_identity_min_max_floating_point_types (2 ms)
3: [ RUN      ] serial.reduction_deduction
3: [       OK ] serial.reduction_deduction (0 ms)
3: [ RUN      ] serial.reduce_device_view_range_policy
3: [       OK ] serial.reduce_device_view_range_policy (4 ms)
3: [ RUN      ] serial.reduce_device_view_mdrange_policy
3: [       OK ] serial.reduce_device_view_mdrange_policy (117 ms)
3: [ RUN      ] serial.reduce_device_view_team_policy
3: [       OK ] serial.reduce_device_view_team_policy (4 ms)
3: [ RUN      ] serial.impl_shared_alloc
3: [       OK ] serial.impl_shared_alloc (1 ms)
3: [ RUN      ] serial.mdspan_space_aware_accessor
3: [       OK ] serial.mdspan_space_aware_accessor (0 ms)
3: [ RUN      ] serial.kokkos_swap
3: [       OK ] serial.kokkos_swap (0 ms)
3: [----------] 212 tests from serial (10619 ms total)
3: 
3: [----------] 17 tests from serial_graph
3: [ RUN      ] serial_graph.submit_once
3: [       OK ] serial_graph.submit_once (0 ms)
3: [ RUN      ] serial_graph.submit_once_rvalue
3: [       OK ] serial_graph.submit_once_rvalue (0 ms)
3: [ RUN      ] serial_graph.instantiate_and_submit_once
3: [       OK ] serial_graph.instantiate_and_submit_once (0 ms)
3: [ RUN      ] serial_graph.submit_onto_another_execution_space_instance
3: [       OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms)
3: [ RUN      ] serial_graph.create_graph_no_closure_with_exec
3: [       OK ] serial_graph.create_graph_no_closure_with_exec (0 ms)
3: [ RUN      ] serial_graph.create_graph_no_arg
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:250: Skipped
3: Skipping since useless if the test fixture is not on the default execution space.
3: [  SKIPPED ] serial_graph.create_graph_no_arg (0 ms)
3: [ RUN      ] serial_graph.submit_six
3: [       OK ] serial_graph.submit_six (0 ms)
3: [ RUN      ] serial_graph.when_all_cycle
3: [       OK ] serial_graph.when_all_cycle (0 ms)
3: [ RUN      ] serial_graph.repeat_chain
3: [       OK ] serial_graph.repeat_chain (0 ms)
3: [ RUN      ] serial_graph.zero_work_reduce
3: [       OK ] serial_graph.zero_work_reduce (0 ms)
3: [ RUN      ] serial_graph.empty_graph
3: [       OK ] serial_graph.empty_graph (0 ms)
3: [ RUN      ] serial_graph.force_global_launch
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:444: Skipped
3: This execution space does not support global launch.
3: [  SKIPPED ] serial_graph.force_global_launch (0 ms)
3: [ RUN      ] serial_graph.sized_functor_launch
3: [       OK ] serial_graph.sized_functor_launch (0 ms)
3: [ RUN      ] serial_graph.empty_graph_default_host_exec
3: [       OK ] serial_graph.empty_graph_default_host_exec (0 ms)
3: [ RUN      ] serial_graph.node_lifetime
3: [       OK ] serial_graph.node_lifetime (0 ms)
3: [ RUN      ] serial_graph.diamond
3: [       OK ] serial_graph.diamond (0 ms)
3: [ RUN      ] serial_graph.end_of_submit_control_flow
3: [       OK ] serial_graph.end_of_submit_control_flow (0 ms)
3: [----------] 17 tests from serial_graph (0 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 241 tests from 4 test suites ran. (17459 ms total)
3: [  PASSED  ] 233 tests.
3: [  SKIPPED ] 8 tests, listed below:
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
3: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once
3: [  SKIPPED ] serial.graph_capture
3: [  SKIPPED ] serial.large_parallel_for_reduce
3: [  SKIPPED ] serial.reduction_with_large_iteration_count
3: [  SKIPPED ] serial_graph.create_graph_no_arg
3: [  SKIPPED ] serial_graph.force_global_launch
 3/65 Test  #3: Kokkos_CoreUnitTest_Serial1 ................................   Passed   17.77 sec
test 4
      Start  4: Kokkos_CoreUnitTest_Serial2

4: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Serial2
4: Test timeout computed to be: 1500
4: [==========] Running 144 tests from 2 test suites.
4: [----------] Global test environment set-up.
4: [----------] 10 tests from serial_DeathTest
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_dyn
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_stat
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms)
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_mix
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms)
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_static_extents
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms)
4: [ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
27: ViewFirstTouch_ParallelFor<double>/N:64/manual_time                      0.000 s         0.000 s         55276 0.078238/s      1024u
4: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (3502 ms)
4: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
27: ViewFirstTouch_ParallelFor<double>/N:512/manual_time                     0.000 s         0.000 s         46211 0.539648/s     8.192m
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessorAccessViolation.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
27: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time                    0.000 s         0.000 s         46038  4.30319/s   0.065536
4: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (3510 ms)
4: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_host
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:159: Skipped
4: skipping since no memory access violation would occur
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms)
4: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_device
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped
4: skipping since no memory access violation would occur
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms)
4: [ RUN      ] serial_DeathTest.view_subview_wrong_extents
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSubView_a.hpp:81: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_subview_wrong_extents (0 ms)
4: [ RUN      ] serial_DeathTest.view_subview_constructor_layout_compatibility
4: [       OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (928 ms)
4: [----------] 10 tests from serial_DeathTest (7940 ms total)
4: 
4: [----------] 134 tests from serial
4: [ RUN      ] serial.team_for
4: [       OK ] serial.team_for (0 ms)
4: [ RUN      ] serial.team_reduce
4: [       OK ] serial.team_reduce (0 ms)
4: [ RUN      ] serial.team_reduce_large
4: [       OK ] serial.team_reduce_large (0 ms)
4: [ RUN      ] serial.team_parallel_single
4: [       OK ] serial.team_parallel_single (4 ms)
4: [ RUN      ] serial.large_team_scratch_size
4: [       OK ] serial.large_team_scratch_size (0 ms)
4: [ RUN      ] serial.team_broadcast_long
4: [       OK ] serial.team_broadcast_long (0 ms)
4: [ RUN      ] serial.team_broadcast_long_wrapper
4: [       OK ] serial.team_broadcast_long_wrapper (0 ms)
4: [ RUN      ] serial.team_broadcast_char
4: [       OK ] serial.team_broadcast_char (0 ms)
4: [ RUN      ] serial.team_broadcast_float
4: [       OK ] serial.team_broadcast_float (0 ms)
4: [ RUN      ] serial.team_broadcast_double
4: [       OK ] serial.team_broadcast_double (0 ms)
4: [ RUN      ] serial.team_broadcast_int_ptr
4: [       OK ] serial.team_broadcast_int_ptr (0 ms)
4: [ RUN      ] serial.team_single_thread_int_ptr
4: [       OK ] serial.team_single_thread_int_ptr (0 ms)
4: [ RUN      ] serial.team_single_team_int_ptr
4: [       OK ] serial.team_single_team_int_ptr (0 ms)
4: [ RUN      ] serial.team_handle_by_value
4: [       OK ] serial.team_handle_by_value (0 ms)
4: [ RUN      ] serial.team_vector
4: [       OK ] serial.team_vector (3 ms)
4: [ RUN      ] serial.triple_nested_parallelism
4: [       OK ] serial.triple_nested_parallelism (279 ms)
4: [ RUN      ] serial.parallel_scan_with_reducers
4: [       OK ] serial.parallel_scan_with_reducers (40 ms)
4: [ RUN      ] serial.team_thread_range_combined_reducers
4: [       OK ] serial.team_thread_range_combined_reducers (0 ms)
4: [ RUN      ] serial.thread_vector_range_combined_reducers
4: [       OK ] serial.thread_vector_range_combined_reducers (0 ms)
4: [ RUN      ] serial.team_vector_range_combined_reducers
4: [       OK ] serial.team_vector_range_combined_reducers (0 ms)
4: [ RUN      ] serial.TeamThreadMDRangeParallelFor
4: [       OK ] serial.TeamThreadMDRangeParallelFor (3 ms)
4: [ RUN      ] serial.ThreadVectorMDRangeParallelFor
4: [       OK ] serial.ThreadVectorMDRangeParallelFor (3 ms)
4: [ RUN      ] serial.TeamVectorMDRangeParallelFor
4: [       OK ] serial.TeamVectorMDRangeParallelFor (3 ms)
4: [ RUN      ] serial.TeamThreadMDRangeParallelReduce
4: [       OK ] serial.TeamThreadMDRangeParallelReduce (3 ms)
4: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
4: [       OK ] serial.ThreadVectorMDRangeParallelReduce (3 ms)
4: [ RUN      ] serial.TeamVectorMDRangeParallelReduce
4: [       OK ] serial.TeamVectorMDRangeParallelReduce (3 ms)
4: [ RUN      ] serial.team_policy_runtime_parameters
4: [       OK ] serial.team_policy_runtime_parameters (0 ms)
4: [ RUN      ] serial.team_reduction_scan
4: [       OK ] serial.team_reduction_scan (27 ms)
4: [ RUN      ] serial.team_long_reduce
4: [       OK ] serial.team_long_reduce (37 ms)
4: [ RUN      ] serial.team_double_reduce
4: [       OK ] serial.team_double_reduce (42 ms)
4: [ RUN      ] serial.team_long_array_reduce
4: [       OK ] serial.team_long_array_reduce (54 ms)
4: [ RUN      ] serial.team_double_array_reduce
4: [       OK ] serial.team_double_array_reduce (64 ms)
4: [ RUN      ] serial.team_parallel_dummy_with_reducer_and_scratch_space
4: [       OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
4: [ RUN      ] serial.repeated_team_reduce
27: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time                   0.000 s         0.000 s         44705  33.5612/s   0.524288
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessor.cpp.o
27: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time                  0.000 s         0.000 s         36156  216.235/s     4.1943
[ 75%] Linking CXX executable Kokkos_ContainersTestCompileOnly
27: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time                 0.000 s         0.000 s         18052  886.858/s    33.5544
4: [       OK ] serial.repeated_team_reduce (5136 ms)
4: [ RUN      ] serial.nested_team_reduce_functor_as_reducer
4: [       OK ] serial.nested_team_reduce_functor_as_reducer (0 ms)
4: [ RUN      ] serial.team_scan
4: [       OK ] serial.team_scan (61 ms)
4: [ RUN      ] serial.team_scan_ret_val
4: [       OK ] serial.team_scan_ret_val (58 ms)
4: [ RUN      ] serial.team_shared_request
4: [       OK ] serial.team_shared_request (19 ms)
4: [ RUN      ] serial.team_scratch_request
4: [       OK ] serial.team_scratch_request (0 ms)
4: [ RUN      ] serial.team_lambda_shared_request
4: [       OK ] serial.team_lambda_shared_request (19 ms)
4: [ RUN      ] serial.scratch_align
4: [       OK ] serial.scratch_align (0 ms)
4: [ RUN      ] serial.shmem_size
4: [       OK ] serial.shmem_size (0 ms)
4: [ RUN      ] serial.multi_level_scratch
4: [       OK ] serial.multi_level_scratch (1 ms)
4: [ RUN      ] serial.team_scratch_memory_index_parallel_for
4: [       OK ] serial.team_scratch_memory_index_parallel_for (0 ms)
4: [ RUN      ] serial.team_policy_max_recommended
4: [       OK ] serial.team_policy_max_recommended (1 ms)
4: [ RUN      ] serial.team_policy_minmax_scalar_without_plus_equal_k
4: [       OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
4: [ RUN      ] serial.team_teamvector_range
4: [       OK ] serial.team_teamvector_range (0 ms)
4: [ RUN      ] serial.timer
4: [       OK ] serial.timer (20 ms)
4: [ RUN      ] serial.unique_token_global
4: [       OK ] serial.unique_token_global (0 ms)
4: [ RUN      ] serial.unique_token_instance
4: [       OK ] serial.unique_token_instance (0 ms)
4: [ RUN      ] serial.unique_token_team_acquire
4: [       OK ] serial.unique_token_team_acquire (0 ms)
4: [ RUN      ] serial.view_api_a
4: [       OK ] serial.view_api_a (4 ms)
4: [ RUN      ] serial.view_layout_left_with_stride
4: [       OK ] serial.view_layout_left_with_stride (0 ms)
4: [ RUN      ] serial.view_layout_right_with_stride
4: [       OK ] serial.view_layout_right_with_stride (0 ms)
4: [ RUN      ] serial.view_api_b
4: [       OK ] serial.view_api_b (0 ms)
4: [ RUN      ] serial.view_api_c
4: [       OK ] serial.view_api_c (0 ms)
4: [ RUN      ] serial.view_api_d
4: [       OK ] serial.view_api_d (0 ms)
4: [ RUN      ] serial.view_remap
4: [       OK ] serial.view_remap (0 ms)
4: [ RUN      ] serial.view_mirror_nonconst
4: [       OK ] serial.view_mirror_nonconst (0 ms)
4: [ RUN      ] serial.view_stride_method
4: [       OK ] serial.view_stride_method (0 ms)
4: [ RUN      ] serial.anonymous_space
4: [       OK ] serial.anonymous_space (0 ms)
4: [ RUN      ] serial.view_overload_resolution
4: [       OK ] serial.view_overload_resolution (0 ms)
4: [ RUN      ] serial.view_allocation_large_rank
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o
4: [       OK ] serial.view_allocation_large_rank (1275 ms)
4: [ RUN      ] serial.view_shmem_size_on_device
4: [       OK ] serial.view_shmem_size_on_device (0 ms)
4: [ RUN      ] serial.view_is_assignable
4: [       OK ] serial.view_is_assignable (0 ms)
4: [ RUN      ] serial.view_bad_alloc
4: [       OK ] serial.view_bad_alloc (0 ms)
4: [ RUN      ] serial.view_copy_tests
4: [       OK ] serial.view_copy_tests (2 ms)
4: [ RUN      ] serial.view_copy_tests_rank_0
4: [       OK ] serial.view_copy_tests_rank_0 (0 ms)
4: [ RUN      ] serial.view_copy_degenerated
4: [       OK ] serial.view_copy_degenerated (0 ms)
4: [ RUN      ] serial.view_fill_tests_layout_right
[ 75%] Built target Kokkos_ContainersTestCompileOnly
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
4: [       OK ] serial.view_fill_tests_layout_right (2190 ms)
4: [ RUN      ] serial.view_fill_tests_layout_left
4: [       OK ] serial.view_fill_tests_layout_left (2633 ms)
4: [ RUN      ] serial.vcp_empty_traits
4: [       OK ] serial.vcp_empty_traits (0 ms)
4: [ RUN      ] serial.is_view_label
4: [       OK ] serial.is_view_label (0 ms)
4: [ RUN      ] serial.vcp_label_base_traits
4: [       OK ] serial.vcp_label_base_traits (0 ms)
4: [ RUN      ] serial.vcp_label_traits
4: [       OK ] serial.vcp_label_traits (0 ms)
4: [ RUN      ] serial.view_alloc_can_perfect_forward_label
4: [       OK ] serial.view_alloc_can_perfect_forward_label (0 ms)
4: [ RUN      ] serial.vcp_label_copy_constructor
4: [       OK ] serial.vcp_label_copy_constructor (0 ms)
4: [ RUN      ] serial.vcp_pointer_add_property
4: [       OK ] serial.vcp_pointer_add_property (0 ms)
4: [ RUN      ] serial.view_empty_runtime_unmanaged
4: [       OK ] serial.view_empty_runtime_unmanaged (0 ms)
4: [ RUN      ] serial.view_layoutstride_left_to_layoutleft_assignment
4: [       OK ] serial.view_layoutstride_left_to_layoutleft_assignment (59 ms)
4: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (56 ms)
4: [ RUN      ] serial.view_mapping
4: [       OK ] serial.view_mapping (45 ms)
4: [ RUN      ] serial.view_mapping_operator
4: [       OK ] serial.view_mapping_operator (2 ms)
4: [ RUN      ] serial.static_extent
4: [       OK ] serial.static_extent (0 ms)
4: [ RUN      ] serial.view_mapping_atomic
4: [       OK ] serial.view_mapping_atomic (0 ms)
4: [ RUN      ] serial.view_mapping_class_value
4: [       OK ] serial.view_mapping_class_value (0 ms)
4: [ RUN      ] serial.view_mapping_assignable
4: [       OK ] serial.view_mapping_assignable (0 ms)
4: [ RUN      ] serial.view_mapping_trivially_copyable
4: [       OK ] serial.view_mapping_trivially_copyable (0 ms)
4: [ RUN      ] serial.view_mapping_subview
4: [       OK ] serial.view_mapping_subview (0 ms)
4: [ RUN      ] serial.view_nested_view
4: [       OK ] serial.view_nested_view (0 ms)
4: [ RUN      ] serial.view_of_views_default
4: [       OK ] serial.view_of_views_default (0 ms)
4: [ RUN      ] serial.view_of_views_without_initializing
4: [       OK ] serial.view_of_views_without_initializing (0 ms)
4: [ RUN      ] serial.test_view_of_views_sequential_host_init
4: [       OK ] serial.test_view_of_views_sequential_host_init (0 ms)
4: [ RUN      ] serial.append_formatted_multidimensional_index
4: [       OK ] serial.append_formatted_multidimensional_index (0 ms)
4: [ RUN      ] serial.view_resize
4: [       OK ] serial.view_resize (1 ms)
4: [ RUN      ] serial.view_realloc
4: [       OK ] serial.view_realloc (0 ms)
4: [ RUN      ] serial.workgraph_fib
4: [       OK ] serial.workgraph_fib (86 ms)
4: [ RUN      ] serial.resize_realloc_no_init
4: [       OK ] serial.resize_realloc_no_init (0 ms)
4: [ RUN      ] serial.resize_realloc_no_alloc
4: [       OK ] serial.resize_realloc_no_alloc (0 ms)
4: [ RUN      ] serial.realloc_exec_space
4: [       OK ] serial.realloc_exec_space (0 ms)
4: [ RUN      ] serial.view_alloc
4: [       OK ] serial.view_alloc (0 ms)
4: [ RUN      ] serial.view_alloc_exec_space
4: [       OK ] serial.view_alloc_exec_space (0 ms)
4: [ RUN      ] serial.view_alloc_int
4: [       OK ] serial.view_alloc_int (0 ms)
4: [ RUN      ] serial.view_alloc_exec_space_int
4: [       OK ] serial.view_alloc_exec_space_int (0 ms)
4: [ RUN      ] serial.deep_copy_zero_memset
4: [       OK ] serial.deep_copy_zero_memset (0 ms)
4: [ RUN      ] serial.resize_exec_space
4: [       OK ] serial.resize_exec_space (0 ms)
4: [ RUN      ] serial.view_allocation_int
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestWithoutInitializing.hpp:305: Skipped
4: skipping since the fence checked for isn't necessary
4: [  SKIPPED ] serial.view_allocation_int (0 ms)
4: [ RUN      ] serial.view_allocation_exec_space_int
4: [       OK ] serial.view_allocation_exec_space_int (0 ms)
4: [ RUN      ] serial.view_not_default_constructible
4: [       OK ] serial.view_not_default_constructible (0 ms)
4: [ RUN      ] serial.view_subview_assign_strided
4: [       OK ] serial.view_subview_assign_strided (0 ms)
4: [ RUN      ] serial.view_subview_left_0
4: [       OK ] serial.view_subview_left_0 (0 ms)
4: [ RUN      ] serial.view_subview_left_1
4: [       OK ] serial.view_subview_left_1 (0 ms)
4: [ RUN      ] serial.view_subview_left_2
4: [       OK ] serial.view_subview_left_2 (0 ms)
4: [ RUN      ] serial.view_subview_left_3
4: [       OK ] serial.view_subview_left_3 (0 ms)
4: [ RUN      ] serial.view_subview_right_0
4: [       OK ] serial.view_subview_right_0 (0 ms)
4: [ RUN      ] serial.view_subview_right_1
4: [       OK ] serial.view_subview_right_1 (0 ms)
4: [ RUN      ] serial.view_subview_right_3
4: [       OK ] serial.view_subview_right_3 (0 ms)
4: [ RUN      ] serial.view_static_tests
4: [       OK ] serial.view_static_tests (0 ms)
4: [ RUN      ] serial.view_subview_layoutleft_to_layoutleft
4: [       OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms)
4: [ RUN      ] serial.view_subview_layoutright_to_layoutright
4: [       OK ] serial.view_subview_layoutright_to_layoutright (0 ms)
4: [ RUN      ] serial.view_subview_1d_assign
4: [       OK ] serial.view_subview_1d_assign (0 ms)
4: [ RUN      ] serial.view_subview_1d_assign_atomic
4: [       OK ] serial.view_subview_1d_assign_atomic (0 ms)
4: [ RUN      ] serial.view_subview_1d_assign_randomaccess
4: [       OK ] serial.view_subview_1d_assign_randomaccess (0 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d
4: [       OK ] serial.view_subview_2d_from_3d (2 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d_atomic
4: [       OK ] serial.view_subview_2d_from_3d_atomic (2 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d_randomaccess
4: [       OK ] serial.view_subview_2d_from_3d_randomaccess (2 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left
4: [       OK ] serial.view_subview_3d_from_5d_left (39 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
4: [       OK ] serial.view_subview_3d_from_5d_left_atomic (39 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
4: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (39 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right
4: [       OK ] serial.view_subview_3d_from_5d_right (95 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
4: [       OK ] serial.view_subview_3d_from_5d_right_atomic (95 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (95 ms)
4: [ RUN      ] serial.view_test_unmanaged_subview_reset
4: [       OK ] serial.view_test_unmanaged_subview_reset (0 ms)
4: [ RUN      ] serial.view_subview_memory_traits_construction
4: [       OK ] serial.view_subview_memory_traits_construction (0 ms)
4: [----------] 134 tests from serial (12672 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 144 tests from 2 test suites ran. (20613 ms total)
4: [  PASSED  ] 136 tests.
4: [  SKIPPED ] 8 tests, listed below:
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device
4: [  SKIPPED ] serial_DeathTest.view_subview_wrong_extents
4: [  SKIPPED ] serial.view_allocation_int
 4/65 Test  #4: Kokkos_CoreUnitTest_Serial2 ................................   Passed   20.97 sec
test 5
      Start  5: Kokkos_CoreUnitTest_SYCL1A

5: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_SYCL1A
5: Test timeout computed to be: 1500
5: [==========] Running 159 tests from 4 test suites.
5: [----------] Global test environment set-up.
5: [----------] 3 tests from sycl_DeathTest
5: [ RUN      ] sycl_DeathTest.abort_from_host
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
5: [       OK ] sycl_DeathTest.abort_from_host (506 ms)
5: [ RUN      ] sycl_DeathTest.abort_from_device
5: [       OK ] sycl_DeathTest.abort_from_device (17 ms)
5: [ RUN      ] sycl_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o
5: [       OK ] sycl_DeathTest.checked_integer_operations_multiply_overflow_abort (556 ms)
5: [----------] 3 tests from sycl_DeathTest (1081 ms total)
5: 
5: [----------] 1 test from sycl_graph_DeathTest
5: [ RUN      ] sycl_graph_DeathTest.can_instantiate_only_once
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:181: Skipped
5: Preconditions are not checked.
5: [  SKIPPED ] sycl_graph_DeathTest.can_instantiate_only_once (0 ms)
5: [----------] 1 test from sycl_graph_DeathTest (0 ms total)
5: 
5: [----------] 138 tests from sycl
5: [ RUN      ] sycl.array_capacity
5: [       OK ] sycl.array_capacity (0 ms)
5: [ RUN      ] sycl.array_element_access
5: [       OK ] sycl.array_element_access (0 ms)
5: [ RUN      ] sycl.array_operator_equal
5: [       OK ] sycl.array_operator_equal (0 ms)
5: [ RUN      ] sycl.array_zero_capacity
5: [       OK ] sycl.array_zero_capacity (0 ms)
5: [ RUN      ] sycl.array_zero_data_nullptr
5: [       OK ] sycl.array_zero_data_nullptr (0 ms)
5: [ RUN      ] sycl.atomic_operations_complexdouble
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestAtomicOperations_complexdouble.hpp:26: Skipped
5: skipping since device_global variables are not available
5: [  SKIPPED ] sycl.atomic_operations_complexdouble (0 ms)
5: [ RUN      ] sycl.atomic_operations_complexfloat
5: [       OK ] sycl.atomic_operations_complexfloat (7 ms)
5: [ RUN      ] sycl.atomic_operations_double
5: [       OK ] sycl.atomic_operations_double (6 ms)
5: [ RUN      ] sycl.atomic_operations_float
5: [       OK ] sycl.atomic_operations_float (6 ms)
5: [ RUN      ] sycl.atomic_operations_int8
5: [       OK ] sycl.atomic_operations_int8 (14 ms)
5: [ RUN      ] sycl.atomic_operations_int16
5: [       OK ] sycl.atomic_operations_int16 (14 ms)
5: [ RUN      ] sycl.atomic_operations_int
5: [       OK ] sycl.atomic_operations_int (14 ms)
5: [ RUN      ] sycl.atomic_operations_long
5: [       OK ] sycl.atomic_operations_long (14 ms)
5: [ RUN      ] sycl.atomic_operations_longlong
5: [       OK ] sycl.atomic_operations_longlong (14 ms)
5: [ RUN      ] sycl.atomic_operations_unsigned
5: [       OK ] sycl.atomic_operations_unsigned (12 ms)
5: [ RUN      ] sycl.atomic_operations_unsignedlong
5: [       OK ] sycl.atomic_operations_unsignedlong (12 ms)
5: [ RUN      ] sycl.atomics
5: [       OK ] sycl.atomics (126 ms)
5: [ RUN      ] sycl.atomics_tpetra_max_abs
5: [       OK ] sycl.atomics_tpetra_max_abs (0 ms)
5: [ RUN      ] sycl.atomic_views_integral
5: [       OK ] sycl.atomic_views_integral (15 ms)
5: [ RUN      ] sycl.atomic_views_nonintegral
5: [       OK ] sycl.atomic_views_nonintegral (64 ms)
5: [ RUN      ] sycl.atomic_view_api
5: [       OK ] sycl.atomic_view_api (0 ms)
5: [ RUN      ] sycl.bit_manip_countl_zero
5: [       OK ] sycl.bit_manip_countl_zero (0 ms)
5: [ RUN      ] sycl.bit_manip_countl_one
5: [       OK ] sycl.bit_manip_countl_one (0 ms)
5: [ RUN      ] sycl.bit_manip_countr_zero
5: [       OK ] sycl.bit_manip_countr_zero (0 ms)
5: [ RUN      ] sycl.bit_manip_countr_one
5: [       OK ] sycl.bit_manip_countr_one (0 ms)
5: [ RUN      ] sycl.bit_manip_popcount
5: [       OK ] sycl.bit_manip_popcount (0 ms)
5: [ RUN      ] sycl.bit_manip_has_single_bit
5: [       OK ] sycl.bit_manip_has_single_bit (0 ms)
5: [ RUN      ] sycl.bit_manip_bit_floor
5: [       OK ] sycl.bit_manip_bit_floor (0 ms)
5: [ RUN      ] sycl.bit_manip_bit_ceil
5: [       OK ] sycl.bit_manip_bit_ceil (0 ms)
5: [ RUN      ] sycl.bit_manip_bit_width
5: [       OK ] sycl.bit_manip_bit_width (0 ms)
5: [ RUN      ] sycl.bit_manip_rotl
5: [       OK ] sycl.bit_manip_rotl (1 ms)
5: [ RUN      ] sycl.bit_manip_rotr
5: [       OK ] sycl.bit_manip_rotr (1 ms)
5: [ RUN      ] sycl.bit_manip_byeswap
5: [       OK ] sycl.bit_manip_byeswap (0 ms)
5: [ RUN      ] sycl.bit_manip_bit_cast
5: [       OK ] sycl.bit_manip_bit_cast (0 ms)
5: [ RUN      ] sycl.test_block_deduction_bug_pr_3103
5: [       OK ] sycl.test_block_deduction_bug_pr_3103 (0 ms)
5: [ RUN      ] sycl.checked_integer_operations_multiply_overflow
5: [       OK ] sycl.checked_integer_operations_multiply_overflow (0 ms)
5: [ RUN      ] sycl.execution_policy_occupancy_and_hint
5: [       OK ] sycl.execution_policy_occupancy_and_hint (0 ms)
5: [ RUN      ] sycl.complex_construction
5: [       OK ] sycl.complex_construction (0 ms)
5: [ RUN      ] sycl.complex_basic_math
5: [       OK ] sycl.complex_basic_math (0 ms)
5: [ RUN      ] sycl.complex_special_funtions
5: [       OK ] sycl.complex_special_funtions (0 ms)
5: [ RUN      ] sycl.complex_io
5: [       OK ] sycl.complex_io (0 ms)
5: [ RUN      ] sycl.complex_trivially_copyable
5: [       OK ] sycl.complex_trivially_copyable (0 ms)
5: [ RUN      ] sycl.complex_issue_3865
5: [       OK ] sycl.complex_issue_3865 (0 ms)
5: [ RUN      ] sycl.complex_operations_arithmetic_types_overloads
5: [       OK ] sycl.complex_operations_arithmetic_types_overloads (0 ms)
5: [ RUN      ] sycl.complex_structured_bindings
5: [       OK ] sycl.complex_structured_bindings (0 ms)
5: [ RUN      ] sycl.crs_count_fill
5: [       OK ] sycl.crs_count_fill (1 ms)
5: [ RUN      ] sycl.crs_copy_constructor
5: [       OK ] sycl.crs_copy_constructor (5 ms)
5: [ RUN      ] sycl.deep_copy_assignable_types_rank_0
5: [       OK ] sycl.deep_copy_assignable_types_rank_0 (1 ms)
5: [ RUN      ] sycl.deep_copy_assignable_types_rank_1
5: [       OK ] sycl.deep_copy_assignable_types_rank_1 (0 ms)
5: [ RUN      ] sycl.deep_copy_assignable_types_rank_2
5: [       OK ] sycl.deep_copy_assignable_types_rank_2 (0 ms)
5: [ RUN      ] sycl.deep_copy_assignable_types_rank_3
5: [       OK ] sycl.deep_copy_assignable_types_rank_3 (0 ms)
5: [ RUN      ] sycl.deep_copy_assignable_types_rank_4
5: [       OK ] sycl.deep_copy_assignable_types_rank_4 (0 ms)
5: [ RUN      ] sycl.deep_copy_assignable_types_rank_5
5: [       OK ] sycl.deep_copy_assignable_types_rank_5 (0 ms)
5: [ RUN      ] sycl.deep_copy_assignable_types_rank_6
5: [       OK ] sycl.deep_copy_assignable_types_rank_6 (0 ms)
5: [ RUN      ] sycl.deep_copy_assignable_types_rank_7
5: [       OK ] sycl.deep_copy_assignable_types_rank_7 (0 ms)
5: [ RUN      ] sycl.deep_copy_assignable_types_rank_8
5: [       OK ] sycl.deep_copy_assignable_types_rank_8 (0 ms)
5: [ RUN      ] sycl.deep_copy_assignable_types_rank_1_half
5: [       OK ] sycl.deep_copy_assignable_types_rank_1_half (0 ms)
5: [ RUN      ] sycl.deep_copy_assignable_types_rank_2_half
5: [       OK ] sycl.deep_copy_assignable_types_rank_2_half (0 ms)
5: [ RUN      ] sycl.deep_copy_assignable_types_rank_3_half
5: [       OK ] sycl.deep_copy_assignable_types_rank_3_half (0 ms)
5: [ RUN      ] sycl.deep_copy_narrowing_rank_0
5: [       OK ] sycl.deep_copy_narrowing_rank_0 (0 ms)
5: [ RUN      ] sycl.deep_copy_narrowing_rank_1
5: [       OK ] sycl.deep_copy_narrowing_rank_1 (0 ms)
5: [ RUN      ] sycl.deep_copy_narrowing_rank_2
5: [       OK ] sycl.deep_copy_narrowing_rank_2 (0 ms)
5: [ RUN      ] sycl.deep_copy_narrowing_rank_3
5: [       OK ] sycl.deep_copy_narrowing_rank_3 (0 ms)
5: [ RUN      ] sycl.deep_copy_narrowing_rank_4
5: [       OK ] sycl.deep_copy_narrowing_rank_4 (0 ms)
5: [ RUN      ] sycl.deep_copy_narrowing_rank_5
5: [       OK ] sycl.deep_copy_narrowing_rank_5 (0 ms)
5: [ RUN      ] sycl.deep_copy_narrowing_rank_6
5: [       OK ] sycl.deep_copy_narrowing_rank_6 (0 ms)
5: [ RUN      ] sycl.deep_copy_narrowing_rank_7
5: [       OK ] sycl.deep_copy_narrowing_rank_7 (0 ms)
5: [ RUN      ] sycl.deep_copy_narrowing_rank_8
5: [       OK ] sycl.deep_copy_narrowing_rank_8 (0 ms)
5: [ RUN      ] sycl.deep_copy_alignment
5: [       OK ] sycl.deep_copy_alignment (2 ms)
5: [ RUN      ] sycl.deep_copy_conversion
5: [       OK ] sycl.deep_copy_conversion (9 ms)
5: [ RUN      ] sycl.partitioning_by_args
5: [       OK ] sycl.partitioning_by_args (0 ms)
5: [ RUN      ] sycl.partitioning_by_args_with_structured_bindings
5: [       OK ] sycl.partitioning_by_args_with_structured_bindings (0 ms)
5: [ RUN      ] sycl.partitioning_by_vector
5: [       OK ] sycl.partitioning_by_vector (0 ms)
5: [ RUN      ] sycl.exec_space_thread_safety_range
27: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time                0.000 s         0.004 s          2025  776.427/s    268.435
27: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time            0.000 s         0.000 s         84850 0.124129/s      1024u
27: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time           0.000 s         0.000 s         81869  0.95794/s     8.192m
27: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time          0.000 s         0.000 s         67750  5.74808/s   0.065536
5: [       OK ] sycl.exec_space_thread_safety_range (5563 ms)
5: [ RUN      ] sycl.exec_space_thread_safety_mdrange
5: [       OK ] sycl.exec_space_thread_safety_mdrange (563 ms)
5: [ RUN      ] sycl.exec_space_thread_safety_team_policy
5: [       OK ] sycl.exec_space_thread_safety_team_policy (92 ms)
5: [ RUN      ] sycl.exec_space_thread_safety_range_reduce
5: [       OK ] sycl.exec_space_thread_safety_range_reduce (557 ms)
5: [ RUN      ] sycl.exec_space_thread_safety_mdrange_reduce
5: [       OK ] sycl.exec_space_thread_safety_mdrange_reduce (563 ms)
5: [ RUN      ] sycl.exec_space_thread_safety_team_policy_reduce
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:350: Skipped
5: skipping since test is know to fail with SYCL+Cuda
5: [  SKIPPED ] sycl.exec_space_thread_safety_team_policy_reduce (0 ms)
5: [ RUN      ] sycl.exec_space_thread_safety_range_scan
27: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time         0.000 s         0.000 s         61117  45.7428/s   0.524288
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o
5: [       OK ] sycl.exec_space_thread_safety_range_scan (557 ms)
5: [ RUN      ] sycl.execution_space_as_class_data_member
5: [       OK ] sycl.execution_space_as_class_data_member (0 ms)
5: [ RUN      ] sycl.functor_analysis
5: [       OK ] sycl.functor_analysis (0 ms)
5: [ RUN      ] sycl.when_all_type
5: [       OK ] sycl.when_all_type (0 ms)
5: [ RUN      ] sycl.graph_capture
5: [       OK ] sycl.graph_capture (0 ms)
5: [ RUN      ] sycl.graph_then
5: [       OK ] sycl.graph_then (0 ms)
5: [ RUN      ] sycl.then_host
5: [       OK ] sycl.then_host (0 ms)
5: [ RUN      ] sycl.mixed_then_host_device_nodes
5: [       OK ] sycl.mixed_then_host_device_nodes (1 ms)
5: [ RUN      ] sycl.graph_then_tag
5: [       OK ] sycl.graph_then_tag (0 ms)
5: [ RUN      ] sycl.host_shared_ptr_use_count
5: [       OK ] sycl.host_shared_ptr_use_count (0 ms)
5: [ RUN      ] sycl.host_shared_ptr_get
5: [       OK ] sycl.host_shared_ptr_get (0 ms)
5: [ RUN      ] sycl.host_shared_ptr_dereference_on_device
5: [       OK ] sycl.host_shared_ptr_dereference_on_device (0 ms)
5: [ RUN      ] sycl.host_shared_ptr_special_members_on_device
5: [       OK ] sycl.host_shared_ptr_special_members_on_device (0 ms)
5: [ RUN      ] sycl.host_shared_ptr_tracking
5: [       OK ] sycl.host_shared_ptr_tracking (0 ms)
5: [ RUN      ] sycl.join_backward_compatibility
5: [       OK ] sycl.join_backward_compatibility (0 ms)
5: [ RUN      ] sycl.local_deepcopy_teampolicy_layoutleft
27: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time        0.000 s         0.000 s         46313  316.467/s     4.1943
27: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time       0.000 s         0.000 s         25137 1.20788k/s    33.5544
5: [       OK ] sycl.local_deepcopy_teampolicy_layoutleft (1705 ms)
5: [ RUN      ] sycl.local_deepcopy_rangepolicy_layoutleft
27: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time      0.000 s         0.000 s          4499 1.72748k/s    268.435
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o
27: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time            0.000 s         0.000 s         50941 0.0745573/s      1024u
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o
27: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time           0.000 s         0.000 s         49880 0.583451/s     8.192m
27: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time          0.000 s         0.000 s         47133  4.12762/s   0.065536
5: [       OK ] sycl.local_deepcopy_rangepolicy_layoutleft (2860 ms)
5: [ RUN      ] sycl.local_deepcopy_teampolicy_layoutright
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o
5: [       OK ] sycl.local_deepcopy_teampolicy_layoutright (1204 ms)
5: [ RUN      ] sycl.local_deepcopy_rangepolicy_layoutright
27: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time         0.000 s         0.000 s         42804  32.0382/s   0.524288
27: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time        0.000 s         0.000 s         35953  214.865/s     4.1943
5: [       OK ] sycl.local_deepcopy_rangepolicy_layoutright (1609 ms)
5: [ RUN      ] sycl.deep_copy_scratch
5: [       OK ] sycl.deep_copy_scratch (0 ms)
5: [ RUN      ] sycl.mathematical_constants_e
5: [       OK ] sycl.mathematical_constants_e (0 ms)
5: [ RUN      ] sycl.mathematical_constants_log2e
5: [       OK ] sycl.mathematical_constants_log2e (0 ms)
5: [ RUN      ] sycl.mathematical_constants_log10e
5: [       OK ] sycl.mathematical_constants_log10e (0 ms)
5: [ RUN      ] sycl.mathematical_constants_pi
5: [       OK ] sycl.mathematical_constants_pi (0 ms)
5: [ RUN      ] sycl.mathematical_constants_inv_pi
5: [       OK ] sycl.mathematical_constants_inv_pi (0 ms)
5: [ RUN      ] sycl.mathematical_constants_inv_sqrtpi
5: [       OK ] sycl.mathematical_constants_inv_sqrtpi (0 ms)
5: [ RUN      ] sycl.mathematical_constants_ln2
5: [       OK ] sycl.mathematical_constants_ln2 (0 ms)
5: [ RUN      ] sycl.mathematical_constants_ln10
5: [       OK ] sycl.mathematical_constants_ln10 (0 ms)
5: [ RUN      ] sycl.mathematical_constants_sqrt2
5: [       OK ] sycl.mathematical_constants_sqrt2 (0 ms)
5: [ RUN      ] sycl.mathematical_constants_sqrt3
5: [       OK ] sycl.mathematical_constants_sqrt3 (0 ms)
5: [ RUN      ] sycl.mathematical_constants_inv_sqrt3
5: [       OK ] sycl.mathematical_constants_inv_sqrt3 (0 ms)
5: [ RUN      ] sycl.mathematical_constants_egamma
5: [       OK ] sycl.mathematical_constants_egamma (0 ms)
5: [ RUN      ] sycl.mathematical_constants_phi
5: [       OK ] sycl.mathematical_constants_phi (0 ms)
5: [ RUN      ] sycl.mathematical_functions_trigonometric_functions
5: [       OK ] sycl.mathematical_functions_trigonometric_functions (15 ms)
5: [ RUN      ] sycl.mathematical_functions_hyperbolic_functions
5: [       OK ] sycl.mathematical_functions_hyperbolic_functions (13 ms)
5: [ RUN      ] sycl.mathematical_functions_non_standard
5: [       OK ] sycl.mathematical_functions_non_standard (1 ms)
5: [ RUN      ] sycl.mathematical_functions_power_functions
5: [       OK ] sycl.mathematical_functions_power_functions (5 ms)
5: [ RUN      ] sycl.mathematical_functions_fma
5: [       OK ] sycl.mathematical_functions_fma (0 ms)
5: [ RUN      ] sycl.mathematical_functions_fmax_fmin
5: [       OK ] sycl.mathematical_functions_fmax_fmin (1 ms)
5: [ RUN      ] sycl.mathematical_functions_error_and_gamma_functions
5: [       OK ] sycl.mathematical_functions_error_and_gamma_functions (9 ms)
5: [ RUN      ] sycl.mathematical_functions_nearest_interger_floating_point_operations
5: [       OK ] sycl.mathematical_functions_nearest_interger_floating_point_operations (7 ms)
5: [ RUN      ] sycl.mathematical_functions_floating_point_manipulation_functions
5: [       OK ] sycl.mathematical_functions_floating_point_manipulation_functions (2 ms)
5: [ RUN      ] sycl.mathematical_functions_absolute_value
5: [       OK ] sycl.mathematical_functions_absolute_value (0 ms)
5: [ RUN      ] sycl.mathematical_functions_floating_point_absolute_value
5: [       OK ] sycl.mathematical_functions_floating_point_absolute_value (0 ms)
5: [ RUN      ] sycl.mathematical_functions_remainder_function
5: [       OK ] sycl.mathematical_functions_remainder_function (0 ms)
5: [ RUN      ] sycl.mathematical_functions_isfinite
5: [       OK ] sycl.mathematical_functions_isfinite (0 ms)
5: [ RUN      ] sycl.mathematical_functions_isinf
5: [       OK ] sycl.mathematical_functions_isinf (0 ms)
5: [ RUN      ] sycl.mathematical_functions_isnan
5: [       OK ] sycl.mathematical_functions_isnan (0 ms)
5: [ RUN      ] sycl.mathematical_functions_impl_half_fallback
5: [       OK ] sycl.mathematical_functions_impl_half_fallback (0 ms)
5: [ RUN      ] sycl.mathematical_functions_nextafter_fp16
5: [       OK ] sycl.mathematical_functions_nextafter_fp16 (0 ms)
5: [ RUN      ] sycl.mathematical_functions_exponential_functions
5: [       OK ] sycl.mathematical_functions_exponential_functions (15 ms)
5: [ RUN      ] sycl.mathspecialfunc_expint1
5: [       OK ] sycl.mathspecialfunc_expint1 (0 ms)
5: [ RUN      ] sycl.mathspecialfunc_errorfunc
5: [       OK ] sycl.mathspecialfunc_errorfunc (1 ms)
5: [ RUN      ] sycl.mathspecialfunc_cbesselj0y0
5: [       OK ] sycl.mathspecialfunc_cbesselj0y0 (24 ms)
5: [ RUN      ] sycl.mathspecialfunc_cbesselj1y1
5: [       OK ] sycl.mathspecialfunc_cbesselj1y1 (24 ms)
5: [ RUN      ] sycl.mathspecialfunc_cbesseli0k0
5: [       OK ] sycl.mathspecialfunc_cbesseli0k0 (1 ms)
5: [ RUN      ] sycl.mathspecialfunc_cbesseli1k1
5: [       OK ] sycl.mathspecialfunc_cbesseli1k1 (1 ms)
5: [ RUN      ] sycl.mathspecialfunc_cbesselh1stkind
5: [       OK ] sycl.mathspecialfunc_cbesselh1stkind (2 ms)
5: [ RUN      ] sycl.mathspecialfunc_cbesselh2ndkind
5: [       OK ] sycl.mathspecialfunc_cbesselh2ndkind (2 ms)
5: [----------] 138 tests from sycl (15793 ms total)
5: 
5: [----------] 17 tests from sycl_graph
5: [ RUN      ] sycl_graph.submit_once
5: [       OK ] sycl_graph.submit_once (0 ms)
5: [ RUN      ] sycl_graph.submit_once_rvalue
5: [       OK ] sycl_graph.submit_once_rvalue (0 ms)
5: [ RUN      ] sycl_graph.instantiate_and_submit_once
5: [       OK ] sycl_graph.instantiate_and_submit_once (0 ms)
5: [ RUN      ] sycl_graph.submit_onto_another_execution_space_instance
5: [       OK ] sycl_graph.submit_onto_another_execution_space_instance (0 ms)
5: [ RUN      ] sycl_graph.create_graph_no_closure_with_exec
5: [       OK ] sycl_graph.create_graph_no_closure_with_exec (0 ms)
5: [ RUN      ] sycl_graph.create_graph_no_arg
5: [       OK ] sycl_graph.create_graph_no_arg (0 ms)
5: [ RUN      ] sycl_graph.submit_six
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:276: Skipped
5: skipping since test case is known to fail with SYCL
5: [  SKIPPED ] sycl_graph.submit_six (0 ms)
5: [ RUN      ] sycl_graph.when_all_cycle
5: [       OK ] sycl_graph.when_all_cycle (0 ms)
5: [ RUN      ] sycl_graph.repeat_chain
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:338: Skipped
5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space.
5: [  SKIPPED ] sycl_graph.repeat_chain (0 ms)
5: [ RUN      ] sycl_graph.zero_work_reduce
5: [       OK ] sycl_graph.zero_work_reduce (0 ms)
5: [ RUN      ] sycl_graph.empty_graph
5: [       OK ] sycl_graph.empty_graph (0 ms)
5: [ RUN      ] sycl_graph.force_global_launch
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:444: Skipped
5: This execution space does not support global launch.
5: [  SKIPPED ] sycl_graph.force_global_launch (0 ms)
5: [ RUN      ] sycl_graph.sized_functor_launch
5: [       OK ] sycl_graph.sized_functor_launch (0 ms)
5: [ RUN      ] sycl_graph.empty_graph_default_host_exec
5: [       OK ] sycl_graph.empty_graph_default_host_exec (0 ms)
5: [ RUN      ] sycl_graph.node_lifetime
5: [       OK ] sycl_graph.node_lifetime (0 ms)
5: [ RUN      ] sycl_graph.diamond
5: [       OK ] sycl_graph.diamond (0 ms)
5: [ RUN      ] sycl_graph.end_of_submit_control_flow
5: [       OK ] sycl_graph.end_of_submit_control_flow (0 ms)
5: [----------] 17 tests from sycl_graph (4 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 159 tests from 4 test suites ran. (16879 ms total)
5: [  PASSED  ] 153 tests.
5: [  SKIPPED ] 6 tests, listed below:
5: [  SKIPPED ] sycl_graph_DeathTest.can_instantiate_only_once
5: [  SKIPPED ] sycl.atomic_operations_complexdouble
5: [  SKIPPED ] sycl.exec_space_thread_safety_team_policy_reduce
5: [  SKIPPED ] sycl_graph.submit_six
5: [  SKIPPED ] sycl_graph.repeat_chain
5: [  SKIPPED ] sycl_graph.force_global_launch
 5/65 Test  #5: Kokkos_CoreUnitTest_SYCL1A .................................   Passed   17.22 sec
test 6
      Start  6: Kokkos_CoreUnitTest_SYCL1B

6: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_SYCL1B
6: Test timeout computed to be: 1500
6: [==========] Running 82 tests from 2 test suites.
6: [----------] Global test environment set-up.
6: [----------] 8 tests from sycl_DeathTest
6: [ RUN      ] sycl_DeathTest.policy_bounds_unsafe_narrowing_conversions
27: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time       0.000 s         0.000 s         19277  1030.06/s    33.5544
6: [       OK ] sycl_DeathTest.policy_bounds_unsafe_narrowing_conversions (450 ms)
6: [ RUN      ] sycl_DeathTest.policy_invalid_bounds
6: [       OK ] sycl_DeathTest.policy_invalid_bounds (479 ms)
6: [ RUN      ] sycl_DeathTest.range_policy_invalid_bounds
27: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time      0.000 s         0.000 s          4393 1.68547k/s    268.435
27/56 Test #27: Kokkos_PerformanceTest_ViewFirstTouch ......................   Passed   47.61 sec
test 28
      Start 28: Kokkos_PerformanceTest_Mempool

28: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-09-11_T05-53-36.json"
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: 2025-09-11T06:37:54+00:00
28: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Mempool
28: Run on (15 X 3250 MHz CPU s)
28: CPU Caches:
28:   L1 Data 64 KiB (x15)
28:   L1 Instruction 64 KiB (x15)
28:   L2 Unified 512 KiB (x15)
28:   L3 Unified 16384 KiB (x15)
28: Load Average: 1.32, 6.21, 8.36
28: CPU architecture: none
28: Can access system allocated memory: 0
28: Capability: 8.0
28: Default Device: Cuda
28: GPU architecture: AMPERE80
28: KOKKOS_COMPILER_GNU: 1330
28: KOKKOS_COMPILER_NVCC: 1300
28: KOKKOS_ENABLE_ASM: yes
28: KOKKOS_ENABLE_CUDA: yes
28: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
28: KOKKOS_ENABLE_CUDA_UVM: no
28: KOKKOS_ENABLE_CXX20: yes
28: KOKKOS_ENABLE_CXX23: no
28: KOKKOS_ENABLE_CXX26: no
28: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes
28: KOKKOS_ENABLE_HWLOC: no
28: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes
28: KOKKOS_ENABLE_LIBDL: no
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 15 x 1 ]
28: Kokkos Version: 4.7.99
28: Kokkos::Cuda[ 0 ] NVIDIA A30: Selected
28: Shared Memory per Block: 48 KiB
28: Total Global Memory: 23.6 GiB
28: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
28: macro  CUDA_VERSION: 13000 = version 13.0
28: macro  KOKKOS_ENABLE_CUDA: defined
28: mdspan: disabled
28: mdspan version: not applicable
28: platform: 64bit
28: via Address Translation Service: 0
28: ***WARNING*** Library was built as DEBUG. Timings may be affected.
6: [       OK ] sycl_DeathTest.range_policy_invalid_bounds (981 ms)
6: [ RUN      ] sycl_DeathTest.range_policy_round_trip_conversion_fires
6: [       OK ] sycl_DeathTest.range_policy_round_trip_conversion_fires (501 ms)
6: [ RUN      ] sycl_DeathTest.range_policy_check_sign_changes
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          4781               37.8609M/s
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o
6: [       OK ] sycl_DeathTest.range_policy_check_sign_changes (981 ms)
6: [ RUN      ] sycl_DeathTest.range_policy_implicitly_converted_bounds
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         14451                229.514M/s
28/56 Test #28: Kokkos_PerformanceTest_Mempool .............................   Passed    3.91 sec
test 29
      Start 29: Kokkos_PerformanceTest_Atomic

29: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-09-11_T05-53-36.json"
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: 
29: 2025-09-11T06:37:58+00:00
29: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Atomic
29: Run on (15 X 3250 MHz CPU s)
29: CPU Caches:
29:   L1 Data 64 KiB (x15)
29:   L1 Instruction 64 KiB (x15)
29:   L2 Unified 512 KiB (x15)
29:   L3 Unified 16384 KiB (x15)
29: Load Average: 1.30, 6.12, 8.32
29: CPU architecture: none
29: Can access system allocated memory: 0
29: Capability: 8.0
29: Default Device: Cuda
29: GPU architecture: AMPERE80
29: KOKKOS_COMPILER_GNU: 1330
29: KOKKOS_COMPILER_NVCC: 1300
29: KOKKOS_ENABLE_ASM: yes
29: KOKKOS_ENABLE_CUDA: yes
29: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
29: KOKKOS_ENABLE_CUDA_UVM: no
29: KOKKOS_ENABLE_CXX20: yes
29: KOKKOS_ENABLE_CXX23: no
29: KOKKOS_ENABLE_CXX26: no
29: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes
29: KOKKOS_ENABLE_HWLOC: no
29: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes
29: KOKKOS_ENABLE_LIBDL: no
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 15 x 1 ]
29: Kokkos Version: 4.7.99
29: Kokkos::Cuda[ 0 ] NVIDIA A30: Selected
29: Shared Memory per Block: 48 KiB
29: Total Global Memory: 23.6 GiB
29: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
29: macro  CUDA_VERSION: 13000 = version 13.0
29: macro  KOKKOS_ENABLE_CUDA: defined
29: mdspan: disabled
29: mdspan version: not applicable
29: platform: 64bit
29: via Address Translation Service: 0
29: ***WARNING*** Library was built as DEBUG. Timings may be affected.
6: [       OK ] sycl_DeathTest.range_policy_implicitly_converted_bounds (2113 ms)
6: [ RUN      ] sycl_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
6: [       OK ] sycl_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (488 ms)
6: [ RUN      ] sycl_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
6: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:113: Skipped
6: skipping SYCL device-side abort does not work when NDEBUG is defined
6: [  SKIPPED ] sycl_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
6: [----------] 8 tests from sycl_DeathTest (5996 ms total)
6: 
6: [----------] 74 tests from sycl
6: [ RUN      ] sycl.mdrange_5d
6: [       OK ] sycl.mdrange_5d (368 ms)
6: [ RUN      ] sycl.mdrange_6d
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.181 s         0.181 s            10          1            4    4.27173m        3.44473m    1.66333m     449.985M          46.144k     449.985M
6: [       OK ] sycl.mdrange_6d (670 ms)
6: [ RUN      ] sycl.mdrange_2d
6: [       OK ] sycl.mdrange_2d (3 ms)
6: [ RUN      ] sycl.mdrange_array_reduce
6: [       OK ] sycl.mdrange_array_reduce (1 ms)
6: [ RUN      ] sycl.mdrange_3d
6: [       OK ] sycl.mdrange_3d (8 ms)
6: [ RUN      ] sycl.mdrange_neg_idx
6: [       OK ] sycl.mdrange_neg_idx (3 ms)
6: [ RUN      ] sycl.mdrange_4d
6: [       OK ] sycl.mdrange_4d (167 ms)
6: [ RUN      ] sycl.mdrange_scalar
6: [       OK ] sycl.mdrange_scalar (0 ms)
6: [ RUN      ] sycl.mdrange_large_deep_copy
6: [       OK ] sycl.mdrange_large_deep_copy (14 ms)
6: [ RUN      ] sycl.md_range_policy_construction_from_arrays
6: [       OK ] sycl.md_range_policy_construction_from_arrays (0 ms)
6: [ RUN      ] sycl.policy_get_tile_size
6: [       OK ] sycl.policy_get_tile_size (0 ms)
6: [ RUN      ] sycl.mdrange_parallel_reduce_primitive_types
6: [       OK ] sycl.mdrange_parallel_reduce_primitive_types (1741 ms)
6: [ RUN      ] sycl.mdspan_minimal_functional
6: [       OK ] sycl.mdspan_minimal_functional (0 ms)
6: [ RUN      ] sycl.mdspan_atomic_accessor
6: [       OK ] sycl.mdspan_atomic_accessor (0 ms)
6: [ RUN      ] sycl.view_mdspan_conversion
6: [       OK ] sycl.view_mdspan_conversion (2 ms)
6: [ RUN      ] sycl.view_mdspan_conversion_with_stride
6: [       OK ] sycl.view_mdspan_conversion_with_stride (0 ms)
6: [ RUN      ] sycl.max
6: [       OK ] sycl.max (0 ms)
6: [ RUN      ] sycl.max_within_parfor
6: [       OK ] sycl.max_within_parfor (0 ms)
6: [ RUN      ] sycl.min
6: [       OK ] sycl.min (0 ms)
6: [ RUN      ] sycl.min_within_parfor
6: [       OK ] sycl.min_within_parfor (0 ms)
6: [ RUN      ] sycl.minmax
6: [       OK ] sycl.minmax (0 ms)
6: [ RUN      ] sycl.minmax_within_parfor
6: [       OK ] sycl.minmax_within_parfor (0 ms)
6: [ RUN      ] sycl.clamp
6: [       OK ] sycl.clamp (0 ms)
6: [ RUN      ] sycl.clamp_within_parfor
6: [       OK ] sycl.clamp_within_parfor (0 ms)
6: [ RUN      ] sycl.numeric_traits_infinity
6: [       OK ] sycl.numeric_traits_infinity (0 ms)
6: [ RUN      ] sycl.numeric_traits_epsilon
6: [       OK ] sycl.numeric_traits_epsilon (0 ms)
6: [ RUN      ] sycl.numeric_traits_round_error
6: [       OK ] sycl.numeric_traits_round_error (0 ms)
6: [ RUN      ] sycl.numeric_traits_norm_min
6: [       OK ] sycl.numeric_traits_norm_min (0 ms)
6: [ RUN      ] sycl.numeric_traits_denorm_min
6: [       OK ] sycl.numeric_traits_denorm_min (0 ms)
6: [ RUN      ] sycl.numeric_traits_finite_min_max
6: [       OK ] sycl.numeric_traits_finite_min_max (2 ms)
6: [ RUN      ] sycl.numeric_traits_digits
6: [       OK ] sycl.numeric_traits_digits (1 ms)
6: [ RUN      ] sycl.numeric_traits_digits10
6: [       OK ] sycl.numeric_traits_digits10 (1 ms)
6: [ RUN      ] sycl.numeric_traits_max_digits10
6: [       OK ] sycl.numeric_traits_max_digits10 (0 ms)
6: [ RUN      ] sycl.numeric_traits_radix
6: [       OK ] sycl.numeric_traits_radix (1 ms)
6: [ RUN      ] sycl.numeric_traits_min_max_exponent
6: [       OK ] sycl.numeric_traits_min_max_exponent (0 ms)
6: [ RUN      ] sycl.numeric_traits_min_max_exponent10
6: [       OK ] sycl.numeric_traits_min_max_exponent10 (0 ms)
6: [ RUN      ] sycl.numeric_traits_quiet_and_signaling_nan
6: [       OK ] sycl.numeric_traits_quiet_and_signaling_nan (0 ms)
6: [ RUN      ] sycl.numeric_traits_sfinae_friendly
6: [       OK ] sycl.numeric_traits_sfinae_friendly (0 ms)
6: [ RUN      ] sycl.occupancy_control
6: [       OK ] sycl.occupancy_control (1 ms)
6: [ RUN      ] sycl.memory_pool
6: [       OK ] sycl.memory_pool (44 ms)
6: [ RUN      ] sycl.cxx11
6: [       OK ] sycl.cxx11 (1 ms)
6: [ RUN      ] sycl.parallel_scan_range_policy
6: [       OK ] sycl.parallel_scan_range_policy (43 ms)
6: [ RUN      ] sycl.kokkos_printf
6: [       OK ] sycl.kokkos_printf (6 ms)
6: [ RUN      ] sycl.range_for
6: [       OK ] sycl.range_for (1 ms)
6: [ RUN      ] sycl.range_reduce
6: [       OK ] sycl.range_reduce (2 ms)
6: [ RUN      ] sycl.range_dynamic_policy
6: [       OK ] sycl.range_dynamic_policy (0 ms)
6: [ RUN      ] sycl.large_parallel_for_reduce
6: [       OK ] sycl.large_parallel_for_reduce (23 ms)
6: [ RUN      ] sycl.range_policy_runtime_parameters
6: [       OK ] sycl.range_policy_runtime_parameters (0 ms)
6: [ RUN      ] sycl.range_policy_one_way_convertible_bounds
6: [       OK ] sycl.range_policy_one_way_convertible_bounds (0 ms)
6: [ RUN      ] sycl.range_for_require
6: [       OK ] sycl.range_for_require (1 ms)
6: [ RUN      ] sycl.range_reduce_require
6: [       OK ] sycl.range_reduce_require (1 ms)
6: [ RUN      ] sycl.range_dynamic_policy_require
6: [       OK ] sycl.range_dynamic_policy_require (0 ms)
6: [ RUN      ] sycl.reducers_int
6: [       OK ] sycl.reducers_int (8 ms)
6: [ RUN      ] sycl.reducers_double
6: [       OK ] sycl.reducers_double (11 ms)
6: [ RUN      ] sycl.reducers_complex_double
6: [       OK ] sycl.reducers_complex_double (3 ms)
6: [ RUN      ] sycl.reducers_struct
6: [       OK ] sycl.reducers_struct (8 ms)
6: [ RUN      ] sycl.reducers_half_t
6: [       OK ] sycl.reducers_half_t (5 ms)
6: [ RUN      ] sycl.reducers_bhalf_t
6: [       OK ] sycl.reducers_bhalf_t (4 ms)
6: [ RUN      ] sycl.reducers_int8_t
6: [       OK ] sycl.reducers_int8_t (3 ms)
6: [ RUN      ] sycl.reducers_int16_t
6: [       OK ] sycl.reducers_int16_t (3 ms)
6: [ RUN      ] sycl.reducers_point_t
6: [       OK ] sycl.reducers_point_t (2 ms)
6: [ RUN      ] sycl.reducers_bool
6: [       OK ] sycl.reducers_bool (0 ms)
6: [ RUN      ] sycl.int_combined_reduce
6: [       OK ] sycl.int_combined_reduce (0 ms)
6: [ RUN      ] sycl.mdrange_combined_reduce
6: [       OK ] sycl.mdrange_combined_reduce (0 ms)
6: [ RUN      ] sycl.int_combined_reduce_mixed
6: [       OK ] sycl.int_combined_reduce_mixed (0 ms)
6: [ RUN      ] sycl.reduction_with_large_iteration_count
6: [       OK ] sycl.reduction_with_large_iteration_count (684 ms)
6: [ RUN      ] sycl.reduction_identity_min_max_floating_point_types
6: [       OK ] sycl.reduction_identity_min_max_floating_point_types (2 ms)
6: [ RUN      ] sycl.reduction_deduction
6: [       OK ] sycl.reduction_deduction (0 ms)
6: [ RUN      ] sycl.reduce_device_view_range_policy
6: [       OK ] sycl.reduce_device_view_range_policy (3 ms)
6: [ RUN      ] sycl.reduce_device_view_mdrange_policy
6: [       OK ] sycl.reduce_device_view_mdrange_policy (1097 ms)
6: [ RUN      ] sycl.reduce_device_view_team_policy
6: [       OK ] sycl.reduce_device_view_team_policy (3 ms)
6: [ RUN      ] sycl.impl_shared_alloc
6: [       OK ] sycl.impl_shared_alloc (54 ms)
6: [ RUN      ] sycl.mdspan_space_aware_accessor
6: [       OK ] sycl.mdspan_space_aware_accessor (1 ms)
6: [ RUN      ] sycl.kokkos_swap
6: [       OK ] sycl.kokkos_swap (0 ms)
6: [----------] 74 tests from sycl (5027 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 82 tests from 2 test suites ran. (11024 ms total)
6: [  PASSED  ] 81 tests.
6: [  SKIPPED ] 1 test, listed below:
6: [  SKIPPED ] sycl_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
 6/65 Test  #6: Kokkos_CoreUnitTest_SYCL1B .................................   Passed   11.35 sec
test 7
      Start  7: Kokkos_CoreUnitTest_SYCL2A

7: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2A
7: Test timeout computed to be: 1500
7: [==========] Running 116 tests from 2 test suites.
7: [----------] Global test environment set-up.
7: [----------] 8 tests from sycl_DeathTest
7: [ RUN      ] sycl_DeathTest.view_construction_with_wrong_params_dyn
7: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped
7: only enforced when debug bound checks is enabled
7: [  SKIPPED ] sycl_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
7: [ RUN      ] sycl_DeathTest.view_construction_with_wrong_params_stat
7: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped
7: only enforced when debug bound checks is enabled
7: [  SKIPPED ] sycl_DeathTest.view_construction_with_wrong_params_stat (0 ms)
7: [ RUN      ] sycl_DeathTest.view_construction_with_wrong_params_mix
7: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped
7: only enforced when debug bound checks is enabled
7: [  SKIPPED ] sycl_DeathTest.view_construction_with_wrong_params_mix (0 ms)
7: [ RUN      ] sycl_DeathTest.view_construction_with_wrong_static_extents
7: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped
7: only enforced when debug bound checks is enabled
7: [  SKIPPED ] sycl_DeathTest.view_construction_with_wrong_static_extents (0 ms)
7: [ RUN      ] sycl_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o
7: [       OK ] sycl_DeathTest.view_layoutstride_right_to_layoutleft_assignment (3493 ms)
7: [ RUN      ] sycl_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
7: [       OK ] sycl_DeathTest.view_layoutstride_left_to_layoutright_assignment (3745 ms)
7: [ RUN      ] sycl_DeathTest.view_memory_access_violations_from_host
[ 76%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o
29: Test_Atomic<long int>/100000/iterations:10                     1.54 s          1.54 s            10          1            8    2.80585m        1034.72u    1.75752m     4.99995G         160.944k     4.99995G
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o
7: [       OK ] sycl_DeathTest.view_memory_access_violations_from_host (9961 ms)
7: [ RUN      ] sycl_DeathTest.view_memory_access_violations_from_device
7: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:178: Skipped
7: skipping because SYCL device-side abort does not work when NDEBUG is defined
7: [  SKIPPED ] sycl_DeathTest.view_memory_access_violations_from_device (0 ms)
7: [----------] 8 tests from sycl_DeathTest (17201 ms total)
7: 
7: [----------] 108 tests from sycl
7: [ RUN      ] sycl.team_for
7: [       OK ] sycl.team_for (10 ms)
7: [ RUN      ] sycl.team_reduce
7: [       OK ] sycl.team_reduce (1 ms)
7: [ RUN      ] sycl.team_reduce_large
7: [       OK ] sycl.team_reduce_large (291 ms)
7: [ RUN      ] sycl.team_parallel_single
7: [       OK ] sycl.team_parallel_single (6 ms)
7: [ RUN      ] sycl.large_team_scratch_size
7: [       OK ] sycl.large_team_scratch_size (0 ms)
7: [ RUN      ] sycl.team_broadcast_long
7: [       OK ] sycl.team_broadcast_long (1 ms)
7: [ RUN      ] sycl.team_broadcast_long_wrapper
7: [       OK ] sycl.team_broadcast_long_wrapper (1 ms)
7: [ RUN      ] sycl.team_broadcast_char
7: [       OK ] sycl.team_broadcast_char (1 ms)
7: [ RUN      ] sycl.team_broadcast_float
7: [       OK ] sycl.team_broadcast_float (1 ms)
7: [ RUN      ] sycl.team_broadcast_double
7: [       OK ] sycl.team_broadcast_double (1 ms)
7: [ RUN      ] sycl.team_broadcast_int_ptr
7: [       OK ] sycl.team_broadcast_int_ptr (0 ms)
7: [ RUN      ] sycl.team_single_thread_int_ptr
7: [       OK ] sycl.team_single_thread_int_ptr (0 ms)
7: [ RUN      ] sycl.team_single_team_int_ptr
7: [       OK ] sycl.team_single_team_int_ptr (0 ms)
7: [ RUN      ] sycl.team_handle_by_value
7: [       OK ] sycl.team_handle_by_value (0 ms)
7: [ RUN      ] sycl.team_vector
7: [       OK ] sycl.team_vector (22 ms)
7: [ RUN      ] sycl.triple_nested_parallelism
7: [       OK ] sycl.triple_nested_parallelism (5 ms)
7: [ RUN      ] sycl.parallel_scan_with_reducers
7: [       OK ] sycl.parallel_scan_with_reducers (53 ms)
7: [ RUN      ] sycl.team_thread_range_combined_reducers
7: [       OK ] sycl.team_thread_range_combined_reducers (0 ms)
7: [ RUN      ] sycl.thread_vector_range_combined_reducers
7: [       OK ] sycl.thread_vector_range_combined_reducers (0 ms)
7: [ RUN      ] sycl.team_vector_range_combined_reducers
7: [       OK ] sycl.team_vector_range_combined_reducers (0 ms)
7: [ RUN      ] sycl.TeamThreadMDRangeParallelFor
7: [       OK ] sycl.TeamThreadMDRangeParallelFor (17 ms)
7: [ RUN      ] sycl.ThreadVectorMDRangeParallelFor
7: [       OK ] sycl.ThreadVectorMDRangeParallelFor (7 ms)
7: [ RUN      ] sycl.TeamVectorMDRangeParallelFor
7: [       OK ] sycl.TeamVectorMDRangeParallelFor (8 ms)
7: [ RUN      ] sycl.TeamThreadMDRangeParallelReduce
7: [       OK ] sycl.TeamThreadMDRangeParallelReduce (15 ms)
7: [ RUN      ] sycl.ThreadVectorMDRangeParallelReduce
7: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestTeamMDRange.hpp:2186: Skipped
7: skipping because of bug in group_barrier implementation
7: [  SKIPPED ] sycl.ThreadVectorMDRangeParallelReduce (0 ms)
7: [ RUN      ] sycl.TeamVectorMDRangeParallelReduce
7: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestTeamMDRange.hpp:2219: Skipped
7: skipping because of bug in group_barrier implementation
7: [  SKIPPED ] sycl.TeamVectorMDRangeParallelReduce (0 ms)
7: [ RUN      ] sycl.team_policy_runtime_parameters
7: [       OK ] sycl.team_policy_runtime_parameters (0 ms)
7: [ RUN      ] sycl.team_reduction_scan
7: [       OK ] sycl.team_reduction_scan (951 ms)
7: [ RUN      ] sycl.team_long_reduce
7: [       OK ] sycl.team_long_reduce (11 ms)
7: [ RUN      ] sycl.team_double_reduce
7: [       OK ] sycl.team_double_reduce (11 ms)
7: [ RUN      ] sycl.team_long_array_reduce
7: [       OK ] sycl.team_long_array_reduce (10 ms)
7: [ RUN      ] sycl.team_double_array_reduce
7: [       OK ] sycl.team_double_array_reduce (10 ms)
7: [ RUN      ] sycl.team_parallel_dummy_with_reducer_and_scratch_space
7: [       OK ] sycl.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
7: [ RUN      ] sycl.repeated_team_reduce
7: [       OK ] sycl.repeated_team_reduce (25 ms)
7: [ RUN      ] sycl.nested_team_reduce_functor_as_reducer
7: [       OK ] sycl.nested_team_reduce_functor_as_reducer (0 ms)
7: [ RUN      ] sycl.team_scan
7: [       OK ] sycl.team_scan (75 ms)
7: [ RUN      ] sycl.team_scan_ret_val
7: [       OK ] sycl.team_scan_ret_val (76 ms)
7: [ RUN      ] sycl.team_shared_request
7: [       OK ] sycl.team_shared_request (1 ms)
7: [ RUN      ] sycl.team_scratch_request
7: [       OK ] sycl.team_scratch_request (0 ms)
7: [ RUN      ] sycl.team_lambda_shared_request
7: [       OK ] sycl.team_lambda_shared_request (29 ms)
7: [ RUN      ] sycl.scratch_align
7: [       OK ] sycl.scratch_align (0 ms)
7: [ RUN      ] sycl.shmem_size
7: [       OK ] sycl.shmem_size (0 ms)
7: [ RUN      ] sycl.multi_level_scratch
7: [       OK ] sycl.multi_level_scratch (14 ms)
7: [ RUN      ] sycl.team_scratch_memory_index_parallel_for
7: [       OK ] sycl.team_scratch_memory_index_parallel_for (0 ms)
7: [ RUN      ] sycl.team_policy_max_recommended
7: [       OK ] sycl.team_policy_max_recommended (11 ms)
7: [ RUN      ] sycl.team_policy_minmax_scalar_without_plus_equal_k
7: [       OK ] sycl.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
7: [ RUN      ] sycl.team_teamvector_range
7: [       OK ] sycl.team_teamvector_range (2 ms)
7: [ RUN      ] sycl.timer
7: [       OK ] sycl.timer (20 ms)
7: [ RUN      ] sycl.unique_token_global
7: [       OK ] sycl.unique_token_global (27 ms)
7: [ RUN      ] sycl.unique_token_instance
7: [       OK ] sycl.unique_token_instance (27 ms)
7: [ RUN      ] sycl.unique_token_team_acquire
7: [       OK ] sycl.unique_token_team_acquire (1 ms)
7: [ RUN      ] sycl.view_api_a
7: [       OK ] sycl.view_api_a (4 ms)
7: [ RUN      ] sycl.view_layout_left_with_stride
7: [       OK ] sycl.view_layout_left_with_stride (0 ms)
7: [ RUN      ] sycl.view_layout_right_with_stride
7: [       OK ] sycl.view_layout_right_with_stride (0 ms)
7: [ RUN      ] sycl.view_api_b
7: [       OK ] sycl.view_api_b (3 ms)
7: [ RUN      ] sycl.view_api_c
7: [       OK ] sycl.view_api_c (0 ms)
7: [ RUN      ] sycl.view_api_d
7: [       OK ] sycl.view_api_d (1 ms)
7: [ RUN      ] sycl.view_remap
7: [       OK ] sycl.view_remap (0 ms)
7: [ RUN      ] sycl.view_mirror_nonconst
7: [       OK ] sycl.view_mirror_nonconst (0 ms)
7: [ RUN      ] sycl.view_stride_method
7: [       OK ] sycl.view_stride_method (0 ms)
7: [ RUN      ] sycl.anonymous_space
7: [       OK ] sycl.anonymous_space (0 ms)
7: [ RUN      ] sycl.view_overload_resolution
7: [       OK ] sycl.view_overload_resolution (0 ms)
7: [ RUN      ] sycl.view_allocation_large_rank
7: [       OK ] sycl.view_allocation_large_rank (7 ms)
7: [ RUN      ] sycl.view_shmem_size_on_device
7: [       OK ] sycl.view_shmem_size_on_device (0 ms)
7: [ RUN      ] sycl.view_is_assignable
7: [       OK ] sycl.view_is_assignable (0 ms)
7: [ RUN      ] sycl.view_bad_alloc
7: <CUDA>[ERROR]: 
7: UR CUDA ERROR:
7: 	Value:           2
7: 	Name:            CUDA_ERROR_OUT_OF_MEMORY
7: 	Description:     out of memory
7: 	Function:        USMDeviceAllocImpl
7: 	Source Location: /tmp/tmp.nlKu2FwFq5/intel-llvm-mirror/build/_deps/unified-runtime-src/source/adapters/cuda/usm.cpp:139
7: 
7: <CUDA>[ERROR]: 
7: UR CUDA ERROR:
7: 	Value:           2
7: 	Name:            CUDA_ERROR_OUT_OF_MEMORY
7: 	Description:     out of memory
7: 	Function:        USMSharedAllocImpl
7: 	Source Location: /tmp/tmp.nlKu2FwFq5/intel-llvm-mirror/build/_deps/unified-runtime-src/source/adapters/cuda/usm.cpp:160
7: 
7: <CUDA>[ERROR]: 
7: UR CUDA ERROR:
7: 	Value:           2
7: 	Name:            CUDA_ERROR_OUT_OF_MEMORY
7: 	Description:     out of memory
7: 	Function:        USMHostAllocImpl
7: 	Source Location: /tmp/tmp.nlKu2FwFq5/intel-llvm-mirror/build/_deps/unified-runtime-src/source/adapters/cuda/usm.cpp:179
7: 
7: [       OK ] sycl.view_bad_alloc (0 ms)
7: [ RUN      ] sycl.view_copy_tests
7: [       OK ] sycl.view_copy_tests (6 ms)
7: [ RUN      ] sycl.view_copy_tests_rank_0
7: [       OK ] sycl.view_copy_tests_rank_0 (0 ms)
7: [ RUN      ] sycl.view_copy_degenerated
7: [       OK ] sycl.view_copy_degenerated (0 ms)
7: [ RUN      ] sycl.view_fill_tests_layout_right
7: [       OK ] sycl.view_fill_tests_layout_right (86 ms)
7: [ RUN      ] sycl.view_fill_tests_layout_left
7: [       OK ] sycl.view_fill_tests_layout_left (73 ms)
7: [ RUN      ] sycl.vcp_empty_traits
7: [       OK ] sycl.vcp_empty_traits (0 ms)
7: [ RUN      ] sycl.is_view_label
7: [       OK ] sycl.is_view_label (0 ms)
7: [ RUN      ] sycl.vcp_label_base_traits
7: [       OK ] sycl.vcp_label_base_traits (0 ms)
7: [ RUN      ] sycl.vcp_label_traits
7: [       OK ] sycl.vcp_label_traits (0 ms)
7: [ RUN      ] sycl.view_alloc_can_perfect_forward_label
7: [       OK ] sycl.view_alloc_can_perfect_forward_label (0 ms)
7: [ RUN      ] sycl.vcp_label_copy_constructor
7: [       OK ] sycl.vcp_label_copy_constructor (0 ms)
7: [ RUN      ] sycl.vcp_pointer_add_property
7: [       OK ] sycl.vcp_pointer_add_property (0 ms)
7: [ RUN      ] sycl.view_empty_runtime_unmanaged
7: [       OK ] sycl.view_empty_runtime_unmanaged (0 ms)
7: [ RUN      ] sycl.view_layoutstride_left_to_layoutleft_assignment
7: [       OK ] sycl.view_layoutstride_left_to_layoutleft_assignment (63 ms)
7: [ RUN      ] sycl.view_layoutstride_right_to_layoutright_assignment
7: [       OK ] sycl.view_layoutstride_right_to_layoutright_assignment (60 ms)
7: [ RUN      ] sycl.view_mapping
7: [       OK ] sycl.view_mapping (47 ms)
7: [ RUN      ] sycl.view_mapping_operator
7: [       OK ] sycl.view_mapping_operator (12 ms)
7: [ RUN      ] sycl.static_extent
7: [       OK ] sycl.static_extent (0 ms)
7: [ RUN      ] sycl.view_mapping_atomic
7: [       OK ] sycl.view_mapping_atomic (0 ms)
7: [ RUN      ] sycl.view_mapping_class_value
7: [       OK ] sycl.view_mapping_class_value (0 ms)
7: [ RUN      ] sycl.view_mapping_assignable
7: [       OK ] sycl.view_mapping_assignable (0 ms)
7: [ RUN      ] sycl.view_mapping_trivially_copyable
7: [       OK ] sycl.view_mapping_trivially_copyable (0 ms)
7: [ RUN      ] sycl.view_mapping_subview
7: [       OK ] sycl.view_mapping_subview (0 ms)
7: [ RUN      ] sycl.view_nested_view
7: [       OK ] sycl.view_nested_view (0 ms)
7: [ RUN      ] sycl.view_of_views_default
7: [       OK ] sycl.view_of_views_default (0 ms)
7: [ RUN      ] sycl.view_of_views_without_initializing
7: [       OK ] sycl.view_of_views_without_initializing (0 ms)
7: [ RUN      ] sycl.test_view_of_views_sequential_host_init
7: [       OK ] sycl.test_view_of_views_sequential_host_init (0 ms)
7: [ RUN      ] sycl.append_formatted_multidimensional_index
7: [       OK ] sycl.append_formatted_multidimensional_index (0 ms)
7: [ RUN      ] sycl.view_resize
7: [       OK ] sycl.view_resize (6 ms)
7: [ RUN      ] sycl.view_realloc
7: [       OK ] sycl.view_realloc (0 ms)
7: [ RUN      ] sycl.resize_realloc_no_init
7: [       OK ] sycl.resize_realloc_no_init (0 ms)
7: [ RUN      ] sycl.resize_realloc_no_alloc
7: [       OK ] sycl.resize_realloc_no_alloc (0 ms)
7: [ RUN      ] sycl.realloc_exec_space
7: [       OK ] sycl.realloc_exec_space (0 ms)
7: [ RUN      ] sycl.view_alloc
7: [       OK ] sycl.view_alloc (0 ms)
7: [ RUN      ] sycl.view_alloc_exec_space
7: [       OK ] sycl.view_alloc_exec_space (0 ms)
7: [ RUN      ] sycl.view_alloc_int
7: [       OK ] sycl.view_alloc_int (0 ms)
7: [ RUN      ] sycl.view_alloc_exec_space_int
7: [       OK ] sycl.view_alloc_exec_space_int (0 ms)
7: [ RUN      ] sycl.deep_copy_zero_memset
7: [       OK ] sycl.deep_copy_zero_memset (0 ms)
7: [ RUN      ] sycl.resize_exec_space
7: [       OK ] sycl.resize_exec_space (0 ms)
7: [ RUN      ] sycl.view_allocation_int
7: [       OK ] sycl.view_allocation_int (0 ms)
7: [ RUN      ] sycl.view_allocation_exec_space_int
7: [       OK ] sycl.view_allocation_exec_space_int (0 ms)
7: [ RUN      ] sycl.view_not_default_constructible
7: [       OK ] sycl.view_not_default_constructible (0 ms)
7: [----------] 108 tests from sycl (2141 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 116 tests from 2 test suites ran. (19343 ms total)
7: [  PASSED  ] 109 tests.
7: [  SKIPPED ] 7 tests, listed below:
7: [  SKIPPED ] sycl_DeathTest.view_construction_with_wrong_params_dyn
7: [  SKIPPED ] sycl_DeathTest.view_construction_with_wrong_params_stat
7: [  SKIPPED ] sycl_DeathTest.view_construction_with_wrong_params_mix
7: [  SKIPPED ] sycl_DeathTest.view_construction_with_wrong_static_extents
7: [  SKIPPED ] sycl_DeathTest.view_memory_access_violations_from_device
7: [  SKIPPED ] sycl.ThreadVectorMDRangeParallelReduce
7: [  SKIPPED ] sycl.TeamVectorMDRangeParallelReduce
 7/65 Test  #7: Kokkos_CoreUnitTest_SYCL2A .................................   Passed   19.64 sec
test 8
      Start  8: Kokkos_CoreUnitTest_SYCL2B

8: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2B
8: Test timeout computed to be: 1500
8: [==========] Running 17 tests from 2 test suites.
8: [----------] Global test environment set-up.
8: [----------] 1 test from sycl_shared_usm_DeathTest
8: [ RUN      ] sycl_shared_usm_DeathTest.view_subview_wrong_extents
8: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSubView_a.hpp:81: Skipped
8: only enforced when debug bound checks is enabled
8: [  SKIPPED ] sycl_shared_usm_DeathTest.view_subview_wrong_extents (0 ms)
8: [----------] 1 test from sycl_shared_usm_DeathTest (0 ms total)
8: 
8: [----------] 16 tests from sycl_shared_usm
8: [ RUN      ] sycl_shared_usm.view_subview_assign_strided
8: [       OK ] sycl_shared_usm.view_subview_assign_strided (3 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_left_0
8: [       OK ] sycl_shared_usm.view_subview_left_0 (0 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_left_1
8: [       OK ] sycl_shared_usm.view_subview_left_1 (0 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_left_2
8: [       OK ] sycl_shared_usm.view_subview_left_2 (0 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_left_3
8: [       OK ] sycl_shared_usm.view_subview_left_3 (0 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_right_0
8: [       OK ] sycl_shared_usm.view_subview_right_0 (0 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_right_1
8: [       OK ] sycl_shared_usm.view_subview_right_1 (0 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_right_3
8: [       OK ] sycl_shared_usm.view_subview_right_3 (0 ms)
8: [ RUN      ] sycl_shared_usm.view_static_tests
8: [       OK ] sycl_shared_usm.view_static_tests (0 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_layoutleft_to_layoutleft
8: [       OK ] sycl_shared_usm.view_subview_layoutleft_to_layoutleft (4 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_layoutright_to_layoutright
8: [       OK ] sycl_shared_usm.view_subview_layoutright_to_layoutright (2 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_1d_assign
8: [       OK ] sycl_shared_usm.view_subview_1d_assign (4 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_1d_assign_atomic
8: [       OK ] sycl_shared_usm.view_subview_1d_assign_atomic (4 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_1d_assign_randomaccess
8: [       OK ] sycl_shared_usm.view_subview_1d_assign_randomaccess (4 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_2d_from_3d
8: [       OK ] sycl_shared_usm.view_subview_2d_from_3d (60 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_2d_from_3d_atomic
8: [       OK ] sycl_shared_usm.view_subview_2d_from_3d_atomic (60 ms)
8: [----------] 16 tests from sycl_shared_usm (147 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 17 tests from 2 test suites ran. (147 ms total)
8: [  PASSED  ] 16 tests.
8: [  SKIPPED ] 1 test, listed below:
8: [  SKIPPED ] sycl_shared_usm_DeathTest.view_subview_wrong_extents
 8/65 Test  #8: Kokkos_CoreUnitTest_SYCL2B .................................   Passed    0.43 sec
test 9
      Start  9: Kokkos_CoreUnitTest_SYCL2C

9: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2C
9: Test timeout computed to be: 1500
9: [==========] Running 4 tests from 1 test suite.
9: [----------] Global test environment set-up.
9: [----------] 4 tests from sycl_shared_usm
9: [ RUN      ] sycl_shared_usm.view_subview_2d_from_3d_randomaccess
9: [       OK ] sycl_shared_usm.view_subview_2d_from_3d_randomaccess (58 ms)
9: [ RUN      ] sycl_shared_usm.view_subview_3d_from_5d_left
9: [       OK ] sycl_shared_usm.view_subview_3d_from_5d_left (136 ms)
9: [ RUN      ] sycl_shared_usm.view_subview_3d_from_5d_left_atomic
9: [       OK ] sycl_shared_usm.view_subview_3d_from_5d_left_atomic (138 ms)
9: [ RUN      ] sycl_shared_usm.view_subview_3d_from_5d_left_randomaccess
9: [       OK ] sycl_shared_usm.view_subview_3d_from_5d_left_randomaccess (136 ms)
9: [----------] 4 tests from sycl_shared_usm (470 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 4 tests from 1 test suite ran. (470 ms total)
9: [  PASSED  ] 4 tests.
 9/65 Test  #9: Kokkos_CoreUnitTest_SYCL2C .................................   Passed    0.73 sec
test 10
      Start 10: Kokkos_CoreUnitTest_SYCL2D

10: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2D
10: Test timeout computed to be: 1500
10: [==========] Running 6 tests from 2 test suites.
10: [----------] Global test environment set-up.
10: [----------] 1 test from sycl_shared_usm_DeathTest
10: [ RUN      ] sycl_shared_usm_DeathTest.view_subview_constructor_layout_compatibility
[ 76%] Built target Kokkos_CoreUnitTest_Cuda1
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
10: [       OK ] sycl_shared_usm_DeathTest.view_subview_constructor_layout_compatibility (944 ms)
10: [----------] 1 test from sycl_shared_usm_DeathTest (944 ms total)
10: 
10: [----------] 5 tests from sycl_shared_usm
10: [ RUN      ] sycl_shared_usm.view_subview_3d_from_5d_right
10: [       OK ] sycl_shared_usm.view_subview_3d_from_5d_right (142 ms)
10: [ RUN      ] sycl_shared_usm.view_subview_3d_from_5d_right_atomic
10: [       OK ] sycl_shared_usm.view_subview_3d_from_5d_right_atomic (140 ms)
10: [ RUN      ] sycl_shared_usm.view_subview_3d_from_5d_right_randomaccess
10: [       OK ] sycl_shared_usm.view_subview_3d_from_5d_right_randomaccess (139 ms)
10: [ RUN      ] sycl_shared_usm.view_test_unmanaged_subview_reset
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o
10: [       OK ] sycl_shared_usm.view_test_unmanaged_subview_reset (6 ms)
10: [ RUN      ] sycl_shared_usm.view_subview_memory_traits_construction
10: [       OK ] sycl_shared_usm.view_subview_memory_traits_construction (0 ms)
10: [----------] 5 tests from sycl_shared_usm (429 ms total)
10: 
10: [----------] Global test environment tear-down
10: [==========] 6 tests from 2 test suites ran. (1374 ms total)
10: [  PASSED  ] 6 tests.
10/65 Test #10: Kokkos_CoreUnitTest_SYCL2D .................................   Passed    1.66 sec
test 11
      Start 11: Kokkos_CoreUnitTest_SYCL3

11: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_SYCL3
11: Test timeout computed to be: 1500
11: [==========] Running 60 tests from 3 test suites.
11: [----------] Global test environment set-up.
11: [----------] 4 tests from sycl
11: [ RUN      ] sycl.team_scratch_1_queues
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfViews.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o
11: [       OK ] sycl.team_scratch_1_queues (22357 ms)
11: [ RUN      ] sycl.space_access
11: [       OK ] sycl.space_access (0 ms)
11: [ RUN      ] sycl.uvm
11: [       OK ] sycl.uvm (0 ms)
11: [ RUN      ] sycl.impl_view_accessible
11: [       OK ] sycl.impl_view_accessible (2 ms)
11: [----------] 4 tests from sycl (22361 ms total)
11: 
11: [----------] 28 tests from sycl_host_usm
11: [ RUN      ] sycl_host_usm.impl_shared_alloc
11: [       OK ] sycl_host_usm.impl_shared_alloc (19 ms)
11: [ RUN      ] sycl_host_usm.view_api_a
11: [       OK ] sycl_host_usm.view_api_a (4 ms)
11: [ RUN      ] sycl_host_usm.view_layout_left_with_stride
11: [       OK ] sycl_host_usm.view_layout_left_with_stride (0 ms)
11: [ RUN      ] sycl_host_usm.view_layout_right_with_stride
11: [       OK ] sycl_host_usm.view_layout_right_with_stride (0 ms)
11: [ RUN      ] sycl_host_usm.view_api_b
11: [       OK ] sycl_host_usm.view_api_b (0 ms)
11: [ RUN      ] sycl_host_usm.view_api_c
11: [       OK ] sycl_host_usm.view_api_c (0 ms)
11: [ RUN      ] sycl_host_usm.view_api_d
11: [       OK ] sycl_host_usm.view_api_d (0 ms)
11: [ RUN      ] sycl_host_usm.view_remap
11: [       OK ] sycl_host_usm.view_remap (0 ms)
11: [ RUN      ] sycl_host_usm.view_mirror_nonconst
11: [       OK ] sycl_host_usm.view_mirror_nonconst (0 ms)
11: [ RUN      ] sycl_host_usm.view_stride_method
11: [       OK ] sycl_host_usm.view_stride_method (0 ms)
11: [ RUN      ] sycl_host_usm.anonymous_space
11: [       OK ] sycl_host_usm.anonymous_space (0 ms)
11: [ RUN      ] sycl_host_usm.view_overload_resolution
11: [       OK ] sycl_host_usm.view_overload_resolution (0 ms)
11: [ RUN      ] sycl_host_usm.view_allocation_large_rank
11: [       OK ] sycl_host_usm.view_allocation_large_rank (2657 ms)
11: [ RUN      ] sycl_host_usm.view_shmem_size_on_device
11: [       OK ] sycl_host_usm.view_shmem_size_on_device (0 ms)
11: [ RUN      ] sycl_host_usm.view_is_assignable
11: [       OK ] sycl_host_usm.view_is_assignable (0 ms)
11: [ RUN      ] sycl_host_usm.view_copy_tests
11: [       OK ] sycl_host_usm.view_copy_tests (1 ms)
11: [ RUN      ] sycl_host_usm.view_copy_tests_rank_0
11: [       OK ] sycl_host_usm.view_copy_tests_rank_0 (0 ms)
11: [ RUN      ] sycl_host_usm.view_copy_degenerated
11: [       OK ] sycl_host_usm.view_copy_degenerated (0 ms)
11: [ RUN      ] sycl_host_usm.view_fill_tests_layout_right
11: [       OK ] sycl_host_usm.view_fill_tests_layout_right (3121 ms)
11: [ RUN      ] sycl_host_usm.view_fill_tests_layout_left
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
11: [       OK ] sycl_host_usm.view_fill_tests_layout_left (3254 ms)
11: [ RUN      ] sycl_host_usm.view_mapping
11: [       OK ] sycl_host_usm.view_mapping (46 ms)
11: [ RUN      ] sycl_host_usm.view_mapping_operator
11: [       OK ] sycl_host_usm.view_mapping_operator (4 ms)
11: [ RUN      ] sycl_host_usm.static_extent
11: [       OK ] sycl_host_usm.static_extent (0 ms)
11: [ RUN      ] sycl_host_usm.view_mapping_atomic
11: [       OK ] sycl_host_usm.view_mapping_atomic (0 ms)
11: [ RUN      ] sycl_host_usm.view_mapping_class_value
11: [       OK ] sycl_host_usm.view_mapping_class_value (0 ms)
11: [ RUN      ] sycl_host_usm.view_mapping_assignable
11: [       OK ] sycl_host_usm.view_mapping_assignable (0 ms)
11: [ RUN      ] sycl_host_usm.view_mapping_trivially_copyable
11: [       OK ] sycl_host_usm.view_mapping_trivially_copyable (0 ms)
11: [ RUN      ] sycl_host_usm.view_mapping_subview
11: [       OK ] sycl_host_usm.view_mapping_subview (0 ms)
11: [----------] 28 tests from sycl_host_usm (9114 ms total)
11: 
11: [----------] 28 tests from sycl_shared_usm
11: [ RUN      ] sycl_shared_usm.impl_shared_alloc
11: [       OK ] sycl_shared_usm.impl_shared_alloc (29 ms)
11: [ RUN      ] sycl_shared_usm.view_api_a
11: [       OK ] sycl_shared_usm.view_api_a (15 ms)
11: [ RUN      ] sycl_shared_usm.view_layout_left_with_stride
11: [       OK ] sycl_shared_usm.view_layout_left_with_stride (0 ms)
11: [ RUN      ] sycl_shared_usm.view_layout_right_with_stride
11: [       OK ] sycl_shared_usm.view_layout_right_with_stride (0 ms)
11: [ RUN      ] sycl_shared_usm.view_api_b
11: [       OK ] sycl_shared_usm.view_api_b (18 ms)
11: [ RUN      ] sycl_shared_usm.view_api_c
11: [       OK ] sycl_shared_usm.view_api_c (0 ms)
11: [ RUN      ] sycl_shared_usm.view_api_d
11: [       OK ] sycl_shared_usm.view_api_d (4 ms)
11: [ RUN      ] sycl_shared_usm.view_remap
11: [       OK ] sycl_shared_usm.view_remap (1 ms)
11: [ RUN      ] sycl_shared_usm.view_mirror_nonconst
11: [       OK ] sycl_shared_usm.view_mirror_nonconst (0 ms)
11: [ RUN      ] sycl_shared_usm.view_stride_method
11: [       OK ] sycl_shared_usm.view_stride_method (0 ms)
11: [ RUN      ] sycl_shared_usm.anonymous_space
11: [       OK ] sycl_shared_usm.anonymous_space (0 ms)
11: [ RUN      ] sycl_shared_usm.view_overload_resolution
11: [       OK ] sycl_shared_usm.view_overload_resolution (0 ms)
11: [ RUN      ] sycl_shared_usm.view_allocation_large_rank
11: [       OK ] sycl_shared_usm.view_allocation_large_rank (758 ms)
11: [ RUN      ] sycl_shared_usm.view_shmem_size_on_device
11: [       OK ] sycl_shared_usm.view_shmem_size_on_device (6 ms)
11: [ RUN      ] sycl_shared_usm.view_is_assignable
11: [       OK ] sycl_shared_usm.view_is_assignable (5 ms)
11: [ RUN      ] sycl_shared_usm.view_copy_tests
11: [       OK ] sycl_shared_usm.view_copy_tests (21 ms)
11: [ RUN      ] sycl_shared_usm.view_copy_tests_rank_0
11: [       OK ] sycl_shared_usm.view_copy_tests_rank_0 (3 ms)
11: [ RUN      ] sycl_shared_usm.view_copy_degenerated
11: [       OK ] sycl_shared_usm.view_copy_degenerated (0 ms)
11: [ RUN      ] sycl_shared_usm.view_fill_tests_layout_right
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o
11: [       OK ] sycl_shared_usm.view_fill_tests_layout_right (240 ms)
11: [ RUN      ] sycl_shared_usm.view_fill_tests_layout_left
11: [       OK ] sycl_shared_usm.view_fill_tests_layout_left (227 ms)
11: [ RUN      ] sycl_shared_usm.view_mapping
11: [       OK ] sycl_shared_usm.view_mapping (50 ms)
11: [ RUN      ] sycl_shared_usm.view_mapping_operator
11: [       OK ] sycl_shared_usm.view_mapping_operator (13 ms)
11: [ RUN      ] sycl_shared_usm.static_extent
11: [       OK ] sycl_shared_usm.static_extent (0 ms)
11: [ RUN      ] sycl_shared_usm.view_mapping_atomic
11: [       OK ] sycl_shared_usm.view_mapping_atomic (0 ms)
11: [ RUN      ] sycl_shared_usm.view_mapping_class_value
11: [       OK ] sycl_shared_usm.view_mapping_class_value (0 ms)
11: [ RUN      ] sycl_shared_usm.view_mapping_assignable
11: [       OK ] sycl_shared_usm.view_mapping_assignable (0 ms)
11: [ RUN      ] sycl_shared_usm.view_mapping_trivially_copyable
11: [       OK ] sycl_shared_usm.view_mapping_trivially_copyable (0 ms)
11: [ RUN      ] sycl_shared_usm.view_mapping_subview
11: [       OK ] sycl_shared_usm.view_mapping_subview (0 ms)
11: [----------] 28 tests from sycl_shared_usm (1401 ms total)
11: 
11: [----------] Global test environment tear-down
11: [==========] 60 tests from 3 test suites ran. (32877 ms total)
11: [  PASSED  ] 60 tests.
11/65 Test #11: Kokkos_CoreUnitTest_SYCL3 ..................................   Passed   33.13 sec
test 12
      Start 12: Kokkos_CoreUnitTest_SYCLInterOpInit

12: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpInit
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_interop
12: [       OK ] sycl.raw_sycl_interop (160 ms)
12: [----------] 1 test from sycl (160 ms total)
12: 
12: [----------] Global test environment tear-down
12: [==========] 1 test from 1 test suite ran. (160 ms total)
12: [  PASSED  ] 1 test.
12/65 Test #12: Kokkos_CoreUnitTest_SYCLInterOpInit ........................   Passed    0.26 sec
test 13
      Start 13: Kokkos_CoreUnitTest_SYCLInterOpInit_Context

13: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpInit_Context
13: Test timeout computed to be: 1500
13: [==========] Running 3 tests from 2 test suites.
13: [----------] Global test environment set-up.
13: [----------] 1 test from sycl_DeathTest
13: [ RUN      ] sycl_DeathTest.explicit_out_of_order_queue
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o
13: [       OK ] sycl_DeathTest.explicit_out_of_order_queue (434 ms)
13: [----------] 1 test from sycl_DeathTest (434 ms total)
13: 
13: [----------] 2 tests from sycl
13: [ RUN      ] sycl.raw_sycl_interop_context_1
13: [       OK ] sycl.raw_sycl_interop_context_1 (3 ms)
13: [ RUN      ] sycl.raw_sycl_interop_context_2
13: [       OK ] sycl.raw_sycl_interop_context_2 (0 ms)
13: [----------] 2 tests from sycl (4 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 3 tests from 2 test suites ran. (438 ms total)
13: [  PASSED  ] 3 tests.
13/65 Test #13: Kokkos_CoreUnitTest_SYCLInterOpInit_Context ................   Passed    0.71 sec
test 14
      Start 14: Kokkos_CoreUnitTest_SYCLInterOpStreams

14: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpStreams
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 sycl
14: [ RUN      ] sycl.raw_sycl_queues
14: [       OK ] sycl.raw_sycl_queues (174 ms)
14: [----------] 1 test from sycl (174 ms total)
14: 
14: [----------] Global test environment tear-down
14: [==========] 1 test from 1 test suite ran. (174 ms total)
14: [  PASSED  ] 1 test.
14/65 Test #14: Kokkos_CoreUnitTest_SYCLInterOpStreams .....................   Passed    0.27 sec
test 15
      Start 15: Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU

15: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU
15: Test timeout computed to be: 1500
15: [==========] Running 3 tests from 1 test suite.
15: [----------] Global test environment set-up.
15: [----------] 3 tests from sycl_multi_gpu
15: [ RUN      ] sycl_multi_gpu.managed_views
15: [       OK ] sycl_multi_gpu.managed_views (3 ms)
15: [ RUN      ] sycl_multi_gpu.unmanaged_views
15: [       OK ] sycl_multi_gpu.unmanaged_views (2 ms)
15: [ RUN      ] sycl_multi_gpu.scratch_space
15: [       OK ] sycl_multi_gpu.scratch_space (4 ms)
15: [----------] 3 tests from sycl_multi_gpu (10 ms total)
15: 
15: [----------] Global test environment tear-down
15: [==========] 3 tests from 1 test suite ran. (10 ms total)
15: [  PASSED  ] 3 tests.
15/65 Test #15: Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU .............   Passed    0.27 sec
test 16
      Start 16: Kokkos_CoreUnitTest_SYCLInterOpGraph

16: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpGraph
16: Test timeout computed to be: 1500
16: [==========] Running 4 tests from 1 test suite.
16: [----------] Global test environment set-up.
16: [----------] 4 tests from sycl
16: [ RUN      ] sycl.graph_get_native_return_types_are_references
16: [       OK ] sycl.graph_get_native_return_types_are_references (0 ms)
16: [ RUN      ] sycl.graph_promises_on_native_objects
16: [       OK ] sycl.graph_promises_on_native_objects (0 ms)
16: [ RUN      ] sycl.graph_instantiate_and_debug_dot_print
16: [       OK ] sycl.graph_instantiate_and_debug_dot_print (9 ms)
16: [ RUN      ] sycl.graph_construct_from_native
16: [       OK ] sycl.graph_construct_from_native (0 ms)
16: [----------] 4 tests from sycl (10 ms total)
16: 
16: [----------] Global test environment tear-down
16: [==========] 4 tests from 1 test suite ran. (10 ms total)
16: [  PASSED  ] 4 tests.
16/65 Test #16: Kokkos_CoreUnitTest_SYCLInterOpGraph .......................   Passed    0.24 sec
test 17
      Start 17: Kokkos_CoreUnitTest_Default

17: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Default
17: Test timeout computed to be: 1500
17: [==========] Running 58 tests from 41 test suites.
17: [----------] Global test environment set-up.
17: [----------] 18 tests from defaultdevicetype
17: [ RUN      ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free
17: [       OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms)
17: [ RUN      ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free
17: [       OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms)
17: [ RUN      ] defaultdevicetype.shared_host_pinned_space
17: [       OK ] defaultdevicetype.shared_host_pinned_space (1 ms)
17: [ RUN      ] defaultdevicetype.compiler_macros
17: [       OK ] defaultdevicetype.compiler_macros (0 ms)
17: [ RUN      ] defaultdevicetype.half_conversion
17: [       OK ] defaultdevicetype.half_conversion (1 ms)
17: [ RUN      ] defaultdevicetype.bhalf_conversion
17: [       OK ] defaultdevicetype.bhalf_conversion (1 ms)
17: [ RUN      ] defaultdevicetype.half_operators
17: [       OK ] defaultdevicetype.half_operators (1 ms)
17: [ RUN      ] defaultdevicetype.bhalf_operators
17: [       OK ] defaultdevicetype.bhalf_operators (1 ms)
17: [ RUN      ] defaultdevicetype.host_space_access
17: [       OK ] defaultdevicetype.host_space_access (0 ms)
17: [ RUN      ] defaultdevicetype.reduce_instantiation_a1
17: [       OK ] defaultdevicetype.reduce_instantiation_a1 (5 ms)
17: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
17: [       OK ] defaultdevicetype.reduce_instantiation_b1 (10 ms)
17: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
17: [       OK ] defaultdevicetype.reduce_instantiation_c1 (3 ms)
17: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
17: [       OK ] defaultdevicetype.reduce_instantiation_a2 (8 ms)
17: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
17: [       OK ] defaultdevicetype.reduce_instantiation_b2 (13 ms)
17: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
17: [       OK ] defaultdevicetype.reduce_instantiation_c2 (4 ms)
17: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
17: [       OK ] defaultdevicetype.reduce_instantiation_a3 (10 ms)
17: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
17: [       OK ] defaultdevicetype.reduce_instantiation_b3 (17 ms)
17: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
17: [       OK ] defaultdevicetype.reduce_instantiation_c3 (5 ms)
17: [----------] 18 tests from defaultdevicetype (88 ms total)
17: 
17: [----------] 1 test from kokkosresize
17: [ RUN      ] kokkosresize.host_space_access
17: [       OK ] kokkosresize.host_space_access (12 ms)
17: [----------] 1 test from kokkosresize (12 ms total)
17: 
17: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple<int, Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
17: [ RUN      ] TestViewAPI/0.sizes
17: [       OK ] TestViewAPI/0.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/0 (0 ms total)
17: 
17: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple<int [5], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
17: [ RUN      ] TestViewAPI/1.sizes
17: [       OK ] TestViewAPI/1.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/1 (0 ms total)
17: 
17: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
17: [ RUN      ] TestViewAPI/2.sizes
17: [       OK ] TestViewAPI/2.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/2 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/3.sizes
17: [       OK ] TestViewAPI/3.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/3 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/4.sizes
17: [       OK ] TestViewAPI/4.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/4 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/5.sizes
17: [       OK ] TestViewAPI/5.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/5 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/6.sizes
17: [       OK ] TestViewAPI/6.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/6 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/7.sizes
17: [       OK ] TestViewAPI/7.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/7 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/8.sizes
17: [       OK ] TestViewAPI/8.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/8 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/9.sizes
17: [       OK ] TestViewAPI/9.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/9 (0 ms total)
17: 
17: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple<int, Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
17: [ RUN      ] TestViewAPI/10.sizes
17: [       OK ] TestViewAPI/10.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/10 (0 ms total)
17: 
17: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple<int [5], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
17: [ RUN      ] TestViewAPI/11.sizes
17: [       OK ] TestViewAPI/11.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/11 (0 ms total)
17: 
17: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
17: [ RUN      ] TestViewAPI/12.sizes
17: [       OK ] TestViewAPI/12.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/12 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/13.sizes
17: [       OK ] TestViewAPI/13.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/13 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/14.sizes
17: [       OK ] TestViewAPI/14.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/14 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/15.sizes
17: [       OK ] TestViewAPI/15.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/15 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/16.sizes
17: [       OK ] TestViewAPI/16.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/16 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/17.sizes
17: [       OK ] TestViewAPI/17.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/17 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/18.sizes
17: [       OK ] TestViewAPI/18.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/18 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/19.sizes
17: [       OK ] TestViewAPI/19.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/19 (0 ms total)
17: 
17: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple<int, Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
17: [ RUN      ] TestViewAPI/20.sizes
17: [       OK ] TestViewAPI/20.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/20 (0 ms total)
17: 
17: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple<int [5], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
17: [ RUN      ] TestViewAPI/21.sizes
17: [       OK ] TestViewAPI/21.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/21 (0 ms total)
17: 
17: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
17: [ RUN      ] TestViewAPI/22.sizes
17: [       OK ] TestViewAPI/22.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/22 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/23.sizes
17: [       OK ] TestViewAPI/23.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/23 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/24.sizes
17: [       OK ] TestViewAPI/24.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/24 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/25.sizes
17: [       OK ] TestViewAPI/25.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/25 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/26.sizes
17: [       OK ] TestViewAPI/26.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/26 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/27.sizes
17: [       OK ] TestViewAPI/27.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/27 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/28.sizes
17: [       OK ] TestViewAPI/28.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/28 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/29.sizes
17: [       OK ] TestViewAPI/29.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/29 (0 ms total)
17: 
17: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
17: [ RUN      ] TestViewAPI/30.sizes
17: [       OK ] TestViewAPI/30.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/30 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/31.sizes
17: [       OK ] TestViewAPI/31.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/31 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/32.sizes
17: [       OK ] TestViewAPI/32.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/32 (0 ms total)
17: 
17: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
17: [ RUN      ] TestViewAPI/33.sizes
17: [       OK ] TestViewAPI/33.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/33 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/34.sizes
17: [       OK ] TestViewAPI/34.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/34 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/35.sizes
17: [       OK ] TestViewAPI/35.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/35 (0 ms total)
17: 
17: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
17: [ RUN      ] TestViewAPI/36.sizes
17: [       OK ] TestViewAPI/36.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/36 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/37.sizes
17: [       OK ] TestViewAPI/37.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/37 (0 ms total)
17: 
17: [----------] 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> >
17: [ RUN      ] TestViewAPI/38.sizes
17: [       OK ] TestViewAPI/38.sizes (0 ms)
17: [----------] 1 test from TestViewAPI/38 (0 ms total)
17: 
17: [----------] Global test environment tear-down
17: [==========] 58 tests from 41 test suites ran. (101 ms total)
17: [  PASSED  ] 58 tests.
17/65 Test #17: Kokkos_CoreUnitTest_Default ................................   Passed    0.38 sec
test 18
      Start 18: Kokkos_CoreUnitTest_InitializeFinalize

18: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize
18: Test timeout computed to be: 1500
18: [==========] Running 30 tests from 7 test suites.
18: [----------] Global test environment set-up.
18: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest
18: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views
18: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (554 ms)
18: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o
18: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1696 ms)
18: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management
29: Test_Atomic<long long int>/100000/iterations:10                4.61 s          4.61 s            10          1            8     7.64905        1.76383m    1.63703m     4.99995G         175.152k     4.99995G
18: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (2458 ms)
18: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (4709 ms total)
18: 
18: [----------] 4 tests from InitializeFinalize_DeathTest
18: [ RUN      ] InitializeFinalize_DeathTest.initialize
[ 76%] Linking CXX executable Kokkos_UnitTest_Random
18: [       OK ] InitializeFinalize_DeathTest.initialize (1398 ms)
18: [ RUN      ] InitializeFinalize_DeathTest.finalize
18: [       OK ] InitializeFinalize_DeathTest.finalize (988 ms)
18: [ RUN      ] InitializeFinalize_DeathTest.is_initialized
18: [       OK ] InitializeFinalize_DeathTest.is_initialized (319 ms)
18: [ RUN      ] InitializeFinalize_DeathTest.is_finalized
18: [       OK ] InitializeFinalize_DeathTest.is_finalized (299 ms)
18: [----------] 4 tests from InitializeFinalize_DeathTest (3005 ms total)
18: 
18: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest
18: [ RUN      ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early
18: [       OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (71 ms)
18: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (71 ms total)
18: 
18: [----------] 1 test from Legion_DeathTest
18: [ RUN      ] Legion_DeathTest.individual_backend_initialization
18: [       OK ] Legion_DeathTest.individual_backend_initialization (293 ms)
18: [----------] 1 test from Legion_DeathTest (293 ms total)
18: 
18: [----------] 2 tests from PushFinalizeHook_DeathTest
18: [ RUN      ] PushFinalizeHook_DeathTest.called_in_reverse_order
18: [       OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (296 ms)
18: [ RUN      ] PushFinalizeHook_DeathTest.terminate_on_throw
18: [       OK ] PushFinalizeHook_DeathTest.terminate_on_throw (538 ms)
18: [----------] 2 tests from PushFinalizeHook_DeathTest (835 ms total)
18: 
18: [----------] 6 tests from ScopeGuard_DeathTest
18: [ RUN      ] ScopeGuard_DeathTest.create
18: [       OK ] ScopeGuard_DeathTest.create (273 ms)
18: [ RUN      ] ScopeGuard_DeathTest.create_argument
[ 76%] Built target Kokkos_UnitTest_Random
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o
18: [       OK ] ScopeGuard_DeathTest.create_argument (285 ms)
18: [ RUN      ] ScopeGuard_DeathTest.create_while_initialize
18: [       OK ] ScopeGuard_DeathTest.create_while_initialize (550 ms)
18: [ RUN      ] ScopeGuard_DeathTest.create_after_initialize
18: [       OK ] ScopeGuard_DeathTest.create_after_initialize (505 ms)
18: [ RUN      ] ScopeGuard_DeathTest.create_after_finalize
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
18: [       OK ] ScopeGuard_DeathTest.create_after_finalize (567 ms)
18: [ RUN      ] ScopeGuard_DeathTest.destroy_after_finalize
18: [       OK ] ScopeGuard_DeathTest.destroy_after_finalize (582 ms)
18: [----------] 6 tests from ScopeGuard_DeathTest (2764 ms total)
18: 
18: [----------] 13 tests from defaultdevicetype
18: [ RUN      ] defaultdevicetype.initialization_settings
18: [       OK ] defaultdevicetype.initialization_settings (0 ms)
18: [ RUN      ] defaultdevicetype.cmd_line_args_num_threads
18: [       OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms)
18: [ RUN      ] defaultdevicetype.cmd_line_args_device_id
18: [       OK ] defaultdevicetype.cmd_line_args_device_id (0 ms)
18: [ RUN      ] defaultdevicetype.cmd_line_args_disable_warning
18: [       OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms)
18: [ RUN      ] defaultdevicetype.cmd_line_args_tune_internals
18: [       OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms)
18: [ RUN      ] defaultdevicetype.cmd_line_args_help
18: [       OK ] defaultdevicetype.cmd_line_args_help (59 ms)
18: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
18: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (19 ms)
18: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
18: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (77 ms)
18: [ RUN      ] defaultdevicetype.env_vars_num_threads
18: [       OK ] defaultdevicetype.env_vars_num_threads (0 ms)
18: [ RUN      ] defaultdevicetype.env_vars_device_id
18: [       OK ] defaultdevicetype.env_vars_device_id (0 ms)
18: [ RUN      ] defaultdevicetype.env_vars_disable_warnings
18: [       OK ] defaultdevicetype.env_vars_disable_warnings (0 ms)
18: [ RUN      ] defaultdevicetype.env_vars_tune_internals
18: [       OK ] defaultdevicetype.env_vars_tune_internals (0 ms)
18: [ RUN      ] defaultdevicetype.visible_devices
18: [       OK ] defaultdevicetype.visible_devices (0 ms)
18: [----------] 13 tests from defaultdevicetype (157 ms total)
18: 
18: [----------] Global test environment tear-down
18: [==========] 30 tests from 7 test suites ran. (11837 ms total)
18: [  PASSED  ] 30 tests.
18/65 Test #18: Kokkos_CoreUnitTest_InitializeFinalize .....................   Passed   11.85 sec
test 19
      Start 19: Kokkos_CoreUnitTest_Develop

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

20: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP
20: Test timeout computed to be: 1500
20: [==========] Running 31 tests from 1 test suite.
20: [----------] Global test environment set-up.
20: [----------] 31 tests from kokkosp
20: [ RUN      ] kokkosp.test_named_instance_fence
20: Ref: 117440513
20: Ref: named_instance
20: 117440513
20: named_instance
20: [       OK ] kokkosp.test_named_instance_fence (0 ms)
20: [ RUN      ] kokkosp.test_unnamed_instance_fence
20: Ref: 117440513
20: Ref: Unnamed Instance Fence
20: 117440513
20: Kokkos::SYCL::fence: Unnamed Instance Fence
20: [       OK ] kokkosp.test_unnamed_instance_fence (0 ms)
20: [ RUN      ] kokkosp.test_named_global_fence
20: Ref: 117440512
20: Ref: test global fence
20: 0
20: test global fence
20: Miss on id
20: 117440512
20: test global fence
20: [       OK ] kokkosp.test_named_global_fence (0 ms)
20: [ RUN      ] kokkosp.test_unnamed_global_fence
20: Ref: 117440512
20: Ref: Unnamed Global Fence
20: 0
20: Kokkos::fence: Unnamed Global Fence
20: Miss on id
20: 117440512
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: 117440513
20: Ref: named_instance
20: 117440513
20: named_instance
20: Ref: 117440513
20: Ref: test_kernel
20: 117440513
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: 117440512
20: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
20: Miss on name
20: Miss on id
20: 117440513
20: test_kernel
20: [       OK ] kokkosp.test_kernel_sequence (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 (1 ms)
20: [ RUN      ] kokkosp.parallel_scan
20: [       OK ] kokkosp.parallel_scan (0 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.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: [----------] 31 tests from kokkosp (4 ms total)
20: 
20: [----------] Global test environment tear-down
20: [==========] 31 tests from 1 test suite ran. (4 ms total)
20: [  PASSED  ] 31 tests.
20/65 Test #20: Kokkos_CoreUnitTest_KokkosP ................................   Passed    0.30 sec
test 21
      Start 21: Kokkos_CoreUnitTest_ToolIndependence

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

22: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
22: Environment variables: 
22:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8428/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::
22/65 Test #22: Kokkos_ProfilingTestLibraryLoadHelp ........................   Passed    0.28 sec
test 23
      Start 23: Kokkos_ProfilingTestLibraryCmdLineHelp

23: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8428/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/65 Test #23: Kokkos_ProfilingTestLibraryCmdLineHelp .....................   Passed    0.26 sec
test 24
      Start 24: Kokkos_ProfilingTestLibraryLoad

24: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
24: Environment variables: 
24:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8428/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().
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:SYCL::kokkosp_declare_metadata:GPU architecture:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:fd8da8299519d7ecde91a1c11a3ac8469ce29cac::kokkosp_declare_metadata:KOKKOS_COMPILER_INTEL_LLVM:20250004::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::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:intel_llvm::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:yes::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x102b5c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x102a400:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x102a480:Host:source:0x102b640: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:0x102fa80: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:0x102a400:40::kokkosp_deallocate_data:Host:source:0x102b5c0:40::kokkosp_finalize_library::
24/65 Test #24: Kokkos_ProfilingTestLibraryLoad ............................   Passed    0.26 sec
test 25
      Start 25: Kokkos_ProfilingTestLibraryCmdLine

25: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8428/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:SYCL::kokkosp_declare_metadata:GPU architecture:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:fd8da8299519d7ecde91a1c11a3ac8469ce29cac::kokkosp_declare_metadata:KOKKOS_COMPILER_INTEL_LLVM:20250004::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::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:intel_llvm::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:yes::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x102b480:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x102a2c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x102a340:Host:source:0x102b500: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:0x102f900: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:0x102a2c0:40::kokkosp_deallocate_data:Host:source:0x102b480:40::kokkosp_finalize_library::
25/65 Test #25: Kokkos_ProfilingTestLibraryCmdLine .........................   Passed    0.26 sec
test 26
      Start 26: Kokkos_CoreUnitTest_StackTraceTest

26: Test command: /var/jenkins/workspace/Kokkos_PR-8428/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: Top of f1
26: Top of f0
26: Top of f0
26: test_f1:
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4aefc0]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x43a4be]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x436461]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdc) [0x43806c]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x480ce9]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44bfe0]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44db49]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x14e) [0x44e50e]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xad9) [0x465019]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x481a59]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xe6) [0x4644d6]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x438580]
26: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff7429d90]
26: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff7429e40]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x436285]
26:  
26: demangled test_f1:
26: [0x4aefc0] Kokkos::Impl::save_stacktrace()
26: [0x43a4be] Test::stacktrace_test_f1(std::ostream&)
26: [0x436461] Test::test_stacktrace(bool, bool)
26: [0x43806c] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
26: [0x480ce9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
26: [0x44bfe0] testing::Test::Run()
26: [0x44db49] testing::TestInfo::Run()
26: [0x44e50e] testing::TestSuite::Run()
26: [0x465019] testing::internal::UnitTestImpl::RunAllTests()
26: [0x481a59] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
26: [0x4644d6] testing::UnitTest::Run()
26: [0x438580] main
26: [0x7ffff7429d90] 
26: [0x7ffff7429e40] __libc_start_main
26: [0x436285] _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-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4aefc0]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x43a4be]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x43a686]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x93f) [0x436d7f]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdc) [0x43806c]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x480ce9]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44bfe0]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44db49]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x14e) [0x44e50e]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xad9) [0x465019]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x481a59]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xe6) [0x4644d6]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x438580]
26: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff7429d90]
26: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff7429e40]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x436285]
26:  
26: demangled test_f3:
26: [0x4aefc0] Kokkos::Impl::save_stacktrace()
26: [0x43a4be] Test::stacktrace_test_f1(std::ostream&)
26: [0x43a686] Test::stacktrace_test_f3(std::ostream&, int)
26: [0x436d7f] Test::test_stacktrace(bool, bool)
26: [0x43806c] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
26: [0x480ce9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
26: [0x44bfe0] testing::Test::Run()
26: [0x44db49] testing::TestInfo::Run()
26: [0x44e50e] testing::TestSuite::Run()
26: [0x465019] testing::internal::UnitTestImpl::RunAllTests()
26: [0x481a59] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
26: [0x4644d6] testing::UnitTest::Run()
26: [0x438580] main
26: [0x7ffff7429d90] 
26: [0x7ffff7429e40] __libc_start_main
26: [0x436285] _start
26:  
26: Test setting std::terminate handler that prints the last saved stack trace
26: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (480 ms)
26: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o
26: Top of f1
26: Top of f0
26: Top of f0
26: test_f1:
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4aefc0]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x43a4be]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x436461]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd9) [0x438349]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x480ce9]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44bfe0]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44db49]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x14e) [0x44e50e]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xad9) [0x465019]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x481a59]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xe6) [0x4644d6]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x438580]
26: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff7429d90]
26: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff7429e40]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x436285]
26:  
26: demangled test_f1:
26: [0x4aefc0] Kokkos::Impl::save_stacktrace()
26: [0x43a4be] Test::stacktrace_test_f1(std::ostream&)
26: [0x436461] Test::test_stacktrace(bool, bool)
26: [0x438349] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
26: [0x480ce9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
26: [0x44bfe0] testing::Test::Run()
26: [0x44db49] testing::TestInfo::Run()
26: [0x44e50e] testing::TestSuite::Run()
26: [0x465019] testing::internal::UnitTestImpl::RunAllTests()
26: [0x481a59] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
26: [0x4644d6] testing::UnitTest::Run()
26: [0x438580] main
26: [0x7ffff7429d90] 
26: [0x7ffff7429e40] __libc_start_main
26: [0x436285] _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-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4aefc0]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x43a4be]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x43a686]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x93f) [0x436d7f]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd9) [0x438349]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x480ce9]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44bfe0]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44db49]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x14e) [0x44e50e]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xad9) [0x465019]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x481a59]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xe6) [0x4644d6]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x438580]
26: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff7429d90]
26: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff7429e40]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x436285]
26:  
26: demangled test_f3:
26: [0x4aefc0] Kokkos::Impl::save_stacktrace()
26: [0x43a4be] Test::stacktrace_test_f1(std::ostream&)
26: [0x43a686] Test::stacktrace_test_f3(std::ostream&, int)
26: [0x436d7f] Test::test_stacktrace(bool, bool)
26: [0x438349] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
26: [0x480ce9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
26: [0x44bfe0] testing::Test::Run()
26: [0x44db49] testing::TestInfo::Run()
26: [0x44e50e] testing::TestSuite::Run()
26: [0x465019] testing::internal::UnitTestImpl::RunAllTests()
26: [0x481a59] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
26: [0x4644d6] testing::UnitTest::Run()
26: [0x438580] main
26: [0x7ffff7429d90] 
26: [0x7ffff7429e40] __libc_start_main
26: [0x436285] _start
26:  
26: Test setting std::terminate handler that prints the last saved stack trace
26: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (476 ms)
26: [----------] 2 tests from defaultdevicetype_DeathTest (957 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-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4aefc0]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x43a4be]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x436461]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x480ce9]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44bfe0]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44db49]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x14e) [0x44e50e]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xad9) [0x465019]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x481a59]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xe6) [0x4644d6]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x438580]
26: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff7429d90]
26: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff7429e40]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x436285]
26:  
26: demangled test_f1:
26: [0x4aefc0] Kokkos::Impl::save_stacktrace()
26: [0x43a4be] Test::stacktrace_test_f1(std::ostream&)
26: [0x436461] Test::test_stacktrace(bool, bool)
26: [0x480ce9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
26: [0x44bfe0] testing::Test::Run()
26: [0x44db49] testing::TestInfo::Run()
26: [0x44e50e] testing::TestSuite::Run()
26: [0x465019] testing::internal::UnitTestImpl::RunAllTests()
26: [0x481a59] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
26: [0x4644d6] testing::UnitTest::Run()
26: [0x438580] main
26: [0x7ffff7429d90] 
26: [0x7ffff7429e40] __libc_start_main
26: [0x436285] _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-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4aefc0]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x43a4be]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x43a686]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x93f) [0x436d7f]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x480ce9]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44bfe0]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44db49]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x14e) [0x44e50e]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xad9) [0x465019]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x481a59]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xe6) [0x4644d6]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x438580]
26: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff7429d90]
26: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff7429e40]
26: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x436285]
26:  
26: demangled test_f3:
26: [0x4aefc0] Kokkos::Impl::save_stacktrace()
26: [0x43a4be] Test::stacktrace_test_f1(std::ostream&)
26: [0x43a686] Test::stacktrace_test_f3(std::ostream&, int)
26: [0x436d7f] Test::test_stacktrace(bool, bool)
26: [0x480ce9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
26: [0x44bfe0] testing::Test::Run()
26: [0x44db49] testing::TestInfo::Run()
26: [0x44e50e] testing::TestSuite::Run()
26: [0x465019] testing::internal::UnitTestImpl::RunAllTests()
26: [0x481a59] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
26: [0x4644d6] testing::UnitTest::Run()
26: [0x438580] main
26: [0x7ffff7429d90] 
26: [0x7ffff7429e40] __libc_start_main
26: [0x436285] _start
26:  
26: Test setting std::terminate handler that prints the last saved stack trace
26: [       OK ] defaultdevicetype.stacktrace_normal (0 ms)
26: [----------] 1 test from defaultdevicetype (0 ms total)
26: 
26: [----------] Global test environment tear-down
26: [==========] 3 tests from 2 test suites ran. (958 ms total)
26: [  PASSED  ] 3 tests.
26/65 Test #26: Kokkos_CoreUnitTest_StackTraceTest .........................   Passed    1.22 sec
test 27
      Start 27: Kokkos_IncrementalTest_SERIAL

27: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_IncrementalTest_SERIAL
27: Test timeout computed to be: 1500
27: [==========] Running 28 tests from 1 test suite.
27: [----------] Global test environment set-up.
27: [----------] 28 tests from SERIAL
27: [ RUN      ] SERIAL.IncrTest_01_execspace_typedef
27: [       OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms)
27: [ RUN      ] SERIAL.IncrTest_01_execspace
27: Host Serial Execution Space:
27:   KOKKOS_ENABLE_SERIAL: yes
27: 
27: Serial Runtime Configuration:
27: Serial
27: [       OK ] SERIAL.IncrTest_01_execspace (0 ms)
27: [ RUN      ] SERIAL.IncrTest_02_AtomicExchange
27: [       OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms)
27: [ RUN      ] SERIAL.IncrTest_02_AtomicAdd
27: [       OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms)
27: [ RUN      ] SERIAL.IncrTest_02_AtomicSub
27: [       OK ] SERIAL.IncrTest_02_AtomicSub (0 ms)
27: [ RUN      ] SERIAL.IncrTest_03a_memspace_malloc
27: [       OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms)
27: [ RUN      ] SERIAL.IncrTest_03b_memspace_free
27: [       OK ] SERIAL.IncrTest_03b_memspace_free (25 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 (51 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 (0 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 (78 ms total)
27: 
27: [----------] Global test environment tear-down
27: [==========] 28 tests from 1 test suite ran. (78 ms total)
27: [  PASSED  ] 28 tests.
27/65 Test #27: Kokkos_IncrementalTest_SERIAL ..............................   Passed    0.33 sec
test 28
      Start 28: Kokkos_IncrementalTest_SYCL

28: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_IncrementalTest_SYCL
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 SYCL
28: [ RUN      ] SYCL.IncrTest_01_execspace_typedef
28: [       OK ] SYCL.IncrTest_01_execspace_typedef (0 ms)
28: [ RUN      ] SYCL.IncrTest_01_execspace
28: 
28: Runtime Configuration:
28: macro  KOKKOS_ENABLE_ONEDPL : defined
28: macro  KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED : undefined
28: macro  KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE : defined
28: macro  SYCL_EXT_ONEAPI_DEVICE_GLOBAL : defined
28: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES : defined
28: macro  KOKKOS_IMPL_SYCL_GRAPH_SUPPORT : defined
28: macro  SYCL_EXT_ONEAPI_BFLOAT16 : undefined
28: macro  SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE : defined
28: Immediate command lists and standard command queue allowed.
28: SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS not defined.
28: 
28: Available devices: 
28: [ext_oneapi_cuda]:gpu:0] NVIDIA A30 : Selected
28: SYCL
28: [       OK ] SYCL.IncrTest_01_execspace (0 ms)
28: [ RUN      ] SYCL.IncrTest_02_AtomicExchange
28: [       OK ] SYCL.IncrTest_02_AtomicExchange (0 ms)
28: [ RUN      ] SYCL.IncrTest_02_AtomicAdd
28: [       OK ] SYCL.IncrTest_02_AtomicAdd (0 ms)
28: [ RUN      ] SYCL.IncrTest_02_AtomicSub
28: [       OK ] SYCL.IncrTest_02_AtomicSub (0 ms)
28: [ RUN      ] SYCL.IncrTest_03a_memspace_malloc
28: [       OK ] SYCL.IncrTest_03a_memspace_malloc (0 ms)
28: [ RUN      ] SYCL.IncrTest_03b_memspace_free
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o
29: Test_Atomic<unsigned int>/100000/iterations:10                 1.65 s          1.65 s            10          1            4    1.97244m        1046.23u    1.69432m     704.983M         175.296k     704.983M
[ 53%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o
[ 53%] Built target Kokkos_CoreUnitTest_Cuda1
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
28: [       OK ] SYCL.IncrTest_03b_memspace_free (13577 ms)
28: [ RUN      ] SYCL.IncrTest_04_simple_parallelFor
28: [       OK ] SYCL.IncrTest_04_simple_parallelFor (0 ms)
28: [ RUN      ] SYCL.IncrTest_04_RangePolicy_parallelFor
28: [       OK ] SYCL.IncrTest_04_RangePolicy_parallelFor (0 ms)
28: [ RUN      ] SYCL.IncrTest_05_reduction
28: [       OK ] SYCL.IncrTest_05_reduction (4 ms)
28: [ RUN      ] SYCL.IncrTest_06_mdrange2D
28: [       OK ] SYCL.IncrTest_06_mdrange2D (0 ms)
28: [ RUN      ] SYCL.IncrTest_06_mdrange3D
28: [       OK ] SYCL.IncrTest_06_mdrange3D (0 ms)
28: [ RUN      ] SYCL.IncrTest_06_mdrange4D
28: [       OK ] SYCL.IncrTest_06_mdrange4D (0 ms)
28: [ RUN      ] SYCL.IncrTest_08_deep_copy_2D
28: [       OK ] SYCL.IncrTest_08_deep_copy_2D (0 ms)
28: [ RUN      ] SYCL.IncrTest_08_deep_copy_3D
28: [       OK ] SYCL.IncrTest_08_deep_copy_3D (0 ms)
28: [ RUN      ] SYCL.IncrTest_08_deep_copy_4D
28: [       OK ] SYCL.IncrTest_08_deep_copy_4D (0 ms)
28: [ RUN      ] SYCL.IncrTest_10_Hierarchical_Basics
28: [       OK ] SYCL.IncrTest_10_Hierarchical_Basics (0 ms)
28: [ RUN      ] SYCL.IncrTest_11a_Hierarchical_ForLoop
28: [       OK ] SYCL.IncrTest_11a_Hierarchical_ForLoop (0 ms)
28: [ RUN      ] SYCL.IncrTest_11b_Hierarchical_ForLoop
28: [       OK ] SYCL.IncrTest_11b_Hierarchical_ForLoop (0 ms)
28: [ RUN      ] SYCL.IncrTest_11c_Hierarchical_ForLoop
28: [       OK ] SYCL.IncrTest_11c_Hierarchical_ForLoop (204 ms)
28: [ RUN      ] SYCL.IncrTest_12a_ThreadScratch
28: [       OK ] SYCL.IncrTest_12a_ThreadScratch (1 ms)
28: [ RUN      ] SYCL.IncrTest_12b_TeamScratch
28: [       OK ] SYCL.IncrTest_12b_TeamScratch (0 ms)
28: [ RUN      ] SYCL.IncrTest_13a_Hierarchical_Red
28: [       OK ] SYCL.IncrTest_13a_Hierarchical_Red (0 ms)
28: [ RUN      ] SYCL.IncrTest_13b_Hierarchical_Red
28: [       OK ] SYCL.IncrTest_13b_Hierarchical_Red (0 ms)
28: [ RUN      ] SYCL.IncrTest_13c_Hierarchical_Red
28: [       OK ] SYCL.IncrTest_13c_Hierarchical_Red (0 ms)
28: [ RUN      ] SYCL.incr_14_MDrangeReduce
28: [       OK ] SYCL.incr_14_MDrangeReduce (0 ms)
28: [ RUN      ] SYCL.IncrTest_16_parallelscan
28: [       OK ] SYCL.IncrTest_16_parallelscan (2 ms)
28: [ RUN      ] SYCL.incr_17_atomicView
28: [       OK ] SYCL.incr_17_atomicView (0 ms)
28: [----------] 28 tests from SYCL (13798 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 28 tests from 1 test suite ran. (13798 ms total)
28: [  PASSED  ] 28 tests.
28/65 Test #28: Kokkos_IncrementalTest_SYCL ................................   Passed   14.06 sec
test 29
      Start 29: Kokkos_CoreUnitTest_CTestDevice

29: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice
29: Test timeout computed to be: 1500
29: [==========] Running 8 tests from 2 test suites.
29: [----------] Global test environment set-up.
29: [----------] 5 tests from ctest_environment_DeathTest
29: [ RUN      ] ctest_environment_DeathTest.invalid_rank
29: [       OK ] ctest_environment_DeathTest.invalid_rank (115 ms)
29: [ RUN      ] ctest_environment_DeathTest.no_type_str
29: [       OK ] ctest_environment_DeathTest.no_type_str (115 ms)
29: [ RUN      ] ctest_environment_DeathTest.missing_type
29: [       OK ] ctest_environment_DeathTest.missing_type (233 ms)
29: [ RUN      ] ctest_environment_DeathTest.no_id_str
29: [       OK ] ctest_environment_DeathTest.no_id_str (108 ms)
29: [ RUN      ] ctest_environment_DeathTest.invalid_id_str
29: [       OK ] ctest_environment_DeathTest.invalid_id_str (224 ms)
29: [----------] 5 tests from ctest_environment_DeathTest (798 ms total)
29: 
29: [----------] 3 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.good
29: [       OK ] ctest_environment.good (0 ms)
29: [----------] 3 tests from ctest_environment (0 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 8 tests from 2 test suites ran. (798 ms total)
29: [  PASSED  ] 8 tests.
29/65 Test #29: Kokkos_CoreUnitTest_CTestDevice ............................   Passed    0.81 sec
test 30
      Start 30: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

30: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
30: Test timeout computed to be: 1500
30/65 Test #30: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ..................   Passed    0.01 sec
test 31
      Start 31: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail

31: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
31: Test timeout computed to be: 1500
31: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument
31/65 Test #31: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ......   Passed    0.01 sec
test 32
      Start 32: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs

32: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1"
32: Test timeout computed to be: 1500
32/65 Test #32: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs .....   Passed    0.01 sec
test 33
      Start 33: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment

33: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
33: Environment variables: 
33:  KOKKOS_TEST_TRIBITS_COMPATIBILITY=1
33: Test timeout computed to be: 1500
33/65 Test #33: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ...   Passed    0.01 sec
test 34
      Start 34: Kokkos_CoreUnitTest_DeviceAndThreads

34: Test command: /usr/bin/python3.10 "/var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/TestDeviceAndThreads.py" "-v"
34: Test timeout computed to be: 1500
34: test_device_id (__main__.KokkosInitializationTestCase) ... ok
34: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok
34: test_num_devices (__main__.KokkosInitializationTestCase) ... ok
29: Test_Atomic<unsigned long int>/100000/iterations:10            1.55 s          1.55 s            10          1            8    2.82026m        1.10521m    1.73253m     4.99995G         168.144k     4.99995G
34: test_num_threads (__main__.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled'
34: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok
34: 
34: ----------------------------------------------------------------------
34: Ran 5 tests in 3.011s
34: 
34: OK (skipped=1)
34/65 Test #34: Kokkos_CoreUnitTest_DeviceAndThreads .......................   Passed    3.20 sec
test 35
      Start 35: Kokkos_PerformanceTest_Benchmark

35: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-09-11_T05-53-52.json"
35: Test timeout computed to be: 1500
35: 
35: Available devices: 
35: 2025-09-11T06:39:35+00:00
35: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
35: Run on (15 X 3250 MHz CPU s)
35: CPU Caches:
35:   L1 Data 64 KiB (x15)
35:   L1 Instruction 64 KiB (x15)
35:   L2 Unified 512 KiB (x15)
35:   L3 Unified 16384 KiB (x15)
35: Load Average: 1.67, 4.52, 6.19
35: Address Bits: 64
35: CPU architecture: none
35: Default Device: SYCL
35: Driver Version: CUDA 12.9
35: Error Correction Support: 1
35: GIT_BRANCH: HEAD
35: GIT_CLEAN_STATUS: CLEAN
35: GIT_COMMIT_DATE: 2025-09-11T01:52:44-04:00
35: GIT_COMMIT_DESCRIPTION: Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD
35: GIT_COMMIT_HASH: bbd6eb4b4
35: GPU architecture: AMPERE80
35: Global Cache Mem Line Size: 128
35: Global Mem Cache Size: 25165824
35: Global Mem Size: 25339101184
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: 20250004
35: KOKKOS_ENABLE_ASM: yes
35: KOKKOS_ENABLE_CXX20: yes
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: yes
35: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: yes
35: KOKKOS_ENABLE_PRAGMA_UNROLL: yes
35: KOKKOS_ENABLE_PRAGMA_VECTOR: yes
35: KOKKOS_ENABLE_SERIAL: yes
35: Kokkos Version: 4.7.99
35: Local Mem Size: 166912
35: Max Compute Units: 56
35: Max Mem Alloc Size: 25339101184
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 A30
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: 8.0
35: [ext_oneapi_cuda]:gpu:0] NVIDIA A30: Selected
35: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
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_GRAPH_SUPPORT: defined
35: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined
35: macro  SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: defined
35: macro  SYCL_EXT_ONEAPI_BFLOAT16: undefined
35: macro  SYCL_EXT_ONEAPI_DEVICE_GLOBAL: defined
35: mdspan: enabled
35: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
35: platform: 64bit
35: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
35: Benchmark                                                                                                                                                                          Time             CPU   Iterations      Count Time normalized
35: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
35: GramSchmidt<double>/Count:1024/iterations:5/manual_time                                                                                                                        0.008 s         0.008 s             5       1024        7.59729u
35: GramSchmidt<double>/Count:2048/iterations:5/manual_time                                                                                                                        0.009 s         0.009 s             5     2.048k        4.27529u
35: GramSchmidt<double>/Count:4096/iterations:5/manual_time                                                                                                                        0.009 s         0.010 s             5     4.096k        2.26125u
35: GramSchmidt<double>/Count:8192/iterations:5/manual_time                                                                                                                        0.010 s         0.011 s             5     8.192k        1.26505u
35: GramSchmidt<double>/Count:16384/iterations:5/manual_time                                                                                                                       0.012 s         0.013 s             5    16.384k        705.432n
35: GramSchmidt<double>/Count:32768/iterations:5/manual_time                                                                                                                       0.013 s         0.015 s             5    32.768k        402.562n
35: GramSchmidt<double>/Count:65536/iterations:5/manual_time                                                                                                                       0.016 s         0.019 s             5    65.536k        244.205n
35: GramSchmidt<double>/Count:131072/iterations:5/manual_time                                                                                                                      0.017 s         0.024 s             5   131.072k        129.368n
35: GramSchmidt<double>/Count:262144/iterations:5/manual_time                                                                                                                      0.018 s         0.035 s             5   262.144k        67.4198n
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
35: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
35: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s        Max
35: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
35: CustomReduction<double>/N:100000/R:1000/manual_time                                                                                                                            0.004 s         0.009 s           181 53.6478k/s       11.5
35: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
35: Benchmark                                                                                                                                                                          Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced
35: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
35: OverlapRangePolicy/N:2000/M:10000/R:10                                                                                                                                         0.648 s         0.648 s             1        0.114718    0.0539276                0.101792            0.0478543   0.0512234         59.991u
35: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
35: Benchmark                                                                                                                                                                          Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced
35: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
35: OverlapMDRangePolicy/N:200/M:10000/R:10                                                                                                                                        0.038 s         0.038 s            18         6.3506m     3.19937m                7.80142m                  3.83501m    3.75333m          11.44u
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
35: OverlapTeamPolicy/N:20/M:1000000/R:10                                                                                                                                          0.242 s         0.242 s             3       0.0459656     0.023433               0.0404709                 0.0197674   0.0202879         29.281u
35: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
35: Benchmark                                                                                                                                                                          Time             CPU   Iterations      Count Time normalized
35: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
35: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5       1024         18.125n
35: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     2.048k        9.49219n
35: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     4.096k        4.84619n
35: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                                                                                                                  0.000 s         0.001 s             5     8.192k        2.66602n
35: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    16.384k        1.73773n
35: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                                                                                                                 0.000 s         0.001 s             5    32.768k        883.789p
35: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                                                                                                                 0.000 s         0.001 s             5    65.536k        539.108p
35: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                                                                                                                0.000 s         0.001 s             5   131.072k        501.335p
35: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                                                                                                                0.000 s         0.002 s             5   262.144k        441.856p
35: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                                                                                                                0.000 s         0.002 s             5   524.288k        415.009p
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
35: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
35: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: rate
35: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
35: Malloc/N:1/manual_time                                                                                                                                                          8.41 us         19.0 us        83332 118.897k/s
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o
35: Malloc/N:16/manual_time                                                                                                                                                         9.54 us         21.2 us        73533 104.852k/s
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o
35: Malloc/N:256/manual_time                                                                                                                                                        9.52 us         21.1 us        73511 105.015k/s
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o
35: Malloc/N:4096/manual_time                                                                                                                                                       9.56 us         21.3 us        73138 104.603k/s
35: Malloc/N:65536/manual_time                                                                                                                                                      9.55 us         21.2 us        73283 104.756k/s
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o
35: Malloc/N:1048576/manual_time                                                                                                                                                    9.49 us         21.0 us        73776 105.396k/s
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
35: Malloc/N:16777216/manual_time                                                                                                                                                    489 us          577 us         1325 2.04626k/s
35: Malloc/N:268435456/manual_time                                                                                                                                                  6566 us         1065 us          661  152.298/s
35: Malloc/N:4294967296/manual_time                                                                                                                                               123773 us         4909 us           10  8.07928/s
35: MallocFree/N:1/manual_time                                                                                                                                                      18.8 us         18.9 us        35857 53.2112k/s
35: MallocFree/N:16/manual_time                                                                                                                                                     18.6 us         18.7 us        37786 53.6829k/s
35: MallocFree/N:256/manual_time                                                                                                                                                    19.9 us         20.0 us        37456 50.2767k/s
35: MallocFree/N:4096/manual_time                                                                                                                                                   21.1 us         21.2 us        33116 47.3448k/s
35: MallocFree/N:65536/manual_time                                                                                                                                                  21.2 us         21.4 us        32968 47.2016k/s
35: MallocFree/N:1048576/manual_time                                                                                                                                                20.9 us         21.0 us        33338  47.886k/s
35: MallocFree/N:16777216/manual_time                                                                                                                                                611 us          611 us          820 1.63549k/s
35: MallocFree/N:268435456/manual_time                                                                                                                                              6768 us         1074 us          551   147.76/s
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
35: MallocFree/N:4294967296/manual_time                                                                                                                                           115836 us         4837 us            9  8.63291/s
35: MallocTouch/N:1/manual_time                                                                                                                                                     8.72 us         19.1 us        79172 114.687k/s
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
35: MallocTouch/N:16/manual_time                                                                                                                                                    9.48 us         20.5 us        80486 105.467k/s
35: MallocTouch/N:256/manual_time                                                                                                                                                   9.86 us         21.3 us        70941 101.411k/s
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o
[ 54%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
35: MallocTouch/N:4096/manual_time                                                                                                                                                  20.5 us         33.9 us        34171 48.8297k/s
35: MallocTouch/N:65536/manual_time                                                                                                                                                 20.6 us         34.1 us        33955 48.4386k/s
29: Test_Atomic<unsigned long long int>/100000/iterations:10       4.60 s          4.60 s            10          1            8     7.73147        1.62452m    1.59874m     4.99995G           198.8k     4.99995G
35: MallocTouch/N:1048576/manual_time                                                                                                                                               22.8 us         36.1 us        30676 43.8488k/s
35: MallocTouch/N:16777216/manual_time                                                                                                                                               506 us          598 us         1314 1.97673k/s
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
35: MallocTouch/N:268435456/manual_time                                                                                                                                             6561 us         1107 us          663  152.411/s
[ 54%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o
35: MallocTouch/N:4294967296/manual_time                                                                                                                                          114176 us         5784 us            9  8.75839/s
35: MallocTouchFree/N:1/manual_time                                                                                                                                                 19.2 us         19.2 us        36130 52.1998k/s
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
35: MallocTouchFree/N:16/manual_time                                                                                                                                                18.9 us         18.9 us        37042 53.0351k/s
35: MallocTouchFree/N:256/manual_time                                                                                                                                               19.8 us         19.9 us        37241 50.4858k/s
35: MallocTouchFree/N:4096/manual_time                                                                                                                                              33.8 us         33.8 us        20661  29.597k/s
35: MallocTouchFree/N:65536/manual_time                                                                                                                                             34.0 us         34.0 us        20613 29.4315k/s
35: MallocTouchFree/N:1048576/manual_time                                                                                                                                           36.2 us         36.3 us        19283 27.6017k/s
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_Ctors.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o
35: MallocTouchFree/N:16777216/manual_time                                                                                                                                           647 us          646 us          796 1.54559k/s
29: Test_Atomic<float>/100000/iterations:10                        1.66 s          1.66 s            10          0            4    4.10016m        1053.92u    3.19255m     4.99952G         293.984k     4.99989G
35: MallocTouchFree/N:268435456/manual_time                                                                                                                                         6776 us         1109 us          546  147.582/s
35: MallocTouchFree/N:4294967296/manual_time                                                                                                                                       99711 us         5658 us            6   10.029/s
35: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
35: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s         MB
35: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
35: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.018 s         0.002 s            34  43.4191/s        800
35: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.020 s         0.002 s            36  40.8619/s        800
35: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.020 s         0.002 s            44  40.8197/s        800
35: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.020 s         0.002 s            36   40.807/s        800
35: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.020 s         0.002 s            35  39.7431/s        800
[ 78%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
35: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.020 s         0.002 s            36   40.768/s        800
35: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.020 s         0.002 s            36  40.7587/s        800
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o
35: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.020 s         0.002 s            36  40.7026/s        800
[ 55%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 78%] Built target Kokkos_ContainersUnitTest_Serial
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
35: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.002 s            35  41.9823/s        800
35: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.020 s         0.002 s            36  40.7196/s        800
[ 55%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o
35: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.020 s         0.002 s            36  40.7031/s        800
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o
35: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.020 s         0.002 s            36  40.8218/s        800
35: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.020 s         0.002 s            35  39.7871/s        800
[ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
35: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.020 s         0.002 s            35  39.7389/s        800
29: Test_Atomic<double>/100000/iterations:10                       1.59 s          1.59 s            10          1            8    4.06577m        1061.82u    3.29525m     4.99995G         220.864k     4.99995G
29/56 Test #29: Kokkos_PerformanceTest_Atomic ..............................   Passed  174.10 sec
test 30
      Start 30: Kokkos_PerformanceTest_Reduction

30: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-09-11_T05-53-36.json"
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: 2025-09-11T06:40:52+00:00
30: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Reduction
30: Run on (15 X 3250 MHz CPU s)
30: CPU Caches:
30:   L1 Data 64 KiB (x15)
30:   L1 Instruction 64 KiB (x15)
30:   L2 Unified 512 KiB (x15)
30:   L3 Unified 16384 KiB (x15)
30: Load Average: 1.01, 3.84, 7.06
30: CPU architecture: none
30: Can access system allocated memory: 0
30: Capability: 8.0
30: Default Device: Cuda
30: GPU architecture: AMPERE80
30: KOKKOS_COMPILER_GNU: 1330
30: KOKKOS_COMPILER_NVCC: 1300
30: KOKKOS_ENABLE_ASM: yes
30: KOKKOS_ENABLE_CUDA: yes
30: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
30: KOKKOS_ENABLE_CUDA_UVM: no
30: KOKKOS_ENABLE_CXX20: yes
30: KOKKOS_ENABLE_CXX23: no
30: KOKKOS_ENABLE_CXX26: no
30: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes
30: KOKKOS_ENABLE_HWLOC: no
30: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes
30: KOKKOS_ENABLE_LIBDL: no
30: KOKKOS_ENABLE_OPENMP: yes
30: KOKKOS_ENABLE_PRAGMA_IVDEP: no
30: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
30: KOKKOS_ENABLE_PRAGMA_UNROLL: no
30: KOKKOS_ENABLE_PRAGMA_VECTOR: no
30: Kokkos: OpenMP thread_pool_topology[ 1 x 15 x 1 ]
30: Kokkos Version: 4.7.99
30: Kokkos::Cuda[ 0 ] NVIDIA A30: Selected
30: Shared Memory per Block: 48 KiB
30: Total Global Memory: 23.6 GiB
30: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
30: macro  CUDA_VERSION: 13000 = version 13.0
30: macro  KOKKOS_ENABLE_CUDA: defined
30: mdspan: disabled
30: mdspan version: not applicable
30: platform: 64bit
30: via Address Translation Service: 0
30: ***WARNING*** Library was built as DEBUG. Timings may be affected.
30: ----------------------------------------------------------------------------------------------------
30: Benchmark                                                          Time             CPU   Iterations
30: ----------------------------------------------------------------------------------------------------
30: ReductionCheapScalarResult<double>/10000/iterations:10          23.3 us         23.1 us           10
30: ReductionCheapScalarResult<double>/100000/iterations:10         24.7 us         24.7 us           10
30: ReductionCheapScalarResult<double>/1000000/iterations:10        28.9 us         28.8 us           10
30: ReductionCheapScalarResult<double>/10000000/iterations:10        127 us          127 us           10
30: ReductionCheapHostResult<double>/10000/iterations:10            20.8 us         20.7 us           10
30: ReductionCheapHostResult<double>/100000/iterations:10           22.9 us         22.9 us           10
30: ReductionCheapHostResult<double>/1000000/iterations:10          28.3 us         28.2 us           10
30: ReductionCheapHostResult<double>/10000000/iterations:10          126 us          126 us           10
30: ReductionCheapDeviceResult<double>/10000/iterations:10          17.2 us         17.1 us           10
30: ReductionCheapDeviceResult<double>/100000/iterations:10         20.2 us         20.1 us           10
30: ReductionCheapDeviceResult<double>/1000000/iterations:10        24.9 us         24.8 us           10
30: ReductionCheapDeviceResult<double>/10000000/iterations:10        124 us          124 us           10
30: ReductionExpensive<double>/10000/iterations:10                  77.8 us         77.7 us           10
30: ReductionExpensive<double>/100000/iterations:10                  274 us          274 us           10
30: ReductionExpensive<double>/1000000/iterations:10                2516 us         2516 us           10
30: ReductionExpensive<double>/10000000/iterations:10              24730 us        24695 us           10
30/56 Test #30: Kokkos_PerformanceTest_Reduction ...........................   Passed    0.57 sec
test 31
      Start 31: Kokkos_ContainersUnitTest_OpenMP

31: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP
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 72 tests from 2 test suites.
31: [----------] Global test environment set-up.
31: [----------] 2 tests from openmp_DeathTest
31: [ RUN      ] openmp_DeathTest.dualview_external_view_construction
31: [       OK ] openmp_DeathTest.dualview_external_view_construction (723 ms)
31: [ RUN      ] openmp_DeathTest.offsetview_unmanaged_construction
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
35: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.020 s         0.002 s            36   40.729/s        800
35: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.020 s         0.002 s            36  40.7243/s        800
35: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time      0.033 s         0.033 s            21  48.4031/s       1.6k
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_LayoutMember.cpp.o
35: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time      0.032 s         0.032 s            22  49.8244/s       1.6k
[ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
35: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           355  827.685/s       1.6k
35: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           352  827.594/s       1.6k
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o
35: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           353  827.056/s       1.6k
35: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time                                           0.003 s         0.003 s           228  265.288/s        800
[ 55%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
31: [       OK ] openmp_DeathTest.offsetview_unmanaged_construction (8871 ms)
31: [----------] 2 tests from openmp_DeathTest (9595 ms total)
31: 
31: [----------] 70 tests from openmp
31: [ RUN      ] openmp.bitset
31: [       OK ] openmp.bitset (1043 ms)
31: [ RUN      ] openmp.bitset_default_constructor_no_alloc
31: [       OK ] openmp.bitset_default_constructor_no_alloc (0 ms)
31: [ RUN      ] openmp.dualview_combination
31: [       OK ] openmp.dualview_combination (0 ms)
31: [ RUN      ] openmp.dualview_alloc
31: [       OK ] openmp.dualview_alloc (0 ms)
31: [ RUN      ] openmp.test_dualview_copy_construction_and_assignment
31: [       OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms)
31: [ RUN      ] openmp.dualview_combinations_without_init
31: [       OK ] openmp.dualview_combinations_without_init (0 ms)
31: [ RUN      ] openmp.dualview_deep_copy
31: [       OK ] openmp.dualview_deep_copy (0 ms)
31: [ RUN      ] openmp.dualview_sync_should_fence
31: [       OK ] openmp.dualview_sync_should_fence (1 ms)
31: [ RUN      ] openmp.dualview_realloc
31: [       OK ] openmp.dualview_realloc (0 ms)
31: [ RUN      ] openmp.dualview_resize
31: [       OK ] openmp.dualview_resize (0 ms)
31: [ RUN      ] openmp.dualview_device_correct_kokkos_device
31: [       OK ] openmp.dualview_device_correct_kokkos_device (0 ms)
31: [ RUN      ] openmp.dualview_host_correct_kokkos_device
31: [       OK ] openmp.dualview_host_correct_kokkos_device (0 ms)
31: [ RUN      ] openmp.dualview_host_modify_template_device_sync
31: [       OK ] openmp.dualview_host_modify_template_device_sync (0 ms)
31: [ RUN      ] openmp.dualview_host_modify_template_device_execspace_sync
31: [       OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms)
31: [ RUN      ] openmp.dualview_device_modify_template_host_sync
31: [       OK ] openmp.dualview_device_modify_template_host_sync (0 ms)
31: [ RUN      ] openmp.dualview_device_modify_template_host_execspace_sync
31: [       OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms)
31: [ RUN      ] openmp.dualview_template_views_return_correct_executionspace_views
31: [       OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms)
31: [ RUN      ] openmp.dualview_template_views_return_correct_views_from_const_dual_view
31: [       OK ] openmp.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
31: [ RUN      ] openmp.dualview_sequential_host_init
31: [       OK ] openmp.dualview_sequential_host_init (0 ms)
31: [ RUN      ] openmp.dualview_default_constructed
31: [       OK ] openmp.dualview_default_constructed (0 ms)
31: [ RUN      ] openmp.dualview_resize_single_device
31: [       OK ] openmp.dualview_resize_single_device (0 ms)
31: [ RUN      ] openmp.dynamic_view
31: [       OK ] openmp.dynamic_view (14 ms)
31: [ RUN      ] openmp.dyn_rank_view_api_generic
31: [       OK ] openmp.dyn_rank_view_api_generic (33 ms)
31: [ RUN      ] openmp.dyn_rank_view_api_operator_rank12345
31: [       OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms)
31: [ RUN      ] openmp.dyn_rank_view_check_fence_resize_realloc
31: /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
31: skipping since not default execution space
31: [  SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms)
31: [ RUN      ] openmp.dyn_rank_view_api_operator_rank67
31: [       OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms)
31: [ RUN      ] openmp.dyn_rank_view_ctor_from_members
31: [       OK ] openmp.dyn_rank_view_ctor_from_members (0 ms)
31: [ RUN      ] openmp.dyn_rank_view_layout_member
31: [       OK ] openmp.dyn_rank_view_layout_member (0 ms)
31: [ RUN      ] openmp.dyn_rank_view_team_scratch
31: [       OK ] openmp.dyn_rank_view_team_scratch (0 ms)
31: [ RUN      ] openmp.ErrorReporterViaLambda
31: [       OK ] openmp.ErrorReporterViaLambda (0 ms)
31: [ RUN      ] openmp.ErrorReporter
31: [       OK ] openmp.ErrorReporter (0 ms)
31: [ RUN      ] openmp.offsetview_construction
31: [       OK ] openmp.offsetview_construction (65 ms)
31: [ RUN      ] openmp.offsetview_unmanaged_construction
31: [       OK ] openmp.offsetview_unmanaged_construction (0 ms)
31: [ RUN      ] openmp.offsetview_subview
31: [       OK ] openmp.offsetview_subview (5 ms)
31: [ RUN      ] openmp.offsetview_offsets_rank1
31: [       OK ] openmp.offsetview_offsets_rank1 (0 ms)
31: [ RUN      ] openmp.offsetview_offsets_rank2
31: [       OK ] openmp.offsetview_offsets_rank2 (0 ms)
31: [ RUN      ] openmp.offsetview_offsets_rank3
31: [       OK ] openmp.offsetview_offsets_rank3 (0 ms)
31: [ RUN      ] openmp.scatterview
35: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time                                   0.043 s         0.043 s            16  18.6628/s        800
35: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           360  827.629/s       1.6k
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_TeamScratch.cpp.o
35: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           353  827.152/s       1.6k
35: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           353  827.498/s       1.6k
35: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.002 s         0.002 s           352  827.031/s       1.6k
35: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.005 s         0.005 s           150   343.35/s       1.6k
31: [       OK ] openmp.scatterview (5835 ms)
31: [ RUN      ] openmp.scatterview_devicetype
31: [       OK ] openmp.scatterview_devicetype (6 ms)
31: [ RUN      ] openmp.resize_realloc_no_init_dualview
31: [       OK ] openmp.resize_realloc_no_init_dualview (0 ms)
31: [ RUN      ] openmp.resize_realloc_no_alloc_dualview
31: [       OK ] openmp.resize_realloc_no_alloc_dualview (0 ms)
31: [ RUN      ] openmp.resize_exec_space_dualview
31: [       OK ] openmp.resize_exec_space_dualview (0 ms)
31: [ RUN      ] openmp.realloc_exec_space_dualview
31: [       OK ] openmp.realloc_exec_space_dualview (0 ms)
31: [ RUN      ] openmp.resize_realloc_no_init_dynrankview
31: [       OK ] openmp.resize_realloc_no_init_dynrankview (0 ms)
31: [ RUN      ] openmp.resize_exec_space_dynrankview
31: [       OK ] openmp.resize_exec_space_dynrankview (0 ms)
31: [ RUN      ] openmp.realloc_exec_space_dynrankview
31: [       OK ] openmp.realloc_exec_space_dynrankview (0 ms)
31: [ RUN      ] openmp.resize_realloc_no_init_scatterview
31: [       OK ] openmp.resize_realloc_no_init_scatterview (0 ms)
31: [ RUN      ] openmp.resize_realloc_no_alloc_scatterview
31: [       OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms)
31: [ RUN      ] openmp.resize_exec_space_scatterview
31: [       OK ] openmp.resize_exec_space_scatterview (0 ms)
31: [ RUN      ] openmp.realloc_exec_space_scatterview
31: [       OK ] openmp.realloc_exec_space_scatterview (0 ms)
31: [ RUN      ] openmp.create_mirror_no_init_dynrankview
31: [       OK ] openmp.create_mirror_no_init_dynrankview (0 ms)
31: [ RUN      ] openmp.create_mirror_no_init_dynrankview_viewctor
31: [       OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms)
31: [ RUN      ] openmp.create_mirror_view_and_copy_dynrankview
31: [       OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms)
31: [ RUN      ] openmp.create_mirror_no_init_offsetview
31: [       OK ] openmp.create_mirror_no_init_offsetview (0 ms)
31: [ RUN      ] openmp.create_mirror_no_init_offsetview_view_ctor
31: [       OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms)
31: [ RUN      ] openmp.create_mirror_view_and_copy_offsetview
31: [       OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms)
31: [ RUN      ] openmp.create_mirror_no_init_dynamicview
31: [       OK ] openmp.create_mirror_no_init_dynamicview (0 ms)
31: [ RUN      ] openmp.create_mirror_view_and_copy_dynamicview
31: [       OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms)
31: [ RUN      ] openmp.create_mirror_no_init_dynamicview_view_ctor
31: [       OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms)
31: [ RUN      ] openmp.UnorderedMap_insert
[ 55%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
35: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.008 s         0.008 s            92  213.193/s       1.6k
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
35: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.002 s         0.002 s           353  827.198/s       1.6k
35: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.003 s         0.003 s           205  466.458/s       1.6k
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o
35: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.003 s         0.003 s           239  549.208/s       1.6k
35: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           353  827.592/s       1.6k
35: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           353   827.21/s       1.6k
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
35: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           352  827.508/s       1.6k
31: [       OK ] openmp.UnorderedMap_insert (6666 ms)
31: [ RUN      ] openmp.UnorderedMap_failed_insert
35: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           353  827.259/s       1.6k
35: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.008 s         0.008 s            90  208.719/s       1.6k
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
35: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.008 s         0.008 s            88  204.076/s       1.6k
35: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.003 s         0.003 s           215  495.601/s       1.6k
31: [       OK ] openmp.UnorderedMap_failed_insert (4463 ms)
31: [ RUN      ] openmp.UnorderedMap_deep_copy
31: [       OK ] openmp.UnorderedMap_deep_copy (5 ms)
31: [ RUN      ] openmp.UnorderedMap_valid_empty
31: [       OK ] openmp.UnorderedMap_valid_empty (0 ms)
31: [ RUN      ] openmp.UnorderedMap_clear_zero_size
31: [       OK ] openmp.UnorderedMap_clear_zero_size (0 ms)
31: [ RUN      ] openmp.UnorderedMap_consistent_size
31: [       OK ] openmp.UnorderedMap_consistent_size (0 ms)
31: [ RUN      ] openmp.UnorderedMap_shallow_copyable_on_device
31: [       OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms)
31: [ RUN      ] openmp.UnorderedMap_lambda_capturable
31: [       OK ] openmp.UnorderedMap_lambda_capturable (0 ms)
31: [ RUN      ] openmp.UnorderedMap_constructor_view_alloc
31: [       OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms)
31: [ RUN      ] openmp.UnorderedMap_View_as_value
31: [       OK ] openmp.UnorderedMap_View_as_value (0 ms)
31: [ RUN      ] openmp.viewctorprop_embedded_dim
31: [       OK ] openmp.viewctorprop_embedded_dim (0 ms)
31: [----------] 70 tests from openmp (18158 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 72 tests from 2 test suites ran. (27753 ms total)
31: [  PASSED  ] 71 tests.
31: [  SKIPPED ] 1 test, listed below:
31: [  SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc
31/56 Test #31: Kokkos_ContainersUnitTest_OpenMP ...........................   Passed   28.08 sec
test 32
      Start 32: Kokkos_ContainersUnitTest_Cuda

32: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda
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 72 tests from 2 test suites.
32: [----------] Global test environment set-up.
32: [----------] 2 tests from cuda_DeathTest
32: [ RUN      ] cuda_DeathTest.dualview_external_view_construction
32: /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestDualView.hpp:586: Skipped
32: test only relevant if DualView uses one allocation
32: [  SKIPPED ] cuda_DeathTest.dualview_external_view_construction (0 ms)
32: [ RUN      ] cuda_DeathTest.offsetview_unmanaged_construction
35: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.005 s         0.005 s           148  336.618/s       1.6k
[ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_ViewCustomization.cpp.o
35: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           353  827.619/s       1.6k
35: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           353   827.32/s       1.6k
35: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.008 s         0.008 s            86  198.509/s       1.6k
35: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.006 s         0.006 s           114  261.748/s       1.6k
35: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           353  827.285/s       1.6k
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o
35: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           353  827.604/s       1.6k
35: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.007 s         0.007 s            95  220.182/s       1.6k
35: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.006 s         0.006 s           115  264.355/s       1.6k
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
35: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           353  827.304/s       1.6k
35: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           353  827.563/s       1.6k
35: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.008 s         0.008 s            90  207.099/s       1.6k
32: [       OK ] cuda_DeathTest.offsetview_unmanaged_construction (9797 ms)
32: [----------] 2 tests from cuda_DeathTest (9798 ms total)
32: 
32: [----------] 70 tests from cuda
32: [ RUN      ] cuda.bitset
32: [       OK ] cuda.bitset (25 ms)
32: [ RUN      ] cuda.bitset_default_constructor_no_alloc
32: [       OK ] cuda.bitset_default_constructor_no_alloc (0 ms)
32: [ RUN      ] cuda.dualview_combination
32: [       OK ] cuda.dualview_combination (5 ms)
32: [ RUN      ] cuda.dualview_alloc
32: [       OK ] cuda.dualview_alloc (0 ms)
32: [ RUN      ] cuda.test_dualview_copy_construction_and_assignment
32: [       OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms)
32: [ RUN      ] cuda.dualview_combinations_without_init
32: [       OK ] cuda.dualview_combinations_without_init (0 ms)
32: [ RUN      ] cuda.dualview_deep_copy
32: [       OK ] cuda.dualview_deep_copy (1 ms)
32: [ RUN      ] cuda.dualview_sync_should_fence
32: [       OK ] cuda.dualview_sync_should_fence (1 ms)
32: [ RUN      ] cuda.dualview_realloc
32: [       OK ] cuda.dualview_realloc (0 ms)
32: [ RUN      ] cuda.dualview_resize
32: [       OK ] cuda.dualview_resize (1 ms)
32: [ RUN      ] cuda.dualview_device_correct_kokkos_device
32: [       OK ] cuda.dualview_device_correct_kokkos_device (0 ms)
32: [ RUN      ] cuda.dualview_host_correct_kokkos_device
32: [       OK ] cuda.dualview_host_correct_kokkos_device (0 ms)
32: [ RUN      ] cuda.dualview_host_modify_template_device_sync
32: [       OK ] cuda.dualview_host_modify_template_device_sync (0 ms)
32: [ RUN      ] cuda.dualview_host_modify_template_device_execspace_sync
32: [       OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms)
32: [ RUN      ] cuda.dualview_device_modify_template_host_sync
32: [       OK ] cuda.dualview_device_modify_template_host_sync (0 ms)
32: [ RUN      ] cuda.dualview_device_modify_template_host_execspace_sync
32: [       OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms)
32: [ RUN      ] cuda.dualview_template_views_return_correct_executionspace_views
32: [       OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms)
32: [ RUN      ] cuda.dualview_template_views_return_correct_views_from_const_dual_view
32: [       OK ] cuda.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
32: [ RUN      ] cuda.dualview_sequential_host_init
32: [       OK ] cuda.dualview_sequential_host_init (0 ms)
32: [ RUN      ] cuda.dualview_default_constructed
32: [       OK ] cuda.dualview_default_constructed (0 ms)
32: [ RUN      ] cuda.dualview_resize_single_device
32: [       OK ] cuda.dualview_resize_single_device (0 ms)
32: [ RUN      ] cuda.dynamic_view
32: [       OK ] cuda.dynamic_view (17 ms)
32: [ RUN      ] cuda.dyn_rank_view_api_generic
32: [       OK ] cuda.dyn_rank_view_api_generic (47 ms)
32: [ RUN      ] cuda.dyn_rank_view_api_operator_rank12345
32: [       OK ] cuda.dyn_rank_view_api_operator_rank12345 (4 ms)
32: [ RUN      ] cuda.dyn_rank_view_check_fence_resize_realloc
32: [       OK ] cuda.dyn_rank_view_check_fence_resize_realloc (1 ms)
32: [ RUN      ] cuda.dyn_rank_view_api_operator_rank67
32: [       OK ] cuda.dyn_rank_view_api_operator_rank67 (1 ms)
32: [ RUN      ] cuda.dyn_rank_view_ctor_from_members
32: [       OK ] cuda.dyn_rank_view_ctor_from_members (0 ms)
32: [ RUN      ] cuda.dyn_rank_view_layout_member
32: [       OK ] cuda.dyn_rank_view_layout_member (0 ms)
32: [ RUN      ] cuda.dyn_rank_view_team_scratch
32: [       OK ] cuda.dyn_rank_view_team_scratch (0 ms)
32: [ RUN      ] cuda.ErrorReporterViaLambda
32: [       OK ] cuda.ErrorReporterViaLambda (2 ms)
32: [ RUN      ] cuda.ErrorReporter
32: [       OK ] cuda.ErrorReporter (0 ms)
32: [ RUN      ] cuda.offsetview_construction
32: [       OK ] cuda.offsetview_construction (5 ms)
32: [ RUN      ] cuda.offsetview_unmanaged_construction
32: [       OK ] cuda.offsetview_unmanaged_construction (0 ms)
32: [ RUN      ] cuda.offsetview_subview
32: [       OK ] cuda.offsetview_subview (0 ms)
32: [ RUN      ] cuda.offsetview_offsets_rank1
32: [       OK ] cuda.offsetview_offsets_rank1 (0 ms)
32: [ RUN      ] cuda.offsetview_offsets_rank2
32: [       OK ] cuda.offsetview_offsets_rank2 (0 ms)
32: [ RUN      ] cuda.offsetview_offsets_rank3
32: [       OK ] cuda.offsetview_offsets_rank3 (0 ms)
32: [ RUN      ] cuda.scatterview
[ 55%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o
35: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.005 s         0.005 s           129   298.58/s       1.6k
32: [       OK ] cuda.scatterview (744 ms)
32: [ RUN      ] cuda.scatterview_devicetype
32: [       OK ] cuda.scatterview_devicetype (22 ms)
32: [ RUN      ] cuda.resize_realloc_no_init_dualview
32: [       OK ] cuda.resize_realloc_no_init_dualview (1 ms)
32: [ RUN      ] cuda.resize_realloc_no_alloc_dualview
32: [       OK ] cuda.resize_realloc_no_alloc_dualview (0 ms)
32: [ RUN      ] cuda.resize_exec_space_dualview
32: [       OK ] cuda.resize_exec_space_dualview (0 ms)
32: [ RUN      ] cuda.realloc_exec_space_dualview
32: [       OK ] cuda.realloc_exec_space_dualview (0 ms)
32: [ RUN      ] cuda.resize_realloc_no_init_dynrankview
32: [       OK ] cuda.resize_realloc_no_init_dynrankview (0 ms)
32: [ RUN      ] cuda.resize_exec_space_dynrankview
32: [       OK ] cuda.resize_exec_space_dynrankview (0 ms)
32: [ RUN      ] cuda.realloc_exec_space_dynrankview
32: [       OK ] cuda.realloc_exec_space_dynrankview (0 ms)
32: [ RUN      ] cuda.resize_realloc_no_init_scatterview
32: [       OK ] cuda.resize_realloc_no_init_scatterview (0 ms)
32: [ RUN      ] cuda.resize_realloc_no_alloc_scatterview
32: [       OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms)
32: [ RUN      ] cuda.resize_exec_space_scatterview
32: [       OK ] cuda.resize_exec_space_scatterview (0 ms)
32: [ RUN      ] cuda.realloc_exec_space_scatterview
32: [       OK ] cuda.realloc_exec_space_scatterview (0 ms)
32: [ RUN      ] cuda.create_mirror_no_init_dynrankview
32: [       OK ] cuda.create_mirror_no_init_dynrankview (0 ms)
32: [ RUN      ] cuda.create_mirror_no_init_dynrankview_viewctor
32: [       OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms)
32: [ RUN      ] cuda.create_mirror_view_and_copy_dynrankview
32: [       OK ] cuda.create_mirror_view_and_copy_dynrankview (0 ms)
32: [ RUN      ] cuda.create_mirror_no_init_offsetview
32: [       OK ] cuda.create_mirror_no_init_offsetview (0 ms)
32: [ RUN      ] cuda.create_mirror_no_init_offsetview_view_ctor
32: [       OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms)
32: [ RUN      ] cuda.create_mirror_view_and_copy_offsetview
32: [       OK ] cuda.create_mirror_view_and_copy_offsetview (0 ms)
32: [ RUN      ] cuda.create_mirror_no_init_dynamicview
32: [       OK ] cuda.create_mirror_no_init_dynamicview (0 ms)
32: [ RUN      ] cuda.create_mirror_view_and_copy_dynamicview
32: [       OK ] cuda.create_mirror_view_and_copy_dynamicview (0 ms)
32: [ RUN      ] cuda.create_mirror_no_init_dynamicview_view_ctor
32: [       OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms)
32: [ RUN      ] cuda.UnorderedMap_insert
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o
35: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                      0.002 s         0.002 s           349  811.766/s       1.6k
35: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    0.002 s         0.002 s           349  811.604/s       1.6k
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o
35: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                     0.002 s         0.002 s           349  811.804/s       1.6k
32: [       OK ] cuda.UnorderedMap_insert (2856 ms)
32: [ RUN      ] cuda.UnorderedMap_failed_insert
35: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                     0.002 s         0.002 s           349  811.606/s       1.6k
32: [       OK ] cuda.UnorderedMap_failed_insert (1006 ms)
32: [ RUN      ] cuda.UnorderedMap_deep_copy
32: [       OK ] cuda.UnorderedMap_deep_copy (4 ms)
32: [ RUN      ] cuda.UnorderedMap_valid_empty
32: [       OK ] cuda.UnorderedMap_valid_empty (1 ms)
32: [ RUN      ] cuda.UnorderedMap_clear_zero_size
32: [       OK ] cuda.UnorderedMap_clear_zero_size (0 ms)
32: [ RUN      ] cuda.UnorderedMap_consistent_size
32: [       OK ] cuda.UnorderedMap_consistent_size (0 ms)
32: [ RUN      ] cuda.UnorderedMap_shallow_copyable_on_device
32: [       OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms)
32: [ RUN      ] cuda.UnorderedMap_lambda_capturable
32: [       OK ] cuda.UnorderedMap_lambda_capturable (0 ms)
32: [ RUN      ] cuda.UnorderedMap_constructor_view_alloc
32: [       OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms)
32: [ RUN      ] cuda.UnorderedMap_View_as_value
32: [       OK ] cuda.UnorderedMap_View_as_value (0 ms)
32: [ RUN      ] cuda.viewctorprop_embedded_dim
32: [       OK ] cuda.viewctorprop_embedded_dim (1 ms)
32: [----------] 70 tests from cuda (4766 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 72 tests from 2 test suites ran. (14564 ms total)
32: [  PASSED  ] 71 tests.
32: [  SKIPPED ] 1 test, listed below:
32: [  SKIPPED ] cuda_DeathTest.dualview_external_view_construction
32/56 Test #32: Kokkos_ContainersUnitTest_Cuda .............................   Passed   14.93 sec
test 33
      Start 33: Kokkos_ContainersPerformanceTest_OpenMP

33: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP
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 5 tests from 1 test suite.
33: [----------] Global test environment set-up.
33: [----------] 5 tests from TEST_CATEGORY
33: [ RUN      ] TEST_CATEGORY.dynrankview_perf
33: OpenMP
33:  DynRankView vs View: Initialization Only 
33:  View time (init only): 0.0469133
33:  View sum computation time: 0.0469133
33:  Strided View time (init only): 0.0469807
33:  View Rank7 time (init only): 0.0901274
33:  DynRankView time (init only): 0.0816756
35: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           777  914.592/s        800
33:  DynRankView sum computation time: 0.14248
33:  Ratio of View to DynRankView time: 0.574386
33:  Ratio of View to DynRankView sum computation time: 0.45249
33:  Ratio of View to View Rank7  time: 0.520522
33:  Ratio of StrideView to DynRankView time: 0.575211
33:  Ratio of DynRankView to View Rank7  time: 0.906224
33: [       OK ] TEST_CATEGORY.dynrankview_perf (513 ms)
33: [ RUN      ] TEST_CATEGORY.global_2_local
33: OpenMP
33: size, create, generate, fill, find
33: 256, 0.000171093, 2.048e-05, 7.6221e-05, 0.00155342
33: 512, 6.1871e-05, 1.2562e-05, 7.3971e-05, 0.00160363
33: 1024, 8.7681e-05, 1.31e-05, 0.000102442, 0.00207221
33: 2048, 0.000127851, 1.5482e-05, 0.000173812, 0.00293244
33: 4096, 0.000185033, 1.6622e-05, 0.000328845, 0.00446939
33: 8192, 0.000319366, 2.1161e-05, 0.00061523, 0.00731981
33: 16384, 0.000419147, 3.01e-05, 0.00116383, 0.0130505
33: 32768, 0.000651091, 6.2651e-05, 0.00245562, 0.0264011
33: 65536, 0.000922745, 9.7133e-05, 0.00461479, 0.0584754
33: 131072, 0.00171393, 0.000186783, 0.00931074, 0.110275
33: 262144, 0.00297441, 0.000335695, 0.0186931, 0.248808
33: 524288, 0.00650384, 0.000646431, 0.037142, 0.538963
35: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time                                                                                                       0.001 s         0.001 s           799  914.799/s        800
35: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           791   914.09/s        800
[ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
33: 1048576, 0.0130593, 0.00124479, 0.0722503, 1.37892
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o
35: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time                                                                                                      0.001 s         0.001 s           800  914.827/s        800
35: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           790  913.904/s        800
[ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
35: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           784  914.449/s        800
35: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           784   914.01/s        800
35: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           784  914.162/s        800
35: ViewFill_Rank1Strided/N:10/manual_time                                                                                                                                         0.002 s         0.002 s           348  202.463/s        400
35: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           776   914.66/s        800
33: 2097152, 0.0246906, 0.0025056, 0.142348, 5.1754
[ 80%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
[ 56%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
35: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           784  914.644/s        800
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
35: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           784  914.607/s        800
35: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           784  914.676/s        800
[ 80%] Built target Kokkos_PerformanceTest_Benchmark
35: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           784  914.623/s        800
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
35: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           784  914.575/s        800
35: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           784  914.418/s        800
35: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           784  914.354/s        800
35: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           784  914.581/s        800
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
35: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           784   914.64/s        800
35: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                              0.001 s         0.001 s           789  920.225/s        800
35: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                             0.001 s         0.001 s           789  920.273/s        800
35: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 3.73352k/s       1.6k
35: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 3.72229k/s       1.6k
35: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.001 s         0.001 s            10 2.63585k/s       1.6k
35: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.001 s            10 2.63362k/s       1.6k
35: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 3.57609k/s       1.6k
35: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.001 s            10 2.90254k/s       1.6k
35: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 4.87372k/s       1.6k
35: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 5.06761k/s       1.6k
35: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 3.24454k/s       1.6k
35: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.001 s         0.001 s            10 3.16829k/s       1.6k
35: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 4.95658k/s       1.6k
35: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 3.68821k/s       1.6k
35: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.001 s         0.001 s            10 3.17742k/s       1.6k
35: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.001 s            10  2.8334k/s       1.6k
35: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.001 s         0.001 s            10 2.24202k/s       1.6k
35: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.001 s            10 2.24322k/s       1.6k
35: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.004 s         0.000 s            10  372.115/s       1.6k
35: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.004 s         0.000 s            10  396.668/s       1.6k
35: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.004 s         0.001 s            10  383.376/s       1.6k
35: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.004 s         0.001 s            10  405.834/s       1.6k
35: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.004 s         0.001 s            10  376.966/s       1.6k
35: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.004 s         0.001 s            10  417.639/s       1.6k
35: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.004 s         0.001 s            10  409.384/s       1.6k
35: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.004 s         0.001 s            10   409.38/s       1.6k
35: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.004 s         0.001 s            10  421.986/s       1.6k
35: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.004 s         0.001 s            10  383.058/s       1.6k
35: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.004 s         0.001 s            10  438.265/s       1.6k
35: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.004 s         0.001 s            10  383.627/s       1.6k
35: ViewResize_Rank8<Kokkos::LayoutLeft>/N:9/iterations:10/manual_time                                                                                                             0.000 s         0.000 s            10 3.35974M/s    688.748
35: ViewResize_Rank8<Kokkos::LayoutRight>/N:9/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 3.56864M/s    688.748
35: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:9/iterations:10/manual_time                                                                                                      0.000 s         0.000 s            10 3.49796M/s    688.748
35: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:9/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 3.60412M/s    688.748
35: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                       0.029 s         0.004 s            10  54.7848/s       1.6k
35: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                      0.030 s         0.004 s            10  53.0561/s       1.6k
35/65 Test #35: Kokkos_PerformanceTest_Benchmark ...........................   Passed  139.60 sec
test 36
      Start 36: Kokkos_Benchmark_Atomic_MinMax

36: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-09-11_T05-53-52.json"
36: Test timeout computed to be: 1500
36: 
36: Available devices: 
36: 2025-09-11T06:41:55+00:00
36: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
36: Run on (15 X 3250 MHz CPU s)
36: CPU Caches:
36:   L1 Data 64 KiB (x15)
36:   L1 Instruction 64 KiB (x15)
36:   L2 Unified 512 KiB (x15)
36:   L3 Unified 16384 KiB (x15)
36: Load Average: 0.95, 3.12, 5.42
36: Address Bits: 64
36: CPU architecture: none
36: Default Device: SYCL
36: Driver Version: CUDA 12.9
36: Error Correction Support: 1
36: GIT_BRANCH: HEAD
36: GIT_CLEAN_STATUS: CLEAN
36: GIT_COMMIT_DATE: 2025-09-11T01:52:44-04:00
36: GIT_COMMIT_DESCRIPTION: Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD
36: GIT_COMMIT_HASH: bbd6eb4b4
36: GPU architecture: AMPERE80
36: Global Cache Mem Line Size: 128
36: Global Mem Cache Size: 25165824
36: Global Mem Size: 25339101184
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: 20250004
36: KOKKOS_ENABLE_ASM: yes
36: KOKKOS_ENABLE_CXX20: yes
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: yes
36: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: yes
36: KOKKOS_ENABLE_PRAGMA_UNROLL: yes
36: KOKKOS_ENABLE_PRAGMA_VECTOR: yes
36: KOKKOS_ENABLE_SERIAL: yes
36: Kokkos Version: 4.7.99
36: Local Mem Size: 166912
36: Max Compute Units: 56
36: Max Mem Alloc Size: 25339101184
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 A30
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: 8.0
36: [ext_oneapi_cuda]:gpu:0] NVIDIA A30: Selected
36: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
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_GRAPH_SUPPORT: defined
36: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined
36: macro  SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: defined
36: macro  SYCL_EXT_ONEAPI_BFLOAT16: undefined
36: macro  SYCL_EXT_ONEAPI_DEVICE_GLOBAL: defined
36: mdspan: enabled
36: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
36: platform: 64bit
36: ----------------------------------------------------------------------------------------------------------------------------------------
36: Benchmark                                                                                              Time             CPU   Iterations
36: ----------------------------------------------------------------------------------------------------------------------------------------
36: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
36: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
36: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
36: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
36: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
36: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
36: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
36: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
36: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
36: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
36: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
36: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
36: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
36: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
36: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
36: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
36: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
36: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
36: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
36: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
36: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
36: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
36: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
36: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
36: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
36: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
36: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
36: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
36: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
36: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
36: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
36: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
36: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
36: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
36: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
36: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
36: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
36: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
36: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
36: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
36: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
36: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
36: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
36: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
36: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
36: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
36: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
36: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
36/65 Test #36: Kokkos_Benchmark_Atomic_MinMax .............................   Passed    0.42 sec
test 37
      Start 37: Kokkos_PerformanceTest_ViewFirstTouch

37: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-09-11_T05-53-52.json"
37: Test timeout computed to be: 1500
37: 
37: Available devices: 
37: 2025-09-11T06:41:55+00:00
37: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch
37: Run on (15 X 3250 MHz CPU s)
37: CPU Caches:
37:   L1 Data 64 KiB (x15)
37:   L1 Instruction 64 KiB (x15)
37:   L2 Unified 512 KiB (x15)
37:   L3 Unified 16384 KiB (x15)
37: Load Average: 0.95, 3.12, 5.42
37: Address Bits: 64
37: CPU architecture: none
37: Default Device: SYCL
37: Driver Version: CUDA 12.9
37: Error Correction Support: 1
37: GIT_BRANCH: HEAD
37: GIT_CLEAN_STATUS: CLEAN
37: GIT_COMMIT_DATE: 2025-09-11T01:52:44-04:00
37: GIT_COMMIT_DESCRIPTION: Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD
37: GIT_COMMIT_HASH: bbd6eb4b4
37: GPU architecture: AMPERE80
37: Global Cache Mem Line Size: 128
37: Global Mem Cache Size: 25165824
37: Global Mem Size: 25339101184
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: 20250004
37: KOKKOS_ENABLE_ASM: yes
37: KOKKOS_ENABLE_CXX20: yes
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: yes
37: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: yes
37: KOKKOS_ENABLE_PRAGMA_UNROLL: yes
37: KOKKOS_ENABLE_PRAGMA_VECTOR: yes
37: KOKKOS_ENABLE_SERIAL: yes
37: Kokkos Version: 4.7.99
37: Local Mem Size: 166912
37: Max Compute Units: 56
37: Max Mem Alloc Size: 25339101184
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 A30
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: 8.0
37: [ext_oneapi_cuda]:gpu:0] NVIDIA A30: Selected
37: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
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_GRAPH_SUPPORT: defined
37: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined
37: macro  SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: defined
37: macro  SYCL_EXT_ONEAPI_BFLOAT16: undefined
37: macro  SYCL_EXT_ONEAPI_DEVICE_GLOBAL: defined
37: mdspan: enabled
37: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
37: platform: 64bit
37: ------------------------------------------------------------------------------------------------------------------------------------
37: Benchmark                                                                    Time             CPU   Iterations  FOM: GB/s         MB
37: ------------------------------------------------------------------------------------------------------------------------------------
37: ViewFirstTouch_Initialize<double>/N:64/manual_time                       0.000 s         0.000 s          8692 6.37335m/s       512u
37: ViewFirstTouch_Initialize<double>/N:512/manual_time                      0.000 s         0.000 s          8648 0.0506513/s     4.096m
33: 4194304, 0.0433924, 0.00484037, 0.282537, 14.1008
33: [       OK ] TEST_CATEGORY.global_2_local (22354 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: [ RUN      ] TEST_CATEGORY.scatter_view
37: ViewFirstTouch_Initialize<double>/N:4096/manual_time                     0.000 s         0.000 s          8368 0.391532/s   0.032768
[ 81%] Linking CXX executable Kokkos_UnitTest_Sort
37: ViewFirstTouch_Initialize<double>/N:32768/manual_time                    0.000 s         0.000 s          8357  3.12481/s   0.262144
37: ViewFirstTouch_Initialize<double>/N:262144/manual_time                   0.000 s         0.000 s          5080  15.2096/s    2.09715
37: ViewFirstTouch_Initialize<double>/N:2097152/manual_time                  0.001 s         0.001 s          1346  32.2434/s    16.7772
[ 81%] Built target Kokkos_UnitTest_Sort
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
33: ScatterView data-duplicated test:
33: num_threads 15
33: hand-coded test took 0.484775 seconds
33: test took 0.58306 seconds
33: num_threads 15
33: hand-coded test took 0.484561 seconds
33: test took 0.585712 seconds
33: num_threads 15
33: hand-coded test took 0.486947 seconds
33: test took 0.585507 seconds
33: num_threads 15
33: hand-coded test took 0.484616 seconds
33: test took 0.588303 seconds
33: num_threads 15
33: hand-coded test took 0.484175 seconds
33: test took 0.583595 seconds
33: [       OK ] TEST_CATEGORY.scatter_view (5498 ms)
33: [----------] 5 tests from TEST_CATEGORY (28367 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 5 tests from 1 test suite ran. (28367 ms total)
33: [  PASSED  ] 5 tests.
33/56 Test #33: Kokkos_ContainersPerformanceTest_OpenMP ....................   Passed   28.69 sec
test 34
      Start 34: Kokkos_ContainersPerformanceTest_Cuda

34: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda
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 4 tests from 1 test suite.
34: [----------] Global test environment set-up.
34: [----------] 4 tests from TEST_CATEGORY
34: [ RUN      ] TEST_CATEGORY.dynrankview_perf
34: Cuda
34:  DynRankView vs View: Initialization Only 
34:  View time (init only): 0.00711039
34:  View sum computation time: 0.00711039
34:  Strided View time (init only): 0.00136931
34:  View Rank7 time (init only): 0.00140689
34:  DynRankView time (init only): 0.00140319
34:  DynRankView sum computation time: 0.00232445
34:  Ratio of View to DynRankView time: 5.06729
34:  Ratio of View to DynRankView sum computation time: 0.989296
34:  Ratio of View to View Rank7  time: 5.05397
34:  Ratio of StrideView to DynRankView time: 0.975854
34:  Ratio of DynRankView to View Rank7  time: 0.997372
34: [       OK ] TEST_CATEGORY.dynrankview_perf (80 ms)
34: [ RUN      ] TEST_CATEGORY.global_2_local
34: Cuda
34: size, create, generate, fill, find
34: 256, 0.000328376, 4.0721e-05, 0.000326365, 0.00251676
34: 512, 0.000187782, 1.4851e-05, 3.2152e-05, 0.0024442
34: 1024, 0.000192533, 1.407e-05, 3.6371e-05, 0.00250071
34: 2048, 0.000177303, 1.389e-05, 3.4361e-05, 0.00256297
34: 4096, 0.000178434, 1.379e-05, 3.4971e-05, 0.00259595
34: 8192, 0.000185723, 1.4821e-05, 3.9379e-05, 0.00258278
34: 16384, 0.000194483, 1.4311e-05, 4.212e-05, 0.00271232
34: 32768, 0.000192773, 1.44e-05, 5.9921e-05, 0.0029725
34: 65536, 0.000188433, 1.5101e-05, 7.3811e-05, 0.00336822
34: 131072, 0.000196702, 1.5451e-05, 9.2052e-05, 0.00441097
34: 262144, 0.000203923, 1.63e-05, 0.000160743, 0.00601044
34: 524288, 0.000217233, 1.939e-05, 0.000282404, 0.00957392
34: 1048576, 0.00065323, 2.515e-05, 0.00062677, 0.0236189
34: 2097152, 0.00137244, 3.5151e-05, 0.00158197, 0.0662496
34: 4194304, 0.00203216, 4.5281e-05, 0.00329255, 0.153434
34: [       OK ] TEST_CATEGORY.global_2_local (302 ms)
34: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
34: skipping test
34: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
34: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
34: skipping test
34: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
34: [----------] 4 tests from TEST_CATEGORY (383 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 4 tests from 1 test suite ran. (383 ms total)
34: [  PASSED  ] 4 tests.
34/56 Test #34: Kokkos_ContainersPerformanceTest_Cuda ......................   Passed    0.69 sec
test 35
      Start 35: Kokkos_UnitTest_Sort

35: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
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 17 tests from 2 test suites.
35: [----------] Global test environment set-up.
35: [----------] 1 test from cuda_DeathTest
35: [ RUN      ] cuda_DeathTest.SortByKeyKeysLargerThanValues
37: ViewFirstTouch_Initialize<double>/N:16777216/manual_time                 0.003 s         0.001 s           763  47.7585/s    134.218
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
35: [       OK ] cuda_DeathTest.SortByKeyKeysLargerThanValues (1657 ms)
35: [----------] 1 test from cuda_DeathTest (1657 ms total)
35: 
35: [----------] 16 tests from cuda
35: [ RUN      ] cuda.SortUnsignedValueType
35: [       OK ] cuda.SortUnsignedValueType (31 ms)
35: [ RUN      ] cuda.SortEmptyView
35: [       OK ] cuda.SortEmptyView (0 ms)
35: [ RUN      ] cuda.SortByKeyEmptyView
35: [       OK ] cuda.SortByKeyEmptyView (0 ms)
35: [ RUN      ] cuda.SortByKeyEmptyViewHost
35: [       OK ] cuda.SortByKeyEmptyViewHost (0 ms)
35: [ RUN      ] cuda.SortByKey
35: [       OK ] cuda.SortByKey (5 ms)
35: [ RUN      ] cuda.SortByKeyWithComparator
35: [       OK ] cuda.SortByKeyWithComparator (0 ms)
35: [ RUN      ] cuda.SortByKeyStaticExtents
35: [       OK ] cuda.SortByKeyStaticExtents (0 ms)
35: [ RUN      ] cuda.SortByKeyWithStrides
35: [       OK ] cuda.SortByKeyWithStrides (0 ms)
35: [ RUN      ] cuda.SortWithCustomComparator
35: [       OK ] cuda.SortWithCustomComparator (347 ms)
35: [ RUN      ] cuda.BinSortGenericTests
35: [       OK ] cuda.BinSortGenericTests (21 ms)
35: [ RUN      ] cuda.BinSortEmptyView
35: [       OK ] cuda.BinSortEmptyView (0 ms)
35: [ RUN      ] cuda.BinSortEmptyKeysView
35: [       OK ] cuda.BinSortEmptyKeysView (0 ms)
35: [ RUN      ] cuda.BinSort_issue_7221
35: [       OK ] cuda.BinSort_issue_7221 (0 ms)
35: [ RUN      ] cuda.BinSortUnsignedKeyLayoutStrideValues
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
37: ViewFirstTouch_ParallelFor<double>/N:64/manual_time                      0.000 s         0.000 s         40356 0.0591186/s      1024u
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
37: ViewFirstTouch_ParallelFor<double>/N:512/manual_time                     0.000 s         0.000 s         40083 0.470006/s     8.192m
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_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_Clamp_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
37: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time                    0.000 s         0.000 s         38985  3.66786/s   0.065536
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
37: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time                   0.000 s         0.000 s         35276  26.3831/s   0.524288
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
37: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time                  0.000 s         0.000 s         31937  190.504/s     4.1943
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 83%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o
35: [       OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (54164 ms)
35: [ RUN      ] cuda.NestedSort
35: [       OK ] cuda.NestedSort (118 ms)
35: [ RUN      ] cuda.NestedSortByKey
35: [       OK ] cuda.NestedSortByKey (499 ms)
35: [----------] 16 tests from cuda (55190 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 17 tests from 2 test suites ran. (56848 ms total)
35: [  PASSED  ] 17 tests.
35/56 Test #35: Kokkos_UnitTest_Sort .......................................   Passed   57.13 sec
test 36
      Start 36: Kokkos_UnitTest_Random

36: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_UnitTest_Random
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 3 tests from 1 test suite.
36: [----------] Global test environment set-up.
36: [----------] 3 tests from cuda
36: [ RUN      ] cuda.Random_XorShift64
36: Test Seed:1757572982431638153
36: Test Scalar=int
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.43252e-07 -0.00519139 0.0114578 || 0.051031 27956 29296 || 28824 28674.4 || 158.392 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 0.0057203 0.00126793 || 0.051031 1e+64 -1e+64
36: Test Scalar=unsigned int
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.43252e-07 -0.00201812 -0.00851572 || 0.051031 28038 29346 || 28732.4 28674.4 || -117.721 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 0.00405492 0.00119518 || 0.051031 1e+64 -1e+64
36: Test Scalar=int64_t
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.43252e-07 0.0248106 0.0263458 || 0.051031 28025 29250 || 27980.2 28674.4 || 364.204 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 0.00748162 -0.000126622 || 0.051031 1e+64 -1e+64
36: Test Scalar=uint64_t
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.43252e-07 -0.0225177 0.00960114 || 0.051031 28087 29314 || 29334.9 28674.4 || 132.726 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 0.00365396 -0.0066055 || 0.051031 1e+64 -1e+64
36: Test Scalar=half
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.000245876 -0.99999 -48239.7 || 0.051031 0 195043 || 2.92844e+09 28674.4 || -6.66866e+08 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 0.000736482 -0.306049 0.143152 || 0.051031 1e+64 -1e+64
36: Test Scalar=bhalf
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.00196037 -0.999999 -57856.9 || 0.051031 0 1.55093e+06 || 2.86898e+10 28674.4 || -7.99813e+08 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 0.00589089 -0.96786 10.2552 || 0.051031 1e+64 -1e+64
36: Test Scalar=float
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.88658e-07 0.00754906 -0.0016007 || 0.051031 28052 29297 || 28459.5 28674.4 || -22.1281 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 7.7947e-07 0.00448683 0.00740619 || 0.051031 1e+64 -1e+64
36: Test Scalar=double
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.43252e-07 -0.0168567 -0.0197448 || 0.051031 28041 29410 || 29166 28674.4 || -272.953 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 -0.00277603 -0.00663049 || 0.051031 1e+64 -1e+64
36: Test Seed:1757572982690536700
36: Test Scalar=int
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.43252e-07 -0.0108792 -0.0219555 || 0.051031 27994 29355 || 28989.8 28674.4 || -303.513 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 -0.00134975 -0.0181266 || 0.051031 1e+64 -1e+64
36: Test Scalar=unsigned int
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.43252e-07 -0.0147061 -0.00373656 || 0.051031 28008 29357 || 29102.4 28674.4 || -51.6541 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 -0.00370919 -0.0058312 || 0.051031 1e+64 -1e+64
36: Test Scalar=int64_t
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.43252e-07 0.0140428 0.0117708 || 0.051031 28042 29298 || 28277.3 28674.4 || 162.719 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 0.00132214 0.00440653 || 0.051031 1e+64 -1e+64
36: Test Scalar=uint64_t
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.43252e-07 -0.019246 -0.00860338 || 0.051031 27965 29427 || 29237.1 28674.4 || -118.933 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 -0.00246989 0.00422032 || 0.051031 1e+64 -1e+64
36: Test Scalar=half
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.00024474 -0.99999 -48241.6 || 0.051031 0 195473 || 2.92846e+09 28674.4 || -6.66892e+08 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 0.000733163 -0.332645 0.152495 || 0.051031 1e+64 -1e+64
36: Test Scalar=bhalf
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.00195636 -0.999999 -57857.9 || 0.051031 0 1.55175e+06 || 2.86908e+10 28674.4 || -7.99828e+08 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 0.00587978 -0.967923 10.334 || 0.051031 1e+64 -1e+64
36: Test Scalar=float
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.68478e-07 -0.0160759 0.0219811 || 0.051031 27949 29390 || 29142.9 28674.4 || 303.866 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 7.18929e-07 0.0151157 0.0054368 || 0.051031 1e+64 -1e+64
36: Test Scalar=double
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.43252e-07 -0.00613611 0.014943 || 0.051031 27976 29357 || 28851.4 28674.4 || 206.572 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 0.00773502 -0.0109606 || 0.051031 1e+64 -1e+64
36: [       OK ] cuda.Random_XorShift64 (457 ms)
36: [ RUN      ] cuda.Random_XorShift1024_0
36: Test Seed:1757572982888604479
36: Test Scalar=int
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.47955e-07 -0.0121702 0.00856596 || 0.051031 10926 11872 || 11517.1 11377 || 118.416 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 0.0269779 0.000974472 || 0.051031 1e+64 -1e+64
36: Test Scalar=unsigned int
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.47955e-07 -0.00630282 0.00768201 || 0.051031 10955 11786 || 11449.1 11377 || 106.196 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 0.0235208 0.000771952 || 0.051031 1e+64 -1e+64
36: Test Scalar=int64_t
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.47955e-07 0.00235501 0.000241696 || 0.051031 10975 11804 || 11350.2 11377 || 3.34121 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 0.000495981 -0.00346716 || 0.051031 1e+64 -1e+64
36: Test Scalar=uint64_t
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.47955e-07 -0.00367101 -0.00969127 || 0.051031 10940 11906 || 11418.9 11377 || -133.972 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 0.00713814 -0.000616592 || 0.051031 1e+64 -1e+64
36: Test Scalar=half
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.000244207 -0.999975 -7594.82 || 0.051031 0 77702 || 4.61044e+08 11377 || -1.04991e+08 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 0.000732328 -0.15101 0.0233619 || 0.051031 1e+64 -1e+64
36: Test Scalar=bhalf
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.00196278 -0.999997 -9107.91 || 0.051031 0 616287 || 4.51688e+09 11377 || -1.25908e+08 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 0.00589821 -0.923364 1.62424 || 0.051031 1e+64 -1e+64
36: Test Scalar=float
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.73387e-07 -0.0162766 0.00548446 || 0.051031 10951 11794 || 11565.2 11377 || 75.8172 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 3.24249e-07 0.000359159 -0.000149853 || 0.051031 1e+64 -1e+64
36: Test Scalar=double
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.47955e-07 0.00536023 -0.00984695 || 0.051031 10956 11826 || 11316.3 11377 || -136.124 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 -0.0168471 0.000350788 || 0.051031 1e+64 -1e+64
36: Test Seed:1757572983075262207
36: Test Scalar=int
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.47955e-07 -0.000248536 -0.00631441 || 0.051031 10937 11757 || 11379.8 11377 || -87.2904 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 0.0113794 -0.00324048 || 0.051031 1e+64 -1e+64
36: Test Scalar=unsigned int
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.47955e-07 -0.0113424 0.00492725 || 0.051031 10948 11816 || 11507.5 11377 || 68.1143 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 0.00445737 -0.0032426 || 0.051031 1e+64 -1e+64
36: Test Scalar=int64_t
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.47955e-07 0.0143864 -0.00451396 || 0.051031 10956 11824 || 11215.6 11377 || -62.401 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 0.00345942 -6.56201e-05 || 0.051031 1e+64 -1e+64
36: Test Scalar=uint64_t
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.47955e-07 0.00941961 -0.0159207 || 0.051031 10956 11793 || 11270.8 11377 || -220.088 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 0.00222048 0.00413044 || 0.051031 1e+64 -1e+64
36: Test Scalar=half
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.000244187 -0.999975 -7595.38 || 0.051031 0 77573 || 4.61084e+08 11377 || -1.04999e+08 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 0.000732233 -0.164565 0.0251305 || 0.051031 1e+64 -1e+64
36: Test Scalar=bhalf
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.00195822 -0.999997 -9108.5 || 0.051031 0 616637 || 4.51754e+09 11377 || -1.25916e+08 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 0.00588551 -0.923533 1.63511 || 0.051031 1e+64 -1e+64
36: Test Scalar=float
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.86102e-07 0.0101448 -0.00033362 || 0.051031 10975 11784 || 11262.7 11377 || -4.61196 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 3.62396e-07 0.016696 -0.00316114 || 0.051031 1e+64 -1e+64
36: Test Scalar=double
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.47955e-07 -0.0162705 0.00296565 || 0.051031 10937 11837 || 11565.1 11377 || 40.9971 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 0.0259754 -0.00395307 || 0.051031 1e+64 -1e+64
36: [       OK ] cuda.Random_XorShift1024_0 (471 ms)
36: [ RUN      ] cuda.Multi_streams
36: [       OK ] cuda.Multi_streams (2404 ms)
36: [----------] 3 tests from cuda (3333 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 3 tests from 1 test suite ran. (3333 ms total)
36: [  PASSED  ] 3 tests.
36/56 Test #36: Kokkos_UnitTest_Random .....................................   Passed    3.62 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_A

37: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
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 16 tests from 4 test suites.
37: [----------] Global test environment set-up.
37: [----------] 1 test from std_algorithms_DeathTest
37: [ RUN      ] std_algorithms_DeathTest.expect_no_overlap
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
37: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time                 0.000 s         0.001 s         15659  752.385/s    33.5544
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
37: [       OK ] std_algorithms_DeathTest.expect_no_overlap (3839 ms)
37: [----------] 1 test from std_algorithms_DeathTest (3839 ms total)
37: 
37: [----------] 3 tests from std_algorithms_reducers
37: [ RUN      ] std_algorithms_reducers.max_first_loc
37: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
37: [ RUN      ] std_algorithms_reducers.min_first_loc
37: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
37: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
37: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
37: [----------] 3 tests from std_algorithms_reducers (0 ms total)
37: 
37: [----------] 1 test from std_algorithms
37: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
37: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
37: [----------] 1 test from std_algorithms (0 ms total)
37: 
37: [----------] 11 tests from random_access_iterator_test
37: [ RUN      ] random_access_iterator_test.constructor
37: [       OK ] random_access_iterator_test.constructor (6 ms)
37: [ RUN      ] random_access_iterator_test.constructiblity
37: [       OK ] random_access_iterator_test.constructiblity (0 ms)
37: [ RUN      ] random_access_iterator_test.dereference
37: [       OK ] random_access_iterator_test.dereference (0 ms)
37: [ RUN      ] random_access_iterator_test.subscript_operator
37: [       OK ] random_access_iterator_test.subscript_operator (0 ms)
37: [ RUN      ] random_access_iterator_test.operatorsSet1
37: [       OK ] random_access_iterator_test.operatorsSet1 (0 ms)
37: [ RUN      ] random_access_iterator_test.operatorsSet2
37: [       OK ] random_access_iterator_test.operatorsSet2 (0 ms)
37: [ RUN      ] random_access_iterator_test.operatorsSet3
37: [       OK ] random_access_iterator_test.operatorsSet3 (0 ms)
37: [ RUN      ] random_access_iterator_test.operatorsSet4
37: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
37: [ RUN      ] random_access_iterator_test.assignment_operator
37: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
37: [ RUN      ] random_access_iterator_test.distance
37: [       OK ] random_access_iterator_test.distance (0 ms)
37: [ RUN      ] random_access_iterator_test.traits_helpers
37: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
37: [----------] 11 tests from random_access_iterator_test (9 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 16 tests from 4 test suites ran. (3849 ms total)
37: [  PASSED  ] 16 tests.
37/56 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_A .........................   Passed    4.15 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_B

38: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
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: 
38: [==========] Running 7 tests from 1 test suite.
38: [----------] Global test environment set-up.
38: [----------] 7 tests from std_algorithms_min_max_element_test
38: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
38: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms)
38: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
38: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
38: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
38: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (12 ms)
38: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
38: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (5 ms)
38: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
38: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (5 ms)
38: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
38: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (5 ms)
38: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
38: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (8 ms)
38: [----------] 7 tests from std_algorithms_min_max_element_test (39 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 7 tests from 1 test suite ran. (39 ms total)
38: [  PASSED  ] 7 tests.
38/56 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_B .........................   Passed    0.33 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_C

39: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
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 13 tests from 10 test suites.
39: [----------] Global test environment set-up.
39: [----------] 1 test from std_algorithms_lexicographical_compare_test
39: [ RUN      ] std_algorithms_lexicographical_compare_test.test
39: [       OK ] std_algorithms_lexicographical_compare_test.test (54 ms)
39: [----------] 1 test from std_algorithms_lexicographical_compare_test (54 ms total)
39: 
39: [----------] 1 test from std_algorithms_for_each_test
39: [ RUN      ] std_algorithms_for_each_test.test
39: [       OK ] std_algorithms_for_each_test.test (604 ms)
39: [----------] 1 test from std_algorithms_for_each_test (604 ms total)
39: 
39: [----------] 1 test from std_algorithms_find_test
39: [ RUN      ] std_algorithms_find_test.test
39: [       OK ] std_algorithms_find_test.test (172 ms)
39: [----------] 1 test from std_algorithms_find_test (172 ms total)
39: 
39: [----------] 4 tests from std_algorithms_non_mod_seq_ops
39: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
39: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (819 ms)
39: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
39: [       OK ] std_algorithms_non_mod_seq_ops.find_end (924 ms)
39: [ RUN      ] std_algorithms_non_mod_seq_ops.search
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o
39: [       OK ] std_algorithms_non_mod_seq_ops.search (879 ms)
39: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
39: [       OK ] std_algorithms_non_mod_seq_ops.search_n (686 ms)
39: [----------] 4 tests from std_algorithms_non_mod_seq_ops (3310 ms total)
39: 
39: [----------] 1 test from std_algorithms_count_test
39: [ RUN      ] std_algorithms_count_test.test
39: [       OK ] std_algorithms_count_test.test (125 ms)
39: [----------] 1 test from std_algorithms_count_test (125 ms total)
39: 
39: [----------] 1 test from std_algorithms_equal_test
39: [ RUN      ] std_algorithms_equal_test.test
39: [       OK ] std_algorithms_equal_test.test (15 ms)
39: [----------] 1 test from std_algorithms_equal_test (15 ms total)
39: 
39: [----------] 1 test from std_algorithms_all_any_none_of_test
39: [ RUN      ] std_algorithms_all_any_none_of_test.test
39: [       OK ] std_algorithms_all_any_none_of_test.test (176 ms)
39: [----------] 1 test from std_algorithms_all_any_none_of_test (176 ms total)
39: 
39: [----------] 1 test from std_algorithms_nonmod_seq_ops
39: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
39: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (133 ms)
39: [----------] 1 test from std_algorithms_nonmod_seq_ops (133 ms total)
39: 
39: [----------] 1 test from std_algorithms_mismatch_test
39: [ RUN      ] std_algorithms_mismatch_test.test
39: [       OK ] std_algorithms_mismatch_test.test (166 ms)
39: [----------] 1 test from std_algorithms_mismatch_test (167 ms total)
39: 
39: [----------] 1 test from std_algorithms_mod_seq_ops
39: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
39: [       OK ] std_algorithms_mod_seq_ops.move_backward (49 ms)
39: [----------] 1 test from std_algorithms_mod_seq_ops (49 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 13 tests from 10 test suites ran. (4808 ms total)
39: [  PASSED  ] 13 tests.
37: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time                0.000 s         0.001 s          1919  734.393/s    268.435
37: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time            0.000 s         0.000 s        101402 0.149136/s      1024u
39/56 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    5.10 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_D

40: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
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 31 tests from 5 test suites.
40: [----------] Global test environment set-up.
40: [----------] 3 tests from std_algorithms_mod_ops_test
40: [ RUN      ] std_algorithms_mod_ops_test.move
40: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
40: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
40: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (5 ms)
40: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
40: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
40: [----------] 3 tests from std_algorithms_mod_ops_test (6 ms total)
40: 
40: [----------] 12 tests from std_algorithms_mod_seq_ops_test
40: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
40: [       OK ] std_algorithms_mod_seq_ops_test.copy (2 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
40: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
40: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
40: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
40: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
40: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
40: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
40: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
40: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
40: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
40: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
40: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
40: [----------] 12 tests from std_algorithms_mod_seq_ops_test (5 ms total)
40: 
40: [----------] 4 tests from std_algorithms_replace_ops_test
40: [ RUN      ] std_algorithms_replace_ops_test.replace
40: [       OK ] std_algorithms_replace_ops_test.replace (142 ms)
40: [ RUN      ] std_algorithms_replace_ops_test.replace_if
40: [       OK ] std_algorithms_replace_ops_test.replace_if (394 ms)
40: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
40: [       OK ] std_algorithms_replace_ops_test.replace_copy (255 ms)
40: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
37: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time           0.000 s         0.000 s         95206  1.10834/s     8.192m
40: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (251 ms)
40: [----------] 4 tests from std_algorithms_replace_ops_test (1044 ms total)
40: 
40: [----------] 11 tests from std_algorithms_mod_seq_ops
40: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
40: [       OK ] std_algorithms_mod_seq_ops.copy_if (130 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.unique
37: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time          0.000 s         0.000 s         84371  7.89771/s   0.065536
40: [       OK ] std_algorithms_mod_seq_ops.unique (381 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
40: [       OK ] std_algorithms_mod_seq_ops.unique_copy (193 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.remove
40: [       OK ] std_algorithms_mod_seq_ops.remove (111 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
40: [       OK ] std_algorithms_mod_seq_ops.remove_if (104 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
40: [       OK ] std_algorithms_mod_seq_ops.remove_copy (319 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
37: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time         0.000 s         0.000 s         80200  57.2116/s   0.524288
40: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (98 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.rotate
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
37: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time        0.000 s         0.000 s         56996   383.45/s     4.1943
37: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time       0.000 s         0.000 s         26227 1.26148k/s    33.5544
37: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time      0.000 s         0.000 s          4501 1.73521k/s    268.435
40: [       OK ] std_algorithms_mod_seq_ops.rotate (3304 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
37: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time            0.000 s         0.000 s         57874 0.0851047/s      1024u
37: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time           0.000 s         0.000 s         57031 0.666925/s     8.192m
37: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time          0.000 s         0.000 s         53110  4.97853/s   0.065536
40: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (1596 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
37: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time         0.000 s         0.000 s         44480  33.3451/s   0.524288
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
37: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time        0.000 s         0.000 s         41147  246.838/s     4.1943
37: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time       0.000 s         0.000 s         22103  1056.13/s    33.5544
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
40: [       OK ] std_algorithms_mod_seq_ops.shift_left (3330 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
37: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time      0.000 s         0.000 s          4409 1.69204k/s    268.435
37/65 Test #37: Kokkos_PerformanceTest_ViewFirstTouch ......................   Passed   91.74 sec
test 38
      Start 38: Kokkos_PerformanceTest_Mempool

38: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-09-11_T05-53-52.json"
38: Test timeout computed to be: 1500
38: 
38: Available devices: 
38: 2025-09-11T06:43:27+00:00
38: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Mempool
38: Run on (15 X 3250 MHz CPU s)
38: CPU Caches:
38:   L1 Data 64 KiB (x15)
38:   L1 Instruction 64 KiB (x15)
38:   L2 Unified 512 KiB (x15)
38:   L3 Unified 16384 KiB (x15)
38: Load Average: 0.86, 2.53, 5.00
38: Address Bits: 64
38: CPU architecture: none
38: Default Device: SYCL
38: Driver Version: CUDA 12.9
38: Error Correction Support: 1
38: GIT_BRANCH: HEAD
38: GIT_CLEAN_STATUS: CLEAN
38: GIT_COMMIT_DATE: 2025-09-11T01:52:44-04:00
38: GIT_COMMIT_DESCRIPTION: Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD
38: GIT_COMMIT_HASH: bbd6eb4b4
38: GPU architecture: AMPERE80
38: Global Cache Mem Line Size: 128
38: Global Mem Cache Size: 25165824
38: Global Mem Size: 25339101184
38: Image Max Buffer Size: 32768
38: Image2d Max Height: 65536
38: Image2d Max Width: 131072
38: Image3d Max Depth: 16384
38: Image3d Max Height: 16384
38: Image3d Max Width: 16384
38: Is Accelerator: 0
38: Is Available: 1
38: Is CPU: 0
38: Is GPU: 1
38: KOKKOS_COMPILER_INTEL_LLVM: 20250004
38: KOKKOS_ENABLE_ASM: yes
38: KOKKOS_ENABLE_CXX20: yes
38: KOKKOS_ENABLE_CXX23: no
38: KOKKOS_ENABLE_CXX26: no
38: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
38: KOKKOS_ENABLE_HWLOC: no
38: KOKKOS_ENABLE_LIBDL: yes
38: KOKKOS_ENABLE_PRAGMA_IVDEP: yes
38: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: yes
38: KOKKOS_ENABLE_PRAGMA_UNROLL: yes
38: KOKKOS_ENABLE_PRAGMA_VECTOR: yes
38: KOKKOS_ENABLE_SERIAL: yes
38: Kokkos Version: 4.7.99
38: Local Mem Size: 166912
38: Max Compute Units: 56
38: Max Mem Alloc Size: 25339101184
38: Max Parameter Size: 4000
38: Max Read Image Args: 128
38: Max Samplers: 128
38: Max Work Group Size: 1024
38: Max Work Item Dimensions: 3
38: Mem Base Addr Align: 4096
38: Name: NVIDIA A30
38: Native Vector Width Char: 1
38: Native Vector Width Double: 1
38: Native Vector Width Float: 1
38: Native Vector Width Half: 0
38: Native Vector Width Int: 1
38: Native Vector Width Long: 1
38: Native Vector Width Short: 1
38: Partition Max Sub Devices: 0
38: Preferred Vector Width Char: 1
38: Preferred Vector Width Double: 1
38: Preferred Vector Width Float: 1
38: Preferred Vector Width Half: 0
38: Preferred Vector Width Int: 1
38: Preferred Vector Width Long: 1
38: Preferred Vector Width Short: 1
38: Profiling Timer Resolution: 1000
38: Reference Count: 1
38: Vendor: NVIDIA Corporation
38: Vendor Id: 4318
38: Version: 8.0
38: [ext_oneapi_cuda]:gpu:0] NVIDIA A30: Selected
38: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
38: macro  KOKKOS_ENABLE_ONEDPL: defined
38: macro  KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined
38: macro  KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined
38: macro  KOKKOS_IMPL_SYCL_GRAPH_SUPPORT: defined
38: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined
38: macro  SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: defined
38: macro  SYCL_EXT_ONEAPI_BFLOAT16: undefined
38: macro  SYCL_EXT_ONEAPI_DEVICE_GLOBAL: defined
38: mdspan: enabled
38: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
38: platform: 64bit
38: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
38: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
38: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
38: 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          2238               17.7798M/s
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o
40: [       OK ] std_algorithms_mod_seq_ops.shift_right (2890 ms)
40: [----------] 11 tests from std_algorithms_mod_seq_ops (12462 ms total)
40: 
40: [----------] 1 test from std_algorithms_modseq_test
40: [ RUN      ] std_algorithms_modseq_test.reverse
40: [       OK ] std_algorithms_modseq_test.reverse (199 ms)
40: [----------] 1 test from std_algorithms_modseq_test (199 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 31 tests from 5 test suites ran. (13718 ms total)
40: [  PASSED  ] 31 tests.
38: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
38: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
38: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
38: 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          3276                51.9935M/s
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o
40/56 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed   14.03 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_E

41: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
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 29 tests from 7 test suites.
41: [----------] Global test environment set-up.
41: [----------] 2 tests from std_algorithms_sorting_ops_test
41: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
38/65 Test #38: Kokkos_PerformanceTest_Mempool .............................   Passed    2.58 sec
test 39
      Start 39: Kokkos_PerformanceTest_Atomic

39: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-09-11_T05-53-52.json"
39: Test timeout computed to be: 1500
39: 
39: Available devices: 
39: 2025-09-11T06:43:29+00:00
39: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Atomic
39: Run on (15 X 3250 MHz CPU s)
39: CPU Caches:
39:   L1 Data 64 KiB (x15)
39:   L1 Instruction 64 KiB (x15)
39:   L2 Unified 512 KiB (x15)
39:   L3 Unified 16384 KiB (x15)
39: Load Average: 0.87, 2.51, 4.98
39: Address Bits: 64
39: CPU architecture: none
39: Default Device: SYCL
39: Driver Version: CUDA 12.9
39: Error Correction Support: 1
39: GIT_BRANCH: HEAD
39: GIT_CLEAN_STATUS: CLEAN
39: GIT_COMMIT_DATE: 2025-09-11T01:52:44-04:00
39: GIT_COMMIT_DESCRIPTION: Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD
39: GIT_COMMIT_HASH: bbd6eb4b4
39: GPU architecture: AMPERE80
39: Global Cache Mem Line Size: 128
39: Global Mem Cache Size: 25165824
39: Global Mem Size: 25339101184
39: Image Max Buffer Size: 32768
39: Image2d Max Height: 65536
39: Image2d Max Width: 131072
39: Image3d Max Depth: 16384
39: Image3d Max Height: 16384
39: Image3d Max Width: 16384
39: Is Accelerator: 0
39: Is Available: 1
39: Is CPU: 0
39: Is GPU: 1
39: KOKKOS_COMPILER_INTEL_LLVM: 20250004
39: KOKKOS_ENABLE_ASM: yes
39: KOKKOS_ENABLE_CXX20: yes
39: KOKKOS_ENABLE_CXX23: no
39: KOKKOS_ENABLE_CXX26: no
39: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
39: KOKKOS_ENABLE_HWLOC: no
39: KOKKOS_ENABLE_LIBDL: yes
39: KOKKOS_ENABLE_PRAGMA_IVDEP: yes
39: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: yes
39: KOKKOS_ENABLE_PRAGMA_UNROLL: yes
39: KOKKOS_ENABLE_PRAGMA_VECTOR: yes
39: KOKKOS_ENABLE_SERIAL: yes
39: Kokkos Version: 4.7.99
39: Local Mem Size: 166912
39: Max Compute Units: 56
39: Max Mem Alloc Size: 25339101184
39: Max Parameter Size: 4000
39: Max Read Image Args: 128
39: Max Samplers: 128
39: Max Work Group Size: 1024
39: Max Work Item Dimensions: 3
39: Mem Base Addr Align: 4096
39: Name: NVIDIA A30
39: Native Vector Width Char: 1
39: Native Vector Width Double: 1
39: Native Vector Width Float: 1
39: Native Vector Width Half: 0
39: Native Vector Width Int: 1
39: Native Vector Width Long: 1
39: Native Vector Width Short: 1
39: Partition Max Sub Devices: 0
39: Preferred Vector Width Char: 1
39: Preferred Vector Width Double: 1
39: Preferred Vector Width Float: 1
39: Preferred Vector Width Half: 0
39: Preferred Vector Width Int: 1
39: Preferred Vector Width Long: 1
39: Preferred Vector Width Short: 1
39: Profiling Timer Resolution: 1000
39: Reference Count: 1
39: Vendor: NVIDIA Corporation
39: Vendor Id: 4318
39: Version: 8.0
39: [ext_oneapi_cuda]:gpu:0] NVIDIA A30: Selected
39: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
39: macro  KOKKOS_ENABLE_ONEDPL: defined
39: macro  KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined
39: macro  KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined
39: macro  KOKKOS_IMPL_SYCL_GRAPH_SUPPORT: defined
39: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined
39: macro  SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: defined
39: macro  SYCL_EXT_ONEAPI_BFLOAT16: undefined
39: macro  SYCL_EXT_ONEAPI_DEVICE_GLOBAL: defined
39: mdspan: enabled
39: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
39: platform: 64bit
41: [       OK ] std_algorithms_sorting_ops_test.is_sorted (22 ms)
41: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
41: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (18 ms)
41: [----------] 2 tests from std_algorithms_sorting_ops_test (40 ms total)
41: 
41: [----------] 4 tests from std_algorithms_partitioning_test
41: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
41: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
41: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
41: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms)
41: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
41: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms)
41: [ RUN      ] std_algorithms_partitioning_test.partition_point
41: [       OK ] std_algorithms_partitioning_test.partition_point (1 ms)
41: [----------] 4 tests from std_algorithms_partitioning_test (3 ms total)
41: 
41: [----------] 1 test from std_algorithms_partitioning_ops
41: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
41: [       OK ] std_algorithms_partitioning_ops.partition_copy (22 ms)
41: [----------] 1 test from std_algorithms_partitioning_ops (22 ms total)
41: 
41: [----------] 12 tests from std_algorithms_numerics_test
41: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
41: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (4 ms)
41: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
41: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
41: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
41: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (0 ms)
41: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
41: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (0 ms)
41: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
41: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
41: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
41: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
41: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
41: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
41: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
41: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms)
41: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
41: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
41: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
41: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
41: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
41: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms)
41: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
41: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms)
41: [----------] 12 tests from std_algorithms_numerics_test (13 ms total)
41: 
41: [----------] 1 test from std_algorithms_numerics_ops_test
41: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
41: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (490 ms)
41: [----------] 1 test from std_algorithms_numerics_ops_test (490 ms total)
41: 
41: [----------] 8 tests from std_algorithms_numeric_ops_test
41: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
41: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (1137 ms)
41: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
41: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
41: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
39: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
39: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
39: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
39: Test_Atomic<int>/30000/iterations:10                          0.213 s         0.213 s            10          1            4    8.90047m        8.70213m         51u     449.985M         154.336k     449.985M
41: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (911 ms)
41: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
41: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
41: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
41: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (322 ms)
41: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
41: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
41: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
41: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (543 ms)
41: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
41: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
41: [----------] 8 tests from std_algorithms_numeric_ops_test (2915 ms total)
41: 
41: [----------] 1 test from std_algorithms_transform_ops_test
41: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
41: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (155 ms)
41: [----------] 1 test from std_algorithms_transform_ops_test (155 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 29 tests from 7 test suites ran. (3642 ms total)
41: [  PASSED  ] 29 tests.
41/56 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    3.96 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

42: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
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 12 tests from 7 test suites.
42: [----------] Global test environment set-up.
42: [----------] 2 tests from std_algorithms_adjacent_find_team_test
42: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
42: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (1316 ms)
42: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o
42: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (1307 ms)
42: [----------] 2 tests from std_algorithms_adjacent_find_team_test (2623 ms total)
42: 
42: [----------] 2 tests from std_algorithms_count_team_test
42: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
42: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (722 ms)
42: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
42: [       OK ] std_algorithms_count_team_test.count_returns_zero (629 ms)
42: [----------] 2 tests from std_algorithms_count_team_test (1352 ms total)
42: 
42: [----------] 1 test from std_algorithms_count_if_team_test
42: [ RUN      ] std_algorithms_count_if_team_test.test
[ 83%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o
42: [       OK ] std_algorithms_count_if_team_test.test (962 ms)
42: [----------] 1 test from std_algorithms_count_if_team_test (962 ms total)
42: 
42: [----------] 1 test from std_algorithms_for_each_team_test
42: [ RUN      ] std_algorithms_for_each_team_test.test
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o
42: [       OK ] std_algorithms_for_each_team_test.test (1930 ms)
42: [----------] 1 test from std_algorithms_for_each_team_test (1930 ms total)
42: 
42: [----------] 1 test from std_algorithms_for_each_n_team_test
42: [ RUN      ] std_algorithms_for_each_n_team_test.test
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
42: [       OK ] std_algorithms_for_each_n_team_test.test (2128 ms)
42: [----------] 1 test from std_algorithms_for_each_n_team_test (2128 ms total)
42: 
42: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
42: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
42: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (1806 ms)
42: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o
42: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (1554 ms)
42: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
42: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (1553 ms)
42: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (4914 ms total)
42: 
42: [----------] 2 tests from std_algorithms_mismatch_team_test
42: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
42: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (1681 ms)
42: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
39: Test_Atomic<long int>/100000/iterations:10                     1.61 s          1.61 s            10          1            8    4.32067m        2.52823m      105.2u     4.99995G         961.088k     4.99995G
42: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (2430 ms)
42: [----------] 2 tests from std_algorithms_mismatch_team_test (4112 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 12 tests from 7 test suites ran. (18024 ms total)
42: [  PASSED  ] 12 tests.
42/56 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed   18.34 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

43: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
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 8 tests from 4 test suites.
43: [----------] Global test environment set-up.
43: [----------] 2 tests from std_algorithms_equal_team_test
43: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
43: [       OK ] std_algorithms_equal_team_test.views_are_equal (2372 ms)
43: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o
43: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (3589 ms)
43: [----------] 2 tests from std_algorithms_equal_team_test (5961 ms total)
43: 
43: [----------] 2 tests from std_algorithms_search_team_test
43: [ RUN      ] std_algorithms_search_team_test.sequences_exist
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
43: [       OK ] std_algorithms_search_team_test.sequences_exist (1373 ms)
43: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
43: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (1476 ms)
43: [----------] 2 tests from std_algorithms_search_team_test (2850 ms total)
43: 
43: [----------] 2 tests from std_algorithms_find_end_team_test
43: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
43: [       OK ] std_algorithms_find_end_team_test.sequences_exist (1992 ms)
43: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
43: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (2008 ms)
43: [----------] 2 tests from std_algorithms_find_end_team_test (4001 ms total)
43: 
43: [----------] 2 tests from std_algorithms_find_first_of_team_test
43: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
39: Test_Atomic<long long int>/100000/iterations:10                1.61 s          1.61 s            10          1            8    4.14615m        2.47765m       99.8u     4.99995G         1031.47k     4.99995G
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o
43: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (1690 ms)
43: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o
43: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (3650 ms)
43: [----------] 2 tests from std_algorithms_find_first_of_team_test (5341 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 8 tests from 4 test suites ran. (18154 ms total)
43: [  PASSED  ] 8 tests.
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
43/56 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed   18.48 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

44: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
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 11 tests from 7 test suites.
44: [----------] Global test environment set-up.
44: [----------] 2 tests from std_algorithms_find_team_test
44: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
44: [       OK ] std_algorithms_find_team_test.searched_values_exist (690 ms)
44: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
[ 65%] Linking CXX executable Kokkos_IncrementalTest_OPENMP
44: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (722 ms)
44: [----------] 2 tests from std_algorithms_find_team_test (1413 ms total)
44: 
44: [----------] 2 tests from std_algorithms_find_if_team_test
44: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
44: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (638 ms)
44: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
44: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (713 ms)
44: [----------] 2 tests from std_algorithms_find_if_team_test (1351 ms total)
44: 
44: [----------] 2 tests from std_algorithms_find_if_not_team_test
44: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
44: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (720 ms)
44: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
44: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (638 ms)
44: [----------] 2 tests from std_algorithms_find_if_not_team_test (1358 ms total)
44: 
44: [----------] 1 test from std_algorithms_all_of_team_test
44: [ RUN      ] std_algorithms_all_of_team_test.test
44: [       OK ] std_algorithms_all_of_team_test.test (713 ms)
44: [----------] 1 test from std_algorithms_all_of_team_test (713 ms total)
44: 
44: [----------] 1 test from std_algorithms_any_of_team_test
44: [ RUN      ] std_algorithms_any_of_team_test.test
44: [       OK ] std_algorithms_any_of_team_test.test (631 ms)
44: [----------] 1 test from std_algorithms_any_of_team_test (631 ms total)
44: 
44: [----------] 1 test from std_algorithms_none_of_team_test
44: [ RUN      ] std_algorithms_none_of_team_test.test
[ 65%] Built target Kokkos_IncrementalTest_OPENMP
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o
44: [       OK ] std_algorithms_none_of_team_test.test (710 ms)
44: [----------] 1 test from std_algorithms_none_of_team_test (710 ms total)
44: 
44: [----------] 2 tests from std_algorithms_search_n_team_test
44: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
44: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (670 ms)
44: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
44: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (663 ms)
44: [----------] 2 tests from std_algorithms_search_n_team_test (1334 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 11 tests from 7 test suites ran. (7514 ms total)
44: [  PASSED  ] 11 tests.
44/56 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    7.83 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

45: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
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 3 tests from 3 test suites.
45: [----------] Global test environment set-up.
45: [----------] 1 test from std_algorithms_min_element_team_test
45: [ RUN      ] std_algorithms_min_element_team_test.test
45: [       OK ] std_algorithms_min_element_team_test.test (2772 ms)
45: [----------] 1 test from std_algorithms_min_element_team_test (2773 ms total)
45: 
45: [----------] 1 test from std_algorithms_max_element_team_test
45: [ RUN      ] std_algorithms_max_element_team_test.test
39: Test_Atomic<unsigned int>/100000/iterations:10                 1.82 s          1.82 s            10          1            4    3.53844m        2.44164m       53.6u     704.983M         1.20621M     704.983M
45: [       OK ] std_algorithms_max_element_team_test.test (2765 ms)
45: [----------] 1 test from std_algorithms_max_element_team_test (2765 ms total)
45: 
45: [----------] 1 test from std_algorithms_minmax_element_team_test
45: [ RUN      ] std_algorithms_minmax_element_team_test.test
45: [       OK ] std_algorithms_minmax_element_team_test.test (2940 ms)
45: [----------] 1 test from std_algorithms_minmax_element_team_test (2940 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 3 tests from 3 test suites ran. (8480 ms total)
45: [  PASSED  ] 3 tests.
45/56 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    8.81 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

46: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
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 6 tests from 6 test suites.
46: [----------] Global test environment set-up.
46: [----------] 1 test from std_algorithms_fill_team_test
46: [ RUN      ] std_algorithms_fill_team_test.test
46: [       OK ] std_algorithms_fill_team_test.test (1387 ms)
46: [----------] 1 test from std_algorithms_fill_team_test (1387 ms total)
46: 
46: [----------] 1 test from std_algorithms_fill_n_team_test
46: [ RUN      ] std_algorithms_fill_n_team_test.test
46: [       OK ] std_algorithms_fill_n_team_test.test (536 ms)
46: [----------] 1 test from std_algorithms_fill_n_team_test (536 ms total)
46: 
46: [----------] 1 test from std_algorithms_replace_team_test
46: [ RUN      ] std_algorithms_replace_team_test.test
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
46: [       OK ] std_algorithms_replace_team_test.test (2505 ms)
46: [----------] 1 test from std_algorithms_replace_team_test (2505 ms total)
46: 
46: [----------] 1 test from std_algorithms_replace_if_team_test
46: [ RUN      ] std_algorithms_replace_if_team_test.test
46: [       OK ] std_algorithms_replace_if_team_test.test (2526 ms)
46: [----------] 1 test from std_algorithms_replace_if_team_test (2526 ms total)
46: 
46: [----------] 1 test from std_algorithms_replace_copy_team_test
46: [ RUN      ] std_algorithms_replace_copy_team_test.test
46: [       OK ] std_algorithms_replace_copy_team_test.test (2415 ms)
46: [----------] 1 test from std_algorithms_replace_copy_team_test (2415 ms total)
46: 
46: [----------] 1 test from std_algorithms_replace_copy_if_team_test
46: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
46: [       OK ] std_algorithms_replace_copy_if_team_test.test (2129 ms)
46: [----------] 1 test from std_algorithms_replace_copy_if_team_test (2129 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 6 tests from 6 test suites ran. (11501 ms total)
46: [  PASSED  ] 6 tests.
46/56 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed   11.84 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

47: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
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_reverse_team_test
47: [ RUN      ] std_algorithms_reverse_team_test.test
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
47: [       OK ] std_algorithms_reverse_team_test.test (1609 ms)
47: [----------] 1 test from std_algorithms_reverse_team_test (1609 ms total)
47: 
47: [----------] 1 test from std_algorithms_reverse_copy_team_test
47: [ RUN      ] std_algorithms_reverse_copy_team_test.test
39: Test_Atomic<unsigned long int>/100000/iterations:10            1.61 s          1.61 s            10          1            8    4.30227m        2.80513m      105.1u     4.99995G         1.15309M     4.99995G
47: [       OK ] std_algorithms_reverse_copy_team_test.test (1649 ms)
47: [----------] 1 test from std_algorithms_reverse_copy_team_test (1649 ms total)
47: 
47: [----------] 1 test from std_algorithms_rotate_team_test
47: [ RUN      ] std_algorithms_rotate_team_test.test
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o
47: [       OK ] std_algorithms_rotate_team_test.test (1622 ms)
47: [----------] 1 test from std_algorithms_rotate_team_test (1622 ms total)
47: 
47: [----------] 1 test from std_algorithms_rotate_copy_team_test
47: [ RUN      ] std_algorithms_rotate_copy_team_test.test
47: [       OK ] std_algorithms_rotate_copy_team_test.test (1657 ms)
47: [----------] 1 test from std_algorithms_rotate_copy_team_test (1657 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 4 tests from 4 test suites ran. (6539 ms total)
47: [  PASSED  ] 4 tests.
47/56 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    6.85 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

48: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
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 4 tests from 4 test suites.
48: [----------] Global test environment set-up.
48: [----------] 1 test from std_algorithms_move_team_test
48: [ RUN      ] std_algorithms_move_team_test.test
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
48: [       OK ] std_algorithms_move_team_test.test (3636 ms)
48: [----------] 1 test from std_algorithms_move_team_test (3636 ms total)
48: 
48: [----------] 1 test from std_algorithms_move_backward_team_test
48: [ RUN      ] std_algorithms_move_backward_team_test.test
[ 84%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
48: [       OK ] std_algorithms_move_backward_team_test.test (2145 ms)
48: [----------] 1 test from std_algorithms_move_backward_team_test (2145 ms total)
48: 
48: [----------] 1 test from std_algorithms_shift_left_team_test
48: [ RUN      ] std_algorithms_shift_left_team_test.test
39: Test_Atomic<unsigned long long int>/100000/iterations:10       1.61 s          1.61 s            10          1            8    4.32856m        2.49145m      104.7u     4.99995G         901.808k     4.99995G
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 66%] Linking CXX executable Kokkos_IncrementalTest_CUDA
48: [       OK ] std_algorithms_shift_left_team_test.test (6373 ms)
48: [----------] 1 test from std_algorithms_shift_left_team_test (6373 ms total)
48: 
48: [----------] 1 test from std_algorithms_shift_right_team_test
48: [ RUN      ] std_algorithms_shift_right_team_test.test
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
48: [       OK ] std_algorithms_shift_right_team_test.test (6410 ms)
48: [----------] 1 test from std_algorithms_shift_right_team_test (6410 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 4 tests from 4 test suites ran. (18566 ms total)
48: [  PASSED  ] 4 tests.
48/56 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed   18.89 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

49: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
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 9 tests from 9 test suites.
49: [----------] Global test environment set-up.
49: [----------] 1 test from std_algorithms_copy_team_test
49: [ RUN      ] std_algorithms_copy_team_test.test
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
49: [       OK ] std_algorithms_copy_team_test.test (4631 ms)
49: [----------] 1 test from std_algorithms_copy_team_test (4632 ms total)
49: 
49: [----------] 1 test from std_algorithms_copy_n_team_test
49: [ RUN      ] std_algorithms_copy_n_team_test.test
49: [       OK ] std_algorithms_copy_n_team_test.test (562 ms)
49: [----------] 1 test from std_algorithms_copy_n_team_test (562 ms total)
49: 
49: [----------] 1 test from std_algorithms_copy_backward_team_test
49: [ RUN      ] std_algorithms_copy_backward_team_test.test
49: [       OK ] std_algorithms_copy_backward_team_test.test (2041 ms)
49: [----------] 1 test from std_algorithms_copy_backward_team_test (2041 ms total)
49: 
49: [----------] 1 test from std_algorithms_copy_if_team_test
49: [ RUN      ] std_algorithms_copy_if_team_test.test
[ 66%] Built target Kokkos_IncrementalTest_CUDA
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
49: [       OK ] std_algorithms_copy_if_team_test.test (2014 ms)
49: [----------] 1 test from std_algorithms_copy_if_team_test (2014 ms total)
49: 
49: [----------] 1 test from std_algorithms_unique_copy_team_test
49: [ RUN      ] std_algorithms_unique_copy_team_test.test
39: Test_Atomic<float>/100000/iterations:10                        1.82 s          1.82 s            10          0            4     5.9312m        2.50645m     789.91u     4.99958G         931.392k     4.99989G
49: [       OK ] std_algorithms_unique_copy_team_test.test (2507 ms)
49: [----------] 1 test from std_algorithms_unique_copy_team_test (2507 ms total)
49: 
49: [----------] 1 test from std_algorithms_remove_team_test
49: [ RUN      ] std_algorithms_remove_team_test.test
49: [       OK ] std_algorithms_remove_team_test.test (1942 ms)
49: [----------] 1 test from std_algorithms_remove_team_test (1943 ms total)
49: 
49: [----------] 1 test from std_algorithms_remove_if_team_test
49: [ RUN      ] std_algorithms_remove_if_team_test.test
49: [       OK ] std_algorithms_remove_if_team_test.test (1178 ms)
49: [----------] 1 test from std_algorithms_remove_if_team_test (1179 ms total)
49: 
49: [----------] 1 test from std_algorithms_remove_copy_team_test
49: [ RUN      ] std_algorithms_remove_copy_team_test.test
49: [       OK ] std_algorithms_remove_copy_team_test.test (2166 ms)
49: [----------] 1 test from std_algorithms_remove_copy_team_test (2166 ms total)
49: 
49: [----------] 1 test from std_algorithms_remove_copy_if_team_test
49: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
49: [       OK ] std_algorithms_remove_copy_if_team_test.test (1879 ms)
49: [----------] 1 test from std_algorithms_remove_copy_if_team_test (1879 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 9 tests from 9 test suites ran. (18927 ms total)
49: [  PASSED  ] 9 tests.
49/56 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed   19.29 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

50: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
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 4 tests from 4 test suites.
50: [----------] Global test environment set-up.
50: [----------] 1 test from std_algorithms_unique_team_test
50: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
50: [       OK ] std_algorithms_unique_team_test.test_default_predicate (2645 ms)
50: [----------] 1 test from std_algorithms_unique_team_test (2645 ms total)
50: 
50: [----------] 1 test from std_algorithms_adjacent_difference_team_test
50: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
39: Test_Atomic<double>/100000/iterations:10                       1.61 s          1.61 s            10          1            8    5.55389m        2.47974m     789.92u     4.99995G         1.11014M     4.99995G
39/65 Test #39: Kokkos_PerformanceTest_Atomic ..............................   Passed  119.31 sec
test 40
      Start 40: Kokkos_PerformanceTest_Reduction

40: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-09-11_T05-53-52.json"
40: Test timeout computed to be: 1500
40: 
40: Available devices: 
40: 2025-09-11T06:45:29+00:00
40: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Reduction
40: Run on (15 X 3250 MHz CPU s)
40: CPU Caches:
40:   L1 Data 64 KiB (x15)
40:   L1 Instruction 64 KiB (x15)
40:   L2 Unified 512 KiB (x15)
40:   L3 Unified 16384 KiB (x15)
40: Load Average: 0.98, 2.00, 4.49
40: Address Bits: 64
40: CPU architecture: none
40: Default Device: SYCL
40: Driver Version: CUDA 12.9
40: Error Correction Support: 1
40: GIT_BRANCH: HEAD
40: GIT_CLEAN_STATUS: CLEAN
40: GIT_COMMIT_DATE: 2025-09-11T01:52:44-04:00
40: GIT_COMMIT_DESCRIPTION: Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD
40: GIT_COMMIT_HASH: bbd6eb4b4
40: GPU architecture: AMPERE80
40: Global Cache Mem Line Size: 128
40: Global Mem Cache Size: 25165824
40: Global Mem Size: 25339101184
40: Image Max Buffer Size: 32768
40: Image2d Max Height: 65536
40: Image2d Max Width: 131072
40: Image3d Max Depth: 16384
40: Image3d Max Height: 16384
40: Image3d Max Width: 16384
40: Is Accelerator: 0
40: Is Available: 1
40: Is CPU: 0
40: Is GPU: 1
40: KOKKOS_COMPILER_INTEL_LLVM: 20250004
40: KOKKOS_ENABLE_ASM: yes
40: KOKKOS_ENABLE_CXX20: yes
40: KOKKOS_ENABLE_CXX23: no
40: KOKKOS_ENABLE_CXX26: no
40: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
40: KOKKOS_ENABLE_HWLOC: no
40: KOKKOS_ENABLE_LIBDL: yes
40: KOKKOS_ENABLE_PRAGMA_IVDEP: yes
40: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: yes
40: KOKKOS_ENABLE_PRAGMA_UNROLL: yes
40: KOKKOS_ENABLE_PRAGMA_VECTOR: yes
40: KOKKOS_ENABLE_SERIAL: yes
40: Kokkos Version: 4.7.99
40: Local Mem Size: 166912
40: Max Compute Units: 56
40: Max Mem Alloc Size: 25339101184
40: Max Parameter Size: 4000
40: Max Read Image Args: 128
40: Max Samplers: 128
40: Max Work Group Size: 1024
40: Max Work Item Dimensions: 3
40: Mem Base Addr Align: 4096
40: Name: NVIDIA A30
40: Native Vector Width Char: 1
40: Native Vector Width Double: 1
40: Native Vector Width Float: 1
40: Native Vector Width Half: 0
40: Native Vector Width Int: 1
40: Native Vector Width Long: 1
40: Native Vector Width Short: 1
40: Partition Max Sub Devices: 0
40: Preferred Vector Width Char: 1
40: Preferred Vector Width Double: 1
40: Preferred Vector Width Float: 1
40: Preferred Vector Width Half: 0
40: Preferred Vector Width Int: 1
40: Preferred Vector Width Long: 1
40: Preferred Vector Width Short: 1
40: Profiling Timer Resolution: 1000
40: Reference Count: 1
40: Vendor: NVIDIA Corporation
40: Vendor Id: 4318
40: Version: 8.0
40: [ext_oneapi_cuda]:gpu:0] NVIDIA A30: Selected
40: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
40: macro  KOKKOS_ENABLE_ONEDPL: defined
40: macro  KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined
40: macro  KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined
40: macro  KOKKOS_IMPL_SYCL_GRAPH_SUPPORT: defined
40: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined
40: macro  SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: defined
40: macro  SYCL_EXT_ONEAPI_BFLOAT16: undefined
40: macro  SYCL_EXT_ONEAPI_DEVICE_GLOBAL: defined
40: mdspan: enabled
40: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
40: platform: 64bit
40: ----------------------------------------------------------------------------------------------------
40: Benchmark                                                          Time             CPU   Iterations
40: ----------------------------------------------------------------------------------------------------
40: ReductionCheapScalarResult<double>/10000/iterations:10          20.9 us         20.7 us           10
40: ReductionCheapScalarResult<double>/100000/iterations:10         24.3 us         24.3 us           10
40: ReductionCheapScalarResult<double>/1000000/iterations:10        29.5 us         29.5 us           10
40: ReductionCheapScalarResult<double>/10000000/iterations:10        135 us          135 us           10
40: ReductionCheapHostResult<double>/10000/iterations:10            20.3 us         20.2 us           10
40: ReductionCheapHostResult<double>/100000/iterations:10           24.5 us         24.5 us           10
40: ReductionCheapHostResult<double>/1000000/iterations:10          28.5 us         28.5 us           10
40: ReductionCheapHostResult<double>/10000000/iterations:10          135 us          135 us           10
40: ReductionCheapDeviceResult<double>/10000/iterations:10          18.8 us         18.8 us           10
40: ReductionCheapDeviceResult<double>/100000/iterations:10         23.8 us         23.8 us           10
40: ReductionCheapDeviceResult<double>/1000000/iterations:10        28.1 us         28.1 us           10
40: ReductionCheapDeviceResult<double>/10000000/iterations:10        134 us          134 us           10
40: ReductionExpensive<double>/10000/iterations:10                   161 us          161 us           10
40: ReductionExpensive<double>/100000/iterations:10                  291 us          291 us           10
40: ReductionExpensive<double>/1000000/iterations:10                4262 us         4261 us           10
40: ReductionExpensive<double>/10000000/iterations:10              33965 us        33957 us           10
40/65 Test #40: Kokkos_PerformanceTest_Reduction ...........................   Passed    0.69 sec
test 41
      Start 41: Kokkos_ContainersUnitTest_Serial

41: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
41: Test timeout computed to be: 1500
41: [==========] Running 73 tests from 2 test suites.
41: [----------] Global test environment set-up.
41: [----------] 2 tests from serial_DeathTest
41: [ RUN      ] serial_DeathTest.dualview_external_view_construction
41: [       OK ] serial_DeathTest.dualview_external_view_construction (486 ms)
41: [ RUN      ] serial_DeathTest.offsetview_unmanaged_construction
50: [       OK ] std_algorithms_adjacent_difference_team_test.test (4149 ms)
50: [----------] 1 test from std_algorithms_adjacent_difference_team_test (4149 ms total)
50: 
50: [----------] 1 test from std_algorithms_reduce_team_test
50: [ RUN      ] std_algorithms_reduce_team_test.test
50: [       OK ] std_algorithms_reduce_team_test.test (2177 ms)
50: [----------] 1 test from std_algorithms_reduce_team_test (2177 ms total)
50: 
50: [----------] 1 test from std_algorithms_transform_reduce_team_test
50: [ RUN      ] std_algorithms_transform_reduce_team_test.test
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o
41: [       OK ] serial_DeathTest.offsetview_unmanaged_construction (5856 ms)
41: [----------] 2 tests from serial_DeathTest (6342 ms total)
41: 
41: [----------] 71 tests from serial
41: [ RUN      ] serial.bitset
41: [       OK ] serial.bitset (683 ms)
41: [ RUN      ] serial.bitset_default_constructor_no_alloc
41: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
41: [ RUN      ] serial.dualview_combination
41: [       OK ] serial.dualview_combination (0 ms)
41: [ RUN      ] serial.dualview_alloc
41: [       OK ] serial.dualview_alloc (0 ms)
41: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
41: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
41: [ RUN      ] serial.dualview_combinations_without_init
41: [       OK ] serial.dualview_combinations_without_init (0 ms)
41: [ RUN      ] serial.dualview_deep_copy
41: [       OK ] serial.dualview_deep_copy (0 ms)
41: [ RUN      ] serial.dualview_sync_should_fence
41: [       OK ] serial.dualview_sync_should_fence (0 ms)
41: [ RUN      ] serial.dualview_realloc
41: [       OK ] serial.dualview_realloc (0 ms)
41: [ RUN      ] serial.dualview_resize
41: [       OK ] serial.dualview_resize (0 ms)
41: [ RUN      ] serial.dualview_device_correct_kokkos_device
41: [       OK ] serial.dualview_device_correct_kokkos_device (0 ms)
41: [ RUN      ] serial.dualview_host_correct_kokkos_device
41: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
41: [ RUN      ] serial.dualview_host_modify_template_device_sync
41: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
41: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
41: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
41: [ RUN      ] serial.dualview_device_modify_template_host_sync
41: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
41: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
41: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
41: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
41: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
41: [ RUN      ] serial.dualview_template_views_return_correct_views_from_const_dual_view
41: [       OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
41: [ RUN      ] serial.dualview_sequential_host_init
41: [       OK ] serial.dualview_sequential_host_init (0 ms)
41: [ RUN      ] serial.dualview_default_constructed
41: [       OK ] serial.dualview_default_constructed (0 ms)
41: [ RUN      ] serial.dualview_resize_single_device
41: [       OK ] serial.dualview_resize_single_device (0 ms)
41: [ RUN      ] serial.dynamic_view
41: [       OK ] serial.dynamic_view (6 ms)
41: [ RUN      ] serial.dyn_rank_view_api_generic
41: [       OK ] serial.dyn_rank_view_api_generic (5 ms)
41: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
41: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
41: [ RUN      ] serial.dyn_rank_view_check_fence_resize_realloc
41: /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
41: skipping since not default execution space
41: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms)
41: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
41: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
41: [ RUN      ] serial.dyn_rank_view_ctor_from_members
41: [       OK ] serial.dyn_rank_view_ctor_from_members (0 ms)
41: [ RUN      ] serial.dyn_rank_view_ctor_from_layout_stride
41: [       OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms)
41: [ RUN      ] serial.dyn_rank_view_layout_member
41: [       OK ] serial.dyn_rank_view_layout_member (0 ms)
41: [ RUN      ] serial.dyn_rank_view_team_scratch
41: [       OK ] serial.dyn_rank_view_team_scratch (0 ms)
41: [ RUN      ] serial.view_customization_extra_int_arg
41: [       OK ] serial.view_customization_extra_int_arg (0 ms)
41: [ RUN      ] serial.ErrorReporterViaLambda
41: [       OK ] serial.ErrorReporterViaLambda (0 ms)
41: [ RUN      ] serial.ErrorReporter
41: [       OK ] serial.ErrorReporter (0 ms)
41: [ RUN      ] serial.offsetview_construction
41: [       OK ] serial.offsetview_construction (7 ms)
41: [ RUN      ] serial.offsetview_unmanaged_construction
41: [       OK ] serial.offsetview_unmanaged_construction (0 ms)
41: [ RUN      ] serial.offsetview_subview
41: [       OK ] serial.offsetview_subview (3 ms)
41: [ RUN      ] serial.offsetview_offsets_rank1
41: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
41: [ RUN      ] serial.offsetview_offsets_rank2
41: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
41: [ RUN      ] serial.offsetview_offsets_rank3
41: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
41: [ RUN      ] serial.scatterview
50: [       OK ] std_algorithms_transform_reduce_team_test.test (4292 ms)
50: [----------] 1 test from std_algorithms_transform_reduce_team_test (4292 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 4 tests from 4 test suites ran. (13265 ms total)
50: [  PASSED  ] 4 tests.
50/56 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed   13.59 sec
test 51
      Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

51: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
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 18 tests from 5 test suites.
51: [----------] Global test environment set-up.
51: [----------] 2 tests from std_algorithms_is_sorted_team_test
51: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
41: [       OK ] serial.scatterview (723 ms)
41: [ RUN      ] serial.scatterview_devicetype
41: [       OK ] serial.scatterview_devicetype (0 ms)
41: [ RUN      ] serial.resize_realloc_no_init_dualview
41: [       OK ] serial.resize_realloc_no_init_dualview (0 ms)
41: [ RUN      ] serial.resize_realloc_no_alloc_dualview
41: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
41: [ RUN      ] serial.resize_exec_space_dualview
41: [       OK ] serial.resize_exec_space_dualview (0 ms)
41: [ RUN      ] serial.realloc_exec_space_dualview
41: [       OK ] serial.realloc_exec_space_dualview (0 ms)
41: [ RUN      ] serial.resize_realloc_no_init_dynrankview
41: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
41: [ RUN      ] serial.resize_exec_space_dynrankview
41: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
41: [ RUN      ] serial.realloc_exec_space_dynrankview
41: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
41: [ RUN      ] serial.resize_realloc_no_init_scatterview
41: [       OK ] serial.resize_realloc_no_init_scatterview (0 ms)
41: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
41: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
41: [ RUN      ] serial.resize_exec_space_scatterview
41: [       OK ] serial.resize_exec_space_scatterview (0 ms)
41: [ RUN      ] serial.realloc_exec_space_scatterview
41: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
41: [ RUN      ] serial.create_mirror_no_init_dynrankview
41: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
41: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
41: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms)
41: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
41: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
41: [ RUN      ] serial.create_mirror_no_init_offsetview
41: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
41: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
41: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
41: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
41: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
41: [ RUN      ] serial.create_mirror_no_init_dynamicview
41: [       OK ] serial.create_mirror_no_init_dynamicview (0 ms)
41: [ RUN      ] serial.create_mirror_view_and_copy_dynamicview
41: [       OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms)
41: [ RUN      ] serial.create_mirror_no_init_dynamicview_view_ctor
41: [       OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms)
41: [ RUN      ] serial.UnorderedMap_insert
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
51: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (2682 ms)
51: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
51: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (2480 ms)
51: [----------] 2 tests from std_algorithms_is_sorted_team_test (5163 ms total)
51: 
51: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
51: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
51: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (18 ms)
51: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
51: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (21 ms)
51: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
41: [       OK ] serial.UnorderedMap_insert (6160 ms)
41: [ RUN      ] serial.UnorderedMap_failed_insert
51: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (2420 ms)
51: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o
41: [       OK ] serial.UnorderedMap_failed_insert (2471 ms)
41: [ RUN      ] serial.UnorderedMap_deep_copy
41: [       OK ] serial.UnorderedMap_deep_copy (1 ms)
41: [ RUN      ] serial.UnorderedMap_valid_empty
41: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
41: [ RUN      ] serial.UnorderedMap_clear_zero_size
41: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
41: [ RUN      ] serial.UnorderedMap_consistent_size
41: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
41: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
41: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
41: [ RUN      ] serial.UnorderedMap_lambda_capturable
41: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
41: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
41: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
41: [ RUN      ] serial.UnorderedMap_View_as_value
41: [       OK ] serial.UnorderedMap_View_as_value (0 ms)
41: [----------] 71 tests from serial (10069 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 73 tests from 2 test suites ran. (16412 ms total)
41: [  PASSED  ] 72 tests.
41: [  SKIPPED ] 1 test, listed below:
41: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
41/65 Test #41: Kokkos_ContainersUnitTest_Serial ...........................   Passed   16.73 sec
test 42
      Start 42: Kokkos_ContainersUnitTest_SYCL

42: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/Kokkos_ContainersUnitTest_SYCL
42: Test timeout computed to be: 1500
42: [==========] Running 73 tests from 2 test suites.
42: [----------] Global test environment set-up.
42: [----------] 2 tests from sycl_DeathTest
42: [ RUN      ] sycl_DeathTest.dualview_external_view_construction
42: /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestDualView.hpp:586: Skipped
42: test only relevant if DualView uses one allocation
42: [  SKIPPED ] sycl_DeathTest.dualview_external_view_construction (0 ms)
42: [ RUN      ] sycl_DeathTest.offsetview_unmanaged_construction
51: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (2952 ms)
51: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (5412 ms total)
51: 
51: [----------] 4 tests from std_algorithms_is_partitioned_team_test
51: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
51: [       OK ] std_algorithms_is_partitioned_team_test.empty (9 ms)
51: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
51: [       OK ] std_algorithms_is_partitioned_team_test.all_true (1365 ms)
51: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
51: [       OK ] std_algorithms_is_partitioned_team_test.all_false (1367 ms)
51: [ RUN      ] std_algorithms_is_partitioned_team_test.random
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
51: [       OK ] std_algorithms_is_partitioned_team_test.random (1150 ms)
51: [----------] 4 tests from std_algorithms_is_partitioned_team_test (3893 ms total)
51: 
51: [----------] 4 tests from std_algorithms_partition_copy_team_test
51: [ RUN      ] std_algorithms_partition_copy_team_test.empty
51: [       OK ] std_algorithms_partition_copy_team_test.empty (16 ms)
51: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
[ 86%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Vector.cpp.o
42: [       OK ] sycl_DeathTest.offsetview_unmanaged_construction (6004 ms)
42: [----------] 2 tests from sycl_DeathTest (6004 ms total)
42: 
42: [----------] 71 tests from sycl
42: [ RUN      ] sycl.bitset
42: [       OK ] sycl.bitset (26 ms)
42: [ RUN      ] sycl.bitset_default_constructor_no_alloc
42: [       OK ] sycl.bitset_default_constructor_no_alloc (0 ms)
42: [ RUN      ] sycl.dualview_combination
42: [       OK ] sycl.dualview_combination (0 ms)
42: [ RUN      ] sycl.dualview_alloc
42: [       OK ] sycl.dualview_alloc (0 ms)
42: [ RUN      ] sycl.test_dualview_copy_construction_and_assignment
42: [       OK ] sycl.test_dualview_copy_construction_and_assignment (0 ms)
42: [ RUN      ] sycl.dualview_combinations_without_init
42: [       OK ] sycl.dualview_combinations_without_init (0 ms)
42: [ RUN      ] sycl.dualview_deep_copy
42: [       OK ] sycl.dualview_deep_copy (1 ms)
42: [ RUN      ] sycl.dualview_sync_should_fence
42: [       OK ] sycl.dualview_sync_should_fence (0 ms)
42: [ RUN      ] sycl.dualview_realloc
42: [       OK ] sycl.dualview_realloc (0 ms)
42: [ RUN      ] sycl.dualview_resize
42: [       OK ] sycl.dualview_resize (1 ms)
42: [ RUN      ] sycl.dualview_device_correct_kokkos_device
42: [       OK ] sycl.dualview_device_correct_kokkos_device (0 ms)
42: [ RUN      ] sycl.dualview_host_correct_kokkos_device
42: [       OK ] sycl.dualview_host_correct_kokkos_device (0 ms)
42: [ RUN      ] sycl.dualview_host_modify_template_device_sync
42: [       OK ] sycl.dualview_host_modify_template_device_sync (0 ms)
42: [ RUN      ] sycl.dualview_host_modify_template_device_execspace_sync
42: [       OK ] sycl.dualview_host_modify_template_device_execspace_sync (0 ms)
42: [ RUN      ] sycl.dualview_device_modify_template_host_sync
42: [       OK ] sycl.dualview_device_modify_template_host_sync (0 ms)
42: [ RUN      ] sycl.dualview_device_modify_template_host_execspace_sync
42: [       OK ] sycl.dualview_device_modify_template_host_execspace_sync (0 ms)
42: [ RUN      ] sycl.dualview_template_views_return_correct_executionspace_views
42: [       OK ] sycl.dualview_template_views_return_correct_executionspace_views (0 ms)
42: [ RUN      ] sycl.dualview_template_views_return_correct_views_from_const_dual_view
42: [       OK ] sycl.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
42: [ RUN      ] sycl.dualview_sequential_host_init
42: [       OK ] sycl.dualview_sequential_host_init (0 ms)
42: [ RUN      ] sycl.dualview_default_constructed
42: [       OK ] sycl.dualview_default_constructed (0 ms)
42: [ RUN      ] sycl.dualview_resize_single_device
42: [       OK ] sycl.dualview_resize_single_device (0 ms)
42: [ RUN      ] sycl.dynamic_view
42: [       OK ] sycl.dynamic_view (15 ms)
42: [ RUN      ] sycl.dyn_rank_view_api_generic
42: [       OK ] sycl.dyn_rank_view_api_generic (7 ms)
42: [ RUN      ] sycl.dyn_rank_view_api_operator_rank12345
42: [       OK ] sycl.dyn_rank_view_api_operator_rank12345 (1 ms)
42: [ RUN      ] sycl.dyn_rank_view_check_fence_resize_realloc
42: [       OK ] sycl.dyn_rank_view_check_fence_resize_realloc (1 ms)
42: [ RUN      ] sycl.dyn_rank_view_api_operator_rank67
42: [       OK ] sycl.dyn_rank_view_api_operator_rank67 (0 ms)
42: [ RUN      ] sycl.dyn_rank_view_ctor_from_members
42: [       OK ] sycl.dyn_rank_view_ctor_from_members (0 ms)
42: [ RUN      ] sycl.dyn_rank_view_ctor_from_layout_stride
42: [       OK ] sycl.dyn_rank_view_ctor_from_layout_stride (0 ms)
42: [ RUN      ] sycl.dyn_rank_view_layout_member
42: [       OK ] sycl.dyn_rank_view_layout_member (0 ms)
42: [ RUN      ] sycl.dyn_rank_view_team_scratch
42: [       OK ] sycl.dyn_rank_view_team_scratch (0 ms)
42: [ RUN      ] sycl.view_customization_extra_int_arg
42: [       OK ] sycl.view_customization_extra_int_arg (0 ms)
42: [ RUN      ] sycl.ErrorReporterViaLambda
42: [       OK ] sycl.ErrorReporterViaLambda (0 ms)
42: [ RUN      ] sycl.ErrorReporter
42: [       OK ] sycl.ErrorReporter (0 ms)
42: [ RUN      ] sycl.offsetview_construction
42: [       OK ] sycl.offsetview_construction (5 ms)
42: [ RUN      ] sycl.offsetview_unmanaged_construction
42: [       OK ] sycl.offsetview_unmanaged_construction (0 ms)
42: [ RUN      ] sycl.offsetview_subview
42: [       OK ] sycl.offsetview_subview (0 ms)
42: [ RUN      ] sycl.offsetview_offsets_rank1
42: [       OK ] sycl.offsetview_offsets_rank1 (0 ms)
42: [ RUN      ] sycl.offsetview_offsets_rank2
42: [       OK ] sycl.offsetview_offsets_rank2 (0 ms)
42: [ RUN      ] sycl.offsetview_offsets_rank3
42: [       OK ] sycl.offsetview_offsets_rank3 (0 ms)
42: [ RUN      ] sycl.scatterview
51: [       OK ] std_algorithms_partition_copy_team_test.all_true (3353 ms)
51: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
51: [       OK ] std_algorithms_partition_copy_team_test.all_false (3360 ms)
51: [ RUN      ] std_algorithms_partition_copy_team_test.random
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
51: [       OK ] std_algorithms_partition_copy_team_test.random (3140 ms)
51: [----------] 4 tests from std_algorithms_partition_copy_team_test (9870 ms total)
51: 
51: [----------] 4 tests from std_algorithms_partition_point_team_test
51: [ RUN      ] std_algorithms_partition_point_team_test.empty
51: [       OK ] std_algorithms_partition_point_team_test.empty (10 ms)
51: [ RUN      ] std_algorithms_partition_point_team_test.all_true
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
51: [       OK ] std_algorithms_partition_point_team_test.all_true (1322 ms)
51: [ RUN      ] std_algorithms_partition_point_team_test.all_false
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c15.cpp.o
51: [       OK ] std_algorithms_partition_point_team_test.all_false (1319 ms)
51: [ RUN      ] std_algorithms_partition_point_team_test.random
51: [       OK ] std_algorithms_partition_point_team_test.random (1099 ms)
51: [----------] 4 tests from std_algorithms_partition_point_team_test (3752 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 18 tests from 5 test suites ran. (28093 ms total)
51: [  PASSED  ] 18 tests.
51/56 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed   28.40 sec
test 52
      Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

52: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
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 5 tests from 4 test suites.
52: [----------] Global test environment set-up.
52: [----------] 2 tests from std_algorithms_transform_team_test
52: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
42: [       OK ] sycl.scatterview (17652 ms)
42: [ RUN      ] sycl.scatterview_devicetype
52: [       OK ] std_algorithms_transform_team_test.test_unary_op (5117 ms)
52: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
52: [       OK ] std_algorithms_transform_team_test.test_binary_op (3530 ms)
52: [----------] 2 tests from std_algorithms_transform_team_test (8648 ms total)
52: 
52: [----------] 1 test from std_algorithms_generate_team_test
52: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
42: [       OK ] sycl.scatterview_devicetype (4561 ms)
42: [ RUN      ] sycl.resize_realloc_no_init_dualview
42: [       OK ] sycl.resize_realloc_no_init_dualview (0 ms)
42: [ RUN      ] sycl.resize_realloc_no_alloc_dualview
42: [       OK ] sycl.resize_realloc_no_alloc_dualview (0 ms)
42: [ RUN      ] sycl.resize_exec_space_dualview
42: [       OK ] sycl.resize_exec_space_dualview (0 ms)
42: [ RUN      ] sycl.realloc_exec_space_dualview
42: [       OK ] sycl.realloc_exec_space_dualview (0 ms)
42: [ RUN      ] sycl.resize_realloc_no_init_dynrankview
42: [       OK ] sycl.resize_realloc_no_init_dynrankview (0 ms)
42: [ RUN      ] sycl.resize_exec_space_dynrankview
42: [       OK ] sycl.resize_exec_space_dynrankview (0 ms)
42: [ RUN      ] sycl.realloc_exec_space_dynrankview
42: [       OK ] sycl.realloc_exec_space_dynrankview (0 ms)
42: [ RUN      ] sycl.resize_realloc_no_init_scatterview
42: [       OK ] sycl.resize_realloc_no_init_scatterview (0 ms)
42: [ RUN      ] sycl.resize_realloc_no_alloc_scatterview
42: [       OK ] sycl.resize_realloc_no_alloc_scatterview (0 ms)
42: [ RUN      ] sycl.resize_exec_space_scatterview
42: [       OK ] sycl.resize_exec_space_scatterview (0 ms)
42: [ RUN      ] sycl.realloc_exec_space_scatterview
42: [       OK ] sycl.realloc_exec_space_scatterview (0 ms)
42: [ RUN      ] sycl.create_mirror_no_init_dynrankview
42: [       OK ] sycl.create_mirror_no_init_dynrankview (0 ms)
42: [ RUN      ] sycl.create_mirror_no_init_dynrankview_viewctor
42: [       OK ] sycl.create_mirror_no_init_dynrankview_viewctor (0 ms)
42: [ RUN      ] sycl.create_mirror_view_and_copy_dynrankview
42: [       OK ] sycl.create_mirror_view_and_copy_dynrankview (0 ms)
42: [ RUN      ] sycl.create_mirror_no_init_offsetview
42: [       OK ] sycl.create_mirror_no_init_offsetview (0 ms)
42: [ RUN      ] sycl.create_mirror_no_init_offsetview_view_ctor
42: [       OK ] sycl.create_mirror_no_init_offsetview_view_ctor (0 ms)
42: [ RUN      ] sycl.create_mirror_view_and_copy_offsetview
42: [       OK ] sycl.create_mirror_view_and_copy_offsetview (0 ms)
42: [ RUN      ] sycl.create_mirror_no_init_dynamicview
42: [       OK ] sycl.create_mirror_no_init_dynamicview (0 ms)
42: [ RUN      ] sycl.create_mirror_view_and_copy_dynamicview
42: [       OK ] sycl.create_mirror_view_and_copy_dynamicview (0 ms)
42: [ RUN      ] sycl.create_mirror_no_init_dynamicview_view_ctor
42: [       OK ] sycl.create_mirror_no_init_dynamicview_view_ctor (0 ms)
42: [ RUN      ] sycl.UnorderedMap_insert
42: [       OK ] sycl.UnorderedMap_insert (1906 ms)
42: [ RUN      ] sycl.UnorderedMap_failed_insert
42: [       OK ] sycl.UnorderedMap_failed_insert (2277 ms)
42: [ RUN      ] sycl.UnorderedMap_deep_copy
42: [       OK ] sycl.UnorderedMap_deep_copy (3 ms)
42: [ RUN      ] sycl.UnorderedMap_valid_empty
42: [       OK ] sycl.UnorderedMap_valid_empty (0 ms)
42: [ RUN      ] sycl.UnorderedMap_clear_zero_size
42: [       OK ] sycl.UnorderedMap_clear_zero_size (0 ms)
42: [ RUN      ] sycl.UnorderedMap_consistent_size
42: [       OK ] sycl.UnorderedMap_consistent_size (0 ms)
42: [ RUN      ] sycl.UnorderedMap_shallow_copyable_on_device
42: [       OK ] sycl.UnorderedMap_shallow_copyable_on_device (0 ms)
42: [ RUN      ] sycl.UnorderedMap_lambda_capturable
42: [       OK ] sycl.UnorderedMap_lambda_capturable (0 ms)
42: [ RUN      ] sycl.UnorderedMap_constructor_view_alloc
42: [       OK ] sycl.UnorderedMap_constructor_view_alloc (0 ms)
42: [ RUN      ] sycl.UnorderedMap_View_as_value
42: [       OK ] sycl.UnorderedMap_View_as_value (0 ms)
42: [----------] 71 tests from sycl (26478 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 73 tests from 2 test suites ran. (32483 ms total)
42: [  PASSED  ] 72 tests.
42: [  SKIPPED ] 1 test, listed below:
42: [  SKIPPED ] sycl_DeathTest.dualview_external_view_construction
42/65 Test #42: Kokkos_ContainersUnitTest_SYCL .............................   Passed   32.84 sec
test 43
      Start 43: Kokkos_UnitTest_Sort

43: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
43: Test timeout computed to be: 1500
43: [==========] Running 17 tests from 2 test suites.
43: [----------] Global test environment set-up.
43: [----------] 1 test from sycl_DeathTest
43: [ RUN      ] sycl_DeathTest.SortByKeyKeysLargerThanValues
43: [       OK ] sycl_DeathTest.SortByKeyKeysLargerThanValues (876 ms)
43: [----------] 1 test from sycl_DeathTest (876 ms total)
43: 
43: [----------] 16 tests from sycl
43: [ RUN      ] sycl.SortUnsignedValueType
43: [       OK ] sycl.SortUnsignedValueType (15 ms)
43: [ RUN      ] sycl.SortEmptyView
43: [       OK ] sycl.SortEmptyView (0 ms)
43: [ RUN      ] sycl.SortByKeyEmptyView
43: [       OK ] sycl.SortByKeyEmptyView (0 ms)
43: [ RUN      ] sycl.SortByKeyEmptyViewHost
43: [       OK ] sycl.SortByKeyEmptyViewHost (0 ms)
43: [ RUN      ] sycl.SortByKey
43: [       OK ] sycl.SortByKey (0 ms)
43: [ RUN      ] sycl.SortByKeyWithComparator
43: [       OK ] sycl.SortByKeyWithComparator (0 ms)
43: [ RUN      ] sycl.SortByKeyStaticExtents
43: [       OK ] sycl.SortByKeyStaticExtents (0 ms)
43: [ RUN      ] sycl.SortByKeyWithStrides
43: [       OK ] sycl.SortByKeyWithStrides (0 ms)
43: [ RUN      ] sycl.SortWithCustomComparator
43: [       OK ] sycl.SortWithCustomComparator (74 ms)
43: [ RUN      ] sycl.BinSortGenericTests
43: [       OK ] sycl.BinSortGenericTests (10 ms)
43: [ RUN      ] sycl.BinSortEmptyView
43: [       OK ] sycl.BinSortEmptyView (0 ms)
43: [ RUN      ] sycl.BinSortEmptyKeysView
43: [       OK ] sycl.BinSortEmptyKeysView (0 ms)
43: [ RUN      ] sycl.BinSort_issue_7221
43: [       OK ] sycl.BinSort_issue_7221 (0 ms)
43: [ RUN      ] sycl.BinSortUnsignedKeyLayoutStrideValues
43: [       OK ] sycl.BinSortUnsignedKeyLayoutStrideValues (6305 ms)
43: [ RUN      ] sycl.NestedSort
43: [       OK ] sycl.NestedSort (19 ms)
43: [ RUN      ] sycl.NestedSortByKey
43: [       OK ] sycl.NestedSortByKey (59 ms)
43: [----------] 16 tests from sycl (6488 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 17 tests from 2 test suites ran. (7364 ms total)
43: [  PASSED  ] 17 tests.
43/65 Test #43: Kokkos_UnitTest_Sort .......................................   Passed    7.65 sec
test 44
      Start 44: Kokkos_UnitTest_Random

44: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_UnitTest_Random
44: Test timeout computed to be: 1500
44: [==========] Running 3 tests from 1 test suite.
44: [----------] Global test environment set-up.
44: [----------] 3 tests from sycl
44: [ RUN      ] sycl.Random_XorShift64
44: Test Seed:1757573186956863106
44: Test Scalar=int
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 6.45775e-07 0.00374858 -0.00257693 || 0.051031 28026 29359 || 28567.3 28674.4 || -35.6235 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 6.5082e-07 0.00568082 -0.00895736 || 0.051031 1e+64 -1e+64
44: Test Scalar=unsigned int
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 6.43252e-07 0.00740206 0.00107726 || 0.051031 27997 29329 || 28463.7 28674.4 || 14.8921 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 6.43252e-07 0.00107749 -0.00441978 || 0.051031 1e+64 -1e+64
44: Test Scalar=int64_t
44:  -- Testing randomness properties
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
44:  -- Testing 1-D histogram
44: Density 1D: 6.43252e-07 0.0145246 0.0210105 || 0.051031 28036 29331 || 28263.9 28674.4 || 290.449 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 6.43252e-07 -0.000594434 -0.00267301 || 0.051031 1e+64 -1e+64
44: Test Scalar=uint64_t
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 6.43252e-07 0.0164376 -0.0160761 || 0.051031 28015 29358 || 28210.7 28674.4 || -222.236 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 6.43252e-07 0.00282996 0.00835454 || 0.051031 1e+64 -1e+64
44: Test Scalar=half
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 0.000244541 -0.99999 -48247.3 || 0.051031 0 194888 || 2.92892e+09 28674.4 || -6.6697e+08 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 0.000732481 -0.316221 0.155369 || 0.051031 1e+64 -1e+64
44: Test Scalar=bhalf
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 0.00195723 -0.999999 -57857.4 || 0.051031 0 1.55225e+06 || 2.86921e+10 28674.4 || -7.9982e+08 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 0.00588239 -0.967806 10.2814 || 0.051031 1e+64 -1e+64
44: Test Scalar=float
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 6.8109e-07 -0.00809542 -0.0211419 || 0.051031 28014 29481 || 28908.4 28674.4 || -292.265 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 7.56767e-07 0.00772698 -0.00133683 || 0.051031 1e+64 -1e+64
44: Test Scalar=double
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 6.43252e-07 0.00146024 -0.000922889 || 0.051031 27979 29291 || 28632.6 28674.4 || -12.758 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 6.43252e-07 0.00615991 0.00226219 || 0.051031 1e+64 -1e+64
44: Test Seed:1757573187197167560
44: Test Scalar=int
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 6.43252e-07 0.025027 -0.00714192 || 0.051031 28038 29256 || 27974.3 28674.4 || -98.7298 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 6.43252e-07 -0.00510631 0.00544039 || 0.051031 1e+64 -1e+64
44: Test Scalar=unsigned int
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 6.43252e-07 -0.00937032 0.0140862 || 0.051031 27949 29412 || 28945.6 28674.4 || 194.727 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 6.43252e-07 -0.00328226 0.00469904 || 0.051031 1e+64 -1e+64
44: Test Scalar=int64_t
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 6.43252e-07 0.00576676 0.0279686 || 0.051031 28067 29323 || 28510 28674.4 || 386.638 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 6.43252e-07 0.000344531 -0.000746389 || 0.051031 1e+64 -1e+64
44: Test Scalar=uint64_t
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 6.43252e-07 0.00104016 -0.0155968 || 0.051031 28004 29369 || 28644.6 28674.4 || -215.61 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 6.43252e-07 -0.00894107 0.00146067 || 0.051031 1e+64 -1e+64
44: Test Scalar=half
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 0.000245187 -0.99999 -48248.3 || 0.051031 0 194968 || 2.92878e+09 28674.4 || -6.66984e+08 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 0.000734482 -0.314523 0.142087 || 0.051031 1e+64 -1e+64
44: Test Scalar=bhalf
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 0.00195906 -0.999999 -57856 || 0.051031 0 1.552e+06 || 2.86909e+10 28674.4 || -7.99801e+08 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 0.00588745 -0.967938 10.277 || 0.051031 1e+64 -1e+64
44: Test Scalar=float
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 6.8109e-07 0.00330585 0.017076 || 0.051031 27990 29374 || 28579.9 28674.4 || 236.059 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 7.56767e-07 -0.0168226 0.00378846 || 0.051031 1e+64 -1e+64
44: Test Scalar=double
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 6.43252e-07 0.00371666 -0.0164686 || 0.051031 27934 29380 || 28568.2 28674.4 || -227.662 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 6.43252e-07 0.0275389 2.12878e-05 || 0.051031 1e+64 -1e+64
44: [       OK ] sycl.Random_XorShift64 (464 ms)
44: [ RUN      ] sycl.Random_XorShift1024_0
44: Test Seed:1757573187421477064
44: Test Scalar=int
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 2.47955e-07 0.00352274 0.0036883 || 0.051031 10870 11795 || 11337 11377 || 50.9871 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 2.47955e-07 0.000590466 -0.00185435 || 0.051031 1e+64 -1e+64
44: Test Scalar=unsigned int
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 2.47955e-07 -0.0033623 0.00303813 || 0.051031 10991 11879 || 11415.3 11377 || 41.9991 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 2.47955e-07 -0.00944926 -0.00235477 || 0.051031 1e+64 -1e+64
44: Test Scalar=int64_t
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 2.47955e-07 -0.024553 -0.017914 || 0.051031 10939 11795 || 11663.3 11377 || -247.643 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 2.47955e-07 -0.0162041 -0.00124337 || 0.051031 1e+64 -1e+64
44: Test Scalar=uint64_t
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 2.47955e-07 -0.000230881 0.00586574 || 0.051031 10936 11768 || 11379.6 11377 || 81.088 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 2.47955e-07 0.0151619 0.00308477 || 0.051031 1e+64 -1e+64
44: Test Scalar=half
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 0.000244245 -0.999975 -7595.08 || 0.051031 0 77624 || 4.61026e+08 11377 || -1.04994e+08 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 0.000732443 -0.135975 0.0294172 || 0.051031 1e+64 -1e+64
44: Test Scalar=bhalf
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 0.0019584 -0.999997 -9107.58 || 0.051031 0 617011 || 4.51651e+09 11377 || -1.25903e+08 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 0.00588646 -0.922108 1.61097 || 0.051031 1e+64 -1e+64
44: Test Scalar=float
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 2.67029e-07 -0.00678891 -0.0143026 || 0.051031 10896 11802 || 11454.7 11377 || -197.72 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 3.05176e-07 -0.00617876 0.0013344 || 0.051031 1e+64 -1e+64
44: Test Scalar=double
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 2.47955e-07 0.0150761 -0.00139016 || 0.051031 10984 11772 || 11208 11377 || -19.2176 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 2.47955e-07 -0.00425616 -2.72426e-05 || 0.051031 1e+64 -1e+64
44: Test Seed:1757573187533951471
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
44: Test Scalar=int
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 2.47955e-07 0.0174911 -0.00313922 || 0.051031 10968 11783 || 11181.4 11377 || -43.3965 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 2.47955e-07 0.000378797 -4.71926e-07 || 0.051031 1e+64 -1e+64
44: Test Scalar=unsigned int
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 2.47955e-07 0.0144586 -0.00340301 || 0.051031 10929 11821 || 11214.8 11377 || -47.0433 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 2.47955e-07 -0.00275582 -0.00236967 || 0.051031 1e+64 -1e+64
44: Test Scalar=int64_t
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 2.47955e-07 -0.00479987 -0.00369225 || 0.051031 10973 11798 || 11431.8 11377 || -51.0417 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 2.47955e-07 0.000616057 0.00116381 || 0.051031 1e+64 -1e+64
44: Test Scalar=uint64_t
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 2.47955e-07 -0.0012694 -0.0019915 || 0.051031 10965 11795 || 11391.4 11377 || -27.5304 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 2.47955e-07 -0.0078232 -0.00237802 || 0.051031 1e+64 -1e+64
44: Test Scalar=half
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 0.000243615 -0.999975 -7594.44 || 0.051031 0 77721 || 4.60929e+08 11377 || -1.04986e+08 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 0.000730475 -0.133914 0.0232695 || 0.051031 1e+64 -1e+64
44: Test Scalar=bhalf
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 0.00196333 -0.999997 -9107.76 || 0.051031 0 616314 || 4.51638e+09 11377 || -1.25906e+08 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 0.00590118 -0.922975 1.62805 || 0.051031 1e+64 -1e+64
44: Test Scalar=float
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 2.86102e-07 -0.0109517 0.00511365 || 0.051031 10959 11791 || 11502.9 11377 || 70.6911 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 3.62396e-07 0.000556032 -0.00431349 || 0.051031 1e+64 -1e+64
44: Test Scalar=double
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 2.47955e-07 -0.00924569 -0.00146395 || 0.051031 10943 11771 || 11483.1 11377 || -20.2376 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 2.47955e-07 -0.0106807 0.00214782 || 0.051031 1e+64 -1e+64
44: [       OK ] sycl.Random_XorShift1024_0 (246 ms)
44: [ RUN      ] sycl.Multi_streams
44: /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestRandom.hpp:675: Skipped
44: Failing on NVIDIA GPUs
44: [  SKIPPED ] sycl.Multi_streams (0 ms)
44: [----------] 3 tests from sycl (710 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 3 tests from 1 test suite ran. (711 ms total)
44: [  PASSED  ] 2 tests.
44: [  SKIPPED ] 1 test, listed below:
44: [  SKIPPED ] sycl.Multi_streams
44/65 Test #44: Kokkos_UnitTest_Random .....................................   Passed    1.00 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_A

45: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
45: Test timeout computed to be: 1500
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
45: [==========] Running 16 tests from 4 test suites.
45: [----------] Global test environment set-up.
45: [----------] 1 test from std_algorithms_DeathTest
45: [ RUN      ] std_algorithms_DeathTest.expect_no_overlap
45: [       OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms)
45: [----------] 1 test from std_algorithms_DeathTest (0 ms total)
45: 
45: [----------] 3 tests from std_algorithms_reducers
45: [ RUN      ] std_algorithms_reducers.max_first_loc
45: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
45: [ RUN      ] std_algorithms_reducers.min_first_loc
45: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
45: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
45: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
45: [----------] 3 tests from std_algorithms_reducers (0 ms total)
45: 
45: [----------] 1 test from std_algorithms
45: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
45: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
45: [----------] 1 test from std_algorithms (0 ms total)
45: 
45: [----------] 11 tests from random_access_iterator_test
45: [ RUN      ] random_access_iterator_test.constructor
45: [       OK ] random_access_iterator_test.constructor (1 ms)
45: [ RUN      ] random_access_iterator_test.constructiblity
45: [       OK ] random_access_iterator_test.constructiblity (0 ms)
45: [ RUN      ] random_access_iterator_test.dereference
45: [       OK ] random_access_iterator_test.dereference (0 ms)
45: [ RUN      ] random_access_iterator_test.subscript_operator
45: [       OK ] random_access_iterator_test.subscript_operator (0 ms)
45: [ RUN      ] random_access_iterator_test.operatorsSet1
45: [       OK ] random_access_iterator_test.operatorsSet1 (0 ms)
45: [ RUN      ] random_access_iterator_test.operatorsSet2
45: [       OK ] random_access_iterator_test.operatorsSet2 (0 ms)
45: [ RUN      ] random_access_iterator_test.operatorsSet3
45: [       OK ] random_access_iterator_test.operatorsSet3 (0 ms)
45: [ RUN      ] random_access_iterator_test.operatorsSet4
45: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
45: [ RUN      ] random_access_iterator_test.assignment_operator
45: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
45: [ RUN      ] random_access_iterator_test.distance
45: [       OK ] random_access_iterator_test.distance (0 ms)
45: [ RUN      ] random_access_iterator_test.traits_helpers
45: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
45: [----------] 11 tests from random_access_iterator_test (5 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 16 tests from 4 test suites ran. (6 ms total)
45: [  PASSED  ] 16 tests.
45/65 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_A .........................   Passed    0.25 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_B

46: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
46: Test timeout computed to be: 1500
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
46: [==========] Running 7 tests from 1 test suite.
46: [----------] Global test environment set-up.
46: [----------] 7 tests from std_algorithms_min_max_element_test
46: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
46: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms)
46: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
46: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
46: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
46: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (6 ms)
46: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
46: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (4 ms)
46: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
46: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (4 ms)
46: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
46: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (4 ms)
46: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
46: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (7 ms)
46: [----------] 7 tests from std_algorithms_min_max_element_test (28 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 7 tests from 1 test suite ran. (28 ms total)
46: [  PASSED  ] 7 tests.
46/65 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_B .........................   Passed    0.26 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_C

47: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
47: Test timeout computed to be: 1500
47: [==========] Running 13 tests from 10 test suites.
47: [----------] Global test environment set-up.
47: [----------] 1 test from std_algorithms_lexicographical_compare_test
47: [ RUN      ] std_algorithms_lexicographical_compare_test.test
47: [       OK ] std_algorithms_lexicographical_compare_test.test (20 ms)
47: [----------] 1 test from std_algorithms_lexicographical_compare_test (20 ms total)
47: 
47: [----------] 1 test from std_algorithms_for_each_test
47: [ RUN      ] std_algorithms_for_each_test.test
47: [       OK ] std_algorithms_for_each_test.test (47 ms)
47: [----------] 1 test from std_algorithms_for_each_test (47 ms total)
47: 
47: [----------] 1 test from std_algorithms_find_test
47: [ RUN      ] std_algorithms_find_test.test
47: [       OK ] std_algorithms_find_test.test (25 ms)
47: [----------] 1 test from std_algorithms_find_test (25 ms total)
47: 
47: [----------] 4 tests from std_algorithms_non_mod_seq_ops
47: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
47: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (275 ms)
47: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
47: [       OK ] std_algorithms_non_mod_seq_ops.find_end (268 ms)
47: [ RUN      ] std_algorithms_non_mod_seq_ops.search
52: [       OK ] std_algorithms_generate_team_test.test_unary_op (12189 ms)
52: [----------] 1 test from std_algorithms_generate_team_test (12189 ms total)
52: 
52: [----------] 1 test from std_algorithms_generate_n_team_test
52: [ RUN      ] std_algorithms_generate_n_team_test.test
52: [       OK ] std_algorithms_generate_n_team_test.test (547 ms)
52: [----------] 1 test from std_algorithms_generate_n_team_test (547 ms total)
52: 
52: [----------] 1 test from std_algorithms_swap_ranges_team_test
52: [ RUN      ] std_algorithms_swap_ranges_team_test.test
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
47: [       OK ] std_algorithms_non_mod_seq_ops.search (260 ms)
47: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
47: [       OK ] std_algorithms_non_mod_seq_ops.search_n (191 ms)
47: [----------] 4 tests from std_algorithms_non_mod_seq_ops (997 ms total)
47: 
47: [----------] 1 test from std_algorithms_count_test
47: [ RUN      ] std_algorithms_count_test.test
47: [       OK ] std_algorithms_count_test.test (16 ms)
47: [----------] 1 test from std_algorithms_count_test (16 ms total)
47: 
47: [----------] 1 test from std_algorithms_equal_test
47: [ RUN      ] std_algorithms_equal_test.test
47: [       OK ] std_algorithms_equal_test.test (10 ms)
47: [----------] 1 test from std_algorithms_equal_test (10 ms total)
47: 
47: [----------] 1 test from std_algorithms_all_any_none_of_test
47: [ RUN      ] std_algorithms_all_any_none_of_test.test
47: [       OK ] std_algorithms_all_any_none_of_test.test (23 ms)
47: [----------] 1 test from std_algorithms_all_any_none_of_test (23 ms total)
47: 
47: [----------] 1 test from std_algorithms_nonmod_seq_ops
47: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
47: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (52 ms)
47: [----------] 1 test from std_algorithms_nonmod_seq_ops (52 ms total)
47: 
47: [----------] 1 test from std_algorithms_mismatch_test
47: [ RUN      ] std_algorithms_mismatch_test.test
47: [       OK ] std_algorithms_mismatch_test.test (49 ms)
47: [----------] 1 test from std_algorithms_mismatch_test (49 ms total)
47: 
47: [----------] 1 test from std_algorithms_mod_seq_ops
47: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
47: [       OK ] std_algorithms_mod_seq_ops.move_backward (35 ms)
47: [----------] 1 test from std_algorithms_mod_seq_ops (35 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 13 tests from 10 test suites ran. (1279 ms total)
47: [  PASSED  ] 13 tests.
47/65 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    1.54 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_D

48: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
48: Test timeout computed to be: 1500
48: [==========] Running 31 tests from 5 test suites.
48: [----------] Global test environment set-up.
48: [----------] 3 tests from std_algorithms_mod_ops_test
48: [ RUN      ] std_algorithms_mod_ops_test.move
48: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
48: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
48: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (1 ms)
48: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
48: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
48: [----------] 3 tests from std_algorithms_mod_ops_test (2 ms total)
48: 
48: [----------] 12 tests from std_algorithms_mod_seq_ops_test
48: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
48: [       OK ] std_algorithms_mod_seq_ops_test.copy (0 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
48: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
48: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
48: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
48: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
48: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
48: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
48: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
48: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
48: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
48: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
48: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (1 ms)
48: [----------] 12 tests from std_algorithms_mod_seq_ops_test (7 ms total)
48: 
48: [----------] 4 tests from std_algorithms_replace_ops_test
48: [ RUN      ] std_algorithms_replace_ops_test.replace
48: [       OK ] std_algorithms_replace_ops_test.replace (30 ms)
48: [ RUN      ] std_algorithms_replace_ops_test.replace_if
48: [       OK ] std_algorithms_replace_ops_test.replace_if (111 ms)
48: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
48: [       OK ] std_algorithms_replace_ops_test.replace_copy (62 ms)
48: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
48: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (44 ms)
48: [----------] 4 tests from std_algorithms_replace_ops_test (249 ms total)
48: 
48: [----------] 11 tests from std_algorithms_mod_seq_ops
48: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
48: [       OK ] std_algorithms_mod_seq_ops.copy_if (23 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops.unique
48: [       OK ] std_algorithms_mod_seq_ops.unique (57 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
48: [       OK ] std_algorithms_mod_seq_ops.unique_copy (37 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops.remove
48: [       OK ] std_algorithms_mod_seq_ops.remove (22 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
48: [       OK ] std_algorithms_mod_seq_ops.remove_if (24 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
48: [       OK ] std_algorithms_mod_seq_ops.remove_copy (133 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
48: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (23 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops.rotate
[ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
48: [       OK ] std_algorithms_mod_seq_ops.rotate (1224 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 87%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 87%] Built target Kokkos_ContainersUnitTest_Cuda
48: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (452 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
52: [       OK ] std_algorithms_swap_ranges_team_test.test (4650 ms)
52: [----------] 1 test from std_algorithms_swap_ranges_team_test (4650 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 5 tests from 4 test suites ran. (26035 ms total)
52: [  PASSED  ] 5 tests.
52/56 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed   26.36 sec
test 53
      Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

53: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
53: Test timeout computed to be: 1500
53: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
53:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
53:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
53:   For unit testing set OMP_PROC_BIND=false
53: 
53: [==========] Running 2 tests from 2 test suites.
53: [----------] Global test environment set-up.
53: [----------] 1 test from std_algorithms_exclusive_scan_team_test
53: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
48: [       OK ] std_algorithms_mod_seq_ops.shift_left (1366 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
48: [       OK ] std_algorithms_mod_seq_ops.shift_right (1369 ms)
48: [----------] 11 tests from std_algorithms_mod_seq_ops (4735 ms total)
48: 
48: [----------] 1 test from std_algorithms_modseq_test
48: [ RUN      ] std_algorithms_modseq_test.reverse
48: [       OK ] std_algorithms_modseq_test.reverse (39 ms)
48: [----------] 1 test from std_algorithms_modseq_test (39 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 31 tests from 5 test suites ran. (5035 ms total)
48: [  PASSED  ] 31 tests.
48/65 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    5.31 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_E

49: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
49: Test timeout computed to be: 1500
49: [==========] Running 29 tests from 7 test suites.
49: [----------] Global test environment set-up.
49: [----------] 2 tests from std_algorithms_sorting_ops_test
49: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
49: [       OK ] std_algorithms_sorting_ops_test.is_sorted (11 ms)
49: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
49: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (10 ms)
49: [----------] 2 tests from std_algorithms_sorting_ops_test (22 ms total)
49: 
49: [----------] 4 tests from std_algorithms_partitioning_test
49: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
49: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
49: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
49: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms)
49: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
49: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms)
49: [ RUN      ] std_algorithms_partitioning_test.partition_point
49: [       OK ] std_algorithms_partitioning_test.partition_point (1 ms)
49: [----------] 4 tests from std_algorithms_partitioning_test (3 ms total)
49: 
49: [----------] 1 test from std_algorithms_partitioning_ops
49: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
49: [       OK ] std_algorithms_partitioning_ops.partition_copy (17 ms)
49: [----------] 1 test from std_algorithms_partitioning_ops (17 ms total)
49: 
49: [----------] 12 tests from std_algorithms_numerics_test
49: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
49: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (1 ms)
49: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
49: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
49: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
49: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms)
49: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
49: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms)
49: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
49: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (1 ms)
49: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
49: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (1 ms)
49: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
49: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
49: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
49: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (1 ms)
49: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
49: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
49: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
49: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
49: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
49: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms)
49: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
49: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms)
49: [----------] 12 tests from std_algorithms_numerics_test (12 ms total)
49: 
49: [----------] 1 test from std_algorithms_numerics_ops_test
49: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
49: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (80 ms)
49: [----------] 1 test from std_algorithms_numerics_ops_test (80 ms total)
49: 
49: [----------] 8 tests from std_algorithms_numeric_ops_test
49: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
49: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (587 ms)
49: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
49: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
49: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
49: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (518 ms)
49: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
49: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
49: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
49: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (159 ms)
49: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
49: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
49: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
49: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (280 ms)
49: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
49: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
49: [----------] 8 tests from std_algorithms_numeric_ops_test (1546 ms total)
49: 
49: [----------] 1 test from std_algorithms_transform_ops_test
49: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
49: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (35 ms)
49: [----------] 1 test from std_algorithms_transform_ops_test (35 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 29 tests from 7 test suites ran. (1718 ms total)
49: [  PASSED  ] 29 tests.
49/65 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    2.06 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

50: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
50: Test timeout computed to be: 1500
50: [==========] Running 12 tests from 7 test suites.
50: [----------] Global test environment set-up.
50: [----------] 2 tests from std_algorithms_adjacent_find_team_test
50: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
50: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (288 ms)
50: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
50: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (272 ms)
50: [----------] 2 tests from std_algorithms_adjacent_find_team_test (561 ms total)
50: 
50: [----------] 2 tests from std_algorithms_count_team_test
50: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
50: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (135 ms)
50: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
50: [       OK ] std_algorithms_count_team_test.count_returns_zero (127 ms)
50: [----------] 2 tests from std_algorithms_count_team_test (262 ms total)
50: 
50: [----------] 1 test from std_algorithms_count_if_team_test
50: [ RUN      ] std_algorithms_count_if_team_test.test
[ 70%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
50: [       OK ] std_algorithms_count_if_team_test.test (159 ms)
50: [----------] 1 test from std_algorithms_count_if_team_test (159 ms total)
50: 
50: [----------] 1 test from std_algorithms_for_each_team_test
50: [ RUN      ] std_algorithms_for_each_team_test.test
50: [       OK ] std_algorithms_for_each_team_test.test (256 ms)
50: [----------] 1 test from std_algorithms_for_each_team_test (256 ms total)
50: 
50: [----------] 1 test from std_algorithms_for_each_n_team_test
50: [ RUN      ] std_algorithms_for_each_n_team_test.test
50: [       OK ] std_algorithms_for_each_n_team_test.test (265 ms)
50: [----------] 1 test from std_algorithms_for_each_n_team_test (265 ms total)
50: 
50: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
50: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
50: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (320 ms)
50: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
50: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (313 ms)
50: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
50: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (312 ms)
50: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (946 ms total)
50: 
50: [----------] 2 tests from std_algorithms_mismatch_team_test
50: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
50: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (362 ms)
50: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
[ 70%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
50: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (375 ms)
50: [----------] 2 tests from std_algorithms_mismatch_team_test (738 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 12 tests from 7 test suites ran. (3190 ms total)
50: [  PASSED  ] 12 tests.
53: [       OK ] std_algorithms_exclusive_scan_team_test.test (8448 ms)
53: [----------] 1 test from std_algorithms_exclusive_scan_team_test (8448 ms total)
53: 
53: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
53: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
50/65 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed    3.52 sec
test 51
      Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

51: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
51: Test timeout computed to be: 1500
51: [==========] Running 8 tests from 4 test suites.
51: [----------] Global test environment set-up.
51: [----------] 2 tests from std_algorithms_equal_team_test
51: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
51: [       OK ] std_algorithms_equal_team_test.views_are_equal (524 ms)
51: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
[ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
51: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (526 ms)
51: [----------] 2 tests from std_algorithms_equal_team_test (1051 ms total)
51: 
51: [----------] 2 tests from std_algorithms_search_team_test
51: [ RUN      ] std_algorithms_search_team_test.sequences_exist
[ 70%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
51: [       OK ] std_algorithms_search_team_test.sequences_exist (271 ms)
51: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
[ 70%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
51: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (279 ms)
51: [----------] 2 tests from std_algorithms_search_team_test (551 ms total)
51: 
51: [----------] 2 tests from std_algorithms_find_end_team_test
51: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
51: [       OK ] std_algorithms_find_end_team_test.sequences_exist (350 ms)
51: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
51: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (318 ms)
51: [----------] 2 tests from std_algorithms_find_end_team_test (669 ms total)
51: 
51: [----------] 2 tests from std_algorithms_find_first_of_team_test
51: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
51: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (317 ms)
51: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
[ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 70%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 70%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 70%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
51: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (418 ms)
51: [----------] 2 tests from std_algorithms_find_first_of_team_test (735 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 8 tests from 4 test suites ran. (3007 ms total)
51: [  PASSED  ] 8 tests.
51/65 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed    3.32 sec
test 52
      Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

52: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
52: Test timeout computed to be: 1500
[ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o
52: [==========] Running 11 tests from 7 test suites.
52: [----------] Global test environment set-up.
52: [----------] 2 tests from std_algorithms_find_team_test
52: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
52: [       OK ] std_algorithms_find_team_test.searched_values_exist (134 ms)
52: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
52: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (136 ms)
52: [----------] 2 tests from std_algorithms_find_team_test (270 ms total)
52: 
52: [----------] 2 tests from std_algorithms_find_if_team_test
52: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
52: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (131 ms)
52: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
52: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (136 ms)
52: [----------] 2 tests from std_algorithms_find_if_team_test (268 ms total)
52: 
52: [----------] 2 tests from std_algorithms_find_if_not_team_test
52: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
52: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (134 ms)
52: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
52: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (128 ms)
52: [----------] 2 tests from std_algorithms_find_if_not_team_test (263 ms total)
52: 
52: [----------] 1 test from std_algorithms_all_of_team_test
52: [ RUN      ] std_algorithms_all_of_team_test.test
52: [       OK ] std_algorithms_all_of_team_test.test (140 ms)
52: [----------] 1 test from std_algorithms_all_of_team_test (140 ms total)
52: 
52: [----------] 1 test from std_algorithms_any_of_team_test
52: [ RUN      ] std_algorithms_any_of_team_test.test
52: [       OK ] std_algorithms_any_of_team_test.test (129 ms)
52: [----------] 1 test from std_algorithms_any_of_team_test (129 ms total)
52: 
52: [----------] 1 test from std_algorithms_none_of_team_test
52: [ RUN      ] std_algorithms_none_of_team_test.test
[ 70%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 70%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
52: [       OK ] std_algorithms_none_of_team_test.test (136 ms)
52: [----------] 1 test from std_algorithms_none_of_team_test (136 ms total)
52: 
52: [----------] 2 tests from std_algorithms_search_n_team_test
52: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
52: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (148 ms)
52: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
52: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (137 ms)
52: [----------] 2 tests from std_algorithms_search_n_team_test (285 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 11 tests from 7 test suites ran. (1495 ms total)
52: [  PASSED  ] 11 tests.
52/65 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    1.81 sec
test 53
      Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

53: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
53: Test timeout computed to be: 1500
53: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (4271 ms)
53: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (4271 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 2 tests from 2 test suites ran. (12719 ms total)
53: [  PASSED  ] 2 tests.
53/56 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed   13.06 sec
test 54
      Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

54: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
54: Test timeout computed to be: 1500
54: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
54:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
54:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
54:   For unit testing set OMP_PROC_BIND=false
54: 
54: [==========] Running 2 tests from 2 test suites.
54: [----------] Global test environment set-up.
54: [----------] 1 test from std_algorithms_inclusive_scan_team_test
54: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
53: [==========] Running 3 tests from 3 test suites.
53: [----------] Global test environment set-up.
53: [----------] 1 test from std_algorithms_min_element_team_test
53: [ RUN      ] std_algorithms_min_element_team_test.test
53: [       OK ] std_algorithms_min_element_team_test.test (396 ms)
53: [----------] 1 test from std_algorithms_min_element_team_test (396 ms total)
53: 
53: [----------] 1 test from std_algorithms_max_element_team_test
53: [ RUN      ] std_algorithms_max_element_team_test.test
53: [       OK ] std_algorithms_max_element_team_test.test (385 ms)
53: [----------] 1 test from std_algorithms_max_element_team_test (385 ms total)
53: 
53: [----------] 1 test from std_algorithms_minmax_element_team_test
53: [ RUN      ] std_algorithms_minmax_element_team_test.test
53: [       OK ] std_algorithms_minmax_element_team_test.test (381 ms)
53: [----------] 1 test from std_algorithms_minmax_element_team_test (381 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 3 tests from 3 test suites ran. (1164 ms total)
53: [  PASSED  ] 3 tests.
[ 70%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
53/65 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    1.46 sec
test 54
      Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

54: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
54: Test timeout computed to be: 1500
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
54: [==========] Running 6 tests from 6 test suites.
54: [----------] Global test environment set-up.
54: [----------] 1 test from std_algorithms_fill_team_test
54: [ RUN      ] std_algorithms_fill_team_test.test
54: [       OK ] std_algorithms_fill_team_test.test (167 ms)
54: [----------] 1 test from std_algorithms_fill_team_test (167 ms total)
54: 
54: [----------] 1 test from std_algorithms_fill_n_team_test
54: [ RUN      ] std_algorithms_fill_n_team_test.test
[ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
54: [       OK ] std_algorithms_fill_n_team_test.test (348 ms)
54: [----------] 1 test from std_algorithms_fill_n_team_test (348 ms total)
54: 
54: [----------] 1 test from std_algorithms_replace_team_test
54: [ RUN      ] std_algorithms_replace_team_test.test
54: [       OK ] std_algorithms_replace_team_test.test (242 ms)
54: [----------] 1 test from std_algorithms_replace_team_test (242 ms total)
54: 
54: [----------] 1 test from std_algorithms_replace_if_team_test
54: [ RUN      ] std_algorithms_replace_if_team_test.test
[ 70%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
54: [       OK ] std_algorithms_replace_if_team_test.test (181 ms)
54: [----------] 1 test from std_algorithms_replace_if_team_test (181 ms total)
54: 
54: [----------] 1 test from std_algorithms_replace_copy_team_test
54: [ RUN      ] std_algorithms_replace_copy_team_test.test
54: [       OK ] std_algorithms_replace_copy_team_test.test (263 ms)
54: [----------] 1 test from std_algorithms_replace_copy_team_test (263 ms total)
54: 
54: [----------] 1 test from std_algorithms_replace_copy_if_team_test
54: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
54: [       OK ] std_algorithms_replace_copy_if_team_test.test (226 ms)
54: [----------] 1 test from std_algorithms_replace_copy_if_team_test (226 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 6 tests from 6 test suites ran. (1429 ms total)
54: [  PASSED  ] 6 tests.
54/65 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    1.70 sec
test 55
      Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

55: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
55: Test timeout computed to be: 1500
[ 70%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
55: [==========] Running 4 tests from 4 test suites.
55: [----------] Global test environment set-up.
55: [----------] 1 test from std_algorithms_reverse_team_test
55: [ RUN      ] std_algorithms_reverse_team_test.test
55: [       OK ] std_algorithms_reverse_team_test.test (197 ms)
55: [----------] 1 test from std_algorithms_reverse_team_test (197 ms total)
55: 
55: [----------] 1 test from std_algorithms_reverse_copy_team_test
55: [ RUN      ] std_algorithms_reverse_copy_team_test.test
55: [       OK ] std_algorithms_reverse_copy_team_test.test (226 ms)
55: [----------] 1 test from std_algorithms_reverse_copy_team_test (226 ms total)
55: 
55: [----------] 1 test from std_algorithms_rotate_team_test
55: [ RUN      ] std_algorithms_rotate_team_test.test
[ 70%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 71%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
55: [       OK ] std_algorithms_rotate_team_test.test (503 ms)
55: [----------] 1 test from std_algorithms_rotate_team_test (503 ms total)
55: 
55: [----------] 1 test from std_algorithms_rotate_copy_team_test
55: [ RUN      ] std_algorithms_rotate_copy_team_test.test
55: [       OK ] std_algorithms_rotate_copy_team_test.test (519 ms)
55: [----------] 1 test from std_algorithms_rotate_copy_team_test (519 ms total)
55: 
55: [----------] Global test environment tear-down
55: [==========] 4 tests from 4 test suites ran. (1446 ms total)
55: [  PASSED  ] 4 tests.
55/65 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    1.74 sec
test 56
      Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

56: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
56: Test timeout computed to be: 1500
[ 71%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 71%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 71%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
56: [==========] Running 4 tests from 4 test suites.
56: [----------] Global test environment set-up.
56: [----------] 1 test from std_algorithms_move_team_test
56: [ RUN      ] std_algorithms_move_team_test.test
56: [       OK ] std_algorithms_move_team_test.test (365 ms)
56: [----------] 1 test from std_algorithms_move_team_test (365 ms total)
56: 
56: [----------] 1 test from std_algorithms_move_backward_team_test
56: [ RUN      ] std_algorithms_move_backward_team_test.test
56: [       OK ] std_algorithms_move_backward_team_test.test (294 ms)
56: [----------] 1 test from std_algorithms_move_backward_team_test (294 ms total)
56: 
56: [----------] 1 test from std_algorithms_shift_left_team_test
56: [ RUN      ] std_algorithms_shift_left_team_test.test
[ 71%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 71%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
56: [       OK ] std_algorithms_shift_left_team_test.test (1081 ms)
56: [----------] 1 test from std_algorithms_shift_left_team_test (1081 ms total)
56: 
56: [----------] 1 test from std_algorithms_shift_right_team_test
56: [ RUN      ] std_algorithms_shift_right_team_test.test
[ 71%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 71%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
56: [       OK ] std_algorithms_shift_right_team_test.test (1104 ms)
56: [----------] 1 test from std_algorithms_shift_right_team_test (1104 ms total)
56: 
56: [----------] Global test environment tear-down
56: [==========] 4 tests from 4 test suites ran. (2844 ms total)
56: [  PASSED  ] 4 tests.
56/65 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed    3.15 sec
test 57
      Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

57: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
57: Test timeout computed to be: 1500
[ 71%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
57: [==========] Running 9 tests from 9 test suites.
57: [----------] Global test environment set-up.
57: [----------] 1 test from std_algorithms_copy_team_test
57: [ RUN      ] std_algorithms_copy_team_test.test
57: [       OK ] std_algorithms_copy_team_test.test (441 ms)
57: [----------] 1 test from std_algorithms_copy_team_test (441 ms total)
57: 
57: [----------] 1 test from std_algorithms_copy_n_team_test
57: [ RUN      ] std_algorithms_copy_n_team_test.test
57: [       OK ] std_algorithms_copy_n_team_test.test (401 ms)
57: [----------] 1 test from std_algorithms_copy_n_team_test (402 ms total)
57: 
57: [----------] 1 test from std_algorithms_copy_backward_team_test
57: [ RUN      ] std_algorithms_copy_backward_team_test.test
57: [       OK ] std_algorithms_copy_backward_team_test.test (280 ms)
57: [----------] 1 test from std_algorithms_copy_backward_team_test (280 ms total)
57: 
57: [----------] 1 test from std_algorithms_copy_if_team_test
57: [ RUN      ] std_algorithms_copy_if_team_test.test
57: [       OK ] std_algorithms_copy_if_team_test.test (255 ms)
57: [----------] 1 test from std_algorithms_copy_if_team_test (255 ms total)
57: 
57: [----------] 1 test from std_algorithms_unique_copy_team_test
57: [ RUN      ] std_algorithms_unique_copy_team_test.test
57: [       OK ] std_algorithms_unique_copy_team_test.test (267 ms)
57: [----------] 1 test from std_algorithms_unique_copy_team_test (267 ms total)
57: 
57: [----------] 1 test from std_algorithms_remove_team_test
57: [ RUN      ] std_algorithms_remove_team_test.test
[ 72%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
57: [       OK ] std_algorithms_remove_team_test.test (277 ms)
57: [----------] 1 test from std_algorithms_remove_team_test (277 ms total)
57: 
57: [----------] 1 test from std_algorithms_remove_if_team_test
57: [ RUN      ] std_algorithms_remove_if_team_test.test
[ 72%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
57: [       OK ] std_algorithms_remove_if_team_test.test (265 ms)
57: [----------] 1 test from std_algorithms_remove_if_team_test (265 ms total)
57: 
57: [----------] 1 test from std_algorithms_remove_copy_team_test
57: [ RUN      ] std_algorithms_remove_copy_team_test.test
[ 72%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
57: [       OK ] std_algorithms_remove_copy_team_test.test (278 ms)
57: [----------] 1 test from std_algorithms_remove_copy_team_test (278 ms total)
57: 
57: [----------] 1 test from std_algorithms_remove_copy_if_team_test
57: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
57: [       OK ] std_algorithms_remove_copy_if_team_test.test (228 ms)
57: [----------] 1 test from std_algorithms_remove_copy_if_team_test (228 ms total)
57: 
57: [----------] Global test environment tear-down
57: [==========] 9 tests from 9 test suites ran. (2696 ms total)
57: [  PASSED  ] 9 tests.
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
57/65 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    3.00 sec
test 58
      Start 58: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

58: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
58: Test timeout computed to be: 1500
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
58: [==========] Running 4 tests from 4 test suites.
58: [----------] Global test environment set-up.
58: [----------] 1 test from std_algorithms_unique_team_test
58: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
[ 72%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
58: [       OK ] std_algorithms_unique_team_test.test_default_predicate (485 ms)
58: [----------] 1 test from std_algorithms_unique_team_test (485 ms total)
58: 
58: [----------] 1 test from std_algorithms_adjacent_difference_team_test
58: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
58: [       OK ] std_algorithms_adjacent_difference_team_test.test (551 ms)
58: [----------] 1 test from std_algorithms_adjacent_difference_team_test (551 ms total)
58: 
58: [----------] 1 test from std_algorithms_reduce_team_test
58: [ RUN      ] std_algorithms_reduce_team_test.test
[ 72%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 72%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
54: [       OK ] std_algorithms_inclusive_scan_team_test.test (12646 ms)
54: [----------] 1 test from std_algorithms_inclusive_scan_team_test (12646 ms total)
54: 
54: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
54: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
58: [       OK ] std_algorithms_reduce_team_test.test (434 ms)
58: [----------] 1 test from std_algorithms_reduce_team_test (434 ms total)
58: 
58: [----------] 1 test from std_algorithms_transform_reduce_team_test
58: [ RUN      ] std_algorithms_transform_reduce_team_test.test
[ 72%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 72%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 72%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
58: [       OK ] std_algorithms_transform_reduce_team_test.test (695 ms)
58: [----------] 1 test from std_algorithms_transform_reduce_team_test (695 ms total)
58: 
58: [----------] Global test environment tear-down
58: [==========] 4 tests from 4 test suites ran. (2167 ms total)
58: [  PASSED  ] 4 tests.
58/65 Test #58: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    2.50 sec
test 59
      Start 59: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

59: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
59: Test timeout computed to be: 1500
59: [==========] Running 18 tests from 5 test suites.
59: [----------] Global test environment set-up.
59: [----------] 2 tests from std_algorithms_is_sorted_team_test
59: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
59: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (400 ms)
59: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
59: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (364 ms)
59: [----------] 2 tests from std_algorithms_is_sorted_team_test (764 ms total)
59: 
59: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
59: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
59: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (22 ms)
59: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
59: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (25 ms)
59: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
59: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (294 ms)
59: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
59: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (319 ms)
59: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (662 ms total)
59: 
59: [----------] 4 tests from std_algorithms_is_partitioned_team_test
59: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
59: [       OK ] std_algorithms_is_partitioned_team_test.empty (11 ms)
59: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
59: [       OK ] std_algorithms_is_partitioned_team_test.all_true (159 ms)
59: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
59: [       OK ] std_algorithms_is_partitioned_team_test.all_false (161 ms)
59: [ RUN      ] std_algorithms_is_partitioned_team_test.random
59: [       OK ] std_algorithms_is_partitioned_team_test.random (152 ms)
59: [----------] 4 tests from std_algorithms_is_partitioned_team_test (485 ms total)
59: 
59: [----------] 4 tests from std_algorithms_partition_copy_team_test
59: [ RUN      ] std_algorithms_partition_copy_team_test.empty
[ 72%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
59: [       OK ] std_algorithms_partition_copy_team_test.empty (16 ms)
59: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
59: [       OK ] std_algorithms_partition_copy_team_test.all_true (435 ms)
59: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
59: [       OK ] std_algorithms_partition_copy_team_test.all_false (427 ms)
59: [ RUN      ] std_algorithms_partition_copy_team_test.random
59: [       OK ] std_algorithms_partition_copy_team_test.random (418 ms)
59: [----------] 4 tests from std_algorithms_partition_copy_team_test (1298 ms total)
59: 
59: [----------] 4 tests from std_algorithms_partition_point_team_test
59: [ RUN      ] std_algorithms_partition_point_team_test.empty
59: [       OK ] std_algorithms_partition_point_team_test.empty (12 ms)
59: [ RUN      ] std_algorithms_partition_point_team_test.all_true
59: [       OK ] std_algorithms_partition_point_team_test.all_true (159 ms)
59: [ RUN      ] std_algorithms_partition_point_team_test.all_false
59: [       OK ] std_algorithms_partition_point_team_test.all_false (161 ms)
59: [ RUN      ] std_algorithms_partition_point_team_test.random
59: [       OK ] std_algorithms_partition_point_team_test.random (148 ms)
59: [----------] 4 tests from std_algorithms_partition_point_team_test (482 ms total)
59: 
59: [----------] Global test environment tear-down
59: [==========] 18 tests from 5 test suites ran. (3693 ms total)
59: [  PASSED  ] 18 tests.
59/65 Test #59: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    4.02 sec
test 60
      Start 60: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

60: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
60: Test timeout computed to be: 1500
60: [==========] Running 5 tests from 4 test suites.
60: [----------] Global test environment set-up.
60: [----------] 2 tests from std_algorithms_transform_team_test
60: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
60: [       OK ] std_algorithms_transform_team_test.test_unary_op (754 ms)
60: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
60: [       OK ] std_algorithms_transform_team_test.test_binary_op (584 ms)
60: [----------] 2 tests from std_algorithms_transform_team_test (1339 ms total)
60: 
60: [----------] 1 test from std_algorithms_generate_team_test
60: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
[ 72%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 72%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
60: [       OK ] std_algorithms_generate_team_test.test_unary_op (1297 ms)
60: [----------] 1 test from std_algorithms_generate_team_test (1297 ms total)
60: 
60: [----------] 1 test from std_algorithms_generate_n_team_test
60: [ RUN      ] std_algorithms_generate_n_team_test.test
60: [       OK ] std_algorithms_generate_n_team_test.test (409 ms)
60: [----------] 1 test from std_algorithms_generate_n_team_test (409 ms total)
60: 
60: [----------] 1 test from std_algorithms_swap_ranges_team_test
60: [ RUN      ] std_algorithms_swap_ranges_team_test.test
60: [       OK ] std_algorithms_swap_ranges_team_test.test (622 ms)
60: [----------] 1 test from std_algorithms_swap_ranges_team_test (622 ms total)
60: 
60: [----------] Global test environment tear-down
60: [==========] 5 tests from 4 test suites ran. (3669 ms total)
60: [  PASSED  ] 5 tests.
60/65 Test #60: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    4.01 sec
test 61
      Start 61: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

61: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
61: Test timeout computed to be: 1500
61: [==========] Running 2 tests from 2 test suites.
61: [----------] Global test environment set-up.
61: [----------] 1 test from std_algorithms_exclusive_scan_team_test
61: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
[ 72%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 72%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
54: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (8561 ms)
54: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (8561 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 2 tests from 2 test suites ran. (21208 ms total)
54: [  PASSED  ] 2 tests.
54/56 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed   21.54 sec
test 55
      Start 55: Kokkos_PerformanceTest_InclusiveScan

55: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-09-11_T05-53-36.json"
55: Test timeout computed to be: 1500
55: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
55:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
55:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
55:   For unit testing set OMP_PROC_BIND=false
55: 
55: 2025-09-11T06:47:06+00:00
55: Running /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan
55: Run on (15 X 3250 MHz CPU s)
55: CPU Caches:
55:   L1 Data 64 KiB (x15)
55:   L1 Instruction 64 KiB (x15)
55:   L2 Unified 512 KiB (x15)
55:   L3 Unified 16384 KiB (x15)
55: Load Average: 3.58, 4.41, 6.38
55: CPU architecture: none
55: Can access system allocated memory: 0
55: Capability: 8.0
55: Default Device: Cuda
55: GPU architecture: AMPERE80
55: KOKKOS_COMPILER_GNU: 1330
55: KOKKOS_COMPILER_NVCC: 1300
55: KOKKOS_ENABLE_ASM: yes
55: KOKKOS_ENABLE_CUDA: yes
55: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
55: KOKKOS_ENABLE_CUDA_UVM: no
55: KOKKOS_ENABLE_CXX20: yes
55: KOKKOS_ENABLE_CXX23: no
55: KOKKOS_ENABLE_CXX26: no
55: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes
55: KOKKOS_ENABLE_HWLOC: no
55: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes
55: KOKKOS_ENABLE_LIBDL: no
55: KOKKOS_ENABLE_OPENMP: yes
55: KOKKOS_ENABLE_PRAGMA_IVDEP: no
55: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
55: KOKKOS_ENABLE_PRAGMA_UNROLL: no
55: KOKKOS_ENABLE_PRAGMA_VECTOR: no
55: Kokkos: OpenMP thread_pool_topology[ 1 x 15 x 1 ]
55: Kokkos Version: 4.7.99
55: Kokkos::Cuda[ 0 ] NVIDIA A30: Selected
55: Shared Memory per Block: 48 KiB
55: Total Global Memory: 23.6 GiB
55: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
55: macro  CUDA_VERSION: 13000 = version 13.0
55: macro  KOKKOS_ENABLE_CUDA: defined
55: mdspan: disabled
55: mdspan version: not applicable
55: platform: 64bit
55: via Address Translation Service: 0
55: ***WARNING*** Library was built as DEBUG. Timings may be affected.
61: [       OK ] std_algorithms_exclusive_scan_team_test.test (1061 ms)
61: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1061 ms total)
61: 
61: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
61: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
61: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (501 ms)
61: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (501 ms total)
61: 
61: [----------] Global test environment tear-down
61: [==========] 2 tests from 2 test suites ran. (1563 ms total)
61: [  PASSED  ] 2 tests.
61/65 Test #61: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    1.88 sec
test 62
      Start 62: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

62: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
62: Test timeout computed to be: 1500
62: [==========] Running 2 tests from 2 test suites.
62: [----------] Global test environment set-up.
62: [----------] 1 test from std_algorithms_inclusive_scan_team_test
62: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
62: [       OK ] std_algorithms_inclusive_scan_team_test.test (1564 ms)
62: [----------] 1 test from std_algorithms_inclusive_scan_team_test (1564 ms total)
62: 
62: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
62: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
[ 72%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 72%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 72%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
62: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (1033 ms)
62: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1033 ms total)
62: 
62: [----------] Global test environment tear-down
62: [==========] 2 tests from 2 test suites ran. (2598 ms total)
62: [  PASSED  ] 2 tests.
62/65 Test #62: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    2.92 sec
test 63
      Start 63: Kokkos_PerformanceTest_InclusiveScan

63: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-09-11_T05-53-52.json"
63: Test timeout computed to be: 1500
[ 72%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
63: 
63: Available devices: 
63: 2025-09-11T06:47:12+00:00
63: Running /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan
63: Run on (15 X 3250 MHz CPU s)
63: CPU Caches:
63:   L1 Data 64 KiB (x15)
63:   L1 Instruction 64 KiB (x15)
63:   L2 Unified 512 KiB (x15)
63:   L3 Unified 16384 KiB (x15)
63: Load Average: 1.08, 1.77, 4.15
63: Address Bits: 64
63: CPU architecture: none
63: Default Device: SYCL
63: Driver Version: CUDA 12.9
63: Error Correction Support: 1
63: GIT_BRANCH: HEAD
63: GIT_CLEAN_STATUS: CLEAN
63: GIT_COMMIT_DATE: 2025-09-11T01:52:44-04:00
63: GIT_COMMIT_DESCRIPTION: Merge commit '7b74f54bf504bcfbc81ae919f8394feca825c86b' into HEAD
63: GIT_COMMIT_HASH: bbd6eb4b4
63: GPU architecture: AMPERE80
63: Global Cache Mem Line Size: 128
63: Global Mem Cache Size: 25165824
63: Global Mem Size: 25339101184
63: Image Max Buffer Size: 32768
63: Image2d Max Height: 65536
63: Image2d Max Width: 131072
63: Image3d Max Depth: 16384
63: Image3d Max Height: 16384
63: Image3d Max Width: 16384
63: Is Accelerator: 0
63: Is Available: 1
63: Is CPU: 0
63: Is GPU: 1
63: KOKKOS_COMPILER_INTEL_LLVM: 20250004
63: KOKKOS_ENABLE_ASM: yes
63: KOKKOS_ENABLE_CXX20: yes
63: KOKKOS_ENABLE_CXX23: no
63: KOKKOS_ENABLE_CXX26: no
63: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
63: KOKKOS_ENABLE_HWLOC: no
63: KOKKOS_ENABLE_LIBDL: yes
63: KOKKOS_ENABLE_PRAGMA_IVDEP: yes
63: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: yes
63: KOKKOS_ENABLE_PRAGMA_UNROLL: yes
63: KOKKOS_ENABLE_PRAGMA_VECTOR: yes
63: KOKKOS_ENABLE_SERIAL: yes
63: Kokkos Version: 4.7.99
63: Local Mem Size: 166912
63: Max Compute Units: 56
63: Max Mem Alloc Size: 25339101184
63: Max Parameter Size: 4000
63: Max Read Image Args: 128
63: Max Samplers: 128
63: Max Work Group Size: 1024
63: Max Work Item Dimensions: 3
63: Mem Base Addr Align: 4096
63: Name: NVIDIA A30
63: Native Vector Width Char: 1
63: Native Vector Width Double: 1
63: Native Vector Width Float: 1
63: Native Vector Width Half: 0
63: Native Vector Width Int: 1
63: Native Vector Width Long: 1
63: Native Vector Width Short: 1
63: Partition Max Sub Devices: 0
63: Preferred Vector Width Char: 1
63: Preferred Vector Width Double: 1
63: Preferred Vector Width Float: 1
63: Preferred Vector Width Half: 0
63: Preferred Vector Width Int: 1
63: Preferred Vector Width Long: 1
63: Preferred Vector Width Short: 1
63: Profiling Timer Resolution: 1000
63: Reference Count: 1
63: Vendor: NVIDIA Corporation
63: Vendor Id: 4318
63: Version: 8.0
63: [ext_oneapi_cuda]:gpu:0] NVIDIA A30: Selected
63: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
63: macro  KOKKOS_ENABLE_ONEDPL: defined
63: macro  KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined
63: macro  KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined
63: macro  KOKKOS_IMPL_SYCL_GRAPH_SUPPORT: defined
63: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined
63: macro  SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: defined
63: macro  SYCL_EXT_ONEAPI_BFLOAT16: undefined
63: macro  SYCL_EXT_ONEAPI_DEVICE_GLOBAL: defined
63: mdspan: enabled
63: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
63: platform: 64bit
63: ----------------------------------------------------------------------------------------------------------------------------------------------
63: Benchmark                                                                   Time             CPU   Iterations  FOM: GB/s         MB     Passed
63: ----------------------------------------------------------------------------------------------------------------------------------------------
63: BM_inclusive_scan<std::uint64_t>/100000000/manual_time                  0.008 s         0.008 s            72  195.726/s       1.6k          1
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
63: BM_inclusive_scan<std::int64_t>/100000000/manual_time                   0.008 s         0.008 s            85  195.514/s       1.6k          1
[ 72%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
63: BM_inclusive_scan<double>/100000000/manual_time                         0.008 s         0.008 s            86  196.749/s       1.6k          1
63: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time      0.012 s         0.012 s            57  129.992/s       1.6k          1
[ 72%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 72%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 72%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 72%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
63: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time       0.012 s         0.012 s            57  129.994/s       1.6k          1
[ 72%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 72%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 73%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
63: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time             0.012 s         0.012 s            57  130.568/s       1.6k          1
[ 73%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 73%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 73%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 73%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 73%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
63: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time      0.012 s         0.012 s            59  134.469/s       1.6k          1
[ 73%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 73%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
63: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time       0.012 s         0.012 s            59  134.472/s       1.6k          1
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
63: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time             0.012 s         0.012 s            58  132.588/s       1.6k          1
63/65 Test #63: Kokkos_PerformanceTest_InclusiveScan .......................   Passed   15.26 sec
test 64
      Start 64: Kokkos_UnitTest_SIMD

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

65: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/example/relocatable_function/Kokkos_example_relocatable_function
65: Test timeout computed to be: 1500
65: 1.000000e+01 1.477963e-03s (relocatable) vs. 1.633920e-04s (inline)
65: 1.000000e+02 1.903000e-05s (relocatable) vs. 1.295000e-05s (inline)
65: 1.000000e+03 2.019000e-05s (relocatable) vs. 1.360100e-05s (inline)
65: 1.000000e+04 1.651000e-05s (relocatable) vs. 1.516000e-05s (inline)
65: 1.000000e+05 3.842100e-05s (relocatable) vs. 1.732000e-05s (inline)
65: 1.000000e+06 1.991000e-05s (relocatable) vs. 1.827100e-05s (inline)
65: 1.000000e+07 3.134000e-05s (relocatable) vs. 3.137000e-05s (inline)
65: 1.000000e+08 1.323830e-04s (relocatable) vs. 1.321320e-04s (inline)
65/65 Test #65: Kokkos_Example_RelocatableFunction .........................   Passed    0.25 sec

100% tests passed, 0 tests failed out of 65

Label Time Summary:
Kokkos    = 258.67 sec*proc (56 tests)

Total Test time (real) = 631.82 sec
Post stage
[Pipeline] sh
+ ccache --show-stats
Summary:
  Hits:              23 /  825 (2.79 %)
    Direct:          23 /  825 (2.79 %)
    Preprocessed:     0 /  802 (0.00 %)
  Misses:           802
    Direct:         802
    Preprocessed:   802
Primary storage:
  Hits:              46 / 1650 (2.79 %)
  Misses:          1604
  Cache size (GB): 4.32 / 5.00 (86.39 %)

Use the -v/--verbose option for more details.
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
$ docker stop --time=1 22650c1073db35dba09d8c491ae6b648edea13cf2771fa1f80f6ea3766858476
INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-8428' for the testing framework 'CTest-Version 3.x (default)'.
55: ----------------------------------------------------------------------------------------------------------------------------------------------
55: Benchmark                                                                   Time             CPU   Iterations  FOM: GB/s         MB     Passed
55: ----------------------------------------------------------------------------------------------------------------------------------------------
55: BM_inclusive_scan<std::uint64_t>/100000000/manual_time                  0.002 s         0.002 s           328  774.214/s       1.6k          1
$ docker rm -f --volumes 22650c1073db35dba09d8c491ae6b648edea13cf2771fa1f80f6ea3766858476
[ 73%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 73%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 73%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP
[ 73%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 73%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 73%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 73%] Built target Kokkos_CoreUnitTest_OpenMP
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 73%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 73%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 73%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 73%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 73%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 73%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o
[ 73%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o
[ 74%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o
55: BM_inclusive_scan<std::int64_t>/100000000/manual_time                   0.002 s         0.002 s           328  775.336/s       1.6k          1
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 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_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 75%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o
[ 75%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 75%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o
[ 75%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 75%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 75%] 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_D.dir/TestStdAlgorithmsCommon.cpp.o
55: BM_inclusive_scan<double>/100000000/manual_time                         0.002 s         0.002 s           310   742.09/s       1.6k          1
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
55: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time      0.002 s         0.002 s           277    680.2/s       1.6k          1
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 75%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o
[ 75%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
55: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time       0.002 s         0.002 s           287  691.995/s       1.6k          1
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
55: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time             0.002 s         0.002 s           275  695.666/s       1.6k          1
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o
[ 76%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o
[ 76%] Built target Kokkos_ContainersPerformanceTest_Cuda
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_Ctors.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_LayoutMember.cpp.o
[ 77%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP
[ 77%] Built target Kokkos_ContainersPerformanceTest_OpenMP
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_TeamScratch.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
55: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time      0.002 s         0.002 s           281  687.374/s       1.6k          1
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
55: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time       0.002 s         0.002 s           275  679.507/s       1.6k          1
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_ViewCustomization.cpp.o
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o
55: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time             0.002 s         0.002 s           272   693.65/s       1.6k          1
55/56 Test #55: Kokkos_PerformanceTest_InclusiveScan .......................   Passed  191.91 sec
test 56
      Start 56: Kokkos_UnitTest_SIMD

56: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/simd/unit_tests/Kokkos_UnitTest_SIMD
56: Test timeout computed to be: 1500
56: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
56:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
56:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
56:   For unit testing set OMP_PROC_BIND=false
56: 
56: [==========] Running 18 tests from 1 test suite.
56: [----------] Global test environment set-up.
56: [----------] 18 tests from simd
56: [ RUN      ] simd.host_math_ops
56: [       OK ] simd.host_math_ops (3 ms)
56: [ RUN      ] simd.device_math_ops
56: [       OK ] simd.device_math_ops (9 ms)
56: [ RUN      ] simd.host_mask_ops
56: [       OK ] simd.host_mask_ops (0 ms)
56: [ RUN      ] simd.device_mask_ops
56: [       OK ] simd.device_mask_ops (0 ms)
56: [ RUN      ] simd.host_conversions
56: [       OK ] simd.host_conversions (0 ms)
56: [ RUN      ] simd.device_conversions
56: [       OK ] simd.device_conversions (0 ms)
56: [ RUN      ] simd.host_shift_ops
56: [       OK ] simd.host_shift_ops (1 ms)
56: [ RUN      ] simd.device_shift_ops
56: [       OK ] simd.device_shift_ops (0 ms)
56: [ RUN      ] simd.host_condition
56: [       OK ] simd.host_condition (0 ms)
56: [ RUN      ] simd.device_condition
56: [       OK ] simd.device_condition (0 ms)
56: [ RUN      ] simd.host_gen_ctors
56: [       OK ] simd.host_gen_ctors (0 ms)
56: [ RUN      ] simd.device_gen_ctors
56: [       OK ] simd.device_gen_ctors (0 ms)
56: [ RUN      ] simd.host_where_expressions
56: [       OK ] simd.host_where_expressions (0 ms)
56: [ RUN      ] simd.device_where_expressions
56: [       OK ] simd.device_where_expressions (0 ms)
56: [ RUN      ] simd.host_reductions
56: [       OK ] simd.host_reductions (1 ms)
56: [ RUN      ] simd.device_reductions
56: [       OK ] simd.device_reductions (0 ms)
56: [ RUN      ] simd.host_construction
56: [       OK ] simd.host_construction (0 ms)
56: [ RUN      ] simd.device_construction
56: [       OK ] simd.device_construction (0 ms)
56: [----------] 18 tests from simd (17 ms total)
56: 
56: [----------] Global test environment tear-down
56: [==========] 18 tests from 1 test suite ran. (18 ms total)
56: [  PASSED  ] 18 tests.
56/56 Test #56: Kokkos_UnitTest_SIMD .......................................   Passed    0.27 sec

100% tests passed, 0 tests failed out of 56

Label Time Summary:
Kokkos    = 1404.14 sec*proc (49 tests)

Total Test time (real) = 1956.90 sec
+ cd ../example/build_cmake_in_tree
+ rm -rf build
+ mkdir -p build
+ cd build
+ cmake -DCMAKE_CXX_STANDARD=20 ..
-- The CXX compiler identification is GNU 13.3.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Setting default Kokkos CXX standard to 20
-- Kokkos version: 4.7.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.
-- Using -std=gnu++20 for C++20 extensions as feature
-- Built-in Execution Spaces:
--     Device Parallel: NoTypeDefined
--     Host Parallel: NoTypeDefined
--       Host Serial: SERIAL
-- 
-- Architectures:
-- Found TPLLIBDL: /usr/include/  
-- Using bundled desul_atomics copy (desul/desul@fd8da8299519d7ecde91a1c11a3ac8469ce29cac)
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success
-- Experimental mdspan support is enabled
-- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931)
-- Kokkos Backends: SERIAL
-- Configuring done
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8428/example/build_cmake_in_tree/build
+ make -j8
[  3%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[  7%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[ 11%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[ 14%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[ 25%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[ 25%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[ 25%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[ 25%] Built target AlwaysCheckGit
[ 29%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[ 33%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[ 37%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[ 40%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[ 44%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[ 48%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[ 51%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[ 55%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[ 59%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[ 62%] Building CXX object kokkos/CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[ 66%] Linking CXX static library libimpl_git_version.a
[ 66%] Built target impl_git_version
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 70%] Linking CXX static library libkokkoscore.a
[ 70%] Built target kokkoscore
[ 74%] Building CXX object kokkos/simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[ 81%] Building CXX object kokkos/containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[ 81%] Building CXX object kokkos/algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o
[ 85%] Linking CXX static library libkokkossimd.a
[ 88%] Linking CXX static library libkokkosalgorithms.a
[ 88%] Built target kokkossimd
[ 88%] Built target kokkosalgorithms
[ 92%] Linking CXX static library libkokkoscontainers.a
[ 92%] Built target kokkoscontainers
[ 96%] Building CXX object CMakeFiles/example.dir/cmake_example.cpp.o
[100%] Linking CXX executable example
[100%] Built target example
+ ctest --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/example/build_cmake_in_tree/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/example/build_cmake_in_tree/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-8428/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-8428/example/build_cmake_in_tree/build/example "10"
1: Test timeout computed to be: 10000000
1: Host Serial Execution Space:
1:   KOKKOS_ENABLE_SERIAL: yes
1: 
1: Serial Runtime Configuration:
1: Number of even integers from 0 to 9
1:   Parallel: 5      0.000015
1: Sequential: 5      0.000000
1/1 Test #1: KokkosInTree_Verify ..............   Passed    0.00 sec

100% tests passed, 0 tests failed out of 1

Total Test time (real) =   0.01 sec
Post stage
[Pipeline] sh
+ ccache --show-stats
Cacheable calls:   784 / 784 (100.0%)
  Hits:            170 / 784 (21.68%)
    Direct:        169 / 170 (99.41%)
    Preprocessed:    1 / 170 ( 0.59%)
  Misses:          614 / 784 (78.32%)
Local storage:
  Cache size (GB): 5.0 / 5.0 (99.98%)
  Cleanups:        150
  Hits:            170 / 784 (21.68%)
  Misses:          614 / 784 (78.32%)
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
$ docker stop --time=1 9aa6e310a80783daee97e9f06f45b2e3619572f2c5b8522c8ed040918325174d
INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-8428' for the testing framework 'CTest-Version 3.x (default)'.
$ docker rm -f --volumes 9aa6e310a80783daee97e9f06f45b2e3619572f2c5b8522c8ed040918325174d
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o
[ 78%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 78%] Built target Kokkos_ContainersTestCompileOnly
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 78%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o
[ 78%] Linking CXX executable Kokkos_UnitTest_Random
[ 78%] Built target Kokkos_ContainersUnitTest_OpenMP
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 78%] Built target Kokkos_UnitTest_Random
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.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_Q.dir/UnitTestMain.cpp.o
[ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o
[ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 93%] 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/TestStdAlgorithmsCommon.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.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_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_Ctors.cpp.o
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_LayoutMember.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 95%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_TeamScratch.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 81%] Linking CXX executable Kokkos_UnitTest_Sort
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 81%] Built target Kokkos_UnitTest_Sort
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_ViewCustomization.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 96%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 96%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 96%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o
[ 96%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 96%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 96%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 96%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 96%] Linking CXX executable Kokkos_atomic
[ 96%] Built target Kokkos_atomic
[ 96%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 97%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan
[ 97%] Linking CXX executable Kokkos_gups
[ 97%] Built target Kokkos_PerformanceTest_InclusiveScan
[ 97%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 97%] Built target Kokkos_gups
[ 97%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
[ 83%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o
[ 97%] Linking CXX executable Kokkos_gather
[ 97%] Built target Kokkos_gather
[ 97%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 98%] Linking CXX executable Kokkos_launch_latency
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 98%] Built target Kokkos_launch_latency
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 99%] Linking CXX executable Kokkos_stream
[ 99%] Linking CXX executable Kokkos_view_copy_constructor
[ 99%] Built target Kokkos_view_copy_constructor
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[ 99%] Built target Kokkos_stream
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 83%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 99%] Linking CXX executable Kokkos_policy_performance
[ 99%] Built target Kokkos_policy_performance
[ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[ 99%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 99%] Built target Kokkos_UnitTest_SIMD
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[100%] Linking CXX executable Kokkos_bytes_and_flops
[100%] Built target Kokkos_bytes_and_flops
+ ctest --no-compress-output -T Test --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
   Site: 79ef8f091e90
   Build name: Linux-clang++-15
Create new tag: 20250911-0659 - Experimental
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-8428/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_Serial_ViewSupport

1: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport
1: Test timeout computed to be: 1500
1: [==========] Running 21 tests from 1 test suite.
1: [----------] Global test environment set-up.
1: [----------] 21 tests from serial
1: [ RUN      ] serial.basic_view_default_ctor
1: [       OK ] serial.basic_view_default_ctor (0 ms)
1: [ RUN      ] serial.basic_view_extents_ctor
1: [       OK ] serial.basic_view_extents_ctor (0 ms)
1: [ RUN      ] serial.basic_view_mapping_ctor_right
1: [       OK ] serial.basic_view_mapping_ctor_right (0 ms)
1: [ RUN      ] serial.basic_view_access
1: [       OK ] serial.basic_view_access (0 ms)
1: [ RUN      ] serial.basic_view_atomic_accessor
1: [       OK ] serial.basic_view_atomic_accessor (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Typedefs
1: [       OK ] serial.RefCountedAcc_Typedefs (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Ctors
1: [       OK ] serial.RefCountedAcc_Ctors (0 ms)
1: [ RUN      ] serial.RefCountedAcc_ConversionToDefaultAcc
1: [       OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Access
1: [       OK ] serial.RefCountedAcc_Access (0 ms)
1: [ RUN      ] serial.RefCountedAcc_Conversion
1: [       OK ] serial.RefCountedAcc_Conversion (0 ms)
1: [ RUN      ] serial.RefCountedDataHandle_Typedefs
1: [       OK ] serial.RefCountedDataHandle_Typedefs (0 ms)
1: [ RUN      ] serial.RefCountedDataHandle
1: [       OK ] serial.RefCountedDataHandle (0 ms)
1: [ RUN      ] serial.RefCountedDataHandleAnonym
1: [       OK ] serial.RefCountedDataHandleAnonym (0 ms)
1: [ RUN      ] serial.RefCountedDataHandleConversion
1: [       OK ] serial.RefCountedDataHandleConversion (0 ms)
1: [ RUN      ] serial.view_customization_accessor_arg
1: [       OK ] serial.view_customization_accessor_arg (0 ms)
1: [ RUN      ] serial.view_customization_allocation_type
1: [       OK ] serial.view_customization_allocation_type (0 ms)
1: [ RUN      ] serial.view_customization_mirror
1: [       OK ] serial.view_customization_mirror (0 ms)
1: [ RUN      ] serial.view_customization_deep_copy
1: [       OK ] serial.view_customization_deep_copy (0 ms)
1: [ RUN      ] serial.view_customization_deep_copy_single_element_view
1: [       OK ] serial.view_customization_deep_copy_single_element_view (0 ms)
1: [ RUN      ] serial.view_customization_accessor_from_mapping
1: [       OK ] serial.view_customization_accessor_from_mapping (0 ms)
1: [ RUN      ] serial.view_customization_extra_int_arg
1: [       OK ] serial.view_customization_extra_int_arg (0 ms)
1: [----------] 21 tests from serial (1 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 21 tests from 1 test suite ran. (1 ms total)
1: [  PASSED  ] 21 tests.
 1/66 Test  #1: Kokkos_CoreUnitTest_Serial_ViewSupport .....................   Passed    0.24 sec
test 2
      Start  2: Kokkos_CoreUnitTest_Cuda_ViewSupport

2: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Cuda_ViewSupport
2: Test timeout computed to be: 1500
2: [==========] Running 21 tests from 1 test suite.
2: [----------] Global test environment set-up.
2: [----------] 21 tests from cuda
2: [ RUN      ] cuda.basic_view_default_ctor
2: [       OK ] cuda.basic_view_default_ctor (0 ms)
2: [ RUN      ] cuda.basic_view_extents_ctor
2: [       OK ] cuda.basic_view_extents_ctor (0 ms)
2: [ RUN      ] cuda.basic_view_mapping_ctor_right
2: [       OK ] cuda.basic_view_mapping_ctor_right (0 ms)
2: [ RUN      ] cuda.basic_view_access
2: [       OK ] cuda.basic_view_access (0 ms)
2: [ RUN      ] cuda.basic_view_atomic_accessor
2: [       OK ] cuda.basic_view_atomic_accessor (0 ms)
2: [ RUN      ] cuda.RefCountedAcc_Typedefs
2: [       OK ] cuda.RefCountedAcc_Typedefs (0 ms)
2: [ RUN      ] cuda.RefCountedAcc_Ctors
2: [       OK ] cuda.RefCountedAcc_Ctors (0 ms)
2: [ RUN      ] cuda.RefCountedAcc_ConversionToDefaultAcc
2: [       OK ] cuda.RefCountedAcc_ConversionToDefaultAcc (0 ms)
2: [ RUN      ] cuda.RefCountedAcc_Access
2: [       OK ] cuda.RefCountedAcc_Access (0 ms)
2: [ RUN      ] cuda.RefCountedAcc_Conversion
2: [       OK ] cuda.RefCountedAcc_Conversion (0 ms)
2: [ RUN      ] cuda.RefCountedDataHandle_Typedefs
2: [       OK ] cuda.RefCountedDataHandle_Typedefs (0 ms)
2: [ RUN      ] cuda.RefCountedDataHandle
2: [       OK ] cuda.RefCountedDataHandle (0 ms)
2: [ RUN      ] cuda.RefCountedDataHandleAnonym
2: [       OK ] cuda.RefCountedDataHandleAnonym (0 ms)
2: [ RUN      ] cuda.RefCountedDataHandleConversion
2: [       OK ] cuda.RefCountedDataHandleConversion (0 ms)
2: [ RUN      ] cuda.view_customization_accessor_arg
2: [       OK ] cuda.view_customization_accessor_arg (0 ms)
2: [ RUN      ] cuda.view_customization_allocation_type
2: [       OK ] cuda.view_customization_allocation_type (1 ms)
2: [ RUN      ] cuda.view_customization_mirror
2: [       OK ] cuda.view_customization_mirror (0 ms)
2: [ RUN      ] cuda.view_customization_deep_copy
2: [       OK ] cuda.view_customization_deep_copy (0 ms)
2: [ RUN      ] cuda.view_customization_deep_copy_single_element_view
2: [       OK ] cuda.view_customization_deep_copy_single_element_view (0 ms)
2: [ RUN      ] cuda.view_customization_accessor_from_mapping
2: [       OK ] cuda.view_customization_accessor_from_mapping (0 ms)
2: [ RUN      ] cuda.view_customization_extra_int_arg
2: [       OK ] cuda.view_customization_extra_int_arg (0 ms)
2: [----------] 21 tests from cuda (6 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 21 tests from 1 test suite ran. (6 ms total)
2: [  PASSED  ] 21 tests.
 2/66 Test  #2: Kokkos_CoreUnitTest_Cuda_ViewSupport .......................   Passed    0.24 sec
test 3
      Start  3: Kokkos_CoreUnitTest_Serial1

3: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Serial1
3: Test timeout computed to be: 1500
3: [==========] Running 253 tests from 4 test suites.
3: [----------] Global test environment set-up.
3: [----------] 11 tests from serial_DeathTest
3: [ RUN      ] serial_DeathTest.abort_from_host
3: [       OK ] serial_DeathTest.abort_from_host (325 ms)
3: [ RUN      ] serial_DeathTest.abort_from_device
3: [       OK ] serial_DeathTest.abort_from_device (383 ms)
3: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
3: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (333 ms)
3: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
3: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (316 ms)
3: [ RUN      ] serial_DeathTest.policy_invalid_bounds
3: [       OK ] serial_DeathTest.policy_invalid_bounds (12 ms)
3: [ RUN      ] serial_DeathTest.range_policy_invalid_bounds
3: [       OK ] serial_DeathTest.range_policy_invalid_bounds (45 ms)
3: [ RUN      ] serial_DeathTest.range_policy_round_trip_conversion_fires
3: [       OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (70 ms)
3: [ RUN      ] serial_DeathTest.range_policy_check_sign_changes
3: [       OK ] serial_DeathTest.range_policy_check_sign_changes (112 ms)
3: [ RUN      ] serial_DeathTest.range_policy_implicitly_converted_bounds
3: [       OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (48 ms)
3: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:93: Skipped
3: skipping since no memory access violation would occur
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms)
3: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:108: Skipped
3: skipping since no memory access violation would occur
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
3: [----------] 11 tests from serial_DeathTest (1649 ms total)
3: 
3: [----------] 1 test from serial_graph_DeathTest
3: [ RUN      ] serial_graph_DeathTest.can_instantiate_only_once
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:181: Skipped
3: Preconditions are not checked.
3: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms)
3: [----------] 1 test from serial_graph_DeathTest (0 ms total)
3: 
3: [----------] 224 tests from serial
3: [ RUN      ] serial.array_capacity
3: [       OK ] serial.array_capacity (0 ms)
3: [ RUN      ] serial.array_element_access
3: [       OK ] serial.array_element_access (0 ms)
3: [ RUN      ] serial.array_operator_equal
3: [       OK ] serial.array_operator_equal (0 ms)
3: [ RUN      ] serial.array_zero_capacity
3: [       OK ] serial.array_zero_capacity (0 ms)
3: [ RUN      ] serial.array_zero_data_nullptr
3: [       OK ] serial.array_zero_data_nullptr (0 ms)
3: [ RUN      ] serial.array_contiguous_capacity
3: [       OK ] serial.array_contiguous_capacity (0 ms)
3: [ RUN      ] serial.array_contiguous_element_access
3: [       OK ] serial.array_contiguous_element_access (0 ms)
3: [ RUN      ] serial.array_contiguous_assignment
3: [       OK ] serial.array_contiguous_assignment (0 ms)
3: [ RUN      ] serial.array_strided_capacity
3: [       OK ] serial.array_strided_capacity (0 ms)
3: [ RUN      ] serial.array_strided_element_access
3: [       OK ] serial.array_strided_element_access (0 ms)
3: [ RUN      ] serial.array_strided_assignment
3: [       OK ] serial.array_strided_assignment (0 ms)
3: [ RUN      ] serial.atomic_operations_complexdouble
3: [       OK ] serial.atomic_operations_complexdouble (0 ms)
3: [ RUN      ] serial.atomic_operations_complexfloat
3: [       OK ] serial.atomic_operations_complexfloat (0 ms)
3: [ RUN      ] serial.atomic_operations_double
3: [       OK ] serial.atomic_operations_double (0 ms)
3: [ RUN      ] serial.atomic_operations_float
3: [       OK ] serial.atomic_operations_float (0 ms)
3: [ RUN      ] serial.atomic_operations_int8
3: [       OK ] serial.atomic_operations_int8 (1 ms)
3: [ RUN      ] serial.atomic_operations_int16
3: [       OK ] serial.atomic_operations_int16 (1 ms)
3: [ RUN      ] serial.atomic_operations_int
3: [       OK ] serial.atomic_operations_int (1 ms)
3: [ RUN      ] serial.atomic_operations_long
3: [       OK ] serial.atomic_operations_long (1 ms)
3: [ RUN      ] serial.atomic_operations_longlong
3: [       OK ] serial.atomic_operations_longlong (1 ms)
3: [ RUN      ] serial.atomic_shared
3: [       OK ] serial.atomic_shared (0 ms)
3: [ RUN      ] serial.atomic_operations_unsigned
3: [       OK ] serial.atomic_operations_unsigned (0 ms)
3: [ RUN      ] serial.atomic_operations_unsignedlong
3: [       OK ] serial.atomic_operations_unsignedlong (0 ms)
3: [ RUN      ] serial.atomics
3: [       OK ] serial.atomics (2 ms)
3: [ RUN      ] serial.atomics_tpetra_max_abs
3: [       OK ] serial.atomics_tpetra_max_abs (0 ms)
3: [ RUN      ] serial.atomic_views_integral
3: [       OK ] serial.atomic_views_integral (72 ms)
3: [ RUN      ] serial.atomic_views_nonintegral
3: [       OK ] serial.atomic_views_nonintegral (43 ms)
3: [ RUN      ] serial.atomic_view_api
3: [       OK ] serial.atomic_view_api (0 ms)
3: [ RUN      ] serial.bit_manip_countl_zero
3: [       OK ] serial.bit_manip_countl_zero (0 ms)
3: [ RUN      ] serial.bit_manip_countl_one
3: [       OK ] serial.bit_manip_countl_one (0 ms)
3: [ RUN      ] serial.bit_manip_countr_zero
3: [       OK ] serial.bit_manip_countr_zero (0 ms)
3: [ RUN      ] serial.bit_manip_countr_one
3: [       OK ] serial.bit_manip_countr_one (0 ms)
3: [ RUN      ] serial.bit_manip_popcount
3: [       OK ] serial.bit_manip_popcount (0 ms)
3: [ RUN      ] serial.bit_manip_has_single_bit
3: [       OK ] serial.bit_manip_has_single_bit (0 ms)
3: [ RUN      ] serial.bit_manip_bit_floor
3: [       OK ] serial.bit_manip_bit_floor (0 ms)
3: [ RUN      ] serial.bit_manip_bit_ceil
3: [       OK ] serial.bit_manip_bit_ceil (0 ms)
3: [ RUN      ] serial.bit_manip_bit_width
3: [       OK ] serial.bit_manip_bit_width (0 ms)
3: [ RUN      ] serial.bit_manip_rotl
3: [       OK ] serial.bit_manip_rotl (0 ms)
3: [ RUN      ] serial.bit_manip_rotr
3: [       OK ] serial.bit_manip_rotr (0 ms)
3: [ RUN      ] serial.bit_manip_byeswap
3: [       OK ] serial.bit_manip_byeswap (0 ms)
3: [ RUN      ] serial.bit_manip_bit_cast
3: [       OK ] serial.bit_manip_bit_cast (0 ms)
3: [ RUN      ] serial.test_block_deduction_bug_pr_3103
3: [       OK ] serial.test_block_deduction_bug_pr_3103 (0 ms)
3: [ RUN      ] serial.checked_integer_operations_multiply_overflow
3: [       OK ] serial.checked_integer_operations_multiply_overflow (0 ms)
3: [ RUN      ] serial.execution_policy_occupancy_and_hint
3: [       OK ] serial.execution_policy_occupancy_and_hint (0 ms)
3: [ RUN      ] serial.complex_construction
3: [       OK ] serial.complex_construction (0 ms)
3: [ RUN      ] serial.complex_basic_math
3: [       OK ] serial.complex_basic_math (0 ms)
3: [ RUN      ] serial.complex_special_funtions
3: [       OK ] serial.complex_special_funtions (0 ms)
3: [ RUN      ] serial.complex_io
3: [       OK ] serial.complex_io (0 ms)
3: [ RUN      ] serial.complex_trivially_copyable
3: [       OK ] serial.complex_trivially_copyable (0 ms)
3: [ RUN      ] serial.complex_issue_3865
3: [       OK ] serial.complex_issue_3865 (0 ms)
3: [ RUN      ] serial.complex_operations_arithmetic_types_overloads
3: [       OK ] serial.complex_operations_arithmetic_types_overloads (0 ms)
3: [ RUN      ] serial.complex_structured_bindings
3: [       OK ] serial.complex_structured_bindings (0 ms)
3: [ RUN      ] serial.crs_count_fill
3: [       OK ] serial.crs_count_fill (0 ms)
3: [ RUN      ] serial.crs_copy_constructor
3: [       OK ] serial.crs_copy_constructor (1 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_0
3: [       OK ] serial.deep_copy_assignable_types_rank_0 (2 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_1
3: [       OK ] serial.deep_copy_assignable_types_rank_1 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_2
3: [       OK ] serial.deep_copy_assignable_types_rank_2 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_3
3: [       OK ] serial.deep_copy_assignable_types_rank_3 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_4
3: [       OK ] serial.deep_copy_assignable_types_rank_4 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_5
3: [       OK ] serial.deep_copy_assignable_types_rank_5 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_6
3: [       OK ] serial.deep_copy_assignable_types_rank_6 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_7
3: [       OK ] serial.deep_copy_assignable_types_rank_7 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_8
3: [       OK ] serial.deep_copy_assignable_types_rank_8 (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_1_half
3: [       OK ] serial.deep_copy_assignable_types_rank_1_half (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_2_half
3: [       OK ] serial.deep_copy_assignable_types_rank_2_half (0 ms)
3: [ RUN      ] serial.deep_copy_assignable_types_rank_3_half
3: [       OK ] serial.deep_copy_assignable_types_rank_3_half (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_0
3: [       OK ] serial.deep_copy_narrowing_rank_0 (1 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_1
3: [       OK ] serial.deep_copy_narrowing_rank_1 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_2
3: [       OK ] serial.deep_copy_narrowing_rank_2 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_3
3: [       OK ] serial.deep_copy_narrowing_rank_3 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_4
3: [       OK ] serial.deep_copy_narrowing_rank_4 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_5
3: [       OK ] serial.deep_copy_narrowing_rank_5 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_6
3: [       OK ] serial.deep_copy_narrowing_rank_6 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_7
3: [       OK ] serial.deep_copy_narrowing_rank_7 (0 ms)
3: [ RUN      ] serial.deep_copy_narrowing_rank_8
3: [       OK ] serial.deep_copy_narrowing_rank_8 (0 ms)
3: [ RUN      ] serial.deep_copy_alignment
3: [       OK ] serial.deep_copy_alignment (1 ms)
3: [ RUN      ] serial.deep_copy_conversion
3: [       OK ] serial.deep_copy_conversion (30 ms)
3: [ RUN      ] serial.partitioning_by_args
3: [       OK ] serial.partitioning_by_args (0 ms)
3: [ RUN      ] serial.partitioning_by_args_with_structured_bindings
3: [       OK ] serial.partitioning_by_args_with_structured_bindings (0 ms)
3: [ RUN      ] serial.partitioning_by_vector
3: [       OK ] serial.partitioning_by_vector (0 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range
3: [       OK ] serial.exec_space_thread_safety_range (961 ms)
3: [ RUN      ] serial.exec_space_thread_safety_mdrange
3: [       OK ] serial.exec_space_thread_safety_mdrange (96 ms)
3: [ RUN      ] serial.exec_space_thread_safety_team_policy
3: [       OK ] serial.exec_space_thread_safety_team_policy (97 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range_reduce
3: [       OK ] serial.exec_space_thread_safety_range_reduce (96 ms)
3: [ RUN      ] serial.exec_space_thread_safety_mdrange_reduce
3: [       OK ] serial.exec_space_thread_safety_mdrange_reduce (97 ms)
3: [ RUN      ] serial.exec_space_thread_safety_team_policy_reduce
3: [       OK ] serial.exec_space_thread_safety_team_policy_reduce (97 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range_scan
3: [       OK ] serial.exec_space_thread_safety_range_scan (97 ms)
3: [ RUN      ] serial.execution_space_as_class_data_member
3: [       OK ] serial.execution_space_as_class_data_member (0 ms)
3: [ RUN      ] serial.functor_analysis
3: [       OK ] serial.functor_analysis (0 ms)
3: [ RUN      ] serial.when_all_type
3: [       OK ] serial.when_all_type (0 ms)
3: [ RUN      ] serial.graph_capture
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:1105: Skipped
3: The graph backend for Serial does not support capture.
3: [  SKIPPED ] serial.graph_capture (0 ms)
3: [ RUN      ] serial.graph_then
3: [       OK ] serial.graph_then (0 ms)
3: [ RUN      ] serial.then_host
3: [       OK ] serial.then_host (0 ms)
3: [ RUN      ] serial.mixed_then_host_device_nodes
3: [       OK ] serial.mixed_then_host_device_nodes (0 ms)
3: [ RUN      ] serial.graph_then_tag
3: [       OK ] serial.graph_then_tag (0 ms)
3: [ RUN      ] serial.host_shared_ptr_use_count
3: [       OK ] serial.host_shared_ptr_use_count (0 ms)
3: [ RUN      ] serial.host_shared_ptr_get
3: [       OK ] serial.host_shared_ptr_get (0 ms)
3: [ RUN      ] serial.host_shared_ptr_dereference_on_device
3: [       OK ] serial.host_shared_ptr_dereference_on_device (0 ms)
3: [ RUN      ] serial.host_shared_ptr_special_members_on_device
3: [       OK ] serial.host_shared_ptr_special_members_on_device (0 ms)
3: [ RUN      ] serial.host_shared_ptr_tracking
3: [       OK ] serial.host_shared_ptr_tracking (0 ms)
3: [ RUN      ] serial.join_backward_compatibility
3: [       OK ] serial.join_backward_compatibility (0 ms)
3: [ RUN      ] serial.local_deepcopy_teampolicy_layoutleft
3: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (1897 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (2487 ms)
3: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
3: [       OK ] serial.local_deepcopy_teampolicy_layoutright (910 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (913 ms)
3: [ RUN      ] serial.deep_copy_scratch
3: [       OK ] serial.deep_copy_scratch (0 ms)
3: [ RUN      ] serial.mathematical_constants_e
3: [       OK ] serial.mathematical_constants_e (0 ms)
3: [ RUN      ] serial.mathematical_constants_log2e
3: [       OK ] serial.mathematical_constants_log2e (0 ms)
3: [ RUN      ] serial.mathematical_constants_log10e
3: [       OK ] serial.mathematical_constants_log10e (0 ms)
3: [ RUN      ] serial.mathematical_constants_pi
3: [       OK ] serial.mathematical_constants_pi (0 ms)
3: [ RUN      ] serial.mathematical_constants_inv_pi
3: [       OK ] serial.mathematical_constants_inv_pi (0 ms)
3: [ RUN      ] serial.mathematical_constants_inv_sqrtpi
3: [       OK ] serial.mathematical_constants_inv_sqrtpi (0 ms)
3: [ RUN      ] serial.mathematical_constants_ln2
3: [       OK ] serial.mathematical_constants_ln2 (0 ms)
3: [ RUN      ] serial.mathematical_constants_ln10
3: [       OK ] serial.mathematical_constants_ln10 (0 ms)
3: [ RUN      ] serial.mathematical_constants_sqrt2
3: [       OK ] serial.mathematical_constants_sqrt2 (0 ms)
3: [ RUN      ] serial.mathematical_constants_sqrt3
3: [       OK ] serial.mathematical_constants_sqrt3 (0 ms)
3: [ RUN      ] serial.mathematical_constants_inv_sqrt3
3: [       OK ] serial.mathematical_constants_inv_sqrt3 (0 ms)
3: [ RUN      ] serial.mathematical_constants_egamma
3: [       OK ] serial.mathematical_constants_egamma (0 ms)
3: [ RUN      ] serial.mathematical_constants_phi
3: [       OK ] serial.mathematical_constants_phi (0 ms)
3: [ RUN      ] serial.mathematical_functions_trigonometric_functions
3: [       OK ] serial.mathematical_functions_trigonometric_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_hyperbolic_functions
3: [       OK ] serial.mathematical_functions_hyperbolic_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_non_standard
3: [       OK ] serial.mathematical_functions_non_standard (0 ms)
3: [ RUN      ] serial.mathematical_functions_power_functions
3: [       OK ] serial.mathematical_functions_power_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_fma
3: [       OK ] serial.mathematical_functions_fma (0 ms)
3: [ RUN      ] serial.mathematical_functions_fmax_fmin
3: [       OK ] serial.mathematical_functions_fmax_fmin (0 ms)
3: [ RUN      ] serial.mathematical_functions_error_and_gamma_functions
3: [       OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_nearest_interger_floating_point_operations
3: [       OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms)
3: [ RUN      ] serial.mathematical_functions_floating_point_manipulation_functions
3: [       OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms)
3: [ RUN      ] serial.mathematical_functions_absolute_value
3: [       OK ] serial.mathematical_functions_absolute_value (0 ms)
3: [ RUN      ] serial.mathematical_functions_floating_point_absolute_value
3: [       OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms)
3: [ RUN      ] serial.mathematical_functions_remainder_function
3: [       OK ] serial.mathematical_functions_remainder_function (0 ms)
3: [ RUN      ] serial.mathematical_functions_isfinite
3: [       OK ] serial.mathematical_functions_isfinite (0 ms)
3: [ RUN      ] serial.mathematical_functions_isinf
3: [       OK ] serial.mathematical_functions_isinf (0 ms)
3: [ RUN      ] serial.mathematical_functions_isnan
3: [       OK ] serial.mathematical_functions_isnan (0 ms)
3: [ RUN      ] serial.mathematical_functions_impl_half_fallback
3: [       OK ] serial.mathematical_functions_impl_half_fallback (0 ms)
3: [ RUN      ] serial.mathematical_functions_nextafter_fp16
3: [       OK ] serial.mathematical_functions_nextafter_fp16 (0 ms)
3: [ RUN      ] serial.mathematical_functions_exponential_functions
3: [       OK ] serial.mathematical_functions_exponential_functions (0 ms)
3: [ RUN      ] serial.mathspecialfunc_expint1
3: [       OK ] serial.mathspecialfunc_expint1 (0 ms)
3: [ RUN      ] serial.mathspecialfunc_errorfunc
3: [       OK ] serial.mathspecialfunc_errorfunc (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselj0y0
3: [       OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselj1y1
3: [       OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesseli0k0
3: [       OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesseli1k1
3: [       OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselh1stkind
3: [       OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms)
3: [ RUN      ] serial.mathspecialfunc_cbesselh2ndkind
3: [       OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms)
3: [ RUN      ] serial.mdrange_5d
3: [       OK ] serial.mdrange_5d (794 ms)
3: [ RUN      ] serial.mdrange_6d
3: [       OK ] serial.mdrange_6d (1299 ms)
3: [ RUN      ] serial.mdrange_2d
3: [       OK ] serial.mdrange_2d (0 ms)
3: [ RUN      ] serial.mdrange_array_reduce
3: [       OK ] serial.mdrange_array_reduce (0 ms)
3: [ RUN      ] serial.mdrange_3d
3: [       OK ] serial.mdrange_3d (7 ms)
3: [ RUN      ] serial.mdrange_neg_idx
3: [       OK ] serial.mdrange_neg_idx (84 ms)
3: [ RUN      ] serial.mdrange_4d
3: [       OK ] serial.mdrange_4d (453 ms)
3: [ RUN      ] serial.mdrange_scalar
3: [       OK ] serial.mdrange_scalar (0 ms)
3: [ RUN      ] serial.mdrange_large_deep_copy
3: [       OK ] serial.mdrange_large_deep_copy (650 ms)
3: [ RUN      ] serial.md_range_policy_construction_from_arrays
3: [       OK ] serial.md_range_policy_construction_from_arrays (0 ms)
3: [ RUN      ] serial.policy_get_tile_size
3: [       OK ] serial.policy_get_tile_size (0 ms)
3: [ RUN      ] serial.mdrange_parallel_reduce_primitive_types
3: [       OK ] serial.mdrange_parallel_reduce_primitive_types (2813 ms)
3: [ RUN      ] serial.mdspan_minimal_functional
3: [       OK ] serial.mdspan_minimal_functional (0 ms)
3: [ RUN      ] serial.mdspan_atomic_accessor
3: [       OK ] serial.mdspan_atomic_accessor (0 ms)
3: [ RUN      ] serial.view_mdspan_conversion
3: [       OK ] serial.view_mdspan_conversion (0 ms)
3: [ RUN      ] serial.view_mdspan_conversion_with_stride
3: [       OK ] serial.view_mdspan_conversion_with_stride (0 ms)
3: [ RUN      ] serial.max
3: [       OK ] serial.max (0 ms)
3: [ RUN      ] serial.max_within_parfor
3: [       OK ] serial.max_within_parfor (0 ms)
3: [ RUN      ] serial.min
3: [       OK ] serial.min (0 ms)
3: [ RUN      ] serial.min_within_parfor
3: [       OK ] serial.min_within_parfor (0 ms)
3: [ RUN      ] serial.minmax
3: [       OK ] serial.minmax (0 ms)
3: [ RUN      ] serial.minmax_within_parfor
3: [       OK ] serial.minmax_within_parfor (0 ms)
3: [ RUN      ] serial.clamp
3: [       OK ] serial.clamp (0 ms)
3: [ RUN      ] serial.clamp_within_parfor
3: [       OK ] serial.clamp_within_parfor (0 ms)
3: [ RUN      ] serial.numeric_traits_infinity
3: [       OK ] serial.numeric_traits_infinity (0 ms)
3: [ RUN      ] serial.numeric_traits_epsilon
3: [       OK ] serial.numeric_traits_epsilon (0 ms)
3: [ RUN      ] serial.numeric_traits_round_error
3: [       OK ] serial.numeric_traits_round_error (0 ms)
3: [ RUN      ] serial.numeric_traits_norm_min
3: [       OK ] serial.numeric_traits_norm_min (0 ms)
3: [ RUN      ] serial.numeric_traits_denorm_min
3: [       OK ] serial.numeric_traits_denorm_min (0 ms)
3: [ RUN      ] serial.numeric_traits_finite_min_max
3: [       OK ] serial.numeric_traits_finite_min_max (0 ms)
3: [ RUN      ] serial.numeric_traits_digits
3: [       OK ] serial.numeric_traits_digits (0 ms)
3: [ RUN      ] serial.numeric_traits_digits10
3: [       OK ] serial.numeric_traits_digits10 (0 ms)
3: [ RUN      ] serial.numeric_traits_max_digits10
3: [       OK ] serial.numeric_traits_max_digits10 (0 ms)
3: [ RUN      ] serial.numeric_traits_radix
3: [       OK ] serial.numeric_traits_radix (0 ms)
3: [ RUN      ] serial.numeric_traits_min_max_exponent
3: [       OK ] serial.numeric_traits_min_max_exponent (0 ms)
3: [ RUN      ] serial.numeric_traits_min_max_exponent10
3: [       OK ] serial.numeric_traits_min_max_exponent10 (0 ms)
3: [ RUN      ] serial.numeric_traits_quiet_and_signaling_nan
3: [       OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms)
3: [ RUN      ] serial.numeric_traits_sfinae_friendly
3: [       OK ] serial.numeric_traits_sfinae_friendly (0 ms)
3: [ RUN      ] serial.occupancy_control
3: [       OK ] serial.occupancy_control (0 ms)
3: [ RUN      ] serial.memory_pool
3: [       OK ] serial.memory_pool (24 ms)
3: [ RUN      ] serial.cxx11
3: [       OK ] serial.cxx11 (0 ms)
3: [ RUN      ] serial.parallel_scan_range_policy
3: [       OK ] serial.parallel_scan_range_policy (5 ms)
3: [ RUN      ] serial.kokkos_printf
3: [       OK ] serial.kokkos_printf (3 ms)
3: [ RUN      ] serial.range_for
3: [       OK ] serial.range_for (0 ms)
3: [ RUN      ] serial.range_reduce
3: [       OK ] serial.range_reduce (0 ms)
3: [ RUN      ] serial.range_dynamic_policy
3: [       OK ] serial.range_dynamic_policy (0 ms)
3: [ RUN      ] serial.large_parallel_for_reduce
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestRange.hpp:379: Skipped
3: Disabling for host backends
3: [  SKIPPED ] serial.large_parallel_for_reduce (0 ms)
3: [ RUN      ] serial.range_policy_runtime_parameters
3: [       OK ] serial.range_policy_runtime_parameters (0 ms)
3: [ RUN      ] serial.range_policy_one_way_convertible_bounds
3: [       OK ] serial.range_policy_one_way_convertible_bounds (0 ms)
3: [ RUN      ] serial.range_for_require
3: [       OK ] serial.range_for_require (0 ms)
3: [ RUN      ] serial.range_reduce_require
3: [       OK ] serial.range_reduce_require (0 ms)
3: [ RUN      ] serial.range_dynamic_policy_require
3: [       OK ] serial.range_dynamic_policy_require (0 ms)
3: [ RUN      ] serial.reducers_int
3: [       OK ] serial.reducers_int (1 ms)
3: [ RUN      ] serial.reducers_double
3: [       OK ] serial.reducers_double (2 ms)
3: [ RUN      ] serial.reducers_complex_double
3: [       OK ] serial.reducers_complex_double (0 ms)
3: [ RUN      ] serial.reducers_struct
3: [       OK ] serial.reducers_struct (0 ms)
3: [ RUN      ] serial.reducers_half_t
3: [       OK ] serial.reducers_half_t (0 ms)
3: [ RUN      ] serial.reducers_bhalf_t
3: [       OK ] serial.reducers_bhalf_t (0 ms)
3: [ RUN      ] serial.reducers_int8_t
3: [       OK ] serial.reducers_int8_t (0 ms)
3: [ RUN      ] serial.reducers_int16_t
3: [       OK ] serial.reducers_int16_t (0 ms)
3: [ RUN      ] serial.reducers_point_t
3: [       OK ] serial.reducers_point_t (0 ms)
3: [ RUN      ] serial.reducers_bool
3: [       OK ] serial.reducers_bool (0 ms)
3: [ RUN      ] serial.int64_t_reduce
3: [       OK ] serial.int64_t_reduce (55 ms)
3: [ RUN      ] serial.double_reduce
3: [       OK ] serial.double_reduce (147 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic
3: [       OK ] serial.int64_t_reduce_dynamic (1236 ms)
3: [ RUN      ] serial.double_reduce_dynamic
3: [       OK ] serial.double_reduce_dynamic (1247 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic_view
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
3: [       OK ] serial.int64_t_reduce_dynamic_view (297 ms)
3: [ RUN      ] serial.int_combined_reduce
3: [       OK ] serial.int_combined_reduce (0 ms)
3: [ RUN      ] serial.mdrange_combined_reduce
3: [       OK ] serial.mdrange_combined_reduce (0 ms)
3: [ RUN      ] serial.int_combined_reduce_mixed
3: [       OK ] serial.int_combined_reduce_mixed (0 ms)
3: [ RUN      ] serial.reduction_with_large_iteration_count
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestReduce.hpp:663: Skipped
3: Disabling for host backends
3: [  SKIPPED ] serial.reduction_with_large_iteration_count (0 ms)
3: [ RUN      ] serial.reduction_identity_min_max_floating_point_types
3: [       OK ] serial.reduction_identity_min_max_floating_point_types (0 ms)
3: [ RUN      ] serial.reduction_deduction
3: [       OK ] serial.reduction_deduction (0 ms)
3: [ RUN      ] serial.reduce_device_view_range_policy
3: [       OK ] serial.reduce_device_view_range_policy (9 ms)
3: [ RUN      ] serial.reduce_device_view_mdrange_policy
3: [       OK ] serial.reduce_device_view_mdrange_policy (2469 ms)
3: [ RUN      ] serial.reduce_device_view_team_policy
3: [       OK ] serial.reduce_device_view_team_policy (48 ms)
3: [ RUN      ] serial.impl_shared_alloc
3: [       OK ] serial.impl_shared_alloc (5 ms)
3: [ RUN      ] serial.mdspan_space_aware_accessor
3: [       OK ] serial.mdspan_space_aware_accessor (0 ms)
3: [ RUN      ] serial.kokkos_swap
3: [       OK ] serial.kokkos_swap (0 ms)
3: [----------] 224 tests from serial (19604 ms total)
3: 
3: [----------] 17 tests from serial_graph
3: [ RUN      ] serial_graph.submit_once
3: [       OK ] serial_graph.submit_once (0 ms)
3: [ RUN      ] serial_graph.submit_once_rvalue
3: [       OK ] serial_graph.submit_once_rvalue (0 ms)
3: [ RUN      ] serial_graph.instantiate_and_submit_once
3: [       OK ] serial_graph.instantiate_and_submit_once (0 ms)
3: [ RUN      ] serial_graph.submit_onto_another_execution_space_instance
3: [       OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms)
3: [ RUN      ] serial_graph.create_graph_no_closure_with_exec
3: [       OK ] serial_graph.create_graph_no_closure_with_exec (0 ms)
3: [ RUN      ] serial_graph.create_graph_no_arg
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:250: Skipped
3: Skipping since useless if the test fixture is not on the default execution space.
3: [  SKIPPED ] serial_graph.create_graph_no_arg (0 ms)
3: [ RUN      ] serial_graph.submit_six
3: [       OK ] serial_graph.submit_six (0 ms)
3: [ RUN      ] serial_graph.when_all_cycle
3: [       OK ] serial_graph.when_all_cycle (0 ms)
3: [ RUN      ] serial_graph.repeat_chain
3: [       OK ] serial_graph.repeat_chain (0 ms)
3: [ RUN      ] serial_graph.zero_work_reduce
3: [       OK ] serial_graph.zero_work_reduce (0 ms)
3: [ RUN      ] serial_graph.empty_graph
3: [       OK ] serial_graph.empty_graph (0 ms)
3: [ RUN      ] serial_graph.force_global_launch
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:444: Skipped
3: This execution space does not support global launch.
3: [  SKIPPED ] serial_graph.force_global_launch (0 ms)
3: [ RUN      ] serial_graph.sized_functor_launch
3: [       OK ] serial_graph.sized_functor_launch (0 ms)
3: [ RUN      ] serial_graph.empty_graph_default_host_exec
3: [       OK ] serial_graph.empty_graph_default_host_exec (0 ms)
3: [ RUN      ] serial_graph.node_lifetime
3: [       OK ] serial_graph.node_lifetime (0 ms)
3: [ RUN      ] serial_graph.diamond
3: [       OK ] serial_graph.diamond (0 ms)
3: [ RUN      ] serial_graph.end_of_submit_control_flow
3: [       OK ] serial_graph.end_of_submit_control_flow (0 ms)
3: [----------] 17 tests from serial_graph (0 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 253 tests from 4 test suites ran. (21254 ms total)
3: [  PASSED  ] 245 tests.
3: [  SKIPPED ] 8 tests, listed below:
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
3: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
3: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once
3: [  SKIPPED ] serial.graph_capture
3: [  SKIPPED ] serial.large_parallel_for_reduce
3: [  SKIPPED ] serial.reduction_with_large_iteration_count
3: [  SKIPPED ] serial_graph.create_graph_no_arg
3: [  SKIPPED ] serial_graph.force_global_launch
 3/66 Test  #3: Kokkos_CoreUnitTest_Serial1 ................................   Passed   21.40 sec
test 4
      Start  4: Kokkos_CoreUnitTest_Serial2

4: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Serial2
4: Test timeout computed to be: 1500
4: [==========] Running 147 tests from 2 test suites.
4: [----------] Global test environment set-up.
4: [----------] 10 tests from serial_DeathTest
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_dyn
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_stat
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms)
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_mix
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms)
4: [ RUN      ] serial_DeathTest.view_construction_with_wrong_static_extents
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms)
4: [ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment
4: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (2569 ms)
4: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
4: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (2397 ms)
4: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_host
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:159: Skipped
4: skipping since no memory access violation would occur
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms)
4: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_device
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped
4: skipping since no memory access violation would occur
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms)
4: [ RUN      ] serial_DeathTest.view_subview_wrong_extents
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSubView_a.hpp:81: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] serial_DeathTest.view_subview_wrong_extents (0 ms)
4: [ RUN      ] serial_DeathTest.view_subview_constructor_layout_compatibility
4: [       OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (742 ms)
4: [----------] 10 tests from serial_DeathTest (5709 ms total)
4: 
4: [----------] 137 tests from serial
4: [ RUN      ] serial.team_for
4: [       OK ] serial.team_for (0 ms)
4: [ RUN      ] serial.team_reduce
4: [       OK ] serial.team_reduce (0 ms)
4: [ RUN      ] serial.team_reduce_large
4: [       OK ] serial.team_reduce_large (193 ms)
4: [ RUN      ] serial.team_parallel_single
4: [       OK ] serial.team_parallel_single (10 ms)
4: [ RUN      ] serial.large_team_scratch_size
4: [       OK ] serial.large_team_scratch_size (0 ms)
4: [ RUN      ] serial.team_broadcast_long
4: [       OK ] serial.team_broadcast_long (0 ms)
4: [ RUN      ] serial.team_broadcast_long_wrapper
4: [       OK ] serial.team_broadcast_long_wrapper (0 ms)
4: [ RUN      ] serial.team_broadcast_char
4: [       OK ] serial.team_broadcast_char (0 ms)
4: [ RUN      ] serial.team_broadcast_float
4: [       OK ] serial.team_broadcast_float (0 ms)
4: [ RUN      ] serial.team_broadcast_double
4: [       OK ] serial.team_broadcast_double (0 ms)
4: [ RUN      ] serial.team_broadcast_int_ptr
4: [       OK ] serial.team_broadcast_int_ptr (0 ms)
4: [ RUN      ] serial.team_single_thread_int_ptr
4: [       OK ] serial.team_single_thread_int_ptr (0 ms)
4: [ RUN      ] serial.team_single_team_int_ptr
4: [       OK ] serial.team_single_team_int_ptr (0 ms)
4: [ RUN      ] serial.team_handle_by_value
4: [       OK ] serial.team_handle_by_value (0 ms)
4: [ RUN      ] serial.team_vector
4: [       OK ] serial.team_vector (6 ms)
4: [ RUN      ] serial.triple_nested_parallelism
4: [       OK ] serial.triple_nested_parallelism (380 ms)
4: [ RUN      ] serial.parallel_scan_with_reducers
4: [       OK ] serial.parallel_scan_with_reducers (69 ms)
4: [ RUN      ] serial.team_thread_range_combined_reducers
4: [       OK ] serial.team_thread_range_combined_reducers (0 ms)
4: [ RUN      ] serial.thread_vector_range_combined_reducers
4: [       OK ] serial.thread_vector_range_combined_reducers (0 ms)
4: [ RUN      ] serial.team_vector_range_combined_reducers
4: [       OK ] serial.team_vector_range_combined_reducers (0 ms)
4: [ RUN      ] serial.TeamThreadMDRangeParallelFor
4: [       OK ] serial.TeamThreadMDRangeParallelFor (3 ms)
4: [ RUN      ] serial.ThreadVectorMDRangeParallelFor
4: [       OK ] serial.ThreadVectorMDRangeParallelFor (2 ms)
4: [ RUN      ] serial.TeamVectorMDRangeParallelFor
4: [       OK ] serial.TeamVectorMDRangeParallelFor (3 ms)
4: [ RUN      ] serial.TeamThreadMDRangeParallelReduce
4: [       OK ] serial.TeamThreadMDRangeParallelReduce (6 ms)
4: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
4: [       OK ] serial.ThreadVectorMDRangeParallelReduce (6 ms)
4: [ RUN      ] serial.TeamVectorMDRangeParallelReduce
4: [       OK ] serial.TeamVectorMDRangeParallelReduce (6 ms)
4: [ RUN      ] serial.team_policy_runtime_parameters
4: [       OK ] serial.team_policy_runtime_parameters (0 ms)
4: [ RUN      ] serial.team_reduction_scan
4: [       OK ] serial.team_reduction_scan (127 ms)
4: [ RUN      ] serial.team_long_reduce
4: [       OK ] serial.team_long_reduce (85 ms)
4: [ RUN      ] serial.team_double_reduce
4: [       OK ] serial.team_double_reduce (35 ms)
4: [ RUN      ] serial.team_long_array_reduce
4: [       OK ] serial.team_long_array_reduce (79 ms)
4: [ RUN      ] serial.team_double_array_reduce
4: [       OK ] serial.team_double_array_reduce (49 ms)
4: [ RUN      ] serial.team_parallel_dummy_with_reducer_and_scratch_space
4: [       OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
4: [ RUN      ] serial.repeated_team_reduce
[ 85%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o
4: [       OK ] serial.repeated_team_reduce (7782 ms)
4: [ RUN      ] serial.nested_team_reduce_functor_as_reducer
4: [       OK ] serial.nested_team_reduce_functor_as_reducer (0 ms)
4: [ RUN      ] serial.team_scan
4: [       OK ] serial.team_scan (99 ms)
4: [ RUN      ] serial.team_scan_ret_val
4: [       OK ] serial.team_scan_ret_val (88 ms)
4: [ RUN      ] serial.team_shared_request
4: [       OK ] serial.team_shared_request (27 ms)
4: [ RUN      ] serial.team_scratch_request
4: [       OK ] serial.team_scratch_request (2 ms)
4: [ RUN      ] serial.team_lambda_shared_request
4: [       OK ] serial.team_lambda_shared_request (25 ms)
4: [ RUN      ] serial.scratch_align
4: [       OK ] serial.scratch_align (0 ms)
4: [ RUN      ] serial.shmem_size
4: [       OK ] serial.shmem_size (0 ms)
4: [ RUN      ] serial.multi_level_scratch
4: [       OK ] serial.multi_level_scratch (2 ms)
4: [ RUN      ] serial.team_scratch_memory_index_parallel_for
4: [       OK ] serial.team_scratch_memory_index_parallel_for (0 ms)
4: [ RUN      ] serial.team_policy_max_recommended
4: [       OK ] serial.team_policy_max_recommended (1 ms)
4: [ RUN      ] serial.team_policy_minmax_scalar_without_plus_equal_k
4: [       OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
4: [ RUN      ] serial.team_teamvector_range
4: [       OK ] serial.team_teamvector_range (1 ms)
4: [ RUN      ] serial.timer
4: [       OK ] serial.timer (20 ms)
4: [ RUN      ] serial.unique_token_global
4: [       OK ] serial.unique_token_global (0 ms)
4: [ RUN      ] serial.unique_token_instance
4: [       OK ] serial.unique_token_instance (0 ms)
4: [ RUN      ] serial.unique_token_team_acquire
4: [       OK ] serial.unique_token_team_acquire (0 ms)
4: [ RUN      ] serial.view_api_a
4: [       OK ] serial.view_api_a (4 ms)
4: [ RUN      ] serial.view_layout_left_with_stride
4: [       OK ] serial.view_layout_left_with_stride (0 ms)
4: [ RUN      ] serial.view_layout_right_with_stride
4: [       OK ] serial.view_layout_right_with_stride (0 ms)
4: [ RUN      ] serial.view_api_b
4: [       OK ] serial.view_api_b (1 ms)
4: [ RUN      ] serial.view_api_c
4: [       OK ] serial.view_api_c (0 ms)
4: [ RUN      ] serial.view_api_d
4: [       OK ] serial.view_api_d (0 ms)
4: [ RUN      ] serial.view_remap
4: [       OK ] serial.view_remap (0 ms)
4: [ RUN      ] serial.view_mirror_nonconst
4: [       OK ] serial.view_mirror_nonconst (0 ms)
4: [ RUN      ] serial.view_stride_method
4: [       OK ] serial.view_stride_method (0 ms)
4: [ RUN      ] serial.anonymous_space
4: [       OK ] serial.anonymous_space (0 ms)
4: [ RUN      ] serial.view_overload_resolution
4: [       OK ] serial.view_overload_resolution (0 ms)
4: [ RUN      ] serial.view_allocation_large_rank
4: [       OK ] serial.view_allocation_large_rank (918 ms)
4: [ RUN      ] serial.view_shmem_size_on_device
4: [       OK ] serial.view_shmem_size_on_device (0 ms)
4: [ RUN      ] serial.view_is_assignable
4: [       OK ] serial.view_is_assignable (0 ms)
4: [ RUN      ] serial.view_bad_alloc
4: [       OK ] serial.view_bad_alloc (0 ms)
4: [ RUN      ] serial.view_copy_tests
4: [       OK ] serial.view_copy_tests (3 ms)
4: [ RUN      ] serial.view_copy_tests_rank_0
4: [       OK ] serial.view_copy_tests_rank_0 (0 ms)
4: [ RUN      ] serial.view_copy_degenerated
4: [       OK ] serial.view_copy_degenerated (0 ms)
4: [ RUN      ] serial.view_fill_tests_layout_right
4: [       OK ] serial.view_fill_tests_layout_right (3263 ms)
4: [ RUN      ] serial.view_fill_tests_layout_left
4: [       OK ] serial.view_fill_tests_layout_left (3340 ms)
4: [ RUN      ] serial.vcp_empty_traits
4: [       OK ] serial.vcp_empty_traits (0 ms)
4: [ RUN      ] serial.is_view_label
4: [       OK ] serial.is_view_label (0 ms)
4: [ RUN      ] serial.vcp_label_base_traits
4: [       OK ] serial.vcp_label_base_traits (0 ms)
4: [ RUN      ] serial.vcp_label_traits
4: [       OK ] serial.vcp_label_traits (0 ms)
4: [ RUN      ] serial.view_alloc_can_perfect_forward_label
4: [       OK ] serial.view_alloc_can_perfect_forward_label (0 ms)
4: [ RUN      ] serial.vcp_label_copy_constructor
4: [       OK ] serial.vcp_label_copy_constructor (0 ms)
4: [ RUN      ] serial.vcp_pointer_add_property
4: [       OK ] serial.vcp_pointer_add_property (0 ms)
4: [ RUN      ] serial.view_empty_runtime_unmanaged
4: [       OK ] serial.view_empty_runtime_unmanaged (0 ms)
4: [ RUN      ] serial.view_layoutstride_left_to_layoutleft_assignment
4: [       OK ] serial.view_layoutstride_left_to_layoutleft_assignment (59 ms)
4: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (54 ms)
4: [ RUN      ] serial.view_mapping
4: [       OK ] serial.view_mapping (49 ms)
4: [ RUN      ] serial.view_mapping_operator
4: [       OK ] serial.view_mapping_operator (2 ms)
4: [ RUN      ] serial.static_extent
4: [       OK ] serial.static_extent (0 ms)
4: [ RUN      ] serial.view_mapping_atomic
4: [       OK ] serial.view_mapping_atomic (0 ms)
4: [ RUN      ] serial.view_mapping_class_value
4: [       OK ] serial.view_mapping_class_value (0 ms)
4: [ RUN      ] serial.view_mapping_assignable
4: [       OK ] serial.view_mapping_assignable (0 ms)
4: [ RUN      ] serial.view_mapping_trivially_copyable
4: [       OK ] serial.view_mapping_trivially_copyable (0 ms)
4: [ RUN      ] serial.view_mapping_subview
4: [       OK ] serial.view_mapping_subview (0 ms)
4: [ RUN      ] serial.view_nested_view
4: [       OK ] serial.view_nested_view (0 ms)
4: [ RUN      ] serial.view_of_views_default
4: [       OK ] serial.view_of_views_default (0 ms)
4: [ RUN      ] serial.view_of_views_without_initializing
4: [       OK ] serial.view_of_views_without_initializing (0 ms)
4: [ RUN      ] serial.test_view_of_views_sequential_host_init
4: [       OK ] serial.test_view_of_views_sequential_host_init (0 ms)
4: [ RUN      ] serial.append_formatted_multidimensional_index
4: [       OK ] serial.append_formatted_multidimensional_index (0 ms)
4: [ RUN      ] serial.view_resize
4: [       OK ] serial.view_resize (4 ms)
4: [ RUN      ] serial.view_realloc
4: [       OK ] serial.view_realloc (0 ms)
4: [ RUN      ] serial.workgraph_fib
4: [       OK ] serial.workgraph_fib (97 ms)
4: [ RUN      ] serial.resize_realloc_no_init
4: [       OK ] serial.resize_realloc_no_init (0 ms)
4: [ RUN      ] serial.resize_realloc_no_alloc
4: [       OK ] serial.resize_realloc_no_alloc (0 ms)
4: [ RUN      ] serial.realloc_exec_space
4: [       OK ] serial.realloc_exec_space (0 ms)
4: [ RUN      ] serial.view_alloc
4: [       OK ] serial.view_alloc (0 ms)
4: [ RUN      ] serial.view_alloc_exec_space
4: [       OK ] serial.view_alloc_exec_space (0 ms)
4: [ RUN      ] serial.view_alloc_int
4: [       OK ] serial.view_alloc_int (0 ms)
4: [ RUN      ] serial.view_alloc_exec_space_int
4: [       OK ] serial.view_alloc_exec_space_int (0 ms)
4: [ RUN      ] serial.deep_copy_zero_memset
4: [       OK ] serial.deep_copy_zero_memset (0 ms)
4: [ RUN      ] serial.resize_exec_space
4: [       OK ] serial.resize_exec_space (0 ms)
4: [ RUN      ] serial.view_allocation_int
4: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestWithoutInitializing.hpp:305: Skipped
4: skipping since the fence checked for isn't necessary
4: [  SKIPPED ] serial.view_allocation_int (0 ms)
4: [ RUN      ] serial.view_allocation_exec_space_int
4: [       OK ] serial.view_allocation_exec_space_int (0 ms)
4: [ RUN      ] serial.view_not_default_constructible
4: [       OK ] serial.view_not_default_constructible (0 ms)
4: [ RUN      ] serial.view_subview_auto_1d_left
4: [       OK ] serial.view_subview_auto_1d_left (0 ms)
4: [ RUN      ] serial.view_subview_auto_1d_right
4: [       OK ] serial.view_subview_auto_1d_right (0 ms)
4: [ RUN      ] serial.view_subview_auto_1d_stride
4: [       OK ] serial.view_subview_auto_1d_stride (0 ms)
4: [ RUN      ] serial.view_subview_assign_strided
4: [       OK ] serial.view_subview_assign_strided (0 ms)
4: [ RUN      ] serial.view_subview_left_0
4: [       OK ] serial.view_subview_left_0 (0 ms)
4: [ RUN      ] serial.view_subview_left_1
4: [       OK ] serial.view_subview_left_1 (0 ms)
4: [ RUN      ] serial.view_subview_left_2
4: [       OK ] serial.view_subview_left_2 (0 ms)
4: [ RUN      ] serial.view_subview_left_3
4: [       OK ] serial.view_subview_left_3 (0 ms)
4: [ RUN      ] serial.view_subview_right_0
4: [       OK ] serial.view_subview_right_0 (0 ms)
4: [ RUN      ] serial.view_subview_right_1
4: [       OK ] serial.view_subview_right_1 (0 ms)
4: [ RUN      ] serial.view_subview_right_3
4: [       OK ] serial.view_subview_right_3 (0 ms)
4: [ RUN      ] serial.view_static_tests
4: [       OK ] serial.view_static_tests (0 ms)
4: [ RUN      ] serial.view_subview_layoutleft_to_layoutleft
4: [       OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms)
4: [ RUN      ] serial.view_subview_layoutright_to_layoutright
4: [       OK ] serial.view_subview_layoutright_to_layoutright (0 ms)
4: [ RUN      ] serial.view_subview_1d_assign
4: [       OK ] serial.view_subview_1d_assign (0 ms)
4: [ RUN      ] serial.view_subview_1d_assign_atomic
4: [       OK ] serial.view_subview_1d_assign_atomic (0 ms)
4: [ RUN      ] serial.view_subview_1d_assign_randomaccess
4: [       OK ] serial.view_subview_1d_assign_randomaccess (0 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d
4: [       OK ] serial.view_subview_2d_from_3d (3 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d_atomic
4: [       OK ] serial.view_subview_2d_from_3d_atomic (4 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d_randomaccess
4: [       OK ] serial.view_subview_2d_from_3d_randomaccess (3 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left
4: [       OK ] serial.view_subview_3d_from_5d_left (31 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
4: [       OK ] serial.view_subview_3d_from_5d_left_atomic (32 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
4: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (31 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right
4: [       OK ] serial.view_subview_3d_from_5d_right (172 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
4: [       OK ] serial.view_subview_3d_from_5d_right_atomic (174 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (172 ms)
4: [ RUN      ] serial.view_test_unmanaged_subview_reset
4: [       OK ] serial.view_test_unmanaged_subview_reset (0 ms)
4: [ RUN      ] serial.view_subview_memory_traits_construction
4: [       OK ] serial.view_subview_memory_traits_construction (0 ms)
4: [----------] 137 tests from serial (17554 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 147 tests from 2 test suites ran. (23264 ms total)
4: [  PASSED  ] 139 tests.
4: [  SKIPPED ] 8 tests, listed below:
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix
4: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host
4: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device
4: [  SKIPPED ] serial_DeathTest.view_subview_wrong_extents
4: [  SKIPPED ] serial.view_allocation_int
 4/66 Test  #4: Kokkos_CoreUnitTest_Serial2 ................................   Passed   23.41 sec
test 5
      Start  5: Kokkos_CoreUnitTest_Cuda1

5: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Cuda1
5: Test timeout computed to be: 1500
5: [==========] Running 255 tests from 4 test suites.
5: [----------] Global test environment set-up.
5: [----------] 11 tests from cuda_DeathTest
5: [ RUN      ] cuda_DeathTest.abort_from_host
5: [       OK ] cuda_DeathTest.abort_from_host (332 ms)
5: [ RUN      ] cuda_DeathTest.abort_from_device
5: [       OK ] cuda_DeathTest.abort_from_device (339 ms)
5: [ RUN      ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort
5: [       OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (372 ms)
5: [ RUN      ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions
5: [       OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (320 ms)
5: [ RUN      ] cuda_DeathTest.policy_invalid_bounds
5: [       OK ] cuda_DeathTest.policy_invalid_bounds (3 ms)
5: [ RUN      ] cuda_DeathTest.range_policy_invalid_bounds
5: [       OK ] cuda_DeathTest.range_policy_invalid_bounds (5 ms)
5: [ RUN      ] cuda_DeathTest.range_policy_round_trip_conversion_fires
5: [       OK ] cuda_DeathTest.range_policy_round_trip_conversion_fires (2 ms)
5: [ RUN      ] cuda_DeathTest.range_policy_check_sign_changes
5: [       OK ] cuda_DeathTest.range_policy_check_sign_changes (4 ms)
5: [ RUN      ] cuda_DeathTest.range_policy_implicitly_converted_bounds
5: [       OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (4 ms)
5: [ RUN      ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
5: [       OK ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (369 ms)
5: [ RUN      ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
5: [       OK ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (393 ms)
5: [----------] 11 tests from cuda_DeathTest (2149 ms total)
5: 
5: [----------] 1 test from cuda_graph_DeathTest
5: [ RUN      ] cuda_graph_DeathTest.can_instantiate_only_once
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:181: Skipped
5: Preconditions are not checked.
5: [  SKIPPED ] cuda_graph_DeathTest.can_instantiate_only_once (0 ms)
5: [----------] 1 test from cuda_graph_DeathTest (0 ms total)
5: 
5: [----------] 226 tests from cuda
5: [ RUN      ] cuda.array_capacity
5: [       OK ] cuda.array_capacity (0 ms)
5: [ RUN      ] cuda.array_element_access
5: [       OK ] cuda.array_element_access (0 ms)
5: [ RUN      ] cuda.array_operator_equal
5: [       OK ] cuda.array_operator_equal (0 ms)
5: [ RUN      ] cuda.array_zero_capacity
5: [       OK ] cuda.array_zero_capacity (0 ms)
5: [ RUN      ] cuda.array_zero_data_nullptr
5: [       OK ] cuda.array_zero_data_nullptr (0 ms)
5: [ RUN      ] cuda.array_contiguous_capacity
5: [       OK ] cuda.array_contiguous_capacity (0 ms)
5: [ RUN      ] cuda.array_contiguous_element_access
5: [       OK ] cuda.array_contiguous_element_access (0 ms)
5: [ RUN      ] cuda.array_contiguous_assignment
5: [       OK ] cuda.array_contiguous_assignment (0 ms)
5: [ RUN      ] cuda.array_strided_capacity
5: [       OK ] cuda.array_strided_capacity (0 ms)
5: [ RUN      ] cuda.array_strided_element_access
5: [       OK ] cuda.array_strided_element_access (0 ms)
5: [ RUN      ] cuda.array_strided_assignment
5: [       OK ] cuda.array_strided_assignment (0 ms)
5: [ RUN      ] cuda.atomic_operations_complexdouble
5: [       OK ] cuda.atomic_operations_complexdouble (5 ms)
5: [ RUN      ] cuda.atomic_operations_complexfloat
5: [       OK ] cuda.atomic_operations_complexfloat (5 ms)
5: [ RUN      ] cuda.atomic_operations_double
5: [       OK ] cuda.atomic_operations_double (6 ms)
5: [ RUN      ] cuda.atomic_operations_float
5: [       OK ] cuda.atomic_operations_float (5 ms)
5: [ RUN      ] cuda.atomic_operations_int8
5: [       OK ] cuda.atomic_operations_int8 (16 ms)
5: [ RUN      ] cuda.atomic_operations_int16
5: [       OK ] cuda.atomic_operations_int16 (17 ms)
5: [ RUN      ] cuda.atomic_operations_int
5: [       OK ] cuda.atomic_operations_int (15 ms)
5: [ RUN      ] cuda.atomic_operations_long
5: [       OK ] cuda.atomic_operations_long (15 ms)
5: [ RUN      ] cuda.atomic_operations_longlong
5: [       OK ] cuda.atomic_operations_longlong (15 ms)
5: [ RUN      ] cuda.atomic_shared
5: [       OK ] cuda.atomic_shared (0 ms)
5: [ RUN      ] cuda.atomic_operations_unsigned
5: [       OK ] cuda.atomic_operations_unsigned (12 ms)
5: [ RUN      ] cuda.atomic_operations_unsignedlong
5: [       OK ] cuda.atomic_operations_unsignedlong (12 ms)
5: [ RUN      ] cuda.atomics
5: [       OK ] cuda.atomics (167 ms)
5: [ RUN      ] cuda.atomics_tpetra_max_abs
5: [       OK ] cuda.atomics_tpetra_max_abs (0 ms)
5: [ RUN      ] cuda.atomic_views_integral
5: [       OK ] cuda.atomic_views_integral (16 ms)
5: [ RUN      ] cuda.atomic_views_nonintegral
5: [       OK ] cuda.atomic_views_nonintegral (53 ms)
5: [ RUN      ] cuda.atomic_view_api
5: [       OK ] cuda.atomic_view_api (0 ms)
5: [ RUN      ] cuda.bit_manip_countl_zero
5: [       OK ] cuda.bit_manip_countl_zero (6 ms)
5: [ RUN      ] cuda.bit_manip_countl_one
5: [       OK ] cuda.bit_manip_countl_one (0 ms)
5: [ RUN      ] cuda.bit_manip_countr_zero
5: [       OK ] cuda.bit_manip_countr_zero (0 ms)
5: [ RUN      ] cuda.bit_manip_countr_one
5: [       OK ] cuda.bit_manip_countr_one (0 ms)
5: [ RUN      ] cuda.bit_manip_popcount
5: [       OK ] cuda.bit_manip_popcount (0 ms)
5: [ RUN      ] cuda.bit_manip_has_single_bit
5: [       OK ] cuda.bit_manip_has_single_bit (0 ms)
5: [ RUN      ] cuda.bit_manip_bit_floor
5: [       OK ] cuda.bit_manip_bit_floor (0 ms)
5: [ RUN      ] cuda.bit_manip_bit_ceil
5: [       OK ] cuda.bit_manip_bit_ceil (0 ms)
5: [ RUN      ] cuda.bit_manip_bit_width
5: [       OK ] cuda.bit_manip_bit_width (0 ms)
5: [ RUN      ] cuda.bit_manip_rotl
5: [       OK ] cuda.bit_manip_rotl (0 ms)
5: [ RUN      ] cuda.bit_manip_rotr
5: [       OK ] cuda.bit_manip_rotr (0 ms)
5: [ RUN      ] cuda.bit_manip_byeswap
5: [       OK ] cuda.bit_manip_byeswap (0 ms)
5: [ RUN      ] cuda.bit_manip_bit_cast
5: [       OK ] cuda.bit_manip_bit_cast (0 ms)
5: [ RUN      ] cuda.test_block_deduction_bug_pr_3103
5: [       OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms)
5: [ RUN      ] cuda.checked_integer_operations_multiply_overflow
5: [       OK ] cuda.checked_integer_operations_multiply_overflow (0 ms)
5: [ RUN      ] cuda.execution_policy_occupancy_and_hint
5: [       OK ] cuda.execution_policy_occupancy_and_hint (0 ms)
5: [ RUN      ] cuda.complex_construction
5: [       OK ] cuda.complex_construction (0 ms)
5: [ RUN      ] cuda.complex_basic_math
5: [       OK ] cuda.complex_basic_math (0 ms)
5: [ RUN      ] cuda.complex_special_funtions
5: [       OK ] cuda.complex_special_funtions (0 ms)
5: [ RUN      ] cuda.complex_io
5: [       OK ] cuda.complex_io (0 ms)
5: [ RUN      ] cuda.complex_trivially_copyable
5: [       OK ] cuda.complex_trivially_copyable (0 ms)
5: [ RUN      ] cuda.complex_issue_3865
5: [       OK ] cuda.complex_issue_3865 (0 ms)
5: [ RUN      ] cuda.complex_operations_arithmetic_types_overloads
5: [       OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms)
5: [ RUN      ] cuda.complex_structured_bindings
5: [       OK ] cuda.complex_structured_bindings (0 ms)
5: [ RUN      ] cuda.crs_count_fill
5: [       OK ] cuda.crs_count_fill (2 ms)
5: [ RUN      ] cuda.crs_copy_constructor
5: [       OK ] cuda.crs_copy_constructor (5 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_0
5: [       OK ] cuda.deep_copy_assignable_types_rank_0 (5 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_1
5: [       OK ] cuda.deep_copy_assignable_types_rank_1 (0 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_2
5: [       OK ] cuda.deep_copy_assignable_types_rank_2 (0 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_3
5: [       OK ] cuda.deep_copy_assignable_types_rank_3 (0 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_4
5: [       OK ] cuda.deep_copy_assignable_types_rank_4 (0 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_5
5: [       OK ] cuda.deep_copy_assignable_types_rank_5 (0 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_6
5: [       OK ] cuda.deep_copy_assignable_types_rank_6 (0 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_7
5: [       OK ] cuda.deep_copy_assignable_types_rank_7 (0 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_8
5: [       OK ] cuda.deep_copy_assignable_types_rank_8 (0 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_1_half
5: [       OK ] cuda.deep_copy_assignable_types_rank_1_half (0 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_2_half
5: [       OK ] cuda.deep_copy_assignable_types_rank_2_half (0 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_3_half
5: [       OK ] cuda.deep_copy_assignable_types_rank_3_half (0 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_0
5: [       OK ] cuda.deep_copy_narrowing_rank_0 (5 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_1
5: [       OK ] cuda.deep_copy_narrowing_rank_1 (0 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_2
5: [       OK ] cuda.deep_copy_narrowing_rank_2 (0 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_3
5: [       OK ] cuda.deep_copy_narrowing_rank_3 (0 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_4
5: [       OK ] cuda.deep_copy_narrowing_rank_4 (0 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_5
5: [       OK ] cuda.deep_copy_narrowing_rank_5 (0 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_6
5: [       OK ] cuda.deep_copy_narrowing_rank_6 (0 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_7
5: [       OK ] cuda.deep_copy_narrowing_rank_7 (0 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_8
5: [       OK ] cuda.deep_copy_narrowing_rank_8 (0 ms)
5: [ RUN      ] cuda.deep_copy_alignment
5: [       OK ] cuda.deep_copy_alignment (5 ms)
5: [ RUN      ] cuda.deep_copy_conversion
5: [       OK ] cuda.deep_copy_conversion (7 ms)
5: [ RUN      ] cuda.partitioning_by_args
5: [       OK ] cuda.partitioning_by_args (0 ms)
5: [ RUN      ] cuda.partitioning_by_args_with_structured_bindings
5: [       OK ] cuda.partitioning_by_args_with_structured_bindings (0 ms)
5: [ RUN      ] cuda.partitioning_by_vector
5: [       OK ] cuda.partitioning_by_vector (0 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_range
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
5: [       OK ] cuda.exec_space_thread_safety_range (7498 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_mdrange
5: [       OK ] cuda.exec_space_thread_safety_mdrange (751 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_team_policy
5: [       OK ] cuda.exec_space_thread_safety_team_policy (750 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_range_reduce
5: [       OK ] cuda.exec_space_thread_safety_range_reduce (753 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_mdrange_reduce
5: [       OK ] cuda.exec_space_thread_safety_mdrange_reduce (751 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_team_policy_reduce
5: [       OK ] cuda.exec_space_thread_safety_team_policy_reduce (750 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_range_scan
5: [       OK ] cuda.exec_space_thread_safety_range_scan (1505 ms)
5: [ RUN      ] cuda.execution_space_as_class_data_member
5: [       OK ] cuda.execution_space_as_class_data_member (0 ms)
5: [ RUN      ] cuda.functor_analysis
5: [       OK ] cuda.functor_analysis (0 ms)
5: [ RUN      ] cuda.when_all_type
5: [       OK ] cuda.when_all_type (1 ms)
5: [ RUN      ] cuda.graph_capture
5: [       OK ] cuda.graph_capture (1 ms)
5: [ RUN      ] cuda.graph_then
5: [       OK ] cuda.graph_then (0 ms)
5: [ RUN      ] cuda.then_host
5: [       OK ] cuda.then_host (0 ms)
5: [ RUN      ] cuda.mixed_then_host_device_nodes
5: [       OK ] cuda.mixed_then_host_device_nodes (1 ms)
5: [ RUN      ] cuda.graph_then_tag
5: [       OK ] cuda.graph_then_tag (0 ms)
5: [ RUN      ] cuda.host_shared_ptr_use_count
5: [       OK ] cuda.host_shared_ptr_use_count (0 ms)
5: [ RUN      ] cuda.host_shared_ptr_get
5: [       OK ] cuda.host_shared_ptr_get (0 ms)
5: [ RUN      ] cuda.host_shared_ptr_dereference_on_device
5: [       OK ] cuda.host_shared_ptr_dereference_on_device (0 ms)
5: [ RUN      ] cuda.host_shared_ptr_special_members_on_device
5: [       OK ] cuda.host_shared_ptr_special_members_on_device (0 ms)
5: [ RUN      ] cuda.host_shared_ptr_tracking
5: [       OK ] cuda.host_shared_ptr_tracking (0 ms)
5: [ RUN      ] cuda.join_backward_compatibility
5: [       OK ] cuda.join_backward_compatibility (0 ms)
5: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutleft
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
5: [       OK ] cuda.local_deepcopy_teampolicy_layoutleft (1653 ms)
5: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutleft
5: [       OK ] cuda.local_deepcopy_rangepolicy_layoutleft (2435 ms)
5: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutright
5: [       OK ] cuda.local_deepcopy_teampolicy_layoutright (1299 ms)
5: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutright
5: [       OK ] cuda.local_deepcopy_rangepolicy_layoutright (1537 ms)
5: [ RUN      ] cuda.deep_copy_scratch
5: [       OK ] cuda.deep_copy_scratch (0 ms)
5: [ RUN      ] cuda.mathematical_constants_e
5: [       OK ] cuda.mathematical_constants_e (1 ms)
5: [ RUN      ] cuda.mathematical_constants_log2e
5: [       OK ] cuda.mathematical_constants_log2e (0 ms)
5: [ RUN      ] cuda.mathematical_constants_log10e
5: [       OK ] cuda.mathematical_constants_log10e (0 ms)
5: [ RUN      ] cuda.mathematical_constants_pi
5: [       OK ] cuda.mathematical_constants_pi (0 ms)
5: [ RUN      ] cuda.mathematical_constants_inv_pi
5: [       OK ] cuda.mathematical_constants_inv_pi (0 ms)
5: [ RUN      ] cuda.mathematical_constants_inv_sqrtpi
5: [       OK ] cuda.mathematical_constants_inv_sqrtpi (0 ms)
5: [ RUN      ] cuda.mathematical_constants_ln2
5: [       OK ] cuda.mathematical_constants_ln2 (0 ms)
5: [ RUN      ] cuda.mathematical_constants_ln10
5: [       OK ] cuda.mathematical_constants_ln10 (0 ms)
5: [ RUN      ] cuda.mathematical_constants_sqrt2
5: [       OK ] cuda.mathematical_constants_sqrt2 (0 ms)
5: [ RUN      ] cuda.mathematical_constants_sqrt3
5: [       OK ] cuda.mathematical_constants_sqrt3 (0 ms)
5: [ RUN      ] cuda.mathematical_constants_inv_sqrt3
5: [       OK ] cuda.mathematical_constants_inv_sqrt3 (0 ms)
5: [ RUN      ] cuda.mathematical_constants_egamma
5: [       OK ] cuda.mathematical_constants_egamma (0 ms)
5: [ RUN      ] cuda.mathematical_constants_phi
5: [       OK ] cuda.mathematical_constants_phi (0 ms)
5: [ RUN      ] cuda.mathematical_functions_trigonometric_functions
5: [       OK ] cuda.mathematical_functions_trigonometric_functions (13 ms)
5: [ RUN      ] cuda.mathematical_functions_hyperbolic_functions
5: [       OK ] cuda.mathematical_functions_hyperbolic_functions (3 ms)
5: [ RUN      ] cuda.mathematical_functions_non_standard
5: [       OK ] cuda.mathematical_functions_non_standard (0 ms)
5: [ RUN      ] cuda.mathematical_functions_power_functions
5: [       OK ] cuda.mathematical_functions_power_functions (10 ms)
5: [ RUN      ] cuda.mathematical_functions_fma
5: [       OK ] cuda.mathematical_functions_fma (0 ms)
5: [ RUN      ] cuda.mathematical_functions_fmax_fmin
5: [       OK ] cuda.mathematical_functions_fmax_fmin (0 ms)
5: [ RUN      ] cuda.mathematical_functions_error_and_gamma_functions
5: [       OK ] cuda.mathematical_functions_error_and_gamma_functions (2 ms)
5: [ RUN      ] cuda.mathematical_functions_nearest_interger_floating_point_operations
5: [       OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (2 ms)
5: [ RUN      ] cuda.mathematical_functions_floating_point_manipulation_functions
5: [       OK ] cuda.mathematical_functions_floating_point_manipulation_functions (1 ms)
5: [ RUN      ] cuda.mathematical_functions_absolute_value
5: [       OK ] cuda.mathematical_functions_absolute_value (0 ms)
5: [ RUN      ] cuda.mathematical_functions_floating_point_absolute_value
5: [       OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms)
5: [ RUN      ] cuda.mathematical_functions_remainder_function
5: [       OK ] cuda.mathematical_functions_remainder_function (0 ms)
5: [ RUN      ] cuda.mathematical_functions_isfinite
5: [       OK ] cuda.mathematical_functions_isfinite (0 ms)
5: [ RUN      ] cuda.mathematical_functions_isinf
5: [       OK ] cuda.mathematical_functions_isinf (0 ms)
5: [ RUN      ] cuda.mathematical_functions_isnan
5: [       OK ] cuda.mathematical_functions_isnan (0 ms)
5: [ RUN      ] cuda.mathematical_functions_impl_half_fallback
5: [       OK ] cuda.mathematical_functions_impl_half_fallback (0 ms)
5: [ RUN      ] cuda.mathematical_functions_nextafter_fp16
5: [       OK ] cuda.mathematical_functions_nextafter_fp16 (0 ms)
5: [ RUN      ] cuda.mathematical_functions_exponential_functions
5: [       OK ] cuda.mathematical_functions_exponential_functions (8 ms)
5: [ RUN      ] cuda.mathspecialfunc_expint1
5: [       OK ] cuda.mathspecialfunc_expint1 (3 ms)
5: [ RUN      ] cuda.mathspecialfunc_errorfunc
5: [       OK ] cuda.mathspecialfunc_errorfunc (0 ms)
5: [ RUN      ] cuda.mathspecialfunc_cbesselj0y0
5: [       OK ] cuda.mathspecialfunc_cbesselj0y0 (25 ms)
5: [ RUN      ] cuda.mathspecialfunc_cbesselj1y1
5: [       OK ] cuda.mathspecialfunc_cbesselj1y1 (25 ms)
5: [ RUN      ] cuda.mathspecialfunc_cbesseli0k0
5: [       OK ] cuda.mathspecialfunc_cbesseli0k0 (0 ms)
5: [ RUN      ] cuda.mathspecialfunc_cbesseli1k1
5: [       OK ] cuda.mathspecialfunc_cbesseli1k1 (0 ms)
5: [ RUN      ] cuda.mathspecialfunc_cbesselh1stkind
5: [       OK ] cuda.mathspecialfunc_cbesselh1stkind (1 ms)
5: [ RUN      ] cuda.mathspecialfunc_cbesselh2ndkind
5: [       OK ] cuda.mathspecialfunc_cbesselh2ndkind (1 ms)
5: [ RUN      ] cuda.mdrange_5d
5: [       OK ] cuda.mdrange_5d (139 ms)
5: [ RUN      ] cuda.mdrange_6d
5: [       OK ] cuda.mdrange_6d (239 ms)
5: [ RUN      ] cuda.mdrange_2d
5: [       OK ] cuda.mdrange_2d (2 ms)
5: [ RUN      ] cuda.mdrange_array_reduce
5: [       OK ] cuda.mdrange_array_reduce (0 ms)
5: [ RUN      ] cuda.mdrange_3d
5: [       OK ] cuda.mdrange_3d (6 ms)
5: [ RUN      ] cuda.mdrange_neg_idx
5: [       OK ] cuda.mdrange_neg_idx (1 ms)
5: [ RUN      ] cuda.mdrange_4d
5: [       OK ] cuda.mdrange_4d (35 ms)
5: [ RUN      ] cuda.mdrange_scalar
5: [       OK ] cuda.mdrange_scalar (0 ms)
5: [ RUN      ] cuda.mdrange_large_deep_copy
5: [       OK ] cuda.mdrange_large_deep_copy (73 ms)
5: [ RUN      ] cuda.md_range_policy_construction_from_arrays
5: [       OK ] cuda.md_range_policy_construction_from_arrays (0 ms)
5: [ RUN      ] cuda.policy_get_tile_size
5: [       OK ] cuda.policy_get_tile_size (0 ms)
5: [ RUN      ] cuda.mdrange_parallel_reduce_primitive_types
5: [       OK ] cuda.mdrange_parallel_reduce_primitive_types (2561 ms)
5: [ RUN      ] cuda.mdspan_minimal_functional
5: [       OK ] cuda.mdspan_minimal_functional (0 ms)
5: [ RUN      ] cuda.mdspan_atomic_accessor
5: [       OK ] cuda.mdspan_atomic_accessor (0 ms)
5: [ RUN      ] cuda.view_mdspan_conversion
5: [       OK ] cuda.view_mdspan_conversion (2 ms)
5: [ RUN      ] cuda.view_mdspan_conversion_with_stride
5: [       OK ] cuda.view_mdspan_conversion_with_stride (0 ms)
5: [ RUN      ] cuda.max
5: [       OK ] cuda.max (0 ms)
5: [ RUN      ] cuda.max_within_parfor
5: [       OK ] cuda.max_within_parfor (0 ms)
5: [ RUN      ] cuda.min
5: [       OK ] cuda.min (0 ms)
5: [ RUN      ] cuda.min_within_parfor
5: [       OK ] cuda.min_within_parfor (0 ms)
5: [ RUN      ] cuda.minmax
5: [       OK ] cuda.minmax (0 ms)
5: [ RUN      ] cuda.minmax_within_parfor
5: [       OK ] cuda.minmax_within_parfor (0 ms)
5: [ RUN      ] cuda.clamp
5: [       OK ] cuda.clamp (0 ms)
5: [ RUN      ] cuda.clamp_within_parfor
5: [       OK ] cuda.clamp_within_parfor (0 ms)
5: [ RUN      ] cuda.numeric_traits_infinity
5: [       OK ] cuda.numeric_traits_infinity (5 ms)
5: [ RUN      ] cuda.numeric_traits_epsilon
5: [       OK ] cuda.numeric_traits_epsilon (0 ms)
5: [ RUN      ] cuda.numeric_traits_round_error
5: [       OK ] cuda.numeric_traits_round_error (0 ms)
5: [ RUN      ] cuda.numeric_traits_norm_min
5: [       OK ] cuda.numeric_traits_norm_min (0 ms)
5: [ RUN      ] cuda.numeric_traits_denorm_min
5: [       OK ] cuda.numeric_traits_denorm_min (0 ms)
5: [ RUN      ] cuda.numeric_traits_finite_min_max
5: [       OK ] cuda.numeric_traits_finite_min_max (1 ms)
5: [ RUN      ] cuda.numeric_traits_digits
5: [       OK ] cuda.numeric_traits_digits (1 ms)
5: [ RUN      ] cuda.numeric_traits_digits10
5: [       OK ] cuda.numeric_traits_digits10 (1 ms)
5: [ RUN      ] cuda.numeric_traits_max_digits10
5: [       OK ] cuda.numeric_traits_max_digits10 (0 ms)
5: [ RUN      ] cuda.numeric_traits_radix
5: [       OK ] cuda.numeric_traits_radix (1 ms)
5: [ RUN      ] cuda.numeric_traits_min_max_exponent
5: [       OK ] cuda.numeric_traits_min_max_exponent (0 ms)
5: [ RUN      ] cuda.numeric_traits_min_max_exponent10
5: [       OK ] cuda.numeric_traits_min_max_exponent10 (0 ms)
5: [ RUN      ] cuda.numeric_traits_quiet_and_signaling_nan
5: [       OK ] cuda.numeric_traits_quiet_and_signaling_nan (0 ms)
5: [ RUN      ] cuda.numeric_traits_sfinae_friendly
5: [       OK ] cuda.numeric_traits_sfinae_friendly (0 ms)
5: [ RUN      ] cuda.occupancy_control
5: [       OK ] cuda.occupancy_control (0 ms)
5: [ RUN      ] cuda.memory_pool
5: [       OK ] cuda.memory_pool (10 ms)
5: [ RUN      ] cuda.cxx11
5: [       OK ] cuda.cxx11 (0 ms)
5: [ RUN      ] cuda.parallel_scan_range_policy
5: [       OK ] cuda.parallel_scan_range_policy (42 ms)
5: [ RUN      ] cuda.kokkos_printf
5: [       OK ] cuda.kokkos_printf (2 ms)
5: [ RUN      ] cuda.range_for
5: [       OK ] cuda.range_for (1 ms)
5: [ RUN      ] cuda.range_reduce
5: [       OK ] cuda.range_reduce (0 ms)
5: [ RUN      ] cuda.range_dynamic_policy
5: [       OK ] cuda.range_dynamic_policy (0 ms)
5: [ RUN      ] cuda.large_parallel_for_reduce
5: [       OK ] cuda.large_parallel_for_reduce (49 ms)
5: [ RUN      ] cuda.range_policy_runtime_parameters
5: [       OK ] cuda.range_policy_runtime_parameters (0 ms)
5: [ RUN      ] cuda.range_policy_one_way_convertible_bounds
5: [       OK ] cuda.range_policy_one_way_convertible_bounds (0 ms)
5: [ RUN      ] cuda.range_for_require
5: [       OK ] cuda.range_for_require (1 ms)
5: [ RUN      ] cuda.range_reduce_require
5: [       OK ] cuda.range_reduce_require (0 ms)
5: [ RUN      ] cuda.range_dynamic_policy_require
5: [       OK ] cuda.range_dynamic_policy_require (0 ms)
5: [ RUN      ] cuda.reducers_int
5: [       OK ] cuda.reducers_int (7 ms)
5: [ RUN      ] cuda.reducers_double
5: [       OK ] cuda.reducers_double (12 ms)
5: [ RUN      ] cuda.reducers_complex_double
5: [       OK ] cuda.reducers_complex_double (7 ms)
5: [ RUN      ] cuda.reducers_struct
5: [       OK ] cuda.reducers_struct (5 ms)
5: [ RUN      ] cuda.reducers_half_t
5: [       OK ] cuda.reducers_half_t (3 ms)
5: [ RUN      ] cuda.reducers_bhalf_t
5: [       OK ] cuda.reducers_bhalf_t (3 ms)
5: [ RUN      ] cuda.reducers_int8_t
5: [       OK ] cuda.reducers_int8_t (2 ms)
5: [ RUN      ] cuda.reducers_int16_t
5: [       OK ] cuda.reducers_int16_t (3 ms)
5: [ RUN      ] cuda.reducers_point_t
5: [       OK ] cuda.reducers_point_t (2 ms)
5: [ RUN      ] cuda.reducers_bool
5: [       OK ] cuda.reducers_bool (1 ms)
5: [ RUN      ] cuda.int64_t_reduce
5: [       OK ] cuda.int64_t_reduce (16 ms)
5: [ RUN      ] cuda.double_reduce
5: [       OK ] cuda.double_reduce (13 ms)
5: [ RUN      ] cuda.int64_t_reduce_dynamic
5: [       OK ] cuda.int64_t_reduce_dynamic (20 ms)
5: [ RUN      ] cuda.double_reduce_dynamic
5: [       OK ] cuda.double_reduce_dynamic (18 ms)
5: [ RUN      ] cuda.int64_t_reduce_dynamic_view
5: [       OK ] cuda.int64_t_reduce_dynamic_view (3 ms)
5: [ RUN      ] cuda.int_combined_reduce
5: [       OK ] cuda.int_combined_reduce (0 ms)
5: [ RUN      ] cuda.mdrange_combined_reduce
5: [       OK ] cuda.mdrange_combined_reduce (0 ms)
5: [ RUN      ] cuda.int_combined_reduce_mixed
5: [       OK ] cuda.int_combined_reduce_mixed (0 ms)
5: [ RUN      ] cuda.reduction_with_large_iteration_count
5: [       OK ] cuda.reduction_with_large_iteration_count (259 ms)
5: [ RUN      ] cuda.reduction_identity_min_max_floating_point_types
5: [       OK ] cuda.reduction_identity_min_max_floating_point_types (0 ms)
5: [ RUN      ] cuda.reduction_deduction
5: [       OK ] cuda.reduction_deduction (0 ms)
5: [ RUN      ] cuda.reduce_device_view_range_policy
5: [       OK ] cuda.reduce_device_view_range_policy (5 ms)
5: [ RUN      ] cuda.reduce_device_view_mdrange_policy
5: [       OK ] cuda.reduce_device_view_mdrange_policy (114 ms)
5: [ RUN      ] cuda.reduce_device_view_team_policy
5: [       OK ] cuda.reduce_device_view_team_policy (6 ms)
5: [ RUN      ] cuda.impl_shared_alloc
5: [       OK ] cuda.impl_shared_alloc (58 ms)
5: [ RUN      ] cuda.mdspan_space_aware_accessor
5: [       OK ] cuda.mdspan_space_aware_accessor (1 ms)
5: [ RUN      ] cuda.kokkos_swap
5: [       OK ] cuda.kokkos_swap (0 ms)
5: [ RUN      ] cuda.reduceRangePolicyViewSizeLimit
5: [       OK ] cuda.reduceRangePolicyViewSizeLimit (18 ms)
5: [ RUN      ] cuda.reduceMDRangePolicyViewSizeLimit
5: [       OK ] cuda.reduceMDRangePolicyViewSizeLimit (94 ms)
5: [----------] 226 tests from cuda (24094 ms total)
5: 
5: [----------] 17 tests from cuda_graph
5: [ RUN      ] cuda_graph.submit_once
5: [       OK ] cuda_graph.submit_once (0 ms)
5: [ RUN      ] cuda_graph.submit_once_rvalue
5: [       OK ] cuda_graph.submit_once_rvalue (0 ms)
5: [ RUN      ] cuda_graph.instantiate_and_submit_once
5: [       OK ] cuda_graph.instantiate_and_submit_once (0 ms)
5: [ RUN      ] cuda_graph.submit_onto_another_execution_space_instance
5: [       OK ] cuda_graph.submit_onto_another_execution_space_instance (0 ms)
5: [ RUN      ] cuda_graph.create_graph_no_closure_with_exec
5: [       OK ] cuda_graph.create_graph_no_closure_with_exec (0 ms)
5: [ RUN      ] cuda_graph.create_graph_no_arg
5: [       OK ] cuda_graph.create_graph_no_arg (0 ms)
5: [ RUN      ] cuda_graph.submit_six
5: [       OK ] cuda_graph.submit_six (0 ms)
5: [ RUN      ] cuda_graph.when_all_cycle
5: [       OK ] cuda_graph.when_all_cycle (0 ms)
5: [ RUN      ] cuda_graph.repeat_chain
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:338: Skipped
5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space.
5: [  SKIPPED ] cuda_graph.repeat_chain (0 ms)
5: [ RUN      ] cuda_graph.zero_work_reduce
5: [       OK ] cuda_graph.zero_work_reduce (0 ms)
5: [ RUN      ] cuda_graph.empty_graph
5: [       OK ] cuda_graph.empty_graph (0 ms)
5: [ RUN      ] cuda_graph.force_global_launch
5: [       OK ] cuda_graph.force_global_launch (0 ms)
5: [ RUN      ] cuda_graph.sized_functor_launch
5: [       OK ] cuda_graph.sized_functor_launch (0 ms)
5: [ RUN      ] cuda_graph.empty_graph_default_host_exec
5: [       OK ] cuda_graph.empty_graph_default_host_exec (0 ms)
5: [ RUN      ] cuda_graph.node_lifetime
5: [       OK ] cuda_graph.node_lifetime (0 ms)
5: [ RUN      ] cuda_graph.diamond
5: [       OK ] cuda_graph.diamond (0 ms)
5: [ RUN      ] cuda_graph.end_of_submit_control_flow
5: [       OK ] cuda_graph.end_of_submit_control_flow (0 ms)
5: [----------] 17 tests from cuda_graph (4 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 255 tests from 4 test suites ran. (26249 ms total)
5: [  PASSED  ] 253 tests.
5: [  SKIPPED ] 2 tests, listed below:
5: [  SKIPPED ] cuda_graph_DeathTest.can_instantiate_only_once
5: [  SKIPPED ] cuda_graph.repeat_chain
 5/66 Test  #5: Kokkos_CoreUnitTest_Cuda1 ..................................   Passed   26.45 sec
test 6
      Start  6: Kokkos_CoreUnitTest_Cuda2

6: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Cuda2
6: Test timeout computed to be: 1500
6: [==========] Running 147 tests from 4 test suites.
6: [----------] Global test environment set-up.
6: [----------] 8 tests from cuda_DeathTest
6: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_dyn
6: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped
6: only enforced when debug bound checks is enabled
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
6: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_stat
6: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped
6: only enforced when debug bound checks is enabled
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat (0 ms)
6: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_mix
6: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped
6: only enforced when debug bound checks is enabled
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix (0 ms)
6: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_static_extents
6: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped
6: only enforced when debug bound checks is enabled
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents (0 ms)
6: [ RUN      ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment
6: [       OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (2622 ms)
6: [ RUN      ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment
6: [       OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (2233 ms)
6: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_host
6: [       OK ] cuda_DeathTest.view_memory_access_violations_from_host (6028 ms)
6: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_device
6: [       OK ] cuda_DeathTest.view_memory_access_violations_from_device (6165 ms)
6: [----------] 8 tests from cuda_DeathTest (17050 ms total)
6: 
6: [----------] 2 tests from cuda_uvm_DeathTest
6: [ RUN      ] cuda_uvm_DeathTest.view_subview_wrong_extents
6: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSubView_a.hpp:81: Skipped
6: only enforced when debug bound checks is enabled
6: [  SKIPPED ] cuda_uvm_DeathTest.view_subview_wrong_extents (0 ms)
6: [ RUN      ] cuda_uvm_DeathTest.view_subview_constructor_layout_compatibility
6: [       OK ] cuda_uvm_DeathTest.view_subview_constructor_layout_compatibility (642 ms)
6: [----------] 2 tests from cuda_uvm_DeathTest (642 ms total)
6: 
6: [----------] 109 tests from cuda
6: [ RUN      ] cuda.team_for
6: [       OK ] cuda.team_for (12 ms)
6: [ RUN      ] cuda.team_reduce
6: [       OK ] cuda.team_reduce (1 ms)
6: [ RUN      ] cuda.team_reduce_large
6: [       OK ] cuda.team_reduce_large (44 ms)
6: [ RUN      ] cuda.team_parallel_single
6: [       OK ] cuda.team_parallel_single (6 ms)
6: [ RUN      ] cuda.large_team_scratch_size
6: [       OK ] cuda.large_team_scratch_size (0 ms)
6: [ RUN      ] cuda.team_broadcast_long
6: [       OK ] cuda.team_broadcast_long (0 ms)
6: [ RUN      ] cuda.team_broadcast_long_wrapper
6: [       OK ] cuda.team_broadcast_long_wrapper (0 ms)
6: [ RUN      ] cuda.team_broadcast_char
6: [       OK ] cuda.team_broadcast_char (0 ms)
6: [ RUN      ] cuda.team_broadcast_float
6: [       OK ] cuda.team_broadcast_float (0 ms)
6: [ RUN      ] cuda.team_broadcast_double
6: [       OK ] cuda.team_broadcast_double (0 ms)
6: [ RUN      ] cuda.team_broadcast_int_ptr
6: [       OK ] cuda.team_broadcast_int_ptr (0 ms)
6: [ RUN      ] cuda.team_single_thread_int_ptr
6: [       OK ] cuda.team_single_thread_int_ptr (0 ms)
6: [ RUN      ] cuda.team_single_team_int_ptr
6: [       OK ] cuda.team_single_team_int_ptr (0 ms)
6: [ RUN      ] cuda.team_handle_by_value
6: [       OK ] cuda.team_handle_by_value (0 ms)
6: [ RUN      ] cuda.team_vector
6: [       OK ] cuda.team_vector (10 ms)
6: [ RUN      ] cuda.triple_nested_parallelism
6: [       OK ] cuda.triple_nested_parallelism (6 ms)
6: [ RUN      ] cuda.parallel_scan_with_reducers
6: [       OK ] cuda.parallel_scan_with_reducers (84 ms)
6: [ RUN      ] cuda.team_thread_range_combined_reducers
6: [       OK ] cuda.team_thread_range_combined_reducers (0 ms)
6: [ RUN      ] cuda.thread_vector_range_combined_reducers
6: [       OK ] cuda.thread_vector_range_combined_reducers (0 ms)
6: [ RUN      ] cuda.team_vector_range_combined_reducers
6: [       OK ] cuda.team_vector_range_combined_reducers (0 ms)
6: [ RUN      ] cuda.TeamThreadMDRangeParallelFor
6: [       OK ] cuda.TeamThreadMDRangeParallelFor (27 ms)
6: [ RUN      ] cuda.ThreadVectorMDRangeParallelFor
6: [       OK ] cuda.ThreadVectorMDRangeParallelFor (10 ms)
6: [ RUN      ] cuda.TeamVectorMDRangeParallelFor
6: [       OK ] cuda.TeamVectorMDRangeParallelFor (10 ms)
6: [ RUN      ] cuda.TeamThreadMDRangeParallelReduce
6: [       OK ] cuda.TeamThreadMDRangeParallelReduce (17 ms)
6: [ RUN      ] cuda.ThreadVectorMDRangeParallelReduce
6: [       OK ] cuda.ThreadVectorMDRangeParallelReduce (6 ms)
6: [ RUN      ] cuda.TeamVectorMDRangeParallelReduce
6: [       OK ] cuda.TeamVectorMDRangeParallelReduce (6 ms)
6: [ RUN      ] cuda.team_policy_runtime_parameters
6: [       OK ] cuda.team_policy_runtime_parameters (0 ms)
6: [ RUN      ] cuda.team_reduction_scan
6: [       OK ] cuda.team_reduction_scan (1414 ms)
6: [ RUN      ] cuda.team_long_reduce
6: [       OK ] cuda.team_long_reduce (31 ms)
6: [ RUN      ] cuda.team_double_reduce
6: [       OK ] cuda.team_double_reduce (31 ms)
6: [ RUN      ] cuda.team_long_array_reduce
6: [       OK ] cuda.team_long_array_reduce (12 ms)
6: [ RUN      ] cuda.team_double_array_reduce
6: [       OK ] cuda.team_double_array_reduce (12 ms)
6: [ RUN      ] cuda.team_parallel_dummy_with_reducer_and_scratch_space
6: [       OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
6: [ RUN      ] cuda.repeated_team_reduce
6: [       OK ] cuda.repeated_team_reduce (11 ms)
6: [ RUN      ] cuda.nested_team_reduce_functor_as_reducer
6: [       OK ] cuda.nested_team_reduce_functor_as_reducer (0 ms)
6: [ RUN      ] cuda.team_scan
6: [       OK ] cuda.team_scan (149 ms)
6: [ RUN      ] cuda.team_scan_ret_val
6: [       OK ] cuda.team_scan_ret_val (145 ms)
6: [ RUN      ] cuda.team_shared_request
6: [       OK ] cuda.team_shared_request (2 ms)
6: [ RUN      ] cuda.team_scratch_request
6: [       OK ] cuda.team_scratch_request (1 ms)
6: [ RUN      ] cuda.team_lambda_shared_request
6: [       OK ] cuda.team_lambda_shared_request (0 ms)
6: [ RUN      ] cuda.scratch_align
6: [       OK ] cuda.scratch_align (0 ms)
6: [ RUN      ] cuda.shmem_size
6: [       OK ] cuda.shmem_size (0 ms)
6: [ RUN      ] cuda.multi_level_scratch
6: [       OK ] cuda.multi_level_scratch (6 ms)
6: [ RUN      ] cuda.team_scratch_memory_index_parallel_for
6: [       OK ] cuda.team_scratch_memory_index_parallel_for (0 ms)
6: [ RUN      ] cuda.team_policy_max_recommended
6: [       OK ] cuda.team_policy_max_recommended (1085 ms)
6: [ RUN      ] cuda.team_policy_minmax_scalar_without_plus_equal_k
6: [       OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
6: [ RUN      ] cuda.team_teamvector_range
6: [       OK ] cuda.team_teamvector_range (2 ms)
6: [ RUN      ] cuda.timer
6: [       OK ] cuda.timer (20 ms)
6: [ RUN      ] cuda.unique_token_global
6: [       OK ] cuda.unique_token_global (2 ms)
6: [ RUN      ] cuda.unique_token_instance
6: [       OK ] cuda.unique_token_instance (1 ms)
6: [ RUN      ] cuda.unique_token_team_acquire
6: [       OK ] cuda.unique_token_team_acquire (11 ms)
6: [ RUN      ] cuda.view_api_a
6: [       OK ] cuda.view_api_a (7 ms)
6: [ RUN      ] cuda.view_layout_left_with_stride
6: [       OK ] cuda.view_layout_left_with_stride (0 ms)
6: [ RUN      ] cuda.view_layout_right_with_stride
6: [       OK ] cuda.view_layout_right_with_stride (0 ms)
6: [ RUN      ] cuda.view_api_b
6: [       OK ] cuda.view_api_b (4 ms)
6: [ RUN      ] cuda.view_api_c
6: [       OK ] cuda.view_api_c (0 ms)
6: [ RUN      ] cuda.view_api_d
6: [       OK ] cuda.view_api_d (1 ms)
6: [ RUN      ] cuda.view_remap
6: [       OK ] cuda.view_remap (0 ms)
6: [ RUN      ] cuda.view_mirror_nonconst
6: [       OK ] cuda.view_mirror_nonconst (0 ms)
6: [ RUN      ] cuda.view_stride_method
6: [       OK ] cuda.view_stride_method (0 ms)
6: [ RUN      ] cuda.anonymous_space
6: [       OK ] cuda.anonymous_space (0 ms)
6: [ RUN      ] cuda.view_overload_resolution
6: [       OK ] cuda.view_overload_resolution (0 ms)
6: [ RUN      ] cuda.view_allocation_large_rank
6: [       OK ] cuda.view_allocation_large_rank (5 ms)
6: [ RUN      ] cuda.view_shmem_size_on_device
6: [       OK ] cuda.view_shmem_size_on_device (0 ms)
6: [ RUN      ] cuda.view_is_assignable
6: [       OK ] cuda.view_is_assignable (0 ms)
6: [ RUN      ] cuda.view_bad_alloc
6: [       OK ] cuda.view_bad_alloc (0 ms)
6: [ RUN      ] cuda.view_copy_tests
6: [       OK ] cuda.view_copy_tests (8 ms)
6: [ RUN      ] cuda.view_copy_tests_rank_0
6: [       OK ] cuda.view_copy_tests_rank_0 (0 ms)
6: [ RUN      ] cuda.view_copy_degenerated
6: [       OK ] cuda.view_copy_degenerated (0 ms)
6: [ RUN      ] cuda.view_fill_tests_layout_right
6: [       OK ] cuda.view_fill_tests_layout_right (155 ms)
6: [ RUN      ] cuda.view_fill_tests_layout_left
6: [       OK ] cuda.view_fill_tests_layout_left (85 ms)
6: [ RUN      ] cuda.vcp_empty_traits
6: [       OK ] cuda.vcp_empty_traits (0 ms)
6: [ RUN      ] cuda.is_view_label
6: [       OK ] cuda.is_view_label (0 ms)
6: [ RUN      ] cuda.vcp_label_base_traits
6: [       OK ] cuda.vcp_label_base_traits (0 ms)
6: [ RUN      ] cuda.vcp_label_traits
6: [       OK ] cuda.vcp_label_traits (0 ms)
6: [ RUN      ] cuda.view_alloc_can_perfect_forward_label
6: [       OK ] cuda.view_alloc_can_perfect_forward_label (0 ms)
6: [ RUN      ] cuda.vcp_label_copy_constructor
6: [       OK ] cuda.vcp_label_copy_constructor (0 ms)
6: [ RUN      ] cuda.vcp_pointer_add_property
6: [       OK ] cuda.vcp_pointer_add_property (0 ms)
6: [ RUN      ] cuda.view_empty_runtime_unmanaged
6: [       OK ] cuda.view_empty_runtime_unmanaged (0 ms)
6: [ RUN      ] cuda.view_layoutstride_left_to_layoutleft_assignment
6: [       OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (71 ms)
6: [ RUN      ] cuda.view_layoutstride_right_to_layoutright_assignment
6: [       OK ] cuda.view_layoutstride_right_to_layoutright_assignment (69 ms)
6: [ RUN      ] cuda.view_mapping
6: [       OK ] cuda.view_mapping (50 ms)
6: [ RUN      ] cuda.view_mapping_operator
6: [       OK ] cuda.view_mapping_operator (23 ms)
6: [ RUN      ] cuda.static_extent
6: [       OK ] cuda.static_extent (0 ms)
6: [ RUN      ] cuda.view_mapping_atomic
6: [       OK ] cuda.view_mapping_atomic (0 ms)
6: [ RUN      ] cuda.view_mapping_class_value
6: [       OK ] cuda.view_mapping_class_value (0 ms)
6: [ RUN      ] cuda.view_mapping_assignable
6: [       OK ] cuda.view_mapping_assignable (0 ms)
6: [ RUN      ] cuda.view_mapping_trivially_copyable
6: [       OK ] cuda.view_mapping_trivially_copyable (0 ms)
6: [ RUN      ] cuda.view_mapping_subview
6: [       OK ] cuda.view_mapping_subview (1 ms)
6: [ RUN      ] cuda.view_nested_view
6: [       OK ] cuda.view_nested_view (0 ms)
6: [ RUN      ] cuda.view_of_views_default
6: [       OK ] cuda.view_of_views_default (0 ms)
6: [ RUN      ] cuda.view_of_views_without_initializing
6: [       OK ] cuda.view_of_views_without_initializing (0 ms)
6: [ RUN      ] cuda.test_view_of_views_sequential_host_init
6: [       OK ] cuda.test_view_of_views_sequential_host_init (0 ms)
6: [ RUN      ] cuda.append_formatted_multidimensional_index
6: [       OK ] cuda.append_formatted_multidimensional_index (0 ms)
6: [ RUN      ] cuda.view_resize
6: [       OK ] cuda.view_resize (13 ms)
6: [ RUN      ] cuda.view_realloc
6: [       OK ] cuda.view_realloc (0 ms)
6: [ RUN      ] cuda.workgraph_fib
6: [       OK ] cuda.workgraph_fib (799 ms)
6: [ RUN      ] cuda.resize_realloc_no_init
6: [       OK ] cuda.resize_realloc_no_init (0 ms)
6: [ RUN      ] cuda.resize_realloc_no_alloc
6: [       OK ] cuda.resize_realloc_no_alloc (0 ms)
6: [ RUN      ] cuda.realloc_exec_space
6: [       OK ] cuda.realloc_exec_space (0 ms)
6: [ RUN      ] cuda.view_alloc
6: [       OK ] cuda.view_alloc (0 ms)
6: [ RUN      ] cuda.view_alloc_exec_space
6: [       OK ] cuda.view_alloc_exec_space (0 ms)
6: [ RUN      ] cuda.view_alloc_int
6: [       OK ] cuda.view_alloc_int (0 ms)
6: [ RUN      ] cuda.view_alloc_exec_space_int
6: [       OK ] cuda.view_alloc_exec_space_int (0 ms)
6: [ RUN      ] cuda.deep_copy_zero_memset
6: [       OK ] cuda.deep_copy_zero_memset (0 ms)
6: [ RUN      ] cuda.resize_exec_space
6: [       OK ] cuda.resize_exec_space (0 ms)
6: [ RUN      ] cuda.view_allocation_int
6: [       OK ] cuda.view_allocation_int (0 ms)
6: [ RUN      ] cuda.view_allocation_exec_space_int
6: [       OK ] cuda.view_allocation_exec_space_int (0 ms)
6: [ RUN      ] cuda.view_not_default_constructible
6: [       OK ] cuda.view_not_default_constructible (0 ms)
6: [----------] 109 tests from cuda (4502 ms total)
6: 
6: [----------] 28 tests from cuda_uvm
6: [ RUN      ] cuda_uvm.view_subview_auto_1d_left
6: [       OK ] cuda_uvm.view_subview_auto_1d_left (5 ms)
6: [ RUN      ] cuda_uvm.view_subview_auto_1d_right
6: [       OK ] cuda_uvm.view_subview_auto_1d_right (5 ms)
6: [ RUN      ] cuda_uvm.view_subview_auto_1d_stride
6: [       OK ] cuda_uvm.view_subview_auto_1d_stride (4 ms)
6: [ RUN      ] cuda_uvm.view_subview_assign_strided
6: [       OK ] cuda_uvm.view_subview_assign_strided (3 ms)
6: [ RUN      ] cuda_uvm.view_subview_left_0
6: [       OK ] cuda_uvm.view_subview_left_0 (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_left_1
6: [       OK ] cuda_uvm.view_subview_left_1 (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_left_2
6: [       OK ] cuda_uvm.view_subview_left_2 (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_left_3
6: [       OK ] cuda_uvm.view_subview_left_3 (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_right_0
6: [       OK ] cuda_uvm.view_subview_right_0 (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_right_1
6: [       OK ] cuda_uvm.view_subview_right_1 (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_right_3
6: [       OK ] cuda_uvm.view_subview_right_3 (0 ms)
6: [ RUN      ] cuda_uvm.view_static_tests
6: [       OK ] cuda_uvm.view_static_tests (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_layoutleft_to_layoutleft
6: [       OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (3 ms)
6: [ RUN      ] cuda_uvm.view_subview_layoutright_to_layoutright
6: [       OK ] cuda_uvm.view_subview_layoutright_to_layoutright (1 ms)
6: [ RUN      ] cuda_uvm.view_subview_1d_assign
6: [       OK ] cuda_uvm.view_subview_1d_assign (4 ms)
6: [ RUN      ] cuda_uvm.view_subview_1d_assign_atomic
6: [       OK ] cuda_uvm.view_subview_1d_assign_atomic (3 ms)
6: [ RUN      ] cuda_uvm.view_subview_1d_assign_randomaccess
6: [       OK ] cuda_uvm.view_subview_1d_assign_randomaccess (3 ms)
6: [ RUN      ] cuda_uvm.view_subview_2d_from_3d
6: [       OK ] cuda_uvm.view_subview_2d_from_3d (49 ms)
6: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_atomic
6: [       OK ] cuda_uvm.view_subview_2d_from_3d_atomic (48 ms)
6: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_randomaccess
6: [       OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (48 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_left (71 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_atomic
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (74 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (71 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_right (72 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_atomic
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (74 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (71 ms)
6: [ RUN      ] cuda_uvm.view_test_unmanaged_subview_reset
6: [       OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_memory_traits_construction
6: [       OK ] cuda_uvm.view_subview_memory_traits_construction (0 ms)
6: [----------] 28 tests from cuda_uvm (624 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 147 tests from 4 test suites ran. (22820 ms total)
6: [  PASSED  ] 142 tests.
6: [  SKIPPED ] 5 tests, listed below:
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents
6: [  SKIPPED ] cuda_uvm_DeathTest.view_subview_wrong_extents
 6/66 Test  #6: Kokkos_CoreUnitTest_Cuda2 ..................................   Passed   22.98 sec
test 7
      Start  7: Kokkos_CoreUnitTest_Cuda3

7: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3
7: Test timeout computed to be: 1500
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
7: [==========] Running 62 tests from 3 test suites.
7: [----------] Global test environment set-up.
7: [----------] 6 tests from cuda
7: [ RUN      ] cuda.team_scratch_1_streams
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
7: [       OK ] cuda.team_scratch_1_streams (13888 ms)
7: [ RUN      ] cuda.space_access
7: [       OK ] cuda.space_access (0 ms)
7: [ RUN      ] cuda.uvm
7: [       OK ] cuda.uvm (3 ms)
7: [ RUN      ] cuda.impl_view_accessible
7: [       OK ] cuda.impl_view_accessible (2 ms)
7: [ RUN      ] cuda.impl_view_texture
7: [       OK ] cuda.impl_view_texture (0 ms)
7: [ RUN      ] cuda.view_subview_const_randomaccess
7: [       OK ] cuda.view_subview_const_randomaccess (1 ms)
7: [----------] 6 tests from cuda (13896 ms total)
7: 
7: [----------] 28 tests from cuda_hostpinned
7: [ RUN      ] cuda_hostpinned.impl_shared_alloc
7: [       OK ] cuda_hostpinned.impl_shared_alloc (26 ms)
7: [ RUN      ] cuda_hostpinned.view_api_a
7: [       OK ] cuda_hostpinned.view_api_a (6 ms)
7: [ RUN      ] cuda_hostpinned.view_layout_left_with_stride
7: [       OK ] cuda_hostpinned.view_layout_left_with_stride (0 ms)
7: [ RUN      ] cuda_hostpinned.view_layout_right_with_stride
7: [       OK ] cuda_hostpinned.view_layout_right_with_stride (0 ms)
7: [ RUN      ] cuda_hostpinned.view_api_b
7: [       OK ] cuda_hostpinned.view_api_b (5 ms)
7: [ RUN      ] cuda_hostpinned.view_api_c
7: [       OK ] cuda_hostpinned.view_api_c (0 ms)
7: [ RUN      ] cuda_hostpinned.view_api_d
7: [       OK ] cuda_hostpinned.view_api_d (1 ms)
7: [ RUN      ] cuda_hostpinned.view_remap
7: [       OK ] cuda_hostpinned.view_remap (0 ms)
7: [ RUN      ] cuda_hostpinned.view_mirror_nonconst
7: [       OK ] cuda_hostpinned.view_mirror_nonconst (0 ms)
7: [ RUN      ] cuda_hostpinned.view_stride_method
7: [       OK ] cuda_hostpinned.view_stride_method (0 ms)
7: [ RUN      ] cuda_hostpinned.anonymous_space
7: [       OK ] cuda_hostpinned.anonymous_space (0 ms)
7: [ RUN      ] cuda_hostpinned.view_overload_resolution
7: [       OK ] cuda_hostpinned.view_overload_resolution (0 ms)
7: [ RUN      ] cuda_hostpinned.view_allocation_large_rank
7: [       OK ] cuda_hostpinned.view_allocation_large_rank (3063 ms)
7: [ RUN      ] cuda_hostpinned.view_shmem_size_on_device
7: [       OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms)
7: [ RUN      ] cuda_hostpinned.view_is_assignable
7: [       OK ] cuda_hostpinned.view_is_assignable (0 ms)
7: [ RUN      ] cuda_hostpinned.view_copy_tests
7: [       OK ] cuda_hostpinned.view_copy_tests (6 ms)
7: [ RUN      ] cuda_hostpinned.view_copy_tests_rank_0
7: [       OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms)
7: [ RUN      ] cuda_hostpinned.view_copy_degenerated
7: [       OK ] cuda_hostpinned.view_copy_degenerated (0 ms)
7: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_right
7: [       OK ] cuda_hostpinned.view_fill_tests_layout_right (4029 ms)
7: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_left
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
7: [       OK ] cuda_hostpinned.view_fill_tests_layout_left (4117 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping
7: [       OK ] cuda_hostpinned.view_mapping (49 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping_operator
7: [       OK ] cuda_hostpinned.view_mapping_operator (4 ms)
7: [ RUN      ] cuda_hostpinned.static_extent
7: [       OK ] cuda_hostpinned.static_extent (0 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping_atomic
7: [       OK ] cuda_hostpinned.view_mapping_atomic (0 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping_class_value
7: [       OK ] cuda_hostpinned.view_mapping_class_value (0 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping_assignable
7: [       OK ] cuda_hostpinned.view_mapping_assignable (0 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping_trivially_copyable
7: [       OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping_subview
7: [       OK ] cuda_hostpinned.view_mapping_subview (0 ms)
7: [----------] 28 tests from cuda_hostpinned (11313 ms total)
7: 
7: [----------] 28 tests from cuda_uvm
7: [ RUN      ] cuda_uvm.impl_shared_alloc
7: [       OK ] cuda_uvm.impl_shared_alloc (39 ms)
7: [ RUN      ] cuda_uvm.view_api_a
7: [       OK ] cuda_uvm.view_api_a (10 ms)
7: [ RUN      ] cuda_uvm.view_layout_left_with_stride
7: [       OK ] cuda_uvm.view_layout_left_with_stride (0 ms)
7: [ RUN      ] cuda_uvm.view_layout_right_with_stride
7: [       OK ] cuda_uvm.view_layout_right_with_stride (0 ms)
7: [ RUN      ] cuda_uvm.view_api_b
7: [       OK ] cuda_uvm.view_api_b (16 ms)
7: [ RUN      ] cuda_uvm.view_api_c
7: [       OK ] cuda_uvm.view_api_c (0 ms)
7: [ RUN      ] cuda_uvm.view_api_d
7: [       OK ] cuda_uvm.view_api_d (4 ms)
7: [ RUN      ] cuda_uvm.view_remap
7: [       OK ] cuda_uvm.view_remap (2 ms)
7: [ RUN      ] cuda_uvm.view_mirror_nonconst
7: [       OK ] cuda_uvm.view_mirror_nonconst (0 ms)
7: [ RUN      ] cuda_uvm.view_stride_method
7: [       OK ] cuda_uvm.view_stride_method (0 ms)
7: [ RUN      ] cuda_uvm.anonymous_space
7: [       OK ] cuda_uvm.anonymous_space (0 ms)
7: [ RUN      ] cuda_uvm.view_overload_resolution
7: [       OK ] cuda_uvm.view_overload_resolution (0 ms)
7: [ RUN      ] cuda_uvm.view_allocation_large_rank
7: [       OK ] cuda_uvm.view_allocation_large_rank (287 ms)
7: [ RUN      ] cuda_uvm.view_shmem_size_on_device
7: [       OK ] cuda_uvm.view_shmem_size_on_device (2 ms)
7: [ RUN      ] cuda_uvm.view_is_assignable
7: [       OK ] cuda_uvm.view_is_assignable (25 ms)
7: [ RUN      ] cuda_uvm.view_copy_tests
7: [       OK ] cuda_uvm.view_copy_tests (32 ms)
7: [ RUN      ] cuda_uvm.view_copy_tests_rank_0
7: [       OK ] cuda_uvm.view_copy_tests_rank_0 (11 ms)
7: [ RUN      ] cuda_uvm.view_copy_degenerated
7: [       OK ] cuda_uvm.view_copy_degenerated (0 ms)
7: [ RUN      ] cuda_uvm.view_fill_tests_layout_right
7: [       OK ] cuda_uvm.view_fill_tests_layout_right (206 ms)
7: [ RUN      ] cuda_uvm.view_fill_tests_layout_left
7: [       OK ] cuda_uvm.view_fill_tests_layout_left (142 ms)
7: [ RUN      ] cuda_uvm.view_mapping
7: [       OK ] cuda_uvm.view_mapping (57 ms)
7: [ RUN      ] cuda_uvm.view_mapping_operator
7: [       OK ] cuda_uvm.view_mapping_operator (24 ms)
7: [ RUN      ] cuda_uvm.static_extent
7: [       OK ] cuda_uvm.static_extent (0 ms)
7: [ RUN      ] cuda_uvm.view_mapping_atomic
7: [       OK ] cuda_uvm.view_mapping_atomic (1 ms)
7: [ RUN      ] cuda_uvm.view_mapping_class_value
7: [       OK ] cuda_uvm.view_mapping_class_value (0 ms)
7: [ RUN      ] cuda_uvm.view_mapping_assignable
7: [       OK ] cuda_uvm.view_mapping_assignable (0 ms)
7: [ RUN      ] cuda_uvm.view_mapping_trivially_copyable
7: [       OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms)
7: [ RUN      ] cuda_uvm.view_mapping_subview
7: [       OK ] cuda_uvm.view_mapping_subview (1 ms)
7: [----------] 28 tests from cuda_uvm (868 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 62 tests from 3 test suites ran. (26078 ms total)
7: [  PASSED  ] 62 tests.
 7/66 Test  #7: Kokkos_CoreUnitTest_Cuda3 ..................................   Passed   26.23 sec
test 8
      Start  8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks

8: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CudaGraphAtomicLocks
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.graph_lock_based_atomic_op
8: [       OK ] cuda.graph_lock_based_atomic_op (0 ms)
8: [----------] 1 test from cuda (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/66 Test  #8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks ...................   Passed    0.14 sec
test 9
      Start  9: Kokkos_CoreUnitTest_CudaTimingBased

9: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased
9: Test timeout computed to be: 1500
9: [==========] Running 2 tests from 1 test suite.
9: [----------] Global test environment set-up.
9: [----------] 2 tests from cuda
9: [ RUN      ] cuda.debug_serial_execution
9: [       OK ] cuda.debug_serial_execution (19 ms)
9: [ RUN      ] cuda.debug_pin_um_to_host
9: [       OK ] cuda.debug_pin_um_to_host (717 ms)
9: [----------] 2 tests from cuda (736 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 2 tests from 1 test suite ran. (736 ms total)
9: [  PASSED  ] 2 tests.
 9/66 Test  #9: Kokkos_CoreUnitTest_CudaTimingBased ........................   Passed    0.91 sec
test 10
      Start 10: Kokkos_CoreUnitTest_CudaInterOpInit

10: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpInit
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 cuda
10: [ RUN      ] cuda.raw_cuda_interop
10: [       OK ] cuda.raw_cuda_interop (95 ms)
10: [----------] 1 test from cuda (95 ms total)
10: 
10: [----------] Global test environment tear-down
10: [==========] 1 test from 1 test suite ran. (95 ms total)
10: [  PASSED  ] 1 test.
10/66 Test #10: Kokkos_CoreUnitTest_CudaInterOpInit ........................   Passed    0.13 sec
test 11
      Start 11: Kokkos_CoreUnitTest_CudaInterOpStreams

11: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreams
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 cuda
11: [ RUN      ] cuda.raw_cuda_streams
11: [       OK ] cuda.raw_cuda_streams (91 ms)
11: [----------] 1 test from cuda (91 ms total)
11: 
11: [----------] Global test environment tear-down
11: [==========] 1 test from 1 test suite ran. (91 ms total)
11: [  PASSED  ] 1 test.
11/66 Test #11: Kokkos_CoreUnitTest_CudaInterOpStreams .....................   Passed    0.13 sec
test 12
      Start 12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU

12: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
12: Test timeout computed to be: 1500
12: [==========] Running 4 tests from 1 test suite.
12: [----------] Global test environment set-up.
12: [----------] 4 tests from cuda_multi_gpu
12: [ RUN      ] cuda_multi_gpu.managed_views
12: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped
12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU.
12: 
12: [  SKIPPED ] cuda_multi_gpu.managed_views (0 ms)
12: [ RUN      ] cuda_multi_gpu.unmanaged_views
12: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped
12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU.
12: 
12: [  SKIPPED ] cuda_multi_gpu.unmanaged_views (0 ms)
12: [ RUN      ] cuda_multi_gpu.scratch_space
12: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped
12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU.
12: 
12: [  SKIPPED ] cuda_multi_gpu.scratch_space (0 ms)
12: [ RUN      ] cuda_multi_gpu.stream_sync_semantics_raw_cuda
12: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped
12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU.
12: 
12: [  SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda (0 ms)
12: [----------] 4 tests from cuda_multi_gpu (0 ms total)
12: 
12: [----------] Global test environment tear-down
12: [==========] 4 tests from 1 test suite ran. (0 ms total)
12: [  PASSED  ] 0 tests.
12: [  SKIPPED ] 4 tests, listed below:
12: [  SKIPPED ] cuda_multi_gpu.managed_views
12: [  SKIPPED ] cuda_multi_gpu.unmanaged_views
12: [  SKIPPED ] cuda_multi_gpu.scratch_space
12: [  SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda
12/66 Test #12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU .............   Passed    0.13 sec
test 13
      Start 13: Kokkos_CoreUnitTest_CudaInterOpGraph

13: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpGraph
13: Test timeout computed to be: 1500
13: [==========] Running 5 tests from 1 test suite.
13: [----------] Global test environment set-up.
13: [----------] 5 tests from cuda_GraphInterOp
13: [ RUN      ] cuda_GraphInterOp.promises_on_native_objects
13: [       OK ] cuda_GraphInterOp.promises_on_native_objects (1 ms)
13: [ RUN      ] cuda_GraphInterOp.count_nodes
13: [       OK ] cuda_GraphInterOp.count_nodes (0 ms)
13: [ RUN      ] cuda_GraphInterOp.debug_dot_print
13: [       OK ] cuda_GraphInterOp.debug_dot_print (2 ms)
13: [ RUN      ] cuda_GraphInterOp.instantiation_flags
13: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/cuda/TestCuda_InterOp_Graph.cpp:139: Skipped
13: Graph instantiation flag inspection requires Cuda 12.
13: [  SKIPPED ] cuda_GraphInterOp.instantiation_flags (0 ms)
13: [ RUN      ] cuda_GraphInterOp.construct_from_native
13: [       OK ] cuda_GraphInterOp.construct_from_native (0 ms)
13: [----------] 5 tests from cuda_GraphInterOp (4 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 5 tests from 1 test suite ran. (4 ms total)
13: [  PASSED  ] 4 tests.
13: [  SKIPPED ] 1 test, listed below:
13: [  SKIPPED ] cuda_GraphInterOp.instantiation_flags
13/66 Test #13: Kokkos_CoreUnitTest_CudaInterOpGraph .......................   Passed    0.13 sec
test 14
      Start 14: Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU

14: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU
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 cuda_multi_gpu
14: [ RUN      ] cuda_multi_gpu.then
14: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/cuda/TestCuda_InterOp_GraphMultiGPU.cpp:33: Skipped
14: Skipping multi-gpu testing since current machine only has 1 GPU.
14: [  SKIPPED ] cuda_multi_gpu.then (0 ms)
14: [----------] 1 test from cuda_multi_gpu (0 ms total)
14: 
14: [----------] Global test environment tear-down
14: [==========] 1 test from 1 test suite ran. (0 ms total)
14: [  PASSED  ] 0 tests.
14: [  SKIPPED ] 1 test, listed below:
14: [  SKIPPED ] cuda_multi_gpu.then
14/66 Test #14: Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU ...............   Passed    0.17 sec
test 15
      Start 15: Kokkos_CoreUnitTest_Default

15: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Default
15: Test timeout computed to be: 1500
15: [==========] Running 59 tests from 41 test suites.
15: [----------] Global test environment set-up.
15: [----------] 19 tests from defaultdevicetype
15: [ RUN      ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free
15: [       OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms)
15: [ RUN      ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free
15: [       OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms)
15: [ RUN      ] defaultdevicetype.shared_space
15: [       OK ] defaultdevicetype.shared_space (61 ms)
15: [ RUN      ] defaultdevicetype.shared_host_pinned_space
15: [       OK ] defaultdevicetype.shared_host_pinned_space (0 ms)
15: [ RUN      ] defaultdevicetype.compiler_macros
15: [       OK ] defaultdevicetype.compiler_macros (0 ms)
15: [ RUN      ] defaultdevicetype.half_conversion
15: [       OK ] defaultdevicetype.half_conversion (3 ms)
15: [ RUN      ] defaultdevicetype.bhalf_conversion
15: [       OK ] defaultdevicetype.bhalf_conversion (0 ms)
15: [ RUN      ] defaultdevicetype.half_operators
15: [       OK ] defaultdevicetype.half_operators (0 ms)
15: [ RUN      ] defaultdevicetype.bhalf_operators
15: [       OK ] defaultdevicetype.bhalf_operators (0 ms)
15: [ RUN      ] defaultdevicetype.host_space_access
15: [       OK ] defaultdevicetype.host_space_access (0 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_a1
15: [       OK ] defaultdevicetype.reduce_instantiation_a1 (4 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
15: [       OK ] defaultdevicetype.reduce_instantiation_b1 (9 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
15: [       OK ] defaultdevicetype.reduce_instantiation_c1 (3 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
15: [       OK ] defaultdevicetype.reduce_instantiation_a2 (6 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
15: [       OK ] defaultdevicetype.reduce_instantiation_b2 (12 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
15: [       OK ] defaultdevicetype.reduce_instantiation_c2 (5 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
15: [       OK ] defaultdevicetype.reduce_instantiation_a3 (10 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
15: [       OK ] defaultdevicetype.reduce_instantiation_b3 (18 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
15: [       OK ] defaultdevicetype.reduce_instantiation_c3 (9 ms)
15: [----------] 19 tests from defaultdevicetype (149 ms total)
15: 
15: [----------] 1 test from kokkosresize
15: [ RUN      ] kokkosresize.host_space_access
15: [       OK ] kokkosresize.host_space_access (18 ms)
15: [----------] 1 test from kokkosresize (18 ms total)
15: 
15: [----------] 1 test from TestViewAPI/0, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/0.sizes
15: [       OK ] TestViewAPI/0.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/0 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/1, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/1.sizes
15: [       OK ] TestViewAPI/1.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/1 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/2, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/2.sizes
15: [       OK ] TestViewAPI/2.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/2 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/3, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/3.sizes
15: [       OK ] TestViewAPI/3.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/3 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/4, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/4.sizes
15: [       OK ] TestViewAPI/4.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/4 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/5, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/5.sizes
15: [       OK ] TestViewAPI/5.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/5 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/6, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/6.sizes
15: [       OK ] TestViewAPI/6.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/6 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/7, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/7.sizes
15: [       OK ] TestViewAPI/7.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/7 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/8, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/8.sizes
15: [       OK ] TestViewAPI/8.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/8 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/9, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/9.sizes
15: [       OK ] TestViewAPI/9.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/9 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/10, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/10.sizes
15: [       OK ] TestViewAPI/10.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/10 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/11, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/11.sizes
15: [       OK ] TestViewAPI/11.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/11 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/12, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/12.sizes
15: [       OK ] TestViewAPI/12.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/12 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/13, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/13.sizes
15: [       OK ] TestViewAPI/13.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/13 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/14, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/14.sizes
15: [       OK ] TestViewAPI/14.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/14 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/15, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/15.sizes
15: [       OK ] TestViewAPI/15.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/15 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/16, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/16.sizes
15: [       OK ] TestViewAPI/16.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/16 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/17, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/17.sizes
15: [       OK ] TestViewAPI/17.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/17 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/18, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/18.sizes
15: [       OK ] TestViewAPI/18.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/18 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/19, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/19.sizes
15: [       OK ] TestViewAPI/19.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/19 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/20, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/20.sizes
15: [       OK ] TestViewAPI/20.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/20 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/21, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/21.sizes
15: [       OK ] TestViewAPI/21.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/21 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/22, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/22.sizes
15: [       OK ] TestViewAPI/22.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/22 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/23, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/23.sizes
15: [       OK ] TestViewAPI/23.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/23 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/24, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/24.sizes
15: [       OK ] TestViewAPI/24.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/24 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/25, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/25.sizes
15: [       OK ] TestViewAPI/25.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/25 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/26, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/26.sizes
15: [       OK ] TestViewAPI/26.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/26 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/27, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/27.sizes
15: [       OK ] TestViewAPI/27.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/27 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/28, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/28.sizes
15: [       OK ] TestViewAPI/28.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/28 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/29, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/29.sizes
15: [       OK ] TestViewAPI/29.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/29 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/30, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/30.sizes
15: [       OK ] TestViewAPI/30.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/30 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/31, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/31.sizes
15: [       OK ] TestViewAPI/31.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/31 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/32, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/32.sizes
15: [       OK ] TestViewAPI/32.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/32 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/33, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/33.sizes
15: [       OK ] TestViewAPI/33.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/33 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/34, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/34.sizes
15: [       OK ] TestViewAPI/34.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/34 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/35, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/35.sizes
15: [       OK ] TestViewAPI/35.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/35 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/36, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/36.sizes
15: [       OK ] TestViewAPI/36.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/36 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/37, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/37.sizes
15: [       OK ] TestViewAPI/37.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/37 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/38, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/38.sizes
15: [       OK ] TestViewAPI/38.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/38 (0 ms total)
15: 
15: [----------] Global test environment tear-down
15: [==========] 59 tests from 41 test suites ran. (169 ms total)
15: [  PASSED  ] 59 tests.
15/66 Test #15: Kokkos_CoreUnitTest_Default ................................   Passed    0.30 sec
test 16
      Start 16: Kokkos_CoreUnitTest_InitializeFinalize

16: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize
16: Test timeout computed to be: 1500
16: [==========] Running 30 tests from 7 test suites.
16: [----------] Global test environment set-up.
16: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest
16: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views
16: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (292 ms)
16: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views
16: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1158 ms)
16: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management
16: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (1649 ms)
16: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (3100 ms total)
16: 
16: [----------] 4 tests from InitializeFinalize_DeathTest
16: [ RUN      ] InitializeFinalize_DeathTest.initialize
16: [       OK ] InitializeFinalize_DeathTest.initialize (853 ms)
16: [ RUN      ] InitializeFinalize_DeathTest.finalize
16: [       OK ] InitializeFinalize_DeathTest.finalize (632 ms)
16: [ RUN      ] InitializeFinalize_DeathTest.is_initialized
16: [       OK ] InitializeFinalize_DeathTest.is_initialized (133 ms)
16: [ RUN      ] InitializeFinalize_DeathTest.is_finalized
16: [       OK ] InitializeFinalize_DeathTest.is_finalized (129 ms)
16: [----------] 4 tests from InitializeFinalize_DeathTest (1749 ms total)
16: 
16: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest
16: [ RUN      ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early
16: [       OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (11 ms)
16: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (11 ms total)
16: 
16: [----------] 1 test from Legion_DeathTest
16: [ RUN      ] Legion_DeathTest.individual_backend_initialization
16: [       OK ] Legion_DeathTest.individual_backend_initialization (128 ms)
16: [----------] 1 test from Legion_DeathTest (128 ms total)
16: 
16: [----------] 2 tests from PushFinalizeHook_DeathTest
16: [ RUN      ] PushFinalizeHook_DeathTest.called_in_reverse_order
16: [       OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (128 ms)
16: [ RUN      ] PushFinalizeHook_DeathTest.terminate_on_throw
16: [       OK ] PushFinalizeHook_DeathTest.terminate_on_throw (327 ms)
16: [----------] 2 tests from PushFinalizeHook_DeathTest (455 ms total)
16: 
16: [----------] 6 tests from ScopeGuard_DeathTest
16: [ RUN      ] ScopeGuard_DeathTest.create
16: [       OK ] ScopeGuard_DeathTest.create (143 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_argument
16: [       OK ] ScopeGuard_DeathTest.create_argument (169 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_while_initialize
16: [       OK ] ScopeGuard_DeathTest.create_while_initialize (407 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_after_initialize
16: [       OK ] ScopeGuard_DeathTest.create_after_initialize (408 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_after_finalize
16: [       OK ] ScopeGuard_DeathTest.create_after_finalize (405 ms)
16: [ RUN      ] ScopeGuard_DeathTest.destroy_after_finalize
16: [       OK ] ScopeGuard_DeathTest.destroy_after_finalize (412 ms)
16: [----------] 6 tests from ScopeGuard_DeathTest (1947 ms total)
16: 
16: [----------] 13 tests from defaultdevicetype
16: [ RUN      ] defaultdevicetype.initialization_settings
16: [       OK ] defaultdevicetype.initialization_settings (0 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_num_threads
16: [       OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_device_id
16: [       OK ] defaultdevicetype.cmd_line_args_device_id (0 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_disable_warning
16: [       OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_tune_internals
16: [       OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_help
16: [       OK ] defaultdevicetype.cmd_line_args_help (7 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
16: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (2 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
16: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (8 ms)
16: [ RUN      ] defaultdevicetype.env_vars_num_threads
16: [       OK ] defaultdevicetype.env_vars_num_threads (0 ms)
16: [ RUN      ] defaultdevicetype.env_vars_device_id
16: [       OK ] defaultdevicetype.env_vars_device_id (0 ms)
16: [ RUN      ] defaultdevicetype.env_vars_disable_warnings
16: [       OK ] defaultdevicetype.env_vars_disable_warnings (0 ms)
16: [ RUN      ] defaultdevicetype.env_vars_tune_internals
16: [       OK ] defaultdevicetype.env_vars_tune_internals (0 ms)
16: [ RUN      ] defaultdevicetype.visible_devices
16: [       OK ] defaultdevicetype.visible_devices (0 ms)
16: [----------] 13 tests from defaultdevicetype (17 ms total)
16: 
16: [----------] Global test environment tear-down
16: [==========] 30 tests from 7 test suites ran. (7412 ms total)
16: [  PASSED  ] 30 tests.
16/66 Test #16: Kokkos_CoreUnitTest_InitializeFinalize .....................   Passed    7.42 sec
test 17
      Start 17: Kokkos_CoreUnitTest_Develop

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

18: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_TuningBuiltins
18: Test timeout computed to be: 1500
18/66 Test #18: Kokkos_CoreUnitTest_TuningBuiltins .........................   Passed    0.17 sec
test 19
      Start 19: Kokkos_CoreUnitTest_TuningBasics

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

20: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CategoricalTuner
20: Test timeout computed to be: 1500
20/66 Test #20: Kokkos_CoreUnitTest_CategoricalTuner .......................   Passed    0.60 sec
test 21
      Start 21: Kokkos_CoreUnitTest_KokkosP

21: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP
21: Test timeout computed to be: 1500
21: [==========] Running 33 tests from 1 test suite.
21: [----------] Global test environment set-up.
21: [----------] 33 tests from kokkosp
21: [ RUN      ] kokkosp.test_named_instance_fence
21: Ref: 33554433
21: Ref: named_instance
21: 33554433
21: named_instance
21: [       OK ] kokkosp.test_named_instance_fence (0 ms)
21: [ RUN      ] kokkosp.test_unnamed_instance_fence
21: Ref: 33554433
21: Ref: Unnamed Instance Fence
21: 33554433
21: Kokkos::Cuda::fence(): Unnamed Instance Fence
21: [       OK ] kokkosp.test_unnamed_instance_fence (0 ms)
21: [ RUN      ] kokkosp.test_named_global_fence
21: Ref: 33554432
21: Ref: test global fence
21: 0
21: test global fence
21: Miss on id
21: 33554432
21: test global fence
21: [       OK ] kokkosp.test_named_global_fence (0 ms)
21: [ RUN      ] kokkosp.test_unnamed_global_fence
21: Ref: 33554432
21: Ref: Unnamed Global Fence
21: 0
21: Kokkos::fence: Unnamed Global Fence
21: Miss on id
21: 33554432
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: 33554433
21: Ref: named_instance
21: 33554433
21: named_instance
21: Ref: 33554433
21: Ref: test_kernel
21: 33554433
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: 33554432
21: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
21: Miss on name
21: Miss on id
21: 33554433
21: test_kernel
21: [       OK ] kokkosp.test_kernel_sequence (2 ms)
21: [ RUN      ] kokkosp.test_streams
21: [       OK ] kokkosp.test_streams (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 (0 ms)
21: [ RUN      ] kokkosp.parallel_scan
21: [       OK ] kokkosp.parallel_scan (2 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.tuning_sequence
21: [       OK ] kokkosp.tuning_sequence (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: [----------] 33 tests from kokkosp (6 ms total)
21: 
21: [----------] Global test environment tear-down
21: [==========] 33 tests from 1 test suite ran. (6 ms total)
21: [  PASSED  ] 33 tests.
21/66 Test #21: Kokkos_CoreUnitTest_KokkosP ................................   Passed    0.14 sec
test 22
      Start 22: Kokkos_CoreUnitTest_ToolIndependence

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

23: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
23: Environment variables: 
23:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8428/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/66 Test #23: Kokkos_ProfilingTestLibraryLoadHelp ........................   Passed    0.13 sec
test 24
      Start 24: Kokkos_ProfilingTestLibraryCmdLineHelp

24: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8428/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/66 Test #24: Kokkos_ProfilingTestLibraryCmdLineHelp .....................   Passed    0.13 sec
test 25
      Start 25: Kokkos_ProfilingTestLibraryLoad

25: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
25: Environment variables: 
25:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8428/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:Cuda::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:fd8da8299519d7ecde91a1c11a3ac8469ce29cac::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1507::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM: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.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x5555562af280:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x5555562af440:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x5555562af4c0:Host:source:0x5555562af300: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:0x5555562af580: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:0x5555562af440:40::kokkosp_deallocate_data:Host:source:0x5555562af280:40::kokkosp_finalize_library::
25/66 Test #25: Kokkos_ProfilingTestLibraryLoad ............................   Passed    0.13 sec
test 26
      Start 26: Kokkos_ProfilingTestLibraryCmdLine

26: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8428/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:Cuda::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:fd8da8299519d7ecde91a1c11a3ac8469ce29cac::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1507::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM: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.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x5555562af280:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x5555562af3c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x5555562af440:Host:source:0x5555562af300: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:0x5555562af500: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:0x5555562af3c0:40::kokkosp_deallocate_data:Host:source:0x5555562af280:40::kokkosp_finalize_library::
26/66 Test #26: Kokkos_ProfilingTestLibraryCmdLine .........................   Passed    0.13 sec
test 27
      Start 27: Kokkos_CoreUnitTest_StackTraceTest

27: Test command: /var/jenkins/workspace/Kokkos_PR-8428/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: Top of f1
27: Top of f0
27: Top of f0
27: test_f1:
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555fb382]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x555555596eee]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x29) [0x555555592ee9]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xea) [0x5555555948aa]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555cc3fd]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x5555555a4549]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a56f9]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x5555555a6031]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x86d) [0x5555555b5e3d]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555ccd8d]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x100) [0x5555555b5580]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555594dd0]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff1aedd90]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff1aede40]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x555555592d55]
27:  
27: demangled test_f1:
27: [0x5555555fb382] Kokkos::Impl::save_stacktrace()
27: [0x555555596eee] Test::stacktrace_test_f1(std::ostream&)
27: [0x555555592ee9] Test::test_stacktrace(bool, bool)
27: [0x5555555948aa] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
27: [0x5555555cc3fd] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
27: [0x5555555a4549] testing::Test::Run()
27: [0x5555555a56f9] testing::TestInfo::Run()
27: [0x5555555a6031] testing::TestSuite::Run()
27: [0x5555555b5e3d] testing::internal::UnitTestImpl::RunAllTests()
27: [0x5555555ccd8d] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
27: [0x5555555b5580] testing::UnitTest::Run()
27: [0x555555594dd0] main
27: [0x7ffff1aedd90] 
27: [0x7ffff1aede40] __libc_start_main
27: [0x555555592d55] _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-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555fb382]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x555555596eee]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x555555597234]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xab4) [0x555555593974]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xea) [0x5555555948aa]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555cc3fd]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x5555555a4549]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a56f9]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x5555555a6031]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x86d) [0x5555555b5e3d]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555ccd8d]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x100) [0x5555555b5580]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555594dd0]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff1aedd90]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff1aede40]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x555555592d55]
27:  
27: demangled test_f3:
27: [0x5555555fb382] Kokkos::Impl::save_stacktrace()
27: [0x555555596eee] Test::stacktrace_test_f1(std::ostream&)
27: [0x555555597234] Test::stacktrace_test_f3(std::ostream&, int)
27: [0x555555593974] Test::test_stacktrace(bool, bool)
27: [0x5555555948aa] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
27: [0x5555555cc3fd] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
27: [0x5555555a4549] testing::Test::Run()
27: [0x5555555a56f9] testing::TestInfo::Run()
27: [0x5555555a6031] testing::TestSuite::Run()
27: [0x5555555b5e3d] testing::internal::UnitTestImpl::RunAllTests()
27: [0x5555555ccd8d] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
27: [0x5555555b5580] testing::UnitTest::Run()
27: [0x555555594dd0] main
27: [0x7ffff1aedd90] 
27: [0x7ffff1aede40] __libc_start_main
27: [0x555555592d55] _start
27:  
27: Test setting std::terminate handler that prints the last saved stack trace
27: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (318 ms)
27: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
27: Top of f1
27: Top of f0
27: Top of f0
27: test_f1:
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555fb382]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x555555596eee]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x29) [0x555555592ee9]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xe7) [0x555555594b97]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555cc3fd]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x5555555a4549]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a56f9]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x5555555a6031]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x86d) [0x5555555b5e3d]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555ccd8d]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x100) [0x5555555b5580]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555594dd0]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff1aedd90]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff1aede40]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x555555592d55]
27:  
27: demangled test_f1:
27: [0x5555555fb382] Kokkos::Impl::save_stacktrace()
27: [0x555555596eee] Test::stacktrace_test_f1(std::ostream&)
27: [0x555555592ee9] Test::test_stacktrace(bool, bool)
27: [0x555555594b97] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
27: [0x5555555cc3fd] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
27: [0x5555555a4549] testing::Test::Run()
27: [0x5555555a56f9] testing::TestInfo::Run()
27: [0x5555555a6031] testing::TestSuite::Run()
27: [0x5555555b5e3d] testing::internal::UnitTestImpl::RunAllTests()
27: [0x5555555ccd8d] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
27: [0x5555555b5580] testing::UnitTest::Run()
27: [0x555555594dd0] main
27: [0x7ffff1aedd90] 
27: [0x7ffff1aede40] __libc_start_main
27: [0x555555592d55] _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-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555fb382]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x555555596eee]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x555555597234]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xab4) [0x555555593974]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xe7) [0x555555594b97]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555cc3fd]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x5555555a4549]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a56f9]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x5555555a6031]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x86d) [0x5555555b5e3d]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555ccd8d]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x100) [0x5555555b5580]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555594dd0]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff1aedd90]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff1aede40]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x555555592d55]
27:  
27: demangled test_f3:
27: [0x5555555fb382] Kokkos::Impl::save_stacktrace()
27: [0x555555596eee] Test::stacktrace_test_f1(std::ostream&)
27: [0x555555597234] Test::stacktrace_test_f3(std::ostream&, int)
27: [0x555555593974] Test::test_stacktrace(bool, bool)
27: [0x555555594b97] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
27: [0x5555555cc3fd] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
27: [0x5555555a4549] testing::Test::Run()
27: [0x5555555a56f9] testing::TestInfo::Run()
27: [0x5555555a6031] testing::TestSuite::Run()
27: [0x5555555b5e3d] testing::internal::UnitTestImpl::RunAllTests()
27: [0x5555555ccd8d] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
27: [0x5555555b5580] testing::UnitTest::Run()
27: [0x555555594dd0] main
27: [0x7ffff1aedd90] 
27: [0x7ffff1aede40] __libc_start_main
27: [0x555555592d55] _start
27:  
27: Test setting std::terminate handler that prints the last saved stack trace
27: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (389 ms)
27: [----------] 2 tests from defaultdevicetype_DeathTest (708 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-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555fb382]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x555555596eee]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x29) [0x555555592ee9]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555cc3fd]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x5555555a4549]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a56f9]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x5555555a6031]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x86d) [0x5555555b5e3d]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555ccd8d]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x100) [0x5555555b5580]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555594dd0]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff1aedd90]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff1aede40]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x555555592d55]
27:  
27: demangled test_f1:
27: [0x5555555fb382] Kokkos::Impl::save_stacktrace()
27: [0x555555596eee] Test::stacktrace_test_f1(std::ostream&)
27: [0x555555592ee9] Test::test_stacktrace(bool, bool)
27: [0x5555555cc3fd] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
27: [0x5555555a4549] testing::Test::Run()
27: [0x5555555a56f9] testing::TestInfo::Run()
27: [0x5555555a6031] testing::TestSuite::Run()
27: [0x5555555b5e3d] testing::internal::UnitTestImpl::RunAllTests()
27: [0x5555555ccd8d] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
27: [0x5555555b5580] testing::UnitTest::Run()
27: [0x555555594dd0] main
27: [0x7ffff1aedd90] 
27: [0x7ffff1aede40] __libc_start_main
27: [0x555555592d55] _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-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555fb382]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x555555596eee]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x555555597234]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xab4) [0x555555593974]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555cc3fd]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x5555555a4549]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5555555a56f9]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x5555555a6031]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x86d) [0x5555555b5e3d]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555ccd8d]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x100) [0x5555555b5580]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x555555594dd0]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff1aedd90]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff1aede40]
27: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x555555592d55]
27:  
27: demangled test_f3:
27: [0x5555555fb382] Kokkos::Impl::save_stacktrace()
27: [0x555555596eee] Test::stacktrace_test_f1(std::ostream&)
27: [0x555555597234] Test::stacktrace_test_f3(std::ostream&, int)
27: [0x555555593974] Test::test_stacktrace(bool, bool)
27: [0x5555555cc3fd] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
27: [0x5555555a4549] testing::Test::Run()
27: [0x5555555a56f9] testing::TestInfo::Run()
27: [0x5555555a6031] testing::TestSuite::Run()
27: [0x5555555b5e3d] testing::internal::UnitTestImpl::RunAllTests()
27: [0x5555555ccd8d] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
27: [0x5555555b5580] testing::UnitTest::Run()
27: [0x555555594dd0] main
27: [0x7ffff1aedd90] 
27: [0x7ffff1aede40] __libc_start_main
27: [0x555555592d55] _start
27:  
27: Test setting std::terminate handler that prints the last saved stack trace
27: [       OK ] defaultdevicetype.stacktrace_normal (1 ms)
27: [----------] 1 test from defaultdevicetype (1 ms total)
27: 
27: [----------] Global test environment tear-down
27: [==========] 3 tests from 2 test suites ran. (709 ms total)
27: [  PASSED  ] 3 tests.
27/66 Test #27: Kokkos_CoreUnitTest_StackTraceTest .........................   Passed    0.84 sec
test 28
      Start 28: Kokkos_IncrementalTest_SERIAL

28: Test command: /var/jenkins/workspace/Kokkos_PR-8428/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 (113 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 (103 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 (2 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 (220 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 28 tests from 1 test suite ran. (220 ms total)
28: [  PASSED  ] 28 tests.
28/66 Test #28: Kokkos_IncrementalTest_SERIAL ..............................   Passed    0.36 sec
test 29
      Start 29: Kokkos_IncrementalTest_CUDA

29: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_IncrementalTest_CUDA
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 CUDA
29: [ RUN      ] CUDA.IncrTest_01_execspace_typedef
29: [       OK ] CUDA.IncrTest_01_execspace_typedef (0 ms)
29: [ RUN      ] CUDA.IncrTest_01_execspace
29: Device Execution Space:
29:   KOKKOS_ENABLE_CUDA: yes
29: Cuda Options:
29:   KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
29:   KOKKOS_ENABLE_CUDA_UVM: no
29:   KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no
29: 
29: Cuda Runtime Configuration:
29: macro  KOKKOS_ENABLE_CUDA      : defined
29: macro  CUDA_VERSION          : 11080 = version 11.8
29: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB : Selected
29:   Capability: 7.0
29:   Total Global Memory: 31.73 GiB
29:   Shared Memory per Block: 48 KiB
29:   Can access system allocated memory: 0
29:     via Address Translation Service: 0
29: Cuda
29: [       OK ] CUDA.IncrTest_01_execspace (0 ms)
29: [ RUN      ] CUDA.IncrTest_02_AtomicExchange
29: [       OK ] CUDA.IncrTest_02_AtomicExchange (0 ms)
29: [ RUN      ] CUDA.IncrTest_02_AtomicAdd
29: [       OK ] CUDA.IncrTest_02_AtomicAdd (0 ms)
29: [ RUN      ] CUDA.IncrTest_02_AtomicSub
29: [       OK ] CUDA.IncrTest_02_AtomicSub (0 ms)
29: [ RUN      ] CUDA.IncrTest_03a_memspace_malloc
29: [       OK ] CUDA.IncrTest_03a_memspace_malloc (0 ms)
29: [ RUN      ] CUDA.IncrTest_03b_memspace_free
29: [       OK ] CUDA.IncrTest_03b_memspace_free (1864 ms)
29: [ RUN      ] CUDA.IncrTest_04_simple_parallelFor
29: [       OK ] CUDA.IncrTest_04_simple_parallelFor (0 ms)
29: [ RUN      ] CUDA.IncrTest_04_RangePolicy_parallelFor
29: [       OK ] CUDA.IncrTest_04_RangePolicy_parallelFor (0 ms)
29: [ RUN      ] CUDA.IncrTest_05_reduction
29: [       OK ] CUDA.IncrTest_05_reduction (3 ms)
29: [ RUN      ] CUDA.IncrTest_06_mdrange2D
29: [       OK ] CUDA.IncrTest_06_mdrange2D (0 ms)
29: [ RUN      ] CUDA.IncrTest_06_mdrange3D
29: [       OK ] CUDA.IncrTest_06_mdrange3D (0 ms)
29: [ RUN      ] CUDA.IncrTest_06_mdrange4D
29: [       OK ] CUDA.IncrTest_06_mdrange4D (0 ms)
29: [ RUN      ] CUDA.IncrTest_08_deep_copy_2D
29: [       OK ] CUDA.IncrTest_08_deep_copy_2D (0 ms)
29: [ RUN      ] CUDA.IncrTest_08_deep_copy_3D
29: [       OK ] CUDA.IncrTest_08_deep_copy_3D (0 ms)
29: [ RUN      ] CUDA.IncrTest_08_deep_copy_4D
29: [       OK ] CUDA.IncrTest_08_deep_copy_4D (0 ms)
29: [ RUN      ] CUDA.IncrTest_10_Hierarchical_Basics
29: [       OK ] CUDA.IncrTest_10_Hierarchical_Basics (0 ms)
29: [ RUN      ] CUDA.IncrTest_11a_Hierarchical_ForLoop
29: [       OK ] CUDA.IncrTest_11a_Hierarchical_ForLoop (0 ms)
29: [ RUN      ] CUDA.IncrTest_11b_Hierarchical_ForLoop
29: [       OK ] CUDA.IncrTest_11b_Hierarchical_ForLoop (0 ms)
29: [ RUN      ] CUDA.IncrTest_11c_Hierarchical_ForLoop
29: [       OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (231 ms)
29: [ RUN      ] CUDA.IncrTest_12a_ThreadScratch
29: [       OK ] CUDA.IncrTest_12a_ThreadScratch (2 ms)
29: [ RUN      ] CUDA.IncrTest_12b_TeamScratch
29: [       OK ] CUDA.IncrTest_12b_TeamScratch (0 ms)
29: [ RUN      ] CUDA.IncrTest_13a_Hierarchical_Red
29: [       OK ] CUDA.IncrTest_13a_Hierarchical_Red (0 ms)
29: [ RUN      ] CUDA.IncrTest_13b_Hierarchical_Red
29: [       OK ] CUDA.IncrTest_13b_Hierarchical_Red (0 ms)
29: [ RUN      ] CUDA.IncrTest_13c_Hierarchical_Red
29: [       OK ] CUDA.IncrTest_13c_Hierarchical_Red (0 ms)
29: [ RUN      ] CUDA.incr_14_MDrangeReduce
29: [       OK ] CUDA.incr_14_MDrangeReduce (0 ms)
29: [ RUN      ] CUDA.IncrTest_16_parallelscan
29: [       OK ] CUDA.IncrTest_16_parallelscan (5 ms)
29: [ RUN      ] CUDA.incr_17_atomicView
29: [       OK ] CUDA.incr_17_atomicView (0 ms)
29: [----------] 28 tests from CUDA (2115 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 28 tests from 1 test suite ran. (2115 ms total)
29: [  PASSED  ] 28 tests.
29/66 Test #29: Kokkos_IncrementalTest_CUDA ................................   Passed    2.27 sec
test 30
      Start 30: Kokkos_CoreUnitTest_CTestDevice

30: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice
30: Test timeout computed to be: 1500
30: [==========] Running 8 tests from 2 test suites.
30: [----------] Global test environment set-up.
30: [----------] 5 tests from ctest_environment_DeathTest
30: [ RUN      ] ctest_environment_DeathTest.invalid_rank
30: [       OK ] ctest_environment_DeathTest.invalid_rank (120 ms)
30: [ RUN      ] ctest_environment_DeathTest.no_type_str
30: [       OK ] ctest_environment_DeathTest.no_type_str (126 ms)
30: [ RUN      ] ctest_environment_DeathTest.missing_type
30: [       OK ] ctest_environment_DeathTest.missing_type (252 ms)
30: [ RUN      ] ctest_environment_DeathTest.no_id_str
30: [       OK ] ctest_environment_DeathTest.no_id_str (123 ms)
30: [ RUN      ] ctest_environment_DeathTest.invalid_id_str
30: [       OK ] ctest_environment_DeathTest.invalid_id_str (246 ms)
30: [----------] 5 tests from ctest_environment_DeathTest (869 ms total)
30: 
30: [----------] 3 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.good
30: [       OK ] ctest_environment.good (0 ms)
30: [----------] 3 tests from ctest_environment (0 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 8 tests from 2 test suites ran. (869 ms total)
30: [  PASSED  ] 8 tests.
30/66 Test #30: Kokkos_CoreUnitTest_CTestDevice ............................   Passed    0.88 sec
test 31
      Start 31: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

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

32: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
32: Test timeout computed to be: 1500
32: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument
32/66 Test #32: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ......   Passed    0.01 sec
test 33
      Start 33: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs

33: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1"
33: Test timeout computed to be: 1500
33/66 Test #33: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs .....   Passed    0.01 sec
test 34
      Start 34: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment

34: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
34: Environment variables: 
34:  KOKKOS_TEST_TRIBITS_COMPATIBILITY=1
34: Test timeout computed to be: 1500
34/66 Test #34: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ...   Passed    0.01 sec
test 35
      Start 35: Kokkos_CoreUnitTest_DeviceAndThreads

35: Test command: /usr/bin/python3.10 "/var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/TestDeviceAndThreads.py" "-v"
35: Test timeout computed to be: 1500
35: test_device_id (__main__.KokkosInitializationTestCase) ... ok
35: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok
35: test_num_devices (__main__.KokkosInitializationTestCase) ... ok
35: test_num_threads (__main__.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled'
35: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok
35: 
35: ----------------------------------------------------------------------
35: Ran 5 tests in 2.005s
35: 
35: OK (skipped=1)
35/66 Test #35: Kokkos_CoreUnitTest_DeviceAndThreads .......................   Passed    2.23 sec
test 36
      Start 36: Kokkos_PerformanceTest_Benchmark

36: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-09-11_T05-53-33.json"
36: Test timeout computed to be: 1500
36: 2025-09-11T07:01:28+00:00
36: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
36: Run on (6 X 2095.11 MHz CPU s)
36: CPU Caches:
36:   L1 Data 32 KiB (x6)
36:   L1 Instruction 32 KiB (x6)
36:   L2 Unified 4096 KiB (x6)
36:   L3 Unified 16384 KiB (x6)
36: Load Average: 2.28, 6.01, 7.76
36: CPU architecture: none
36: Can access system allocated memory: 0
36: Capability: 7.0
36: Default Device: Cuda
36: GPU architecture: VOLTA70
36: KOKKOS_COMPILER_CLANG: 1507
36: KOKKOS_ENABLE_ASM: no
36: KOKKOS_ENABLE_CUDA: yes
36: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
36: KOKKOS_ENABLE_CUDA_UVM: no
36: KOKKOS_ENABLE_CXX20: yes
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_IMPL_CUDA_MALLOC_ASYNC: 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.7.99
36: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB: Selected
36: Shared Memory per Block: 48 KiB
36: Total Global Memory: 31.73 GiB
36: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
36: macro  CUDA_VERSION: 11080 = version 11.8
36: macro  KOKKOS_ENABLE_CUDA: defined
36: mdspan: enabled
36: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
36: platform: 64bit
36: via Address Translation Service: 0
36: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
36: Benchmark                                                                                                                                                                          Time             CPU   Iterations      Count Time normalized
36: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
36: GramSchmidt<double>/Count:1024/iterations:5/manual_time                                                                                                                        0.004 s         0.005 s             5       1024        4.17804u
36: GramSchmidt<double>/Count:2048/iterations:5/manual_time                                                                                                                        0.004 s         0.005 s             5     2.048k        2.09297u
36: GramSchmidt<double>/Count:4096/iterations:5/manual_time                                                                                                                        0.004 s         0.005 s             5     4.096k        1041.04n
36: GramSchmidt<double>/Count:8192/iterations:5/manual_time                                                                                                                        0.004 s         0.005 s             5     8.192k         532.74n
36: GramSchmidt<double>/Count:16384/iterations:5/manual_time                                                                                                                       0.004 s         0.007 s             5    16.384k        271.368n
36: GramSchmidt<double>/Count:32768/iterations:5/manual_time                                                                                                                       0.005 s         0.009 s             5    32.768k        150.887n
36: GramSchmidt<double>/Count:65536/iterations:5/manual_time                                                                                                                       0.006 s         0.013 s             5    65.536k         88.301n
36: GramSchmidt<double>/Count:131072/iterations:5/manual_time                                                                                                                      0.007 s         0.024 s             5   131.072k        54.5408n
36: GramSchmidt<double>/Count:262144/iterations:5/manual_time                                                                                                                      0.009 s         0.048 s             5   262.144k        35.1299n
36: GramSchmidt<double>/Count:524288/iterations:5/manual_time                                                                                                                      0.016 s         0.105 s             5   524.288k        31.0482n
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
36: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s        Max
36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
36: CustomReduction<double>/N:100000/R:1000/manual_time                                                                                                                            0.003 s         0.008 s           240 93.7974k/s       11.5
36: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
36: Benchmark                                                                                                                                                                          Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced
36: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
36: OverlapRangePolicy/N:2000/M:10000/R:10                                                                                                                                         0.309 s         0.308 s             2       0.0779752    0.0375882               0.0309349             0.014449   0.0153353          6.267u
36: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
36: Benchmark                                                                                                                                                                          Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced
36: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
36: OverlapMDRangePolicy/N:200/M:10000/R:10                                                                                                                                        0.024 s         0.024 s            30        5.83878m     2.92729m                2.27052m                  1.14575m    1.15589m          5.744u
36: OverlapTeamPolicy/N:20/M:1000000/R:10                                                                                                                                          0.311 s         0.310 s             2       0.0623551    0.0295119                0.050952                 0.0244789   0.0254903          6.755u
36: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
36: Benchmark                                                                                                                                                                          Time             CPU   Iterations      Count Time normalized
36: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
36: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5       1024        10.6846n
36: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     2.048k        5.52246n
36: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     4.096k        3.10669n
36: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     8.192k        1.55359n
36: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    16.384k         931.03p
36: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    32.768k        776.672p
36: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    65.536k        607.086p
36: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                                                                                                                0.000 s         0.000 s             5   131.072k        535.919p
36: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                                                                                                                0.000 s         0.001 s             5   262.144k        547.516p
36: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                                                                                                                0.000 s         0.001 s             5   524.288k        586.975p
36: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
36: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: rate
36: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
36: Malloc/N:1/manual_time                                                                                                                                                          9.15 us         20.5 us        76494 109.304k/s
36: Malloc/N:16/manual_time                                                                                                                                                         9.14 us         20.4 us        76170 109.393k/s
36: Malloc/N:256/manual_time                                                                                                                                                        9.15 us         20.5 us        75908 109.275k/s
36: Malloc/N:4096/manual_time                                                                                                                                                       9.14 us         20.4 us        76509 109.414k/s
36: Malloc/N:65536/manual_time                                                                                                                                                      9.15 us         20.4 us        76680 109.308k/s
36: Malloc/N:1048576/manual_time                                                                                                                                                    68.6 us          127 us        10168 14.5831k/s
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
36: Malloc/N:16777216/manual_time                                                                                                                                                    321 us          169 us         9079 3.11591k/s
36: Malloc/N:268435456/manual_time                                                                                                                                                  6167 us          464 us          110  162.144/s
36: Malloc/N:4294967296/manual_time                                                                                                                                               116363 us         3589 us           10  8.59382/s
36: MallocFree/N:1/manual_time                                                                                                                                                      20.6 us         20.6 us        33752 48.5752k/s
36: MallocFree/N:16/manual_time                                                                                                                                                     20.5 us         20.5 us        34102 48.8621k/s
36: MallocFree/N:256/manual_time                                                                                                                                                    20.5 us         20.5 us        34049 48.7528k/s
36: MallocFree/N:4096/manual_time                                                                                                                                                   20.9 us         20.9 us        34133 47.8392k/s
36: MallocFree/N:65536/manual_time                                                                                                                                                  21.3 us         21.2 us        32910 47.0512k/s
36: MallocFree/N:1048576/manual_time                                                                                                                                                 129 us          127 us         5259 7.77428k/s
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 86%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
36: MallocFree/N:16777216/manual_time                                                                                                                                                351 us          165 us         4816 2.84696k/s
36: MallocFree/N:268435456/manual_time                                                                                                                                              6378 us          462 us          107    156.8/s
36: MallocFree/N:4294967296/manual_time                                                                                                                                           117996 us         3635 us           10  8.47488/s
[ 86%] Built target Kokkos_ContainersUnitTest_Cuda
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
36: MallocTouch/N:1/manual_time                                                                                                                                                     11.0 us         22.3 us        63505 91.3042k/s
36: MallocTouch/N:16/manual_time                                                                                                                                                    10.9 us         22.2 us        63970 91.7153k/s
36: MallocTouch/N:256/manual_time                                                                                                                                                   11.0 us         22.4 us        63636 90.9252k/s
36: MallocTouch/N:4096/manual_time                                                                                                                                                  17.8 us         28.8 us        36458 56.0843k/s
36: MallocTouch/N:65536/manual_time                                                                                                                                                 17.0 us         27.6 us        41124 58.7014k/s
36: MallocTouch/N:1048576/manual_time                                                                                                                                               73.9 us          129 us         9413   13.54k/s
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
36: MallocTouch/N:16777216/manual_time                                                                                                                                               315 us          183 us         7879 3.17251k/s
36: MallocTouch/N:268435456/manual_time                                                                                                                                             6289 us          586 us          108  159.002/s
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
36: MallocTouch/N:4294967296/manual_time                                                                                                                                          115286 us         5707 us           10  8.67408/s
36: MallocTouchFree/N:1/manual_time                                                                                                                                                 20.4 us         20.4 us        34125 49.1169k/s
36: MallocTouchFree/N:16/manual_time                                                                                                                                                20.2 us         20.2 us        34508 49.3999k/s
36: MallocTouchFree/N:256/manual_time                                                                                                                                               20.3 us         20.3 us        34392 49.1525k/s
36: MallocTouchFree/N:4096/manual_time                                                                                                                                              27.5 us         27.5 us        25441 36.3557k/s
36: MallocTouchFree/N:65536/manual_time                                                                                                                                             27.6 us         27.5 us        25353 36.2971k/s
36: MallocTouchFree/N:1048576/manual_time                                                                                                                                            130 us          129 us         5373  7.6946k/s
36: MallocTouchFree/N:16777216/manual_time                                                                                                                                           343 us          178 us         4518 2.91799k/s
36: MallocTouchFree/N:268435456/manual_time                                                                                                                                         6497 us          620 us          105  153.908/s
36: MallocTouchFree/N:4294967296/manual_time                                                                                                                                      126480 us         5897 us           10  7.90641/s
36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
36: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s         MB
36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
36: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.018 s         0.001 s           100  44.9814/s        800
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
36: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.018 s         0.001 s            37  44.4289/s        800
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
36: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.002 s            37   41.991/s        800
36: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.002 s            37  42.0026/s        800
36: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.002 s            38  42.9666/s        800
36: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.002 s            38  42.9537/s        800
36: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.002 s            38  43.0215/s        800
36: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.002 s            38  43.0195/s        800
36: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.002 s            37  41.9627/s        800
36: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.002 s            38  43.0739/s        800
36: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.002 s            38  42.9686/s        800
36: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.002 s            38  42.9571/s        800
36: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.002 s            38  43.0797/s        800
36: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.002 s            38  42.9747/s        800
36: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.002 s            38  43.0784/s        800
36: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.002 s            38  43.0184/s        800
36: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time      0.177 s         0.176 s             4  9.05867/s       1.6k
36: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time      0.154 s         0.153 s             5  10.3949/s       1.6k
36: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           433  1019.96/s       1.6k
36: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           429  1020.04/s       1.6k
36: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           429  1019.88/s       1.6k
36: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time                                           0.002 s         0.002 s           290  338.843/s        800
36: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time                                   0.155 s         0.154 s             5  5.16802/s        800
36: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           436     1020/s       1.6k
36: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           429  1020.05/s       1.6k
36: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           429  1019.94/s       1.6k
36: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.002 s         0.002 s           429     1020/s       1.6k
36: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.005 s         0.005 s           151  347.281/s       1.6k
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
36: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.012 s         0.012 s            58  137.315/s       1.6k
36: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.002 s         0.002 s           429  1019.91/s       1.6k
36: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.004 s         0.004 s           166  379.238/s       1.6k
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
36: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.004 s         0.004 s           159  364.663/s       1.6k
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
36: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           429  1019.77/s       1.6k
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
36: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           429  1019.88/s       1.6k
36: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           429  1019.93/s       1.6k
36: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           429  1019.82/s       1.6k
36: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.012 s         0.012 s            57  133.421/s       1.6k
36: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.012 s         0.012 s            57  134.132/s       1.6k
36: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.005 s         0.005 s           137  340.792/s       1.6k
36: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.008 s         0.008 s            81  199.584/s       1.6k
36: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           429   1019.9/s       1.6k
36: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           429  1019.84/s       1.6k
36: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.023 s         0.023 s            30  70.2841/s       1.6k
36: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.005 s         0.005 s           131   318.21/s       1.6k
36: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           429  1019.78/s       1.6k
36: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           429  1019.83/s       1.6k
36: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.019 s         0.019 s            36  82.8141/s       1.6k
36: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.006 s         0.006 s           105  264.233/s       1.6k
36: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           429  1019.79/s       1.6k
36: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           429  1019.84/s       1.6k
36: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.021 s         0.021 s            33  75.8406/s       1.6k
36: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.006 s         0.006 s           104  272.223/s       1.6k
36: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                      0.002 s         0.002 s           424  1003.89/s       1.6k
36: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    0.002 s         0.002 s           424   1004.1/s       1.6k
36: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                     0.002 s         0.002 s           424  1003.99/s       1.6k
36: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                     0.002 s         0.002 s           424  1004.22/s       1.6k
36: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           662  756.492/s        800
36: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time                                                                                                       0.001 s         0.001 s           662  756.622/s        800
36: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           662  756.576/s        800
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
36: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time                                                                                                      0.001 s         0.001 s           662  756.418/s        800
36: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           662  756.411/s        800
36: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           662  756.484/s        800
36: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           662  756.564/s        800
36: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           662  756.563/s        800
36: ViewFill_Rank1Strided/N:10/manual_time                                                                                                                                         0.002 s         0.002 s           441  257.496/s        400
36: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           662  756.565/s        800
36: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           662   756.61/s        800
36: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           662  756.686/s        800
36: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           662  756.537/s        800
36: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           662  756.655/s        800
36: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           662  756.572/s        800
36: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           662  756.546/s        800
36: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           662  756.599/s        800
36: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           662  756.621/s        800
36: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           662  756.551/s        800
36: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                              0.001 s         0.001 s           663  757.348/s        800
36: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                             0.001 s         0.001 s           663  757.411/s        800
36: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 5.78513k/s       1.6k
36: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 5.80556k/s       1.6k
36: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.001 s         0.001 s            10  3.0544k/s       1.6k
36: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.001 s            10 3.05745k/s       1.6k
36: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 5.04466k/s       1.6k
36: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.001 s            10 2.42292k/s       1.6k
36: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 8.56251k/s       1.6k
36: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 8.55637k/s       1.6k
36: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 3.68709k/s       1.6k
36: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 3.66928k/s       1.6k
36: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 7.06015k/s       1.6k
36: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.001 s         0.001 s            10 2.80687k/s       1.6k
36: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 4.85945k/s       1.6k
36: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.001 s            10 2.59348k/s       1.6k
36: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 4.01854k/s       1.6k
36: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.001 s            10 1.83049k/s       1.6k
36: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 6.75668k/s       1.6k
36: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.001 s         0.001 s            10 3.03045k/s       1.6k
36: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 5.17307k/s       1.6k
36: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.001 s         0.001 s            10 2.05114k/s       1.6k
36: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.001 s         0.001 s            10 3.15525k/s       1.6k
36: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.004 s         0.001 s            10  432.687/s       1.6k
36: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.004 s         0.000 s            10  445.511/s       1.6k
36: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.004 s         0.001 s            10  402.975/s       1.6k
36: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.004 s         0.000 s            10  446.398/s       1.6k
36: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.004 s         0.001 s            10  388.999/s       1.6k
36: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.004 s         0.000 s            10  449.255/s       1.6k
36: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.004 s         0.001 s            10  398.822/s       1.6k
36: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.004 s         0.001 s            10  414.304/s       1.6k
36: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.004 s         0.001 s            10  403.083/s       1.6k
36: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.003 s         0.001 s            10  457.252/s       1.6k
36: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.004 s         0.001 s            10  400.168/s       1.6k
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
36: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                       0.031 s         0.003 s            10  51.8438/s       1.6k
36: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                      0.023 s         0.003 s            10  68.3015/s       1.6k
36/66 Test #36: Kokkos_PerformanceTest_Benchmark ...........................   Passed  130.61 sec
test 37
      Start 37: Kokkos_Benchmark_Atomic_MinMax

37: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-09-11_T05-53-33.json"
37: Test timeout computed to be: 1500
37: 2025-09-11T07:03:39+00:00
37: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
37: Run on (6 X 2095.11 MHz CPU s)
37: CPU Caches:
37:   L1 Data 32 KiB (x6)
37:   L1 Instruction 32 KiB (x6)
37:   L2 Unified 4096 KiB (x6)
37:   L3 Unified 16384 KiB (x6)
37: Load Average: 0.97, 4.11, 6.81
37: CPU architecture: none
37: Can access system allocated memory: 0
37: Capability: 7.0
37: Default Device: Cuda
37: GPU architecture: VOLTA70
37: KOKKOS_COMPILER_CLANG: 1507
37: KOKKOS_ENABLE_ASM: no
37: KOKKOS_ENABLE_CUDA: yes
37: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
37: KOKKOS_ENABLE_CUDA_UVM: no
37: KOKKOS_ENABLE_CXX20: yes
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_IMPL_CUDA_MALLOC_ASYNC: 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.7.99
37: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB: Selected
37: Shared Memory per Block: 48 KiB
37: Total Global Memory: 31.73 GiB
37: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
37: macro  CUDA_VERSION: 11080 = version 11.8
37: macro  KOKKOS_ENABLE_CUDA: defined
37: mdspan: enabled
37: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
37: platform: 64bit
37: via Address Translation Service: 0
37: ----------------------------------------------------------------------------------------------------------------------------------------
37: Benchmark                                                                                              Time             CPU   Iterations
37: ----------------------------------------------------------------------------------------------------------------------------------------
37: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
37: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
37: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
37: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
37: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
37: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
37: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
37: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
37: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
37: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
37: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
37: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
37: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
37: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
37: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
37: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
37: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
37: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
37: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
37: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
37: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
37: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
37: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
37: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
37: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
37: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
37: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
37: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
37: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
37: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
37: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
37: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
37: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
37: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
37: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
37: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
37: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
37: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
37: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
37: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
37: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
37: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
37: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
37: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
37: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
37: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
37: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
37: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
37/66 Test #37: Kokkos_Benchmark_Atomic_MinMax .............................   Passed    0.20 sec
test 38
      Start 38: Kokkos_PerformanceTest_ViewFirstTouch

38: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-09-11_T05-53-33.json"
38: Test timeout computed to be: 1500
38: 2025-09-11T07:03:39+00:00
38: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch
38: Run on (6 X 2095.11 MHz CPU s)
38: CPU Caches:
38:   L1 Data 32 KiB (x6)
38:   L1 Instruction 32 KiB (x6)
38:   L2 Unified 4096 KiB (x6)
38:   L3 Unified 16384 KiB (x6)
38: Load Average: 0.97, 4.11, 6.81
38: CPU architecture: none
38: Can access system allocated memory: 0
38: Capability: 7.0
38: Default Device: Cuda
38: GPU architecture: VOLTA70
38: KOKKOS_COMPILER_CLANG: 1507
38: KOKKOS_ENABLE_ASM: no
38: KOKKOS_ENABLE_CUDA: yes
38: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
38: KOKKOS_ENABLE_CUDA_UVM: no
38: KOKKOS_ENABLE_CXX20: yes
38: KOKKOS_ENABLE_CXX23: no
38: KOKKOS_ENABLE_CXX26: no
38: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
38: KOKKOS_ENABLE_HWLOC: no
38: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no
38: KOKKOS_ENABLE_LIBDL: yes
38: KOKKOS_ENABLE_PRAGMA_IVDEP: no
38: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
38: KOKKOS_ENABLE_PRAGMA_UNROLL: no
38: KOKKOS_ENABLE_PRAGMA_VECTOR: no
38: KOKKOS_ENABLE_SERIAL: yes
38: Kokkos Version: 4.7.99
38: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB: Selected
38: Shared Memory per Block: 48 KiB
38: Total Global Memory: 31.73 GiB
38: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
38: macro  CUDA_VERSION: 11080 = version 11.8
38: macro  KOKKOS_ENABLE_CUDA: defined
38: mdspan: enabled
38: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
38: platform: 64bit
38: via Address Translation Service: 0
38: ------------------------------------------------------------------------------------------------------------------------------------
38: Benchmark                                                                    Time             CPU   Iterations  FOM: GB/s         MB
38: ------------------------------------------------------------------------------------------------------------------------------------
38: ViewFirstTouch_Initialize<double>/N:64/manual_time                       0.000 s         0.000 s         43212 0.0319684/s       512u
38: ViewFirstTouch_Initialize<double>/N:512/manual_time                      0.000 s         0.000 s         41579  0.24228/s     4.096m
38: ViewFirstTouch_Initialize<double>/N:4096/manual_time                     0.000 s         0.000 s         37465  1.75175/s   0.032768
38: ViewFirstTouch_Initialize<double>/N:32768/manual_time                    0.000 s         0.000 s         36210  13.2309/s   0.262144
38: ViewFirstTouch_Initialize<double>/N:262144/manual_time                   0.000 s         0.000 s          8720  26.9257/s    2.09715
38: ViewFirstTouch_Initialize<double>/N:2097152/manual_time                  0.000 s         0.000 s          6807  52.4382/s    16.7772
38: ViewFirstTouch_Initialize<double>/N:16777216/manual_time                 0.003 s         0.000 s           223  42.3459/s    134.218
38: ViewFirstTouch_ParallelFor<double>/N:64/manual_time                      0.000 s         0.000 s         81789 0.120378/s      1024u
38: ViewFirstTouch_ParallelFor<double>/N:512/manual_time                     0.000 s         0.000 s         81811 0.939602/s     8.192m
38: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time                    0.000 s         0.000 s         82724  7.77961/s   0.065536
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
38: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time                   0.000 s         0.000 s         79070  59.0885/s   0.524288
38: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time                  0.000 s         0.000 s         55406  331.291/s     4.1943
38: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time                 0.000 s         0.000 s         14564  696.819/s    33.5544
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
38: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time                0.000 s         0.001 s          2309  885.503/s    268.435
38: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time            0.000 s         0.000 s        100452  0.14552/s      1024u
38: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time           0.000 s         0.000 s         88393  1.03794/s     8.192m
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
38: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time          0.000 s         0.000 s         82026  7.64599/s   0.065536
38: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time         0.000 s         0.000 s         81247  61.0571/s   0.524288
38: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time        0.000 s         0.000 s         70382  403.788/s     4.1943
38: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time       0.000 s         0.000 s         28843 1.40224k/s    33.5544
38: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time      0.000 s         0.000 s          5452 2.09289k/s    268.435
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
38: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time            0.000 s         0.000 s         77414 0.113492/s      1024u
38: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time           0.000 s         0.000 s         77491 0.910031/s     8.192m
38: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time          0.000 s         0.000 s         78053  7.21137/s   0.065536
38: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time         0.000 s         0.000 s         74945  56.1025/s   0.524288
38: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time        0.000 s         0.000 s         58805  353.384/s     4.1943
38: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time       0.000 s         0.000 s         22084  1059.86/s    33.5544
38: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time      0.000 s         0.000 s          3774 1.44723k/s    268.435
38/66 Test #38: Kokkos_PerformanceTest_ViewFirstTouch ......................   Passed   62.63 sec
test 39
      Start 39: Kokkos_PerformanceTest_Mempool

39: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-09-11_T05-53-33.json"
39: Test timeout computed to be: 1500
39: 2025-09-11T07:04:41+00:00
39: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Mempool
39: Run on (6 X 2095.11 MHz CPU s)
39: CPU Caches:
39:   L1 Data 32 KiB (x6)
39:   L1 Instruction 32 KiB (x6)
39:   L2 Unified 4096 KiB (x6)
39:   L3 Unified 16384 KiB (x6)
39: Load Average: 0.75, 3.48, 6.42
39: CPU architecture: none
39: Can access system allocated memory: 0
39: Capability: 7.0
39: Default Device: Cuda
39: GPU architecture: VOLTA70
39: KOKKOS_COMPILER_CLANG: 1507
39: KOKKOS_ENABLE_ASM: no
39: KOKKOS_ENABLE_CUDA: yes
39: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
39: KOKKOS_ENABLE_CUDA_UVM: no
39: KOKKOS_ENABLE_CXX20: yes
39: KOKKOS_ENABLE_CXX23: no
39: KOKKOS_ENABLE_CXX26: no
39: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
39: KOKKOS_ENABLE_HWLOC: no
39: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no
39: KOKKOS_ENABLE_LIBDL: yes
39: KOKKOS_ENABLE_PRAGMA_IVDEP: no
39: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
39: KOKKOS_ENABLE_PRAGMA_UNROLL: no
39: KOKKOS_ENABLE_PRAGMA_VECTOR: no
39: KOKKOS_ENABLE_SERIAL: yes
39: Kokkos Version: 4.7.99
39: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB: Selected
39: Shared Memory per Block: 48 KiB
39: Total Global Memory: 31.73 GiB
39: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
39: macro  CUDA_VERSION: 11080 = version 11.8
39: macro  KOKKOS_ENABLE_CUDA: defined
39: mdspan: enabled
39: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
39: platform: 64bit
39: via Address Translation Service: 0
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
39: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
39: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
39: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
39: 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          5370                42.691M/s
39: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
39: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
39: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
39: 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         17978                285.664M/s
39/66 Test #39: Kokkos_PerformanceTest_Mempool .............................   Passed    7.39 sec
test 40
      Start 40: Kokkos_PerformanceTest_Atomic

40: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-09-11_T05-53-33.json"
40: Test timeout computed to be: 1500
40: 2025-09-11T07:04:49+00:00
40: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Atomic
40: Run on (6 X 2095.11 MHz CPU s)
40: CPU Caches:
40:   L1 Data 32 KiB (x6)
40:   L1 Instruction 32 KiB (x6)
40:   L2 Unified 4096 KiB (x6)
40:   L3 Unified 16384 KiB (x6)
40: Load Average: 0.79, 3.39, 6.37
40: CPU architecture: none
40: Can access system allocated memory: 0
40: Capability: 7.0
40: Default Device: Cuda
40: GPU architecture: VOLTA70
40: KOKKOS_COMPILER_CLANG: 1507
40: KOKKOS_ENABLE_ASM: no
40: KOKKOS_ENABLE_CUDA: yes
40: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
40: KOKKOS_ENABLE_CUDA_UVM: no
40: KOKKOS_ENABLE_CXX20: yes
40: KOKKOS_ENABLE_CXX23: no
40: KOKKOS_ENABLE_CXX26: no
40: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
40: KOKKOS_ENABLE_HWLOC: no
40: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no
40: KOKKOS_ENABLE_LIBDL: yes
40: KOKKOS_ENABLE_PRAGMA_IVDEP: no
40: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
40: KOKKOS_ENABLE_PRAGMA_UNROLL: no
40: KOKKOS_ENABLE_PRAGMA_VECTOR: no
40: KOKKOS_ENABLE_SERIAL: yes
40: Kokkos Version: 4.7.99
40: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB: Selected
40: Shared Memory per Block: 48 KiB
40: Total Global Memory: 31.73 GiB
40: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
40: macro  CUDA_VERSION: 11080 = version 11.8
40: macro  KOKKOS_ENABLE_CUDA: defined
40: mdspan: enabled
40: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
40: platform: 64bit
40: via Address Translation Service: 0
40: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
40: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
40: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
40: Test_Atomic<int>/30000/iterations:10                          0.167 s         0.167 s            10          1            4    4.03847m         3.5958m    137.067u     449.985M          35.808k     449.985M
40: Test_Atomic<long int>/100000/iterations:10                     1.05 s          1.05 s            10          1            8    2.55005m        1.11573m      84.43u     4.99995G         667.712k     4.99995G
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
40: Test_Atomic<long long int>/100000/iterations:10                3.14 s          3.13 s            10          1            8     5.14689        1.13385m      63.22u     4.99995G         628.448k     4.99995G
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
40: Test_Atomic<unsigned int>/100000/iterations:10                 1.04 s          1.04 s            10          1            4    1.56779m         965.97u     136.35u     704.983M         658.848k     704.983M
40: Test_Atomic<unsigned long int>/100000/iterations:10            1.05 s          1.05 s            10          1            8    2.29949m          949.1u      70.26u     4.99995G         666.544k     4.99995G
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
40: Test_Atomic<unsigned long long int>/100000/iterations:10       3.13 s          3.12 s            10          1            8     5.19475        1034.43u      63.23u     4.99995G         754.864k     4.99995G
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
40: Test_Atomic<float>/100000/iterations:10                        1.05 s          1.05 s            10          0            4    3.53808m         964.11u    1.10071m     5.00004G         641.024k     4.99989G
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
40: Test_Atomic<double>/100000/iterations:10                       1.05 s          1.05 s            10          1            8    3.48714m         1051.9u    1083.91u     4.99995G         570.656k     4.99995G
40/66 Test #40: Kokkos_PerformanceTest_Atomic ..............................   Passed  116.86 sec
test 41
      Start 41: Kokkos_PerformanceTest_Reduction

41: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-09-11_T05-53-33.json"
41: Test timeout computed to be: 1500
41: 2025-09-11T07:06:46+00:00
41: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Reduction
41: Run on (6 X 2095.11 MHz CPU s)
41: CPU Caches:
41:   L1 Data 32 KiB (x6)
41:   L1 Instruction 32 KiB (x6)
41:   L2 Unified 4096 KiB (x6)
41:   L3 Unified 16384 KiB (x6)
41: Load Average: 0.97, 2.62, 5.74
41: CPU architecture: none
41: Can access system allocated memory: 0
41: Capability: 7.0
41: Default Device: Cuda
41: GPU architecture: VOLTA70
41: KOKKOS_COMPILER_CLANG: 1507
41: KOKKOS_ENABLE_ASM: no
41: KOKKOS_ENABLE_CUDA: yes
41: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
41: KOKKOS_ENABLE_CUDA_UVM: no
41: KOKKOS_ENABLE_CXX20: yes
41: KOKKOS_ENABLE_CXX23: no
41: KOKKOS_ENABLE_CXX26: no
41: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
41: KOKKOS_ENABLE_HWLOC: no
41: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no
41: KOKKOS_ENABLE_LIBDL: yes
41: KOKKOS_ENABLE_PRAGMA_IVDEP: no
41: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
41: KOKKOS_ENABLE_PRAGMA_UNROLL: no
41: KOKKOS_ENABLE_PRAGMA_VECTOR: no
41: KOKKOS_ENABLE_SERIAL: yes
41: Kokkos Version: 4.7.99
41: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB: Selected
41: Shared Memory per Block: 48 KiB
41: Total Global Memory: 31.73 GiB
41: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
41: macro  CUDA_VERSION: 11080 = version 11.8
41: macro  KOKKOS_ENABLE_CUDA: defined
41: mdspan: enabled
41: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
41: platform: 64bit
41: via Address Translation Service: 0
41: ----------------------------------------------------------------------------------------------------
41: Benchmark                                                          Time             CPU   Iterations
41: ----------------------------------------------------------------------------------------------------
41: ReductionCheapScalarResult<double>/10000/iterations:10          17.9 us         17.1 us           10
41: ReductionCheapScalarResult<double>/100000/iterations:10         18.0 us         18.0 us           10
41: ReductionCheapScalarResult<double>/1000000/iterations:10        28.0 us         27.3 us           10
41: ReductionCheapScalarResult<double>/10000000/iterations:10       96.2 us         95.5 us           10
41: ReductionCheapHostResult<double>/10000/iterations:10            14.6 us         14.4 us           10
41: ReductionCheapHostResult<double>/100000/iterations:10           15.9 us         15.9 us           10
41: ReductionCheapHostResult<double>/1000000/iterations:10          28.8 us         28.7 us           10
41: ReductionCheapHostResult<double>/10000000/iterations:10          102 us          101 us           10
41: ReductionCheapDeviceResult<double>/10000/iterations:10          11.0 us         11.0 us           10
41: ReductionCheapDeviceResult<double>/100000/iterations:10         12.6 us         12.6 us           10
41: ReductionCheapDeviceResult<double>/1000000/iterations:10        25.0 us         25.0 us           10
41: ReductionCheapDeviceResult<double>/10000000/iterations:10        103 us          102 us           10
41: ReductionExpensive<double>/10000/iterations:10                  67.2 us         67.1 us           10
41: ReductionExpensive<double>/100000/iterations:10                  177 us          177 us           10
41: ReductionExpensive<double>/1000000/iterations:10                1535 us         1531 us           10
41: ReductionExpensive<double>/10000000/iterations:10              14922 us        14887 us           10
41/66 Test #41: Kokkos_PerformanceTest_Reduction ...........................   Passed    0.34 sec
test 42
      Start 42: Kokkos_ContainersUnitTest_Serial

42: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
42: Test timeout computed to be: 1500
42: [==========] Running 77 tests from 2 test suites.
42: [----------] Global test environment set-up.
42: [----------] 2 tests from serial_DeathTest
42: [ RUN      ] serial_DeathTest.dualview_external_view_construction
42: [       OK ] serial_DeathTest.dualview_external_view_construction (321 ms)
42: [ RUN      ] serial_DeathTest.offsetview_unmanaged_construction
42: [       OK ] serial_DeathTest.offsetview_unmanaged_construction (4365 ms)
42: [----------] 2 tests from serial_DeathTest (4686 ms total)
42: 
42: [----------] 75 tests from serial
42: [ RUN      ] serial.bitset
42: [       OK ] serial.bitset (1923 ms)
42: [ RUN      ] serial.bitset_default_constructor_no_alloc
42: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
42: [ RUN      ] serial.dualview_combination
42: [       OK ] serial.dualview_combination (0 ms)
42: [ RUN      ] serial.dualview_alloc
42: [       OK ] serial.dualview_alloc (0 ms)
42: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
42: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
42: [ RUN      ] serial.dualview_combinations_without_init
42: [       OK ] serial.dualview_combinations_without_init (0 ms)
42: [ RUN      ] serial.dualview_deep_copy
42: [       OK ] serial.dualview_deep_copy (0 ms)
42: [ RUN      ] serial.dualview_sync_should_fence
42: [       OK ] serial.dualview_sync_should_fence (0 ms)
42: [ RUN      ] serial.dualview_realloc
42: [       OK ] serial.dualview_realloc (0 ms)
42: [ RUN      ] serial.dualview_resize
42: [       OK ] serial.dualview_resize (0 ms)
42: [ RUN      ] serial.dualview_device_correct_kokkos_device
42: [       OK ] serial.dualview_device_correct_kokkos_device (1 ms)
42: [ RUN      ] serial.dualview_host_correct_kokkos_device
42: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
42: [ RUN      ] serial.dualview_host_modify_template_device_sync
42: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
42: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
42: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
42: [ RUN      ] serial.dualview_device_modify_template_host_sync
42: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
42: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
42: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
42: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
42: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
42: [ RUN      ] serial.dualview_template_views_return_correct_views_from_const_dual_view
42: [       OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
42: [ RUN      ] serial.dualview_sequential_host_init
42: [       OK ] serial.dualview_sequential_host_init (0 ms)
42: [ RUN      ] serial.dualview_default_constructed
42: [       OK ] serial.dualview_default_constructed (0 ms)
42: [ RUN      ] serial.dualview_resize_single_device
42: [       OK ] serial.dualview_resize_single_device (0 ms)
42: [ RUN      ] serial.dynamic_view
42: [       OK ] serial.dynamic_view (12 ms)
42: [ RUN      ] serial.dyn_rank_view_api_generic
42: [       OK ] serial.dyn_rank_view_api_generic (7 ms)
42: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
42: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
42: [ RUN      ] serial.dyn_rank_view_check_fence_resize_realloc
42: /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
42: skipping since not default execution space
42: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms)
42: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
42: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
42: [ RUN      ] serial.dyn_rank_view_ctor_from_members
42: [       OK ] serial.dyn_rank_view_ctor_from_members (0 ms)
42: [ RUN      ] serial.dyn_rank_view_ctor_from_layout_stride
42: [       OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms)
42: [ RUN      ] serial.dyn_rank_view_layout_member
42: [       OK ] serial.dyn_rank_view_layout_member (0 ms)
42: [ RUN      ] serial.dyn_rank_view_team_scratch
42: [       OK ] serial.dyn_rank_view_team_scratch (0 ms)
42: [ RUN      ] serial.view_customization_extra_int_arg
42: [       OK ] serial.view_customization_extra_int_arg (0 ms)
42: [ RUN      ] serial.ErrorReporterViaLambda
42: [       OK ] serial.ErrorReporterViaLambda (0 ms)
42: [ RUN      ] serial.ErrorReporter
42: [       OK ] serial.ErrorReporter (0 ms)
42: [ RUN      ] serial.offsetview_construction
42: [       OK ] serial.offsetview_construction (16 ms)
42: [ RUN      ] serial.offsetview_unmanaged_construction
42: [       OK ] serial.offsetview_unmanaged_construction (0 ms)
42: [ RUN      ] serial.offsetview_subview
42: [       OK ] serial.offsetview_subview (10 ms)
42: [ RUN      ] serial.offsetview_offsets_rank1
42: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
42: [ RUN      ] serial.offsetview_offsets_rank2
42: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
42: [ RUN      ] serial.offsetview_offsets_rank3
42: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
42: [ RUN      ] serial.scatterview
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
42: [       OK ] serial.scatterview (1745 ms)
42: [ RUN      ] serial.scatterview_devicetype
42: [       OK ] serial.scatterview_devicetype (1 ms)
42: [ RUN      ] serial.staticcrsgraph
42: [       OK ] serial.staticcrsgraph (13 ms)
42: [ RUN      ] serial.resize_realloc_no_init_dualview
42: [       OK ] serial.resize_realloc_no_init_dualview (0 ms)
42: [ RUN      ] serial.resize_realloc_no_alloc_dualview
42: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
42: [ RUN      ] serial.resize_exec_space_dualview
42: [       OK ] serial.resize_exec_space_dualview (0 ms)
42: [ RUN      ] serial.realloc_exec_space_dualview
42: [       OK ] serial.realloc_exec_space_dualview (0 ms)
42: [ RUN      ] serial.resize_realloc_no_init_dynrankview
42: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
42: [ RUN      ] serial.resize_exec_space_dynrankview
42: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
42: [ RUN      ] serial.realloc_exec_space_dynrankview
42: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
42: [ RUN      ] serial.resize_realloc_no_init_scatterview
42: [       OK ] serial.resize_realloc_no_init_scatterview (0 ms)
42: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
42: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
42: [ RUN      ] serial.resize_exec_space_scatterview
42: [       OK ] serial.resize_exec_space_scatterview (0 ms)
42: [ RUN      ] serial.realloc_exec_space_scatterview
42: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
42: [ RUN      ] serial.create_mirror_no_init_dynrankview
42: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
42: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
42: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms)
42: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
42: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
42: [ RUN      ] serial.create_mirror_no_init_offsetview
42: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
42: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
42: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
42: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
42: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
42: [ RUN      ] serial.create_mirror_no_init_dynamicview
42: [       OK ] serial.create_mirror_no_init_dynamicview (0 ms)
42: [ RUN      ] serial.create_mirror_view_and_copy_dynamicview
42: [       OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms)
42: [ RUN      ] serial.create_mirror_no_init_dynamicview_view_ctor
42: [       OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms)
42: [ RUN      ] serial.UnorderedMap_insert
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
42: [       OK ] serial.UnorderedMap_insert (6161 ms)
42: [ RUN      ] serial.UnorderedMap_failed_insert
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
42: [       OK ] serial.UnorderedMap_failed_insert (3869 ms)
42: [ RUN      ] serial.UnorderedMap_deep_copy
42: [       OK ] serial.UnorderedMap_deep_copy (3 ms)
42: [ RUN      ] serial.UnorderedMap_valid_empty
42: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
42: [ RUN      ] serial.UnorderedMap_clear_zero_size
42: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
42: [ RUN      ] serial.UnorderedMap_consistent_size
42: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
42: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
42: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
42: [ RUN      ] serial.UnorderedMap_lambda_capturable
42: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
42: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
42: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
42: [ RUN      ] serial.UnorderedMap_View_as_value
42: [       OK ] serial.UnorderedMap_View_as_value (0 ms)
42: [ RUN      ] serial.vector_combination
42: [       OK ] serial.vector_combination (0 ms)
42: [ RUN      ] serial.vector_insert
42: [       OK ] serial.vector_insert (0 ms)
42: [ RUN      ] serial.vector_push_back_default_exec
42: [       OK ] serial.vector_push_back_default_exec (0 ms)
42: [----------] 75 tests from serial (13776 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 77 tests from 2 test suites ran. (18463 ms total)
42: [  PASSED  ] 76 tests.
42: [  SKIPPED ] 1 test, listed below:
42: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
42/66 Test #42: Kokkos_ContainersUnitTest_Serial ...........................   Passed   18.64 sec
test 43
      Start 43: Kokkos_ContainersUnitTest_Cuda

43: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda
43: Test timeout computed to be: 1500
43: [==========] Running 77 tests from 2 test suites.
43: [----------] Global test environment set-up.
43: [----------] 2 tests from cuda_DeathTest
43: [ RUN      ] cuda_DeathTest.dualview_external_view_construction
43: /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestDualView.hpp:586: Skipped
43: test only relevant if DualView uses one allocation
43: [  SKIPPED ] cuda_DeathTest.dualview_external_view_construction (0 ms)
43: [ RUN      ] cuda_DeathTest.offsetview_unmanaged_construction
43: [       OK ] cuda_DeathTest.offsetview_unmanaged_construction (4343 ms)
43: [----------] 2 tests from cuda_DeathTest (4343 ms total)
43: 
43: [----------] 75 tests from cuda
43: [ RUN      ] cuda.bitset
43: [       OK ] cuda.bitset (13 ms)
43: [ RUN      ] cuda.bitset_default_constructor_no_alloc
43: [       OK ] cuda.bitset_default_constructor_no_alloc (0 ms)
43: [ RUN      ] cuda.dualview_combination
43: [       OK ] cuda.dualview_combination (1 ms)
43: [ RUN      ] cuda.dualview_alloc
43: [       OK ] cuda.dualview_alloc (0 ms)
43: [ RUN      ] cuda.test_dualview_copy_construction_and_assignment
43: [       OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms)
43: [ RUN      ] cuda.dualview_combinations_without_init
43: [       OK ] cuda.dualview_combinations_without_init (0 ms)
43: [ RUN      ] cuda.dualview_deep_copy
43: [       OK ] cuda.dualview_deep_copy (1 ms)
43: [ RUN      ] cuda.dualview_sync_should_fence
43: [       OK ] cuda.dualview_sync_should_fence (0 ms)
43: [ RUN      ] cuda.dualview_realloc
43: [       OK ] cuda.dualview_realloc (0 ms)
43: [ RUN      ] cuda.dualview_resize
43: [       OK ] cuda.dualview_resize (0 ms)
43: [ RUN      ] cuda.dualview_device_correct_kokkos_device
43: [       OK ] cuda.dualview_device_correct_kokkos_device (0 ms)
43: [ RUN      ] cuda.dualview_host_correct_kokkos_device
43: [       OK ] cuda.dualview_host_correct_kokkos_device (0 ms)
43: [ RUN      ] cuda.dualview_host_modify_template_device_sync
43: [       OK ] cuda.dualview_host_modify_template_device_sync (0 ms)
43: [ RUN      ] cuda.dualview_host_modify_template_device_execspace_sync
43: [       OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms)
43: [ RUN      ] cuda.dualview_device_modify_template_host_sync
43: [       OK ] cuda.dualview_device_modify_template_host_sync (0 ms)
43: [ RUN      ] cuda.dualview_device_modify_template_host_execspace_sync
43: [       OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms)
43: [ RUN      ] cuda.dualview_template_views_return_correct_executionspace_views
43: [       OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms)
43: [ RUN      ] cuda.dualview_template_views_return_correct_views_from_const_dual_view
43: [       OK ] cuda.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
43: [ RUN      ] cuda.dualview_sequential_host_init
43: [       OK ] cuda.dualview_sequential_host_init (0 ms)
43: [ RUN      ] cuda.dualview_default_constructed
43: [       OK ] cuda.dualview_default_constructed (0 ms)
43: [ RUN      ] cuda.dualview_resize_single_device
43: [       OK ] cuda.dualview_resize_single_device (0 ms)
43: [ RUN      ] cuda.dynamic_view
43: [       OK ] cuda.dynamic_view (24 ms)
43: [ RUN      ] cuda.dyn_rank_view_api_generic
43: [       OK ] cuda.dyn_rank_view_api_generic (12 ms)
43: [ RUN      ] cuda.dyn_rank_view_api_operator_rank12345
43: [       OK ] cuda.dyn_rank_view_api_operator_rank12345 (0 ms)
43: [ RUN      ] cuda.dyn_rank_view_check_fence_resize_realloc
43: [       OK ] cuda.dyn_rank_view_check_fence_resize_realloc (1 ms)
43: [ RUN      ] cuda.dyn_rank_view_api_operator_rank67
43: [       OK ] cuda.dyn_rank_view_api_operator_rank67 (0 ms)
43: [ RUN      ] cuda.dyn_rank_view_ctor_from_members
43: [       OK ] cuda.dyn_rank_view_ctor_from_members (0 ms)
43: [ RUN      ] cuda.dyn_rank_view_ctor_from_layout_stride
43: [       OK ] cuda.dyn_rank_view_ctor_from_layout_stride (0 ms)
43: [ RUN      ] cuda.dyn_rank_view_layout_member
43: [       OK ] cuda.dyn_rank_view_layout_member (0 ms)
43: [ RUN      ] cuda.dyn_rank_view_team_scratch
43: [       OK ] cuda.dyn_rank_view_team_scratch (0 ms)
43: [ RUN      ] cuda.view_customization_extra_int_arg
43: [       OK ] cuda.view_customization_extra_int_arg (0 ms)
43: [ RUN      ] cuda.ErrorReporterViaLambda
43: [       OK ] cuda.ErrorReporterViaLambda (0 ms)
43: [ RUN      ] cuda.ErrorReporter
43: [       OK ] cuda.ErrorReporter (0 ms)
43: [ RUN      ] cuda.offsetview_construction
43: [       OK ] cuda.offsetview_construction (2 ms)
43: [ RUN      ] cuda.offsetview_unmanaged_construction
43: [       OK ] cuda.offsetview_unmanaged_construction (0 ms)
43: [ RUN      ] cuda.offsetview_subview
43: [       OK ] cuda.offsetview_subview (0 ms)
43: [ RUN      ] cuda.offsetview_offsets_rank1
43: [       OK ] cuda.offsetview_offsets_rank1 (0 ms)
43: [ RUN      ] cuda.offsetview_offsets_rank2
43: [       OK ] cuda.offsetview_offsets_rank2 (0 ms)
43: [ RUN      ] cuda.offsetview_offsets_rank3
43: [       OK ] cuda.offsetview_offsets_rank3 (0 ms)
43: [ RUN      ] cuda.scatterview
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 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_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
43: [       OK ] cuda.scatterview (11546 ms)
43: [ RUN      ] cuda.scatterview_devicetype
43: [       OK ] cuda.scatterview_devicetype (24 ms)
43: [ RUN      ] cuda.staticcrsgraph
43: [       OK ] cuda.staticcrsgraph (31 ms)
43: [ RUN      ] cuda.resize_realloc_no_init_dualview
43: [       OK ] cuda.resize_realloc_no_init_dualview (1 ms)
43: [ RUN      ] cuda.resize_realloc_no_alloc_dualview
43: [       OK ] cuda.resize_realloc_no_alloc_dualview (0 ms)
43: [ RUN      ] cuda.resize_exec_space_dualview
43: [       OK ] cuda.resize_exec_space_dualview (0 ms)
43: [ RUN      ] cuda.realloc_exec_space_dualview
43: [       OK ] cuda.realloc_exec_space_dualview (0 ms)
43: [ RUN      ] cuda.resize_realloc_no_init_dynrankview
43: [       OK ] cuda.resize_realloc_no_init_dynrankview (0 ms)
43: [ RUN      ] cuda.resize_exec_space_dynrankview
43: [       OK ] cuda.resize_exec_space_dynrankview (0 ms)
43: [ RUN      ] cuda.realloc_exec_space_dynrankview
43: [       OK ] cuda.realloc_exec_space_dynrankview (0 ms)
43: [ RUN      ] cuda.resize_realloc_no_init_scatterview
43: [       OK ] cuda.resize_realloc_no_init_scatterview (0 ms)
43: [ RUN      ] cuda.resize_realloc_no_alloc_scatterview
43: [       OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms)
43: [ RUN      ] cuda.resize_exec_space_scatterview
43: [       OK ] cuda.resize_exec_space_scatterview (0 ms)
43: [ RUN      ] cuda.realloc_exec_space_scatterview
43: [       OK ] cuda.realloc_exec_space_scatterview (0 ms)
43: [ RUN      ] cuda.create_mirror_no_init_dynrankview
43: [       OK ] cuda.create_mirror_no_init_dynrankview (0 ms)
43: [ RUN      ] cuda.create_mirror_no_init_dynrankview_viewctor
43: [       OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms)
43: [ RUN      ] cuda.create_mirror_view_and_copy_dynrankview
43: [       OK ] cuda.create_mirror_view_and_copy_dynrankview (0 ms)
43: [ RUN      ] cuda.create_mirror_no_init_offsetview
43: [       OK ] cuda.create_mirror_no_init_offsetview (0 ms)
43: [ RUN      ] cuda.create_mirror_no_init_offsetview_view_ctor
43: [       OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms)
43: [ RUN      ] cuda.create_mirror_view_and_copy_offsetview
43: [       OK ] cuda.create_mirror_view_and_copy_offsetview (0 ms)
43: [ RUN      ] cuda.create_mirror_no_init_dynamicview
43: [       OK ] cuda.create_mirror_no_init_dynamicview (0 ms)
43: [ RUN      ] cuda.create_mirror_view_and_copy_dynamicview
43: [       OK ] cuda.create_mirror_view_and_copy_dynamicview (0 ms)
43: [ RUN      ] cuda.create_mirror_no_init_dynamicview_view_ctor
43: [       OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms)
43: [ RUN      ] cuda.UnorderedMap_insert
43: [       OK ] cuda.UnorderedMap_insert (3219 ms)
43: [ RUN      ] cuda.UnorderedMap_failed_insert
43: [       OK ] cuda.UnorderedMap_failed_insert (825 ms)
43: [ RUN      ] cuda.UnorderedMap_deep_copy
43: [       OK ] cuda.UnorderedMap_deep_copy (4 ms)
43: [ RUN      ] cuda.UnorderedMap_valid_empty
43: [       OK ] cuda.UnorderedMap_valid_empty (0 ms)
43: [ RUN      ] cuda.UnorderedMap_clear_zero_size
43: [       OK ] cuda.UnorderedMap_clear_zero_size (0 ms)
43: [ RUN      ] cuda.UnorderedMap_consistent_size
43: [       OK ] cuda.UnorderedMap_consistent_size (0 ms)
43: [ RUN      ] cuda.UnorderedMap_shallow_copyable_on_device
43: [       OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms)
43: [ RUN      ] cuda.UnorderedMap_lambda_capturable
43: [       OK ] cuda.UnorderedMap_lambda_capturable (0 ms)
43: [ RUN      ] cuda.UnorderedMap_constructor_view_alloc
43: [       OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms)
43: [ RUN      ] cuda.UnorderedMap_View_as_value
43: [       OK ] cuda.UnorderedMap_View_as_value (0 ms)
43: [ RUN      ] cuda.vector_combination
43: [       OK ] cuda.vector_combination (0 ms)
43: [ RUN      ] cuda.vector_insert
43: [       OK ] cuda.vector_insert (1 ms)
43: [ RUN      ] cuda.vector_push_back_default_exec
43: [       OK ] cuda.vector_push_back_default_exec (0 ms)
43: [----------] 75 tests from cuda (15730 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 77 tests from 2 test suites ran. (20074 ms total)
43: [  PASSED  ] 76 tests.
43: [  SKIPPED ] 1 test, listed below:
43: [  SKIPPED ] cuda_DeathTest.dualview_external_view_construction
43/66 Test #43: Kokkos_ContainersUnitTest_Cuda .............................   Passed   20.29 sec
test 44
      Start 44: Kokkos_ContainersPerformanceTest_Cuda

44: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda
44: Test timeout computed to be: 1500
44: [==========] Running 4 tests from 1 test suite.
44: [----------] Global test environment set-up.
44: [----------] 4 tests from TEST_CATEGORY
44: [ RUN      ] TEST_CATEGORY.dynrankview_perf
44: Cuda
44:  DynRankView vs View: Initialization Only 
44:  View time (init only): 0.00318896
44:  View sum computation time: 0.00318896
44:  Strided View time (init only): 0.00110211
44:  View Rank7 time (init only): 0.00112461
44:  DynRankView time (init only): 0.00112992
44:  DynRankView sum computation time: 0.00184932
44:  Ratio of View to DynRankView time: 2.82229
44:  Ratio of View to DynRankView sum computation time: 1.01298
44:  Ratio of View to View Rank7  time: 2.83561
44:  Ratio of StrideView to DynRankView time: 0.97539
44:  Ratio of DynRankView to View Rank7  time: 1.00472
44: [       OK ] TEST_CATEGORY.dynrankview_perf (14 ms)
44: [ RUN      ] TEST_CATEGORY.global_2_local
44: Cuda
44: size, create, generate, fill, find
44: 256, 0.000218742, 5.1606e-05, 0.00256195, 0.00178813
44: 512, 0.000140951, 9.498e-06, 2.014e-05, 0.00177831
44: 1024, 0.000135272, 8.891e-06, 1.8904e-05, 0.00182908
44: 2048, 0.000163283, 8.475e-06, 2.0626e-05, 0.00183766
44: 4096, 0.000148432, 8.723e-06, 1.9397e-05, 0.00188289
44: 8192, 0.000168995, 1.0503e-05, 2.3648e-05, 0.00194828
44: 16384, 0.00013186, 8.55e-06, 2.7148e-05, 0.00267377
44: 32768, 0.000418382, 9.858e-06, 3.0019e-05, 0.00397373
44: 65536, 0.00023236, 1.107e-05, 3.8552e-05, 0.006082
44: 131072, 0.000345716, 1.1535e-05, 5.6456e-05, 0.0115994
44: 262144, 0.000516153, 1.2626e-05, 0.000165189, 0.0172563
44: 524288, 0.000499331, 1.5321e-05, 0.000516575, 0.0269823
44: 1048576, 0.000574702, 2.0636e-05, 0.00130763, 0.0575924
44: 2097152, 0.000663052, 3.2256e-05, 0.00310074, 0.123697
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
44: 4194304, 0.000822418, 5.4104e-05, 0.00691344, 0.255152
44: [       OK ] TEST_CATEGORY.global_2_local (539 ms)
44: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
44: skipping test
44: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
44: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
44: skipping test
44: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
44: [----------] 4 tests from TEST_CATEGORY (554 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 4 tests from 1 test suite ran. (554 ms total)
44: [  PASSED  ] 4 tests.
44/66 Test #44: Kokkos_ContainersPerformanceTest_Cuda ......................   Passed    0.71 sec
test 45
      Start 45: Kokkos_UnitTest_Sort

45: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
45: Test timeout computed to be: 1500
45: [==========] Running 17 tests from 2 test suites.
45: [----------] Global test environment set-up.
45: [----------] 1 test from cuda_DeathTest
45: [ RUN      ] cuda_DeathTest.SortByKeyKeysLargerThanValues
45: [       OK ] cuda_DeathTest.SortByKeyKeysLargerThanValues (693 ms)
45: [----------] 1 test from cuda_DeathTest (693 ms total)
45: 
45: [----------] 16 tests from cuda
45: [ RUN      ] cuda.SortUnsignedValueType
45: [       OK ] cuda.SortUnsignedValueType (19 ms)
45: [ RUN      ] cuda.SortEmptyView
45: [       OK ] cuda.SortEmptyView (0 ms)
45: [ RUN      ] cuda.SortByKeyEmptyView
45: [       OK ] cuda.SortByKeyEmptyView (0 ms)
45: [ RUN      ] cuda.SortByKeyEmptyViewHost
45: [       OK ] cuda.SortByKeyEmptyViewHost (0 ms)
45: [ RUN      ] cuda.SortByKey
45: [       OK ] cuda.SortByKey (7 ms)
45: [ RUN      ] cuda.SortByKeyWithComparator
45: [       OK ] cuda.SortByKeyWithComparator (0 ms)
45: [ RUN      ] cuda.SortByKeyStaticExtents
45: [       OK ] cuda.SortByKeyStaticExtents (0 ms)
45: [ RUN      ] cuda.SortByKeyWithStrides
45: [       OK ] cuda.SortByKeyWithStrides (0 ms)
45: [ RUN      ] cuda.SortWithCustomComparator
45: [       OK ] cuda.SortWithCustomComparator (74 ms)
45: [ RUN      ] cuda.BinSortGenericTests
45: [       OK ] cuda.BinSortGenericTests (25 ms)
45: [ RUN      ] cuda.BinSortEmptyView
45: [       OK ] cuda.BinSortEmptyView (0 ms)
45: [ RUN      ] cuda.BinSortEmptyKeysView
45: [       OK ] cuda.BinSortEmptyKeysView (0 ms)
45: [ RUN      ] cuda.BinSort_issue_7221
45: [       OK ] cuda.BinSort_issue_7221 (0 ms)
45: [ RUN      ] cuda.BinSortUnsignedKeyLayoutStrideValues
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
45: [       OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (10637 ms)
45: [ RUN      ] cuda.NestedSort
45: [       OK ] cuda.NestedSort (28 ms)
45: [ RUN      ] cuda.NestedSortByKey
45: [       OK ] cuda.NestedSortByKey (84 ms)
45: [----------] 16 tests from cuda (10880 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 17 tests from 2 test suites ran. (11574 ms total)
45: [  PASSED  ] 17 tests.
45/66 Test #45: Kokkos_UnitTest_Sort .......................................   Passed   11.72 sec
test 46
      Start 46: Kokkos_UnitTest_Random

46: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_UnitTest_Random
46: Test timeout computed to be: 1500
46: [==========] Running 3 tests from 1 test suite.
46: [----------] Global test environment set-up.
46: [----------] 3 tests from cuda
46: [ RUN      ] cuda.Random_XorShift64
46: Test Seed:1757574457930592950
46: Test Scalar=int
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.45775e-07 -0.0105956 0.00711931 || 0.051031 28029 29312 || 28981.5 28674.4 || 98.4173 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.5082e-07 0.0040363 0.000121892 || 0.051031 1e+64 -1e+64
46: Test Scalar=unsigned int
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.43252e-07 -0.00951251 0.0288445 || 0.051031 27982 29305 || 28949.8 28674.4 || 398.747 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 -0.00664427 0.00777623 || 0.051031 1e+64 -1e+64
46: Test Scalar=int64_t
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.43252e-07 0.0164817 0.0193362 || 0.051031 28047 29433 || 28209.5 28674.4 || 267.304 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 -0.00859296 -0.00558451 || 0.051031 1e+64 -1e+64
46: Test Scalar=uint64_t
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.43252e-07 -0.0150887 0.0121957 || 0.051031 28026 29320 || 29113.7 28674.4 || 168.593 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 -0.000588961 -0.00887913 || 0.051031 1e+64 -1e+64
46: Test Scalar=half
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 0.000243761 -0.99999 -48244.5 || 0.051031 0 194970 || 2.92867e+09 28674.4 || -6.66932e+08 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 0.000730253 -0.321999 0.15048 || 0.051031 1e+64 -1e+64
46: Test Scalar=bhalf
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 0.00195811 -0.999999 -57857.4 || 0.051031 0 1.55206e+06 || 2.86914e+10 28674.4 || -7.9982e+08 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 0.00588544 -0.967992 10.3649 || 0.051031 1e+64 -1e+64
46: Test Scalar=float
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.73523e-07 -0.00546258 0.000971809 || 0.051031 27951 29369 || 28831.9 28674.4 || 13.4343 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 7.34064e-07 0.0200656 -0.00627264 || 0.051031 1e+64 -1e+64
46: Test Scalar=double
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.43252e-07 0.0075152 -0.0139118 || 0.051031 28026 29329 || 28460.5 28674.4 || -192.317 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 0.000952077 0.00226276 || 0.051031 1e+64 -1e+64
46: Test Seed:1757574458037421939
46: Test Scalar=int
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.43252e-07 -0.00273149 0.0040915 || 0.051031 27941 29350 || 28752.9 28674.4 || 56.5609 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 0.0144542 -0.00328626 || 0.051031 1e+64 -1e+64
46: Test Scalar=unsigned int
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.43252e-07 0.000445448 0.0181289 || 0.051031 28035 29384 || 28661.6 28674.4 || 250.614 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 -0.016048 0.00499371 || 0.051031 1e+64 -1e+64
46: Test Scalar=int64_t
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.43252e-07 -0.000400933 -0.025643 || 0.051031 28061 29271 || 28685.9 28674.4 || -354.489 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 0.0202509 -0.0042218 || 0.051031 1e+64 -1e+64
46: Test Scalar=uint64_t
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.43252e-07 0.0246157 -0.00485277 || 0.051031 28062 29335 || 27985.5 28674.4 || -67.0846 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 -0.00389668 -0.00837441 || 0.051031 1e+64 -1e+64
46: Test Scalar=half
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 0.000245374 -0.99999 -48246.6 || 0.051031 0 194815 || 2.92869e+09 28674.4 || -6.66961e+08 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 0.00073508 -0.302136 0.150888 || 0.051031 1e+64 -1e+64
46: Test Scalar=bhalf
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 0.00195459 -0.999999 -57857.4 || 0.051031 0 1.55202e+06 || 2.86908e+10 28674.4 || -7.99821e+08 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 0.00587349 -0.967999 10.3438 || 0.051031 1e+64 -1e+64
46: Test Scalar=float
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.65955e-07 -0.00934022 -0.0128151 || 0.051031 28038 29384 || 28944.7 28674.4 || -177.156 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 7.11361e-07 -0.00778124 0.00603096 || 0.051031 1e+64 -1e+64
46: Test Scalar=double
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.43252e-07 0.00460956 -0.0199264 || 0.051031 28066 29324 || 28542.8 28674.4 || -275.463 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 0.00859576 -0.0041497 || 0.051031 1e+64 -1e+64
46: [       OK ] cuda.Random_XorShift64 (218 ms)
46: [ RUN      ] cuda.Random_XorShift1024_0
46: Test Seed:1757574458149545256
46: Test Scalar=int
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.47955e-07 -0.00111918 -0.00326758 || 0.051031 10992 11841 || 11389.7 11377 || -45.171 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 0.00405862 -0.00126091 || 0.051031 1e+64 -1e+64
46: Test Scalar=unsigned int
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.47955e-07 -0.000840724 -0.00167294 || 0.051031 10964 11871 || 11386.5 11377 || -23.1268 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 0.00249009 0.00401637 || 0.051031 1e+64 -1e+64
46: Test Scalar=int64_t
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.47955e-07 0.00473791 0.0120792 || 0.051031 10971 11833 || 11323.3 11377 || 166.983 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 0.00562723 0.00433724 || 0.051031 1e+64 -1e+64
46: Test Scalar=uint64_t
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.47955e-07 0.00855213 -0.00234849 || 0.051031 10934 11850 || 11280.5 11377 || -32.4656 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 0.0235292 0.00407639 || 0.051031 1e+64 -1e+64
46: Test Scalar=half
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 0.000243322 -0.999975 -7595.5 || 0.051031 0 77752 || 4.61102e+08 11377 || -1.05e+08 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 0.000729635 -0.140113 0.0189806 || 0.051031 1e+64 -1e+64
46: Test Scalar=bhalf
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 0.00195707 -0.999997 -9107.98 || 0.051031 0 616184 || 4.51649e+09 11377 || -1.25909e+08 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 0.00588252 -0.922628 1.63076 || 0.051031 1e+64 -1e+64
46: Test Scalar=float
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 3.05176e-07 0.00491115 -0.000972049 || 0.051031 10983 11793 || 11321.4 11377 || -13.4376 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 4.19617e-07 0.0226899 0.0013951 || 0.051031 1e+64 -1e+64
46: Test Scalar=double
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.47955e-07 -0.00030137 -0.00668884 || 0.051031 10889 11840 || 11380.4 11377 || -92.4666 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 0.00594666 0.000985491 || 0.051031 1e+64 -1e+64
46: Test Seed:1757574458222808285
46: Test Scalar=int
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.47955e-07 0.0148094 -0.0013026 || 0.051031 10982 11819 || 11210.9 11377 || -18.0072 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 -0.0044271 0.00123618 || 0.051031 1e+64 -1e+64
46: Test Scalar=unsigned int
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.47955e-07 0.00371935 -0.00273302 || 0.051031 10927 11826 || 11334.8 11377 || -37.7813 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 0.0043316 -0.00189344 || 0.051031 1e+64 -1e+64
46: Test Scalar=int64_t
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.47955e-07 0.0101796 -0.000858857 || 0.051031 10934 11799 || 11262.3 11377 || -11.8728 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 0.0101044 -0.000701021 || 0.051031 1e+64 -1e+64
46: Test Scalar=uint64_t
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.47955e-07 -0.00713025 -0.000767928 || 0.051031 10963 11780 || 11458.7 11377 || -10.6158 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 0.00315869 -0.000586206 || 0.051031 1e+64 -1e+64
46: Test Scalar=half
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 0.000245053 -0.999975 -7595.56 || 0.051031 0 77786 || 4.61088e+08 11377 || -1.05001e+08 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 0.000734869 -0.143233 0.0277827 || 0.051031 1e+64 -1e+64
46: Test Scalar=bhalf
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 0.00195813 -0.999997 -9107.97 || 0.051031 0 616370 || 4.51624e+09 11377 || -1.25909e+08 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 0.00588603 -0.922442 1.61798 || 0.051031 1e+64 -1e+64
46: Test Scalar=float
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.86102e-07 0.00202404 0.000168389 || 0.051031 10997 11861 || 11354 11377 || 2.32781 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 3.62396e-07 -0.00355762 -0.000925379 || 0.051031 1e+64 -1e+64
46: Test Scalar=double
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.47955e-07 0.00140699 -0.00381273 || 0.051031 10956 11824 || 11361 11377 || -52.7072 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 0.00523672 -0.00270666 || 0.051031 1e+64 -1e+64
46: [       OK ] cuda.Random_XorShift1024_0 (176 ms)
46: [ RUN      ] cuda.Multi_streams
46: [       OK ] cuda.Multi_streams (366 ms)
46: [----------] 3 tests from cuda (762 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 3 tests from 1 test suite ran. (762 ms total)
46: [  PASSED  ] 3 tests.
46/66 Test #46: Kokkos_UnitTest_Random .....................................   Passed    0.94 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_A

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

48: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
48: Test timeout computed to be: 1500
48: [==========] Running 7 tests from 1 test suite.
48: [----------] Global test environment set-up.
48: [----------] 7 tests from std_algorithms_min_max_element_test
48: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
48: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms)
48: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
48: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
48: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
48: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (7 ms)
48: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
48: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (4 ms)
48: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
48: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (4 ms)
48: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
48: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (4 ms)
48: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
48: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (7 ms)
48: [----------] 7 tests from std_algorithms_min_max_element_test (28 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 7 tests from 1 test suite ran. (28 ms total)
48: [  PASSED  ] 7 tests.
48/66 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_B .........................   Passed    0.20 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_C

49: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
49: Test timeout computed to be: 1500
49: [==========] Running 13 tests from 10 test suites.
49: [----------] Global test environment set-up.
49: [----------] 1 test from std_algorithms_lexicographical_compare_test
49: [ RUN      ] std_algorithms_lexicographical_compare_test.test
49: [       OK ] std_algorithms_lexicographical_compare_test.test (20 ms)
49: [----------] 1 test from std_algorithms_lexicographical_compare_test (20 ms total)
49: 
49: [----------] 1 test from std_algorithms_for_each_test
49: [ RUN      ] std_algorithms_for_each_test.test
49: [       OK ] std_algorithms_for_each_test.test (61 ms)
49: [----------] 1 test from std_algorithms_for_each_test (61 ms total)
49: 
49: [----------] 1 test from std_algorithms_find_test
49: [ RUN      ] std_algorithms_find_test.test
49: [       OK ] std_algorithms_find_test.test (27 ms)
49: [----------] 1 test from std_algorithms_find_test (27 ms total)
49: 
49: [----------] 4 tests from std_algorithms_non_mod_seq_ops
49: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
49: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (316 ms)
49: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
49: [       OK ] std_algorithms_non_mod_seq_ops.find_end (339 ms)
49: [ RUN      ] std_algorithms_non_mod_seq_ops.search
49: [       OK ] std_algorithms_non_mod_seq_ops.search (330 ms)
49: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
49: [       OK ] std_algorithms_non_mod_seq_ops.search_n (256 ms)
49: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1242 ms total)
49: 
49: [----------] 1 test from std_algorithms_count_test
49: [ RUN      ] std_algorithms_count_test.test
49: [       OK ] std_algorithms_count_test.test (20 ms)
49: [----------] 1 test from std_algorithms_count_test (20 ms total)
49: 
49: [----------] 1 test from std_algorithms_equal_test
49: [ RUN      ] std_algorithms_equal_test.test
49: [       OK ] std_algorithms_equal_test.test (12 ms)
49: [----------] 1 test from std_algorithms_equal_test (12 ms total)
49: 
49: [----------] 1 test from std_algorithms_all_any_none_of_test
49: [ RUN      ] std_algorithms_all_any_none_of_test.test
49: [       OK ] std_algorithms_all_any_none_of_test.test (30 ms)
49: [----------] 1 test from std_algorithms_all_any_none_of_test (30 ms total)
49: 
49: [----------] 1 test from std_algorithms_nonmod_seq_ops
49: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
49: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (59 ms)
49: [----------] 1 test from std_algorithms_nonmod_seq_ops (59 ms total)
49: 
49: [----------] 1 test from std_algorithms_mismatch_test
49: [ RUN      ] std_algorithms_mismatch_test.test
49: [       OK ] std_algorithms_mismatch_test.test (75 ms)
49: [----------] 1 test from std_algorithms_mismatch_test (75 ms total)
49: 
49: [----------] 1 test from std_algorithms_mod_seq_ops
49: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
49: [       OK ] std_algorithms_mod_seq_ops.move_backward (48 ms)
49: [----------] 1 test from std_algorithms_mod_seq_ops (48 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 13 tests from 10 test suites ran. (1599 ms total)
49: [  PASSED  ] 13 tests.
49/66 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    1.74 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_D

50: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
50: Test timeout computed to be: 1500
50: [==========] Running 31 tests from 5 test suites.
50: [----------] Global test environment set-up.
50: [----------] 3 tests from std_algorithms_mod_ops_test
50: [ RUN      ] std_algorithms_mod_ops_test.move
50: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
50: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
50: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms)
50: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
50: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
50: [----------] 3 tests from std_algorithms_mod_ops_test (0 ms total)
50: 
50: [----------] 12 tests from std_algorithms_mod_seq_ops_test
50: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
50: [       OK ] std_algorithms_mod_seq_ops_test.copy (1 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
50: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
50: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
50: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
50: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
50: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
50: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
50: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
50: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
50: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
50: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
50: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
50: [----------] 12 tests from std_algorithms_mod_seq_ops_test (3 ms total)
50: 
50: [----------] 4 tests from std_algorithms_replace_ops_test
50: [ RUN      ] std_algorithms_replace_ops_test.replace
50: [       OK ] std_algorithms_replace_ops_test.replace (28 ms)
50: [ RUN      ] std_algorithms_replace_ops_test.replace_if
50: [       OK ] std_algorithms_replace_ops_test.replace_if (86 ms)
50: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
50: [       OK ] std_algorithms_replace_ops_test.replace_copy (45 ms)
50: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
50: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (45 ms)
50: [----------] 4 tests from std_algorithms_replace_ops_test (206 ms total)
50: 
50: [----------] 11 tests from std_algorithms_mod_seq_ops
50: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
50: [       OK ] std_algorithms_mod_seq_ops.copy_if (33 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.unique
50: [       OK ] std_algorithms_mod_seq_ops.unique (69 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
50: [       OK ] std_algorithms_mod_seq_ops.unique_copy (42 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.remove
50: [       OK ] std_algorithms_mod_seq_ops.remove (27 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
50: [       OK ] std_algorithms_mod_seq_ops.remove_if (30 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
50: [       OK ] std_algorithms_mod_seq_ops.remove_copy (111 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
50: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (32 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.rotate
50: [       OK ] std_algorithms_mod_seq_ops.rotate (949 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
50: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (405 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
50: [       OK ] std_algorithms_mod_seq_ops.shift_left (1070 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
50: [       OK ] std_algorithms_mod_seq_ops.shift_right (1061 ms)
50: [----------] 11 tests from std_algorithms_mod_seq_ops (3834 ms total)
50: 
50: [----------] 1 test from std_algorithms_modseq_test
50: [ RUN      ] std_algorithms_modseq_test.reverse
50: [       OK ] std_algorithms_modseq_test.reverse (47 ms)
50: [----------] 1 test from std_algorithms_modseq_test (47 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 31 tests from 5 test suites ran. (4093 ms total)
50: [  PASSED  ] 31 tests.
50/66 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    4.23 sec
test 51
      Start 51: Kokkos_AlgorithmsUnitTest_StdSet_E

51: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
51: Test timeout computed to be: 1500
51: [==========] Running 29 tests from 7 test suites.
51: [----------] Global test environment set-up.
51: [----------] 2 tests from std_algorithms_sorting_ops_test
51: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
51: [       OK ] std_algorithms_sorting_ops_test.is_sorted (10 ms)
51: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
51: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (9 ms)
51: [----------] 2 tests from std_algorithms_sorting_ops_test (19 ms total)
51: 
51: [----------] 4 tests from std_algorithms_partitioning_test
51: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
51: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
51: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
51: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms)
51: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
51: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms)
51: [ RUN      ] std_algorithms_partitioning_test.partition_point
51: [       OK ] std_algorithms_partitioning_test.partition_point (0 ms)
51: [----------] 4 tests from std_algorithms_partitioning_test (3 ms total)
51: 
51: [----------] 1 test from std_algorithms_partitioning_ops
51: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
51: [       OK ] std_algorithms_partitioning_ops.partition_copy (23 ms)
51: [----------] 1 test from std_algorithms_partitioning_ops (24 ms total)
51: 
51: [----------] 12 tests from std_algorithms_numerics_test
51: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
51: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (4 ms)
51: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
51: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (0 ms)
51: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
51: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (0 ms)
51: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
51: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (0 ms)
51: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
51: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
51: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
51: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
51: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
51: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
51: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
51: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms)
51: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
51: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
51: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
51: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
51: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
51: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms)
51: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
51: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms)
51: [----------] 12 tests from std_algorithms_numerics_test (12 ms total)
51: 
51: [----------] 1 test from std_algorithms_numerics_ops_test
51: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
51: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (107 ms)
51: [----------] 1 test from std_algorithms_numerics_ops_test (107 ms total)
51: 
51: [----------] 8 tests from std_algorithms_numeric_ops_test
51: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
51: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (527 ms)
51: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
51: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
51: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
51: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (469 ms)
51: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
51: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
51: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
51: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (152 ms)
51: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
51: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
51: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
51: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (260 ms)
51: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
51: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
51: [----------] 8 tests from std_algorithms_numeric_ops_test (1410 ms total)
51: 
51: [----------] 1 test from std_algorithms_transform_ops_test
51: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
51: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (38 ms)
51: [----------] 1 test from std_algorithms_transform_ops_test (38 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 29 tests from 7 test suites ran. (1615 ms total)
51: [  PASSED  ] 29 tests.
51/66 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    1.79 sec
test 52
      Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

52: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
52: Test timeout computed to be: 1500
52: [==========] Running 12 tests from 7 test suites.
52: [----------] Global test environment set-up.
52: [----------] 2 tests from std_algorithms_adjacent_find_team_test
52: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
52: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (331 ms)
52: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
52: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (310 ms)
52: [----------] 2 tests from std_algorithms_adjacent_find_team_test (642 ms total)
52: 
52: [----------] 2 tests from std_algorithms_count_team_test
52: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
52: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (159 ms)
52: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
52: [       OK ] std_algorithms_count_team_test.count_returns_zero (128 ms)
52: [----------] 2 tests from std_algorithms_count_team_test (287 ms total)
52: 
52: [----------] 1 test from std_algorithms_count_if_team_test
52: [ RUN      ] std_algorithms_count_if_team_test.test
52: [       OK ] std_algorithms_count_if_team_test.test (181 ms)
52: [----------] 1 test from std_algorithms_count_if_team_test (181 ms total)
52: 
52: [----------] 1 test from std_algorithms_for_each_team_test
52: [ RUN      ] std_algorithms_for_each_team_test.test
52: [       OK ] std_algorithms_for_each_team_test.test (405 ms)
52: [----------] 1 test from std_algorithms_for_each_team_test (405 ms total)
52: 
52: [----------] 1 test from std_algorithms_for_each_n_team_test
52: [ RUN      ] std_algorithms_for_each_n_team_test.test
52: [       OK ] std_algorithms_for_each_n_team_test.test (433 ms)
52: [----------] 1 test from std_algorithms_for_each_n_team_test (433 ms total)
52: 
52: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
52: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
52: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (403 ms)
52: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
52: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (337 ms)
52: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
52: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (340 ms)
52: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1081 ms total)
52: 
52: [----------] 2 tests from std_algorithms_mismatch_team_test
52: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
52: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (422 ms)
52: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
52: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (450 ms)
52: [----------] 2 tests from std_algorithms_mismatch_team_test (872 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 12 tests from 7 test suites ran. (3904 ms total)
52: [  PASSED  ] 12 tests.
52/66 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed    4.09 sec
test 53
      Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

53: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
53: Test timeout computed to be: 1500
53: [==========] Running 8 tests from 4 test suites.
53: [----------] Global test environment set-up.
53: [----------] 2 tests from std_algorithms_equal_team_test
53: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
53: [       OK ] std_algorithms_equal_team_test.views_are_equal (639 ms)
53: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
53: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (657 ms)
53: [----------] 2 tests from std_algorithms_equal_team_test (1297 ms total)
53: 
53: [----------] 2 tests from std_algorithms_search_team_test
53: [ RUN      ] std_algorithms_search_team_test.sequences_exist
53: [       OK ] std_algorithms_search_team_test.sequences_exist (296 ms)
53: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
53: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (295 ms)
53: [----------] 2 tests from std_algorithms_search_team_test (592 ms total)
53: 
53: [----------] 2 tests from std_algorithms_find_end_team_test
53: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
53: [       OK ] std_algorithms_find_end_team_test.sequences_exist (404 ms)
53: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
53: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (375 ms)
53: [----------] 2 tests from std_algorithms_find_end_team_test (780 ms total)
53: 
53: [----------] 2 tests from std_algorithms_find_first_of_team_test
53: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
53: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (333 ms)
53: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
53: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (484 ms)
53: [----------] 2 tests from std_algorithms_find_first_of_team_test (818 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 8 tests from 4 test suites ran. (3489 ms total)
53: [  PASSED  ] 8 tests.
53/66 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed    3.64 sec
test 54
      Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

54: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
54: Test timeout computed to be: 1500
54: [==========] Running 11 tests from 7 test suites.
54: [----------] Global test environment set-up.
54: [----------] 2 tests from std_algorithms_find_team_test
54: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
54: [       OK ] std_algorithms_find_team_test.searched_values_exist (136 ms)
54: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
54: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (136 ms)
54: [----------] 2 tests from std_algorithms_find_team_test (273 ms total)
54: 
54: [----------] 2 tests from std_algorithms_find_if_team_test
54: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
54: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (128 ms)
54: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
54: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (135 ms)
54: [----------] 2 tests from std_algorithms_find_if_team_test (263 ms total)
54: 
54: [----------] 2 tests from std_algorithms_find_if_not_team_test
54: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
54: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (135 ms)
54: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
54: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (128 ms)
54: [----------] 2 tests from std_algorithms_find_if_not_team_test (264 ms total)
54: 
54: [----------] 1 test from std_algorithms_all_of_team_test
54: [ RUN      ] std_algorithms_all_of_team_test.test
54: [       OK ] std_algorithms_all_of_team_test.test (135 ms)
54: [----------] 1 test from std_algorithms_all_of_team_test (135 ms total)
54: 
54: [----------] 1 test from std_algorithms_any_of_team_test
54: [ RUN      ] std_algorithms_any_of_team_test.test
54: [       OK ] std_algorithms_any_of_team_test.test (124 ms)
54: [----------] 1 test from std_algorithms_any_of_team_test (124 ms total)
54: 
54: [----------] 1 test from std_algorithms_none_of_team_test
54: [ RUN      ] std_algorithms_none_of_team_test.test
54: [       OK ] std_algorithms_none_of_team_test.test (140 ms)
54: [----------] 1 test from std_algorithms_none_of_team_test (140 ms total)
54: 
54: [----------] 2 tests from std_algorithms_search_n_team_test
54: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
54: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (177 ms)
54: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
54: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (152 ms)
54: [----------] 2 tests from std_algorithms_search_n_team_test (329 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 11 tests from 7 test suites ran. (1532 ms total)
54: [  PASSED  ] 11 tests.
54/66 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    1.68 sec
test 55
      Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

55: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
55: Test timeout computed to be: 1500
55: [==========] Running 3 tests from 3 test suites.
55: [----------] Global test environment set-up.
55: [----------] 1 test from std_algorithms_min_element_team_test
55: [ RUN      ] std_algorithms_min_element_team_test.test
55: [       OK ] std_algorithms_min_element_team_test.test (556 ms)
55: [----------] 1 test from std_algorithms_min_element_team_test (556 ms total)
55: 
55: [----------] 1 test from std_algorithms_max_element_team_test
55: [ RUN      ] std_algorithms_max_element_team_test.test
55: [       OK ] std_algorithms_max_element_team_test.test (547 ms)
55: [----------] 1 test from std_algorithms_max_element_team_test (547 ms total)
55: 
55: [----------] 1 test from std_algorithms_minmax_element_team_test
55: [ RUN      ] std_algorithms_minmax_element_team_test.test
55: [       OK ] std_algorithms_minmax_element_team_test.test (585 ms)
55: [----------] 1 test from std_algorithms_minmax_element_team_test (585 ms total)
55: 
55: [----------] Global test environment tear-down
55: [==========] 3 tests from 3 test suites ran. (1690 ms total)
55: [  PASSED  ] 3 tests.
55/66 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    1.87 sec
test 56
      Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

56: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
56: Test timeout computed to be: 1500
56: [==========] Running 6 tests from 6 test suites.
56: [----------] Global test environment set-up.
56: [----------] 1 test from std_algorithms_fill_team_test
56: [ RUN      ] std_algorithms_fill_team_test.test
56: [       OK ] std_algorithms_fill_team_test.test (198 ms)
56: [----------] 1 test from std_algorithms_fill_team_test (198 ms total)
56: 
56: [----------] 1 test from std_algorithms_fill_n_team_test
56: [ RUN      ] std_algorithms_fill_n_team_test.test
56: [       OK ] std_algorithms_fill_n_team_test.test (211 ms)
56: [----------] 1 test from std_algorithms_fill_n_team_test (211 ms total)
56: 
56: [----------] 1 test from std_algorithms_replace_team_test
56: [ RUN      ] std_algorithms_replace_team_test.test
56: [       OK ] std_algorithms_replace_team_test.test (315 ms)
56: [----------] 1 test from std_algorithms_replace_team_test (315 ms total)
56: 
56: [----------] 1 test from std_algorithms_replace_if_team_test
56: [ RUN      ] std_algorithms_replace_if_team_test.test
56: [       OK ] std_algorithms_replace_if_team_test.test (281 ms)
56: [----------] 1 test from std_algorithms_replace_if_team_test (281 ms total)
56: 
56: [----------] 1 test from std_algorithms_replace_copy_team_test
56: [ RUN      ] std_algorithms_replace_copy_team_test.test
56: [       OK ] std_algorithms_replace_copy_team_test.test (398 ms)
56: [----------] 1 test from std_algorithms_replace_copy_team_test (398 ms total)
56: 
56: [----------] 1 test from std_algorithms_replace_copy_if_team_test
56: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
56: [       OK ] std_algorithms_replace_copy_if_team_test.test (314 ms)
56: [----------] 1 test from std_algorithms_replace_copy_if_team_test (314 ms total)
56: 
56: [----------] Global test environment tear-down
56: [==========] 6 tests from 6 test suites ran. (1719 ms total)
56: [  PASSED  ] 6 tests.
56/66 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    1.87 sec
test 57
      Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

57: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
57: Test timeout computed to be: 1500
57: [==========] Running 4 tests from 4 test suites.
57: [----------] Global test environment set-up.
57: [----------] 1 test from std_algorithms_reverse_team_test
57: [ RUN      ] std_algorithms_reverse_team_test.test
57: [       OK ] std_algorithms_reverse_team_test.test (265 ms)
57: [----------] 1 test from std_algorithms_reverse_team_test (265 ms total)
57: 
57: [----------] 1 test from std_algorithms_reverse_copy_team_test
57: [ RUN      ] std_algorithms_reverse_copy_team_test.test
57: [       OK ] std_algorithms_reverse_copy_team_test.test (294 ms)
57: [----------] 1 test from std_algorithms_reverse_copy_team_test (294 ms total)
57: 
57: [----------] 1 test from std_algorithms_rotate_team_test
57: [ RUN      ] std_algorithms_rotate_team_test.test
57: [       OK ] std_algorithms_rotate_team_test.test (417 ms)
57: [----------] 1 test from std_algorithms_rotate_team_test (417 ms total)
57: 
57: [----------] 1 test from std_algorithms_rotate_copy_team_test
57: [ RUN      ] std_algorithms_rotate_copy_team_test.test
57: [       OK ] std_algorithms_rotate_copy_team_test.test (444 ms)
57: [----------] 1 test from std_algorithms_rotate_copy_team_test (444 ms total)
57: 
57: [----------] Global test environment tear-down
57: [==========] 4 tests from 4 test suites ran. (1422 ms total)
57: [  PASSED  ] 4 tests.
57/66 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    1.61 sec
test 58
      Start 58: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

58: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
58: Test timeout computed to be: 1500
58: [==========] Running 4 tests from 4 test suites.
58: [----------] Global test environment set-up.
58: [----------] 1 test from std_algorithms_move_team_test
58: [ RUN      ] std_algorithms_move_team_test.test
58: [       OK ] std_algorithms_move_team_test.test (476 ms)
58: [----------] 1 test from std_algorithms_move_team_test (476 ms total)
58: 
58: [----------] 1 test from std_algorithms_move_backward_team_test
58: [ RUN      ] std_algorithms_move_backward_team_test.test
58: [       OK ] std_algorithms_move_backward_team_test.test (364 ms)
58: [----------] 1 test from std_algorithms_move_backward_team_test (364 ms total)
58: 
58: [----------] 1 test from std_algorithms_shift_left_team_test
58: [ RUN      ] std_algorithms_shift_left_team_test.test
58: [       OK ] std_algorithms_shift_left_team_test.test (1139 ms)
58: [----------] 1 test from std_algorithms_shift_left_team_test (1139 ms total)
58: 
58: [----------] 1 test from std_algorithms_shift_right_team_test
58: [ RUN      ] std_algorithms_shift_right_team_test.test
58: [       OK ] std_algorithms_shift_right_team_test.test (1118 ms)
58: [----------] 1 test from std_algorithms_shift_right_team_test (1118 ms total)
58: 
58: [----------] Global test environment tear-down
58: [==========] 4 tests from 4 test suites ran. (3099 ms total)
58: [  PASSED  ] 4 tests.
58/66 Test #58: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed    3.26 sec
test 59
      Start 59: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

59: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
59: Test timeout computed to be: 1500
59: [==========] Running 9 tests from 9 test suites.
59: [----------] Global test environment set-up.
59: [----------] 1 test from std_algorithms_copy_team_test
59: [ RUN      ] std_algorithms_copy_team_test.test
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
59: [       OK ] std_algorithms_copy_team_test.test (566 ms)
59: [----------] 1 test from std_algorithms_copy_team_test (566 ms total)
59: 
59: [----------] 1 test from std_algorithms_copy_n_team_test
59: [ RUN      ] std_algorithms_copy_n_team_test.test
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
59: [       OK ] std_algorithms_copy_n_team_test.test (263 ms)
59: [----------] 1 test from std_algorithms_copy_n_team_test (263 ms total)
59: 
59: [----------] 1 test from std_algorithms_copy_backward_team_test
59: [ RUN      ] std_algorithms_copy_backward_team_test.test
59: [       OK ] std_algorithms_copy_backward_team_test.test (353 ms)
59: [----------] 1 test from std_algorithms_copy_backward_team_test (353 ms total)
59: 
59: [----------] 1 test from std_algorithms_copy_if_team_test
59: [ RUN      ] std_algorithms_copy_if_team_test.test
59: [       OK ] std_algorithms_copy_if_team_test.test (345 ms)
59: [----------] 1 test from std_algorithms_copy_if_team_test (345 ms total)
59: 
59: [----------] 1 test from std_algorithms_unique_copy_team_test
59: [ RUN      ] std_algorithms_unique_copy_team_test.test
59: [       OK ] std_algorithms_unique_copy_team_test.test (325 ms)
59: [----------] 1 test from std_algorithms_unique_copy_team_test (325 ms total)
59: 
59: [----------] 1 test from std_algorithms_remove_team_test
59: [ RUN      ] std_algorithms_remove_team_test.test
59: [       OK ] std_algorithms_remove_team_test.test (318 ms)
59: [----------] 1 test from std_algorithms_remove_team_test (318 ms total)
59: 
59: [----------] 1 test from std_algorithms_remove_if_team_test
59: [ RUN      ] std_algorithms_remove_if_team_test.test
59: [       OK ] std_algorithms_remove_if_team_test.test (273 ms)
59: [----------] 1 test from std_algorithms_remove_if_team_test (274 ms total)
59: 
59: [----------] 1 test from std_algorithms_remove_copy_team_test
59: [ RUN      ] std_algorithms_remove_copy_team_test.test
59: [       OK ] std_algorithms_remove_copy_team_test.test (341 ms)
59: [----------] 1 test from std_algorithms_remove_copy_team_test (341 ms total)
59: 
59: [----------] 1 test from std_algorithms_remove_copy_if_team_test
59: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
59: [       OK ] std_algorithms_remove_copy_if_team_test.test (282 ms)
59: [----------] 1 test from std_algorithms_remove_copy_if_team_test (282 ms total)
59: 
59: [----------] Global test environment tear-down
59: [==========] 9 tests from 9 test suites ran. (3071 ms total)
59: [  PASSED  ] 9 tests.
59/66 Test #59: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    3.22 sec
test 60
      Start 60: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

60: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
60: Test timeout computed to be: 1500
60: [==========] Running 4 tests from 4 test suites.
60: [----------] Global test environment set-up.
60: [----------] 1 test from std_algorithms_unique_team_test
60: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
60: [       OK ] std_algorithms_unique_team_test.test_default_predicate (460 ms)
60: [----------] 1 test from std_algorithms_unique_team_test (460 ms total)
60: 
60: [----------] 1 test from std_algorithms_adjacent_difference_team_test
60: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
60: [       OK ] std_algorithms_adjacent_difference_team_test.test (636 ms)
60: [----------] 1 test from std_algorithms_adjacent_difference_team_test (636 ms total)
60: 
60: [----------] 1 test from std_algorithms_reduce_team_test
60: [ RUN      ] std_algorithms_reduce_team_test.test
60: [       OK ] std_algorithms_reduce_team_test.test (433 ms)
60: [----------] 1 test from std_algorithms_reduce_team_test (433 ms total)
60: 
60: [----------] 1 test from std_algorithms_transform_reduce_team_test
60: [ RUN      ] std_algorithms_transform_reduce_team_test.test
60: [       OK ] std_algorithms_transform_reduce_team_test.test (796 ms)
60: [----------] 1 test from std_algorithms_transform_reduce_team_test (796 ms total)
60: 
60: [----------] Global test environment tear-down
60: [==========] 4 tests from 4 test suites ran. (2327 ms total)
60: [  PASSED  ] 4 tests.
60/66 Test #60: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    2.47 sec
test 61
      Start 61: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

61: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
61: Test timeout computed to be: 1500
61: [==========] Running 18 tests from 5 test suites.
61: [----------] Global test environment set-up.
61: [----------] 2 tests from std_algorithms_is_sorted_team_test
61: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
61: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (602 ms)
61: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
61: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (583 ms)
61: [----------] 2 tests from std_algorithms_is_sorted_team_test (1186 ms total)
61: 
61: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
61: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
61: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (12 ms)
61: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
61: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (14 ms)
61: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
61: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (522 ms)
61: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
61: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (490 ms)
61: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1040 ms total)
61: 
61: [----------] 4 tests from std_algorithms_is_partitioned_team_test
61: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
61: [       OK ] std_algorithms_is_partitioned_team_test.empty (6 ms)
61: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
61: [       OK ] std_algorithms_is_partitioned_team_test.all_true (243 ms)
61: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
61: [       OK ] std_algorithms_is_partitioned_team_test.all_false (235 ms)
61: [ RUN      ] std_algorithms_is_partitioned_team_test.random
61: [       OK ] std_algorithms_is_partitioned_team_test.random (222 ms)
61: [----------] 4 tests from std_algorithms_is_partitioned_team_test (707 ms total)
61: 
61: [----------] 4 tests from std_algorithms_partition_copy_team_test
61: [ RUN      ] std_algorithms_partition_copy_team_test.empty
61: [       OK ] std_algorithms_partition_copy_team_test.empty (10 ms)
61: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
61: [       OK ] std_algorithms_partition_copy_team_test.all_true (656 ms)
61: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
61: [       OK ] std_algorithms_partition_copy_team_test.all_false (642 ms)
61: [ RUN      ] std_algorithms_partition_copy_team_test.random
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
61: [       OK ] std_algorithms_partition_copy_team_test.random (636 ms)
61: [----------] 4 tests from std_algorithms_partition_copy_team_test (1945 ms total)
61: 
61: [----------] 4 tests from std_algorithms_partition_point_team_test
61: [ RUN      ] std_algorithms_partition_point_team_test.empty
61: [       OK ] std_algorithms_partition_point_team_test.empty (6 ms)
61: [ RUN      ] std_algorithms_partition_point_team_test.all_true
61: [       OK ] std_algorithms_partition_point_team_test.all_true (235 ms)
61: [ RUN      ] std_algorithms_partition_point_team_test.all_false
61: [       OK ] std_algorithms_partition_point_team_test.all_false (239 ms)
61: [ RUN      ] std_algorithms_partition_point_team_test.random
61: [       OK ] std_algorithms_partition_point_team_test.random (222 ms)
61: [----------] 4 tests from std_algorithms_partition_point_team_test (704 ms total)
61: 
61: [----------] Global test environment tear-down
61: [==========] 18 tests from 5 test suites ran. (5585 ms total)
61: [  PASSED  ] 18 tests.
61/66 Test #61: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    5.76 sec
test 62
      Start 62: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

62: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
62: Test timeout computed to be: 1500
62: [==========] Running 5 tests from 4 test suites.
62: [----------] Global test environment set-up.
62: [----------] 2 tests from std_algorithms_transform_team_test
62: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
62: [       OK ] std_algorithms_transform_team_test.test_unary_op (686 ms)
62: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
62: [       OK ] std_algorithms_transform_team_test.test_binary_op (728 ms)
62: [----------] 2 tests from std_algorithms_transform_team_test (1414 ms total)
62: 
62: [----------] 1 test from std_algorithms_generate_team_test
62: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
62: [       OK ] std_algorithms_generate_team_test.test_unary_op (1544 ms)
62: [----------] 1 test from std_algorithms_generate_team_test (1544 ms total)
62: 
62: [----------] 1 test from std_algorithms_generate_n_team_test
62: [ RUN      ] std_algorithms_generate_n_team_test.test
62: [       OK ] std_algorithms_generate_n_team_test.test (210 ms)
62: [----------] 1 test from std_algorithms_generate_n_team_test (210 ms total)
62: 
62: [----------] 1 test from std_algorithms_swap_ranges_team_test
62: [ RUN      ] std_algorithms_swap_ranges_team_test.test
62: [       OK ] std_algorithms_swap_ranges_team_test.test (643 ms)
62: [----------] 1 test from std_algorithms_swap_ranges_team_test (643 ms total)
62: 
62: [----------] Global test environment tear-down
62: [==========] 5 tests from 4 test suites ran. (3813 ms total)
62: [  PASSED  ] 5 tests.
62/66 Test #62: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    3.95 sec
test 63
      Start 63: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

63: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
63: Test timeout computed to be: 1500
63: [==========] Running 2 tests from 2 test suites.
63: [----------] Global test environment set-up.
63: [----------] 1 test from std_algorithms_exclusive_scan_team_test
63: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
63: [       OK ] std_algorithms_exclusive_scan_team_test.test (1373 ms)
63: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1373 ms total)
63: 
63: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
63: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
63: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (687 ms)
63: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (687 ms total)
63: 
63: [----------] Global test environment tear-down
63: [==========] 2 tests from 2 test suites ran. (2060 ms total)
63: [  PASSED  ] 2 tests.
63/66 Test #63: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    2.20 sec
test 64
      Start 64: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

64: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
64: Test timeout computed to be: 1500
64: [==========] Running 2 tests from 2 test suites.
64: [----------] Global test environment set-up.
64: [----------] 1 test from std_algorithms_inclusive_scan_team_test
64: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
64: [       OK ] std_algorithms_inclusive_scan_team_test.test (1936 ms)
64: [----------] 1 test from std_algorithms_inclusive_scan_team_test (1936 ms total)
64: 
64: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
64: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
64: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (1284 ms)
64: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1284 ms total)
64: 
64: [----------] Global test environment tear-down
64: [==========] 2 tests from 2 test suites ran. (3221 ms total)
64: [  PASSED  ] 2 tests.
64/66 Test #64: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    3.36 sec
test 65
      Start 65: Kokkos_PerformanceTest_InclusiveScan

65: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-09-11_T05-53-33.json"
65: Test timeout computed to be: 1500
65: 2025-09-11T07:08:25+00:00
65: Running /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan
65: Run on (6 X 2095.11 MHz CPU s)
65: CPU Caches:
65:   L1 Data 32 KiB (x6)
65:   L1 Instruction 32 KiB (x6)
65:   L2 Unified 4096 KiB (x6)
65:   L3 Unified 16384 KiB (x6)
65: Load Average: 1.11, 2.22, 5.27
65: CPU architecture: none
65: Can access system allocated memory: 0
65: Capability: 7.0
65: Default Device: Cuda
65: GPU architecture: VOLTA70
65: KOKKOS_COMPILER_CLANG: 1507
65: KOKKOS_ENABLE_ASM: no
65: KOKKOS_ENABLE_CUDA: yes
65: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
65: KOKKOS_ENABLE_CUDA_UVM: no
65: KOKKOS_ENABLE_CXX20: yes
65: KOKKOS_ENABLE_CXX23: no
65: KOKKOS_ENABLE_CXX26: no
65: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
65: KOKKOS_ENABLE_HWLOC: no
65: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no
65: KOKKOS_ENABLE_LIBDL: yes
65: KOKKOS_ENABLE_PRAGMA_IVDEP: no
65: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
65: KOKKOS_ENABLE_PRAGMA_UNROLL: no
65: KOKKOS_ENABLE_PRAGMA_VECTOR: no
65: KOKKOS_ENABLE_SERIAL: yes
65: Kokkos Version: 4.7.99
65: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB: Selected
65: Shared Memory per Block: 48 KiB
65: Total Global Memory: 31.73 GiB
65: desul atomics version: fd8da8299519d7ecde91a1c11a3ac8469ce29cac
65: macro  CUDA_VERSION: 11080 = version 11.8
65: macro  KOKKOS_ENABLE_CUDA: defined
65: mdspan: enabled
65: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931
65: platform: 64bit
65: via Address Translation Service: 0
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
65: ----------------------------------------------------------------------------------------------------------------------------------------------
65: Benchmark                                                                   Time             CPU   Iterations  FOM: GB/s         MB     Passed
65: ----------------------------------------------------------------------------------------------------------------------------------------------
65: BM_inclusive_scan<std::uint64_t>/100000000/manual_time                  0.002 s         0.002 s           373  895.788/s       1.6k          1
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
65: BM_inclusive_scan<std::int64_t>/100000000/manual_time                   0.002 s         0.002 s           391  895.234/s       1.6k          1
65: BM_inclusive_scan<double>/100000000/manual_time                         0.002 s         0.002 s           391  896.207/s       1.6k          1
65: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time      0.002 s         0.002 s           390   892.21/s       1.6k          1
65: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time       0.002 s         0.002 s           390  893.118/s       1.6k          1
65: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time             0.002 s         0.002 s           389  892.929/s       1.6k          1
65: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time      0.002 s         0.002 s           387  886.274/s       1.6k          1
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
65: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time       0.002 s         0.002 s           388  881.364/s       1.6k          1
65: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time             0.002 s         0.002 s           387  888.198/s       1.6k          1
65/66 Test #65: Kokkos_PerformanceTest_InclusiveScan .......................   Passed   35.74 sec
test 66
      Start 66: Kokkos_UnitTest_SIMD

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

100% tests passed, 0 tests failed out of 66

Label Time Summary:
Kokkos    = 236.05 sec*proc (58 tests)

Total Test time (real) = 592.10 sec
Post stage
[Pipeline] sh
+ ccache --show-stats
Summary:
  Hits:             115 /  814 (14.13 %)
    Direct:         115 /  814 (14.13 %)
    Preprocessed:     0 /  699 (0.00 %)
  Misses:           699
    Direct:         699
    Preprocessed:   699
Primary storage:
  Hits:             929 / 1628 (57.06 %)
  Misses:           699
  Cache size (GB): 4.33 / 5.00 (86.57 %)
  Cleanups:          11

Use the -v/--verbose option for more details.
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
$ docker stop --time=1 79ef8f091e90b5f27c01cfa9bf2d1840ef17458cdd6a2f6a5c1fbfd0a5a1de00
INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-8428' for the testing framework 'CTest-Version 3.x (default)'.
$ docker rm -f --volumes 79ef8f091e90b5f27c01cfa9bf2d1840ef17458cdd6a2f6a5c1fbfd0a5a1de00
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 94%] 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%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 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/TestStdAlgorithmsCommon.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.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_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 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_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.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_P.dir/UnitTestMain.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 98%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 99%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[100%] Linking CXX executable Kokkos_UnitTest_SIMD
[100%] Built target Kokkos_UnitTest_SIMD
+ ctest --no-compress-output -T Test --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
   Site: 15a636623a0a
   Build name: Linux-nvc++
Create new tag: 20250911-0719 - Experimental
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-8428/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-8428/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_ViewSupport

1: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP_ViewSupport
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 21 tests from 1 test suite.
1: [----------] Global test environment set-up.
1: [----------] 21 tests from openmp
1: [ RUN      ] openmp.basic_view_default_ctor
1: [       OK ] openmp.basic_view_default_ctor (0 ms)
1: [ RUN      ] openmp.basic_view_extents_ctor
1: [       OK ] openmp.basic_view_extents_ctor (0 ms)
1: [ RUN      ] openmp.basic_view_mapping_ctor_right
1: [       OK ] openmp.basic_view_mapping_ctor_right (0 ms)
1: [ RUN      ] openmp.basic_view_access
1: [       OK ] openmp.basic_view_access (0 ms)
1: [ RUN      ] openmp.basic_view_atomic_accessor
1: [       OK ] openmp.basic_view_atomic_accessor (0 ms)
1: [ RUN      ] openmp.RefCountedAcc_Typedefs
1: [       OK ] openmp.RefCountedAcc_Typedefs (0 ms)
1: [ RUN      ] openmp.RefCountedAcc_Ctors
1: [       OK ] openmp.RefCountedAcc_Ctors (0 ms)
1: [ RUN      ] openmp.RefCountedAcc_ConversionToDefaultAcc
1: [       OK ] openmp.RefCountedAcc_ConversionToDefaultAcc (0 ms)
1: [ RUN      ] openmp.RefCountedAcc_Access
1: [       OK ] openmp.RefCountedAcc_Access (0 ms)
1: [ RUN      ] openmp.RefCountedAcc_Conversion
1: [       OK ] openmp.RefCountedAcc_Conversion (0 ms)
1: [ RUN      ] openmp.RefCountedDataHandle_Typedefs
1: [       OK ] openmp.RefCountedDataHandle_Typedefs (0 ms)
1: [ RUN      ] openmp.RefCountedDataHandle
1: [       OK ] openmp.RefCountedDataHandle (0 ms)
1: [ RUN      ] openmp.RefCountedDataHandleAnonym
1: [       OK ] openmp.RefCountedDataHandleAnonym (0 ms)
1: [ RUN      ] openmp.RefCountedDataHandleConversion
1: [       OK ] openmp.RefCountedDataHandleConversion (0 ms)
1: [ RUN      ] openmp.view_customization_accessor_arg
1: [       OK ] openmp.view_customization_accessor_arg (0 ms)
1: [ RUN      ] openmp.view_customization_allocation_type
1: [       OK ] openmp.view_customization_allocation_type (0 ms)
1: [ RUN      ] openmp.view_customization_mirror
1: [       OK ] openmp.view_customization_mirror (0 ms)
1: [ RUN      ] openmp.view_customization_deep_copy
1: [       OK ] openmp.view_customization_deep_copy (0 ms)
1: [ RUN      ] openmp.view_customization_deep_copy_single_element_view
1: [       OK ] openmp.view_customization_deep_copy_single_element_view (0 ms)
1: [ RUN      ] openmp.view_customization_accessor_from_mapping
1: [       OK ] openmp.view_customization_accessor_from_mapping (0 ms)
1: [ RUN      ] openmp.view_customization_extra_int_arg
1: [       OK ] openmp.view_customization_extra_int_arg (0 ms)
1: [----------] 21 tests from openmp (2 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 21 tests from 1 test suite ran. (2 ms total)
1: [  PASSED  ] 21 tests.
 1/56 Test  #1: Kokkos_CoreUnitTest_OpenMP_ViewSupport .....................   Passed    0.84 sec
test 2
      Start  2: Kokkos_CoreUnitTest_Cuda_ViewSupport

2: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Cuda_ViewSupport
2: Test timeout computed to be: 1500
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: [==========] Running 21 tests from 1 test suite.
2: [----------] Global test environment set-up.
2: [----------] 21 tests from cuda
2: [ RUN      ] cuda.basic_view_default_ctor
2: [       OK ] cuda.basic_view_default_ctor (0 ms)
2: [ RUN      ] cuda.basic_view_extents_ctor
2: [       OK ] cuda.basic_view_extents_ctor (0 ms)
2: [ RUN      ] cuda.basic_view_mapping_ctor_right
2: [       OK ] cuda.basic_view_mapping_ctor_right (0 ms)
2: [ RUN      ] cuda.basic_view_access
2: [       OK ] cuda.basic_view_access (1 ms)
2: [ RUN      ] cuda.basic_view_atomic_accessor
2: [       OK ] cuda.basic_view_atomic_accessor (0 ms)
2: [ RUN      ] cuda.RefCountedAcc_Typedefs
2: [       OK ] cuda.RefCountedAcc_Typedefs (0 ms)
2: [ RUN      ] cuda.RefCountedAcc_Ctors
2: [       OK ] cuda.RefCountedAcc_Ctors (0 ms)
2: [ RUN      ] cuda.RefCountedAcc_ConversionToDefaultAcc
2: [       OK ] cuda.RefCountedAcc_ConversionToDefaultAcc (0 ms)
2: [ RUN      ] cuda.RefCountedAcc_Access
2: [       OK ] cuda.RefCountedAcc_Access (0 ms)
2: [ RUN      ] cuda.RefCountedAcc_Conversion
2: [       OK ] cuda.RefCountedAcc_Conversion (0 ms)
2: [ RUN      ] cuda.RefCountedDataHandle_Typedefs
2: [       OK ] cuda.RefCountedDataHandle_Typedefs (0 ms)
2: [ RUN      ] cuda.RefCountedDataHandle
2: [       OK ] cuda.RefCountedDataHandle (0 ms)
2: [ RUN      ] cuda.RefCountedDataHandleAnonym
2: [       OK ] cuda.RefCountedDataHandleAnonym (0 ms)
2: [ RUN      ] cuda.RefCountedDataHandleConversion
2: [       OK ] cuda.RefCountedDataHandleConversion (0 ms)
2: [ RUN      ] cuda.view_customization_accessor_arg
2: [       OK ] cuda.view_customization_accessor_arg (0 ms)
2: [ RUN      ] cuda.view_customization_allocation_type
2: [       OK ] cuda.view_customization_allocation_type (1 ms)
2: [ RUN      ] cuda.view_customization_mirror
2: [       OK ] cuda.view_customization_mirror (0 ms)
2: [ RUN      ] cuda.view_customization_deep_copy
2: [       OK ] cuda.view_customization_deep_copy (0 ms)
2: [ RUN      ] cuda.view_customization_deep_copy_single_element_view
2: [       OK ] cuda.view_customization_deep_copy_single_element_view (0 ms)
2: [ RUN      ] cuda.view_customization_accessor_from_mapping
2: [       OK ] cuda.view_customization_accessor_from_mapping (0 ms)
2: [ RUN      ] cuda.view_customization_extra_int_arg
2: [       OK ] cuda.view_customization_extra_int_arg (0 ms)
2: [----------] 21 tests from cuda (6 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 21 tests from 1 test suite ran. (6 ms total)
2: [  PASSED  ] 21 tests.
 2/56 Test  #2: Kokkos_CoreUnitTest_Cuda_ViewSupport .......................   Passed    0.17 sec
test 3
      Start  3: Kokkos_CoreUnitTest_OpenMP

3: Test command: /var/jenkins/workspace/Kokkos_PR-8428/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: 6 cores per node.
3:                                     Detected: 1 MPI_ranks per node.
3:                                     Requested: 8 threads per process.
3: [==========] Running 393 tests from 4 test suites.
3: [----------] Global test environment set-up.
3: [----------] 21 tests from openmp_DeathTest
3: [ RUN      ] openmp_DeathTest.abort_from_host
3: [       OK ] openmp_DeathTest.abort_from_host (595 ms)
3: [ RUN      ] openmp_DeathTest.abort_from_device
3: [       OK ] openmp_DeathTest.abort_from_device (702 ms)
3: [ RUN      ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort
3: [       OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (546 ms)
3: [ RUN      ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions
3: [       OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (617 ms)
3: [ RUN      ] openmp_DeathTest.policy_invalid_bounds
3: [       OK ] openmp_DeathTest.policy_invalid_bounds (577 ms)
3: [ RUN      ] openmp_DeathTest.range_policy_invalid_bounds
3: [       OK ] openmp_DeathTest.range_policy_invalid_bounds (1193 ms)
3: [ RUN      ] openmp_DeathTest.range_policy_round_trip_conversion_fires
3: [       OK ] openmp_DeathTest.range_policy_round_trip_conversion_fires (570 ms)
3: [ RUN      ] openmp_DeathTest.range_policy_check_sign_changes
3: [       OK ] openmp_DeathTest.range_policy_check_sign_changes (1274 ms)
3: [ RUN      ] openmp_DeathTest.range_policy_implicitly_converted_bounds
3: [       OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (2473 ms)
3: [ RUN      ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:93: 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-8428/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:108: 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-8428/core/unit_test/TestViewCtorDimMatch.hpp:106: 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-8428/core/unit_test/TestViewCtorDimMatch.hpp:135: 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-8428/core/unit_test/TestViewCtorDimMatch.hpp:164: 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-8428/core/unit_test/TestViewCtorDimMatch.hpp:196: 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
3: [       OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (4779 ms)
3: [ RUN      ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment
3: [       OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (4160 ms)
3: [ RUN      ] openmp_DeathTest.view_memory_access_violations_from_host
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:159: 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-8428/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped
3: skipping since no memory access violation would occur
3: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device (0 ms)
3: [ RUN      ] openmp_DeathTest.view_subview_wrong_extents
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSubView_a.hpp:81: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] openmp_DeathTest.view_subview_wrong_extents (0 ms)
3: [ RUN      ] openmp_DeathTest.view_subview_constructor_layout_compatibility
3: [       OK ] openmp_DeathTest.view_subview_constructor_layout_compatibility (936 ms)
3: [----------] 21 tests from openmp_DeathTest (18429 ms total)
3: 
3: [----------] 1 test from openmp_graph_DeathTest
3: [ RUN      ] openmp_graph_DeathTest.can_instantiate_only_once
3: [       OK ] openmp_graph_DeathTest.can_instantiate_only_once (1074 ms)
3: [----------] 1 test from openmp_graph_DeathTest (1074 ms total)
3: 
3: [----------] 354 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.atomic_operations_complexdouble
3: [       OK ] openmp.atomic_operations_complexdouble (3 ms)
3: [ RUN      ] openmp.atomic_operations_complexfloat
3: [       OK ] openmp.atomic_operations_complexfloat (2 ms)
3: [ RUN      ] openmp.atomic_operations_double
3: [       OK ] openmp.atomic_operations_double (2 ms)
3: [ RUN      ] openmp.atomic_operations_float
3: [       OK ] openmp.atomic_operations_float (2 ms)
3: [ RUN      ] openmp.atomic_operations_int8
3: [       OK ] openmp.atomic_operations_int8 (7 ms)
3: [ RUN      ] openmp.atomic_operations_int16
3: [       OK ] openmp.atomic_operations_int16 (8 ms)
3: [ RUN      ] openmp.atomic_operations_int
3: [       OK ] openmp.atomic_operations_int (8 ms)
3: [ RUN      ] openmp.atomic_operations_long
3: [       OK ] openmp.atomic_operations_long (7 ms)
3: [ RUN      ] openmp.atomic_operations_longlong
3: [       OK ] openmp.atomic_operations_longlong (7 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 (6 ms)
3: [ RUN      ] openmp.atomic_operations_unsignedlong
3: [       OK ] openmp.atomic_operations_unsignedlong (6 ms)
3: [ RUN      ] openmp.atomics
3: [       OK ] openmp.atomics (18 ms)
3: [ RUN      ] openmp.atomics_tpetra_max_abs
3: [       OK ] openmp.atomics_tpetra_max_abs (0 ms)
3: [ RUN      ] openmp.atomic_views_integral
3: [       OK ] openmp.atomic_views_integral (261 ms)
3: [ RUN      ] openmp.atomic_views_nonintegral
3: [       OK ] openmp.atomic_views_nonintegral (205 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 (0 ms)
3: [ RUN      ] openmp.crs_copy_constructor
3: [       OK ] openmp.crs_copy_constructor (2 ms)
3: [ RUN      ] openmp.deep_copy_assignable_types_rank_0
3: [       OK ] openmp.deep_copy_assignable_types_rank_0 (2 ms)
3: [ RUN      ] openmp.deep_copy_assignable_types_rank_1
3: [       OK ] openmp.deep_copy_assignable_types_rank_1 (2 ms)
3: [ RUN      ] openmp.deep_copy_assignable_types_rank_2
3: [       OK ] openmp.deep_copy_assignable_types_rank_2 (0 ms)
3: [ RUN      ] openmp.deep_copy_assignable_types_rank_3
3: [       OK ] openmp.deep_copy_assignable_types_rank_3 (0 ms)
3: [ RUN      ] openmp.deep_copy_assignable_types_rank_4
3: [       OK ] openmp.deep_copy_assignable_types_rank_4 (0 ms)
3: [ RUN      ] openmp.deep_copy_assignable_types_rank_5
3: [       OK ] openmp.deep_copy_assignable_types_rank_5 (0 ms)
3: [ RUN      ] openmp.deep_copy_assignable_types_rank_6
3: [       OK ] openmp.deep_copy_assignable_types_rank_6 (0 ms)
3: [ RUN      ] openmp.deep_copy_assignable_types_rank_7
3: [       OK ] openmp.deep_copy_assignable_types_rank_7 (0 ms)
3: [ RUN      ] openmp.deep_copy_assignable_types_rank_8
3: [       OK ] openmp.deep_copy_assignable_types_rank_8 (0 ms)
3: [ RUN      ] openmp.deep_copy_assignable_types_rank_1_half
3: [       OK ] openmp.deep_copy_assignable_types_rank_1_half (0 ms)
3: [ RUN      ] openmp.deep_copy_assignable_types_rank_2_half
3: [       OK ] openmp.deep_copy_assignable_types_rank_2_half (0 ms)
3: [ RUN      ] openmp.deep_copy_assignable_types_rank_3_half
3: [       OK ] openmp.deep_copy_assignable_types_rank_3_half (0 ms)
3: [ RUN      ] openmp.deep_copy_narrowing_rank_0
3: [       OK ] openmp.deep_copy_narrowing_rank_0 (1 ms)
3: [ RUN      ] openmp.deep_copy_narrowing_rank_1
3: [       OK ] openmp.deep_copy_narrowing_rank_1 (1 ms)
3: [ RUN      ] openmp.deep_copy_narrowing_rank_2
3: [       OK ] openmp.deep_copy_narrowing_rank_2 (0 ms)
3: [ RUN      ] openmp.deep_copy_narrowing_rank_3
3: [       OK ] openmp.deep_copy_narrowing_rank_3 (1 ms)
3: [ RUN      ] openmp.deep_copy_narrowing_rank_4
3: [       OK ] openmp.deep_copy_narrowing_rank_4 (1 ms)
3: [ RUN      ] openmp.deep_copy_narrowing_rank_5
3: [       OK ] openmp.deep_copy_narrowing_rank_5 (1 ms)
3: [ RUN      ] openmp.deep_copy_narrowing_rank_6
3: [       OK ] openmp.deep_copy_narrowing_rank_6 (1 ms)
3: [ RUN      ] openmp.deep_copy_narrowing_rank_7
3: [       OK ] openmp.deep_copy_narrowing_rank_7 (1 ms)
3: [ RUN      ] openmp.deep_copy_narrowing_rank_8
3: [       OK ] openmp.deep_copy_narrowing_rank_8 (1 ms)
3: [ RUN      ] openmp.deep_copy_alignment
3: [       OK ] openmp.deep_copy_alignment (3 ms)
3: [ RUN      ] openmp.deep_copy_conversion
3: [       OK ] openmp.deep_copy_conversion (30 ms)
3: [ RUN      ] openmp.partitioning_by_args
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpacePartitioning.hpp:131: Skipped
3: The OpenMP configuration doesn't allow nested parallelism
3: [  SKIPPED ] openmp.partitioning_by_args (0 ms)
3: [ RUN      ] openmp.partitioning_by_args_with_structured_bindings
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpacePartitioning.hpp:131: Skipped
3: The OpenMP configuration doesn't allow nested parallelism
3: [  SKIPPED ] openmp.partitioning_by_args_with_structured_bindings (0 ms)
3: [ RUN      ] openmp.partitioning_by_vector
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpacePartitioning.hpp:131: Skipped
3: The OpenMP configuration doesn't allow nested parallelism
3: [  SKIPPED ] openmp.partitioning_by_vector (0 ms)
3: [ RUN      ] openmp.exec_space_thread_safety_range
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped
3: The OpenMP configuration doesn't allow nested parallelism
3: [  SKIPPED ] openmp.exec_space_thread_safety_range (0 ms)
3: [ RUN      ] openmp.exec_space_thread_safety_mdrange
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped
3: The OpenMP configuration doesn't allow nested parallelism
3: [  SKIPPED ] openmp.exec_space_thread_safety_mdrange (0 ms)
3: [ RUN      ] openmp.exec_space_thread_safety_team_policy
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped
3: The OpenMP configuration doesn't allow nested parallelism
3: [  SKIPPED ] openmp.exec_space_thread_safety_team_policy (0 ms)
3: [ RUN      ] openmp.exec_space_thread_safety_range_reduce
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped
3: The OpenMP configuration doesn't allow nested parallelism
3: [  SKIPPED ] openmp.exec_space_thread_safety_range_reduce (0 ms)
3: [ RUN      ] openmp.exec_space_thread_safety_mdrange_reduce
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped
3: The OpenMP configuration doesn't allow nested parallelism
3: [  SKIPPED ] openmp.exec_space_thread_safety_mdrange_reduce (0 ms)
3: [ RUN      ] openmp.exec_space_thread_safety_team_policy_reduce
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped
3: The OpenMP configuration doesn't allow nested parallelism
3: [  SKIPPED ] openmp.exec_space_thread_safety_team_policy_reduce (0 ms)
3: [ RUN      ] openmp.exec_space_thread_safety_range_scan
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped
3: The OpenMP configuration doesn't allow nested parallelism
3: [  SKIPPED ] openmp.exec_space_thread_safety_range_scan (0 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.when_all_type
3: [       OK ] openmp.when_all_type (0 ms)
3: [ RUN      ] openmp.graph_capture
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:1105: Skipped
3: The graph backend for OpenMP does not support capture.
3: [  SKIPPED ] openmp.graph_capture (0 ms)
3: [ RUN      ] openmp.graph_then
3: [       OK ] openmp.graph_then (1 ms)
3: [ RUN      ] openmp.then_host
3: [       OK ] openmp.then_host (0 ms)
3: [ RUN      ] openmp.mixed_then_host_device_nodes
3: [       OK ] openmp.mixed_then_host_device_nodes (1 ms)
3: [ RUN      ] openmp.graph_then_tag
3: [       OK ] openmp.graph_then_tag (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.join_backward_compatibility
3: [       OK ] openmp.join_backward_compatibility (0 ms)
3: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutleft
3: [       OK ] openmp.local_deepcopy_teampolicy_layoutleft (996 ms)
3: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutleft
3: [       OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1328 ms)
3: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutright
3: [       OK ] openmp.local_deepcopy_teampolicy_layoutright (706 ms)
3: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutright
3: [       OK ] openmp.local_deepcopy_rangepolicy_layoutright (708 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 (1 ms)
3: [ RUN      ] openmp.mathematical_functions_hyperbolic_functions
3: [       OK ] openmp.mathematical_functions_hyperbolic_functions (1 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 (0 ms)
3: [ RUN      ] openmp.mathematical_functions_fma
3: [       OK ] openmp.mathematical_functions_fma (0 ms)
3: [ RUN      ] openmp.mathematical_functions_fmax_fmin
3: [       OK ] openmp.mathematical_functions_fmax_fmin (0 ms)
3: [ RUN      ] openmp.mathematical_functions_error_and_gamma_functions
3: [       OK ] openmp.mathematical_functions_error_and_gamma_functions (1 ms)
3: [ RUN      ] openmp.mathematical_functions_nearest_interger_floating_point_operations
3: [       OK ] openmp.mathematical_functions_nearest_interger_floating_point_operations (1 ms)
3: [ RUN      ] openmp.mathematical_functions_floating_point_manipulation_functions
3: [       OK ] openmp.mathematical_functions_floating_point_manipulation_functions (0 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_impl_half_fallback
3: [       OK ] openmp.mathematical_functions_impl_half_fallback (0 ms)
3: [ RUN      ] openmp.mathematical_functions_nextafter_fp16
3: [       OK ] openmp.mathematical_functions_nextafter_fp16 (0 ms)
3: [ RUN      ] openmp.mathematical_functions_exponential_functions
3: [       OK ] openmp.mathematical_functions_exponential_functions (1 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 (354 ms)
3: [ RUN      ] openmp.mdrange_6d
3: [       OK ] openmp.mdrange_6d (529 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 (9 ms)
3: [ RUN      ] openmp.mdrange_neg_idx
3: [       OK ] openmp.mdrange_neg_idx (32 ms)
3: [ RUN      ] openmp.mdrange_4d
3: [       OK ] openmp.mdrange_4d (245 ms)
3: [ RUN      ] openmp.mdrange_scalar
3: [       OK ] openmp.mdrange_scalar (0 ms)
3: [ RUN      ] openmp.mdrange_large_deep_copy
3: [       OK ] openmp.mdrange_large_deep_copy (543 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
3: [       OK ] openmp.mdrange_parallel_reduce_primitive_types (2026 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 (2 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: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestNumericTraits.hpp:376: Skipped
3: This test is known to fail with the NVHPC compiler
3: [  SKIPPED ] 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 (48 ms)
3: [ RUN      ] openmp.cxx11
3: [       OK ] openmp.cxx11 (0 ms)
3: [ RUN      ] openmp.parallel_scan_range_policy
3: [       OK ] openmp.parallel_scan_range_policy (14 ms)
3: [ RUN      ] openmp.kokkos_printf
3: [       OK ] openmp.kokkos_printf (1 ms)
3: [ RUN      ] openmp.range_for
3: [       OK ] openmp.range_for (1 ms)
3: [ RUN      ] openmp.range_reduce
3: [       OK ] openmp.range_reduce (0 ms)
3: [ RUN      ] openmp.range_dynamic_policy
3: [       OK ] openmp.range_dynamic_policy (0 ms)
3: [ RUN      ] openmp.large_parallel_for_reduce
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestRange.hpp:379: Skipped
3: Disabling for host backends
3: [  SKIPPED ] openmp.large_parallel_for_reduce (0 ms)
3: [ RUN      ] openmp.range_policy_runtime_parameters
3: [       OK ] openmp.range_policy_runtime_parameters (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_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 (0 ms)
3: [ RUN      ] openmp.reducers_int
3: [       OK ] openmp.reducers_int (3 ms)
3: [ RUN      ] openmp.reducers_double
3: [       OK ] openmp.reducers_double (4 ms)
3: [ RUN      ] openmp.reducers_complex_double
3: [       OK ] openmp.reducers_complex_double (1 ms)
3: [ RUN      ] openmp.reducers_struct
3: [       OK ] openmp.reducers_struct (3 ms)
3: [ RUN      ] openmp.reducers_half_t
3: [       OK ] openmp.reducers_half_t (2 ms)
3: [ RUN      ] openmp.reducers_bhalf_t
3: [       OK ] openmp.reducers_bhalf_t (2 ms)
3: [ RUN      ] openmp.reducers_int8_t
3: [       OK ] openmp.reducers_int8_t (1 ms)
3: [ RUN      ] openmp.reducers_int16_t
3: [       OK ] openmp.reducers_int16_t (1 ms)
3: [ RUN      ] openmp.reducers_point_t
3: [       OK ] openmp.reducers_point_t (1 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 (79 ms)
3: [ RUN      ] openmp.double_reduce
3: [       OK ] openmp.double_reduce (86 ms)
3: [ RUN      ] openmp.int64_t_reduce_dynamic
3: [       OK ] openmp.int64_t_reduce_dynamic (322 ms)
3: [ RUN      ] openmp.double_reduce_dynamic
3: [       OK ] openmp.double_reduce_dynamic (346 ms)
3: [ RUN      ] openmp.int64_t_reduce_dynamic_view
3: [       OK ] openmp.int64_t_reduce_dynamic_view (169 ms)
3: [ RUN      ] openmp.int_combined_reduce
3: [       OK ] openmp.int_combined_reduce (1 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_identity_min_max_floating_point_types
3: [       OK ] openmp.reduction_identity_min_max_floating_point_types (1 ms)
3: [ RUN      ] openmp.reduction_deduction
3: [       OK ] openmp.reduction_deduction (2 ms)
3: [ RUN      ] openmp.reduce_device_view_range_policy
3: [       OK ] openmp.reduce_device_view_range_policy (64 ms)
3: [ RUN      ] openmp.reduce_device_view_mdrange_policy
3: [       OK ] openmp.reduce_device_view_mdrange_policy (70 ms)
3: [ RUN      ] openmp.reduce_device_view_team_policy
3: [       OK ] openmp.reduce_device_view_team_policy (471 ms)
3: [ RUN      ] openmp.impl_shared_alloc
3: [       OK ] openmp.impl_shared_alloc (8 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 (20 ms)
3: [ RUN      ] openmp.team_reduce
3: [       OK ] openmp.team_reduce (19 ms)
3: [ RUN      ] openmp.team_reduce_large
3: [       OK ] openmp.team_reduce_large (325 ms)
3: [ RUN      ] openmp.team_parallel_single
3: [       OK ] openmp.team_parallel_single (2982 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 (81 ms)
3: [ RUN      ] openmp.team_broadcast_long_wrapper
3: [       OK ] openmp.team_broadcast_long_wrapper (82 ms)
3: [ RUN      ] openmp.team_broadcast_char
3: [       OK ] openmp.team_broadcast_char (81 ms)
3: [ RUN      ] openmp.team_broadcast_float
3: [       OK ] openmp.team_broadcast_float (82 ms)
3: [ RUN      ] openmp.team_broadcast_double
3: [       OK ] openmp.team_broadcast_double (82 ms)
3: [ RUN      ] openmp.team_broadcast_int_ptr
3: [       OK ] openmp.team_broadcast_int_ptr (0 ms)
3: [ RUN      ] openmp.team_single_thread_int_ptr
3: [       OK ] openmp.team_single_thread_int_ptr (0 ms)
3: [ RUN      ] openmp.team_single_team_int_ptr
3: [       OK ] openmp.team_single_team_int_ptr (0 ms)
3: [ RUN      ] openmp.team_handle_by_value
3: [       OK ] openmp.team_handle_by_value (0 ms)
3: [ RUN      ] openmp.team_vector
3: [       OK ] openmp.team_vector (395 ms)
3: [ RUN      ] openmp.triple_nested_parallelism
3: [       OK ] openmp.triple_nested_parallelism (170 ms)
3: [ RUN      ] openmp.parallel_scan_with_reducers
3: [       OK ] openmp.parallel_scan_with_reducers (77 ms)
3: [ RUN      ] openmp.team_thread_range_combined_reducers
3: [       OK ] openmp.team_thread_range_combined_reducers (6 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 (8 ms)
3: [ RUN      ] openmp.ThreadVectorMDRangeParallelFor
3: [       OK ] openmp.ThreadVectorMDRangeParallelFor (7 ms)
3: [ RUN      ] openmp.TeamVectorMDRangeParallelFor
3: [       OK ] openmp.TeamVectorMDRangeParallelFor (7 ms)
3: [ RUN      ] openmp.TeamThreadMDRangeParallelReduce
3: [       OK ] openmp.TeamThreadMDRangeParallelReduce (11 ms)
3: [ RUN      ] openmp.ThreadVectorMDRangeParallelReduce
3: [       OK ] openmp.ThreadVectorMDRangeParallelReduce (10 ms)
3: [ RUN      ] openmp.TeamVectorMDRangeParallelReduce
3: [       OK ] openmp.TeamVectorMDRangeParallelReduce (10 ms)
3: [ RUN      ] openmp.team_policy_runtime_parameters
3: [       OK ] openmp.team_policy_runtime_parameters (0 ms)
3: [ RUN      ] openmp.team_reduction_scan
3: [       OK ] openmp.team_reduction_scan (12808 ms)
3: [ RUN      ] openmp.team_long_reduce
3: [       OK ] openmp.team_long_reduce (56 ms)
3: [ RUN      ] openmp.team_double_reduce
3: [       OK ] openmp.team_double_reduce (57 ms)
3: [ RUN      ] openmp.team_long_array_reduce
3: [       OK ] openmp.team_long_array_reduce (65 ms)
3: [ RUN      ] openmp.team_double_array_reduce
3: [       OK ] openmp.team_double_array_reduce (59 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 (311 ms)
3: [ RUN      ] openmp.nested_team_reduce_functor_as_reducer
3: [       OK ] openmp.nested_team_reduce_functor_as_reducer (0 ms)
3: [ RUN      ] openmp.team_scan
3: [       OK ] openmp.team_scan (161 ms)
3: [ RUN      ] openmp.team_scan_ret_val
3: [       OK ] openmp.team_scan_ret_val (163 ms)
3: [ RUN      ] openmp.team_shared_request
3: [       OK ] openmp.team_shared_request (79 ms)
3: [ RUN      ] openmp.team_scratch_request
3: [       OK ] openmp.team_scratch_request (49 ms)
3: [ RUN      ] openmp.team_lambda_shared_request
3: [       OK ] openmp.team_lambda_shared_request (6 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 (9 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
3: [       OK ] openmp.team_policy_max_recommended (4110 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 (119 ms)
3: [ RUN      ] openmp.timer
3: [       OK ] openmp.timer (20 ms)
3: [ RUN      ] openmp.unique_token_global
3: [       OK ] openmp.unique_token_global (15 ms)
3: [ RUN      ] openmp.unique_token_instance
3: [       OK ] openmp.unique_token_instance (33 ms)
3: [ RUN      ] openmp.unique_token_team_acquire
3: [       OK ] openmp.unique_token_team_acquire (0 ms)
3: [ RUN      ] openmp.view_api_a
3: [       OK ] openmp.view_api_a (6 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 (3 ms)
3: [ RUN      ] openmp.view_api_c
3: [       OK ] openmp.view_api_c (1 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 (492 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 (3 ms)
3: [ RUN      ] openmp.view_copy_tests_rank_0
3: [       OK ] openmp.view_copy_tests_rank_0 (0 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 (2960 ms)
3: [ RUN      ] openmp.view_fill_tests_layout_left
3: [       OK ] openmp.view_fill_tests_layout_left (2968 ms)
3: [ RUN      ] openmp.vcp_empty_traits
3: [       OK ] openmp.vcp_empty_traits (0 ms)
3: [ RUN      ] openmp.is_view_label
3: [       OK ] openmp.is_view_label (0 ms)
3: [ RUN      ] openmp.vcp_label_base_traits
3: [       OK ] openmp.vcp_label_base_traits (0 ms)
3: [ RUN      ] openmp.vcp_label_traits
3: [       OK ] openmp.vcp_label_traits (0 ms)
3: [ RUN      ] openmp.view_alloc_can_perfect_forward_label
3: [       OK ] openmp.view_alloc_can_perfect_forward_label (0 ms)
3: [ RUN      ] openmp.vcp_label_copy_constructor
3: [       OK ] openmp.vcp_label_copy_constructor (0 ms)
3: [ RUN      ] openmp.vcp_pointer_add_property
3: [       OK ] openmp.vcp_pointer_add_property (0 ms)
3: [ RUN      ] openmp.view_empty_runtime_unmanaged
3: [       OK ] openmp.view_empty_runtime_unmanaged (0 ms)
3: [ RUN      ] openmp.view_layoutstride_left_to_layoutleft_assignment
3: [       OK ] openmp.view_layoutstride_left_to_layoutleft_assignment (68 ms)
3: [ RUN      ] openmp.view_layoutstride_right_to_layoutright_assignment
3: [       OK ] openmp.view_layoutstride_right_to_layoutright_assignment (59 ms)
3: [ RUN      ] openmp.view_mapping
3: [       OK ] openmp.view_mapping (56 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 (6 ms)
3: [ RUN      ] openmp.view_realloc
3: [       OK ] openmp.view_realloc (0 ms)
3: [ RUN      ] openmp.workgraph_fib
3: [       OK ] openmp.workgraph_fib (676 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: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestWithoutInitializing.hpp:221: Skipped
3: skipping since the OpenMP backend doesn't use ZeroMemset
3: [  SKIPPED ] 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-8428/core/unit_test/TestWithoutInitializing.hpp:305: 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 (0 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 (0 ms)
3: [ RUN      ] openmp.view_subview_1d_assign_atomic
3: [       OK ] openmp.view_subview_1d_assign_atomic (0 ms)
3: [ RUN      ] openmp.view_subview_1d_assign_randomaccess
3: [       OK ] openmp.view_subview_1d_assign_randomaccess (0 ms)
3: [ RUN      ] openmp.view_subview_2d_from_3d
3: [       OK ] openmp.view_subview_2d_from_3d (10 ms)
3: [ RUN      ] openmp.view_subview_2d_from_3d_atomic
3: [       OK ] openmp.view_subview_2d_from_3d_atomic (9 ms)
3: [ RUN      ] openmp.view_subview_2d_from_3d_randomaccess
3: [       OK ] openmp.view_subview_2d_from_3d_randomaccess (13 ms)
3: [ RUN      ] openmp.view_subview_3d_from_5d_left
3: [       OK ] openmp.view_subview_3d_from_5d_left (93 ms)
3: [ RUN      ] openmp.view_subview_3d_from_5d_left_atomic
3: [       OK ] openmp.view_subview_3d_from_5d_left_atomic (94 ms)
3: [ RUN      ] openmp.view_subview_3d_from_5d_left_randomaccess
3: [       OK ] openmp.view_subview_3d_from_5d_left_randomaccess (91 ms)
3: [ RUN      ] openmp.view_subview_3d_from_5d_right
3: [       OK ] openmp.view_subview_3d_from_5d_right (122 ms)
3: [ RUN      ] openmp.view_subview_3d_from_5d_right_atomic
3: [       OK ] openmp.view_subview_3d_from_5d_right_atomic (121 ms)
3: [ RUN      ] openmp.view_subview_3d_from_5d_right_randomaccess
3: [       OK ] openmp.view_subview_3d_from_5d_right_randomaccess (151 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: [----------] 354 tests from openmp (40473 ms total)
3: 
3: [----------] 17 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 (0 ms)
3: [ RUN      ] openmp_graph.create_graph_no_closure_with_exec
3: [       OK ] openmp_graph.create_graph_no_closure_with_exec (0 ms)
3: [ RUN      ] openmp_graph.create_graph_no_arg
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:250: Skipped
3: Skipping since useless if the test fixture is not on the default execution space.
3: [  SKIPPED ] 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.repeat_chain
3: [       OK ] openmp_graph.repeat_chain (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.force_global_launch
3: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:444: Skipped
3: This execution space does not support global launch.
3: [  SKIPPED ] openmp_graph.force_global_launch (0 ms)
3: [ RUN      ] openmp_graph.sized_functor_launch
3: [       OK ] openmp_graph.sized_functor_launch (0 ms)
3: [ RUN      ] openmp_graph.empty_graph_default_host_exec
3: [       OK ] openmp_graph.empty_graph_default_host_exec (0 ms)
3: [ RUN      ] openmp_graph.node_lifetime
3: [       OK ] openmp_graph.node_lifetime (0 ms)
3: [ RUN      ] openmp_graph.diamond
3: [       OK ] openmp_graph.diamond (0 ms)
3: [ RUN      ] openmp_graph.end_of_submit_control_flow
3: [       OK ] openmp_graph.end_of_submit_control_flow (0 ms)
3: [----------] 17 tests from openmp_graph (3 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 393 tests from 4 test suites ran. (59980 ms total)
3: [  PASSED  ] 367 tests.
3: [  SKIPPED ] 26 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_DeathTest.view_subview_wrong_extents
3: [  SKIPPED ] openmp.partitioning_by_args
3: [  SKIPPED ] openmp.partitioning_by_args_with_structured_bindings
3: [  SKIPPED ] openmp.partitioning_by_vector
3: [  SKIPPED ] openmp.exec_space_thread_safety_range
3: [  SKIPPED ] openmp.exec_space_thread_safety_mdrange
3: [  SKIPPED ] openmp.exec_space_thread_safety_team_policy
3: [  SKIPPED ] openmp.exec_space_thread_safety_range_reduce
3: [  SKIPPED ] openmp.exec_space_thread_safety_mdrange_reduce
3: [  SKIPPED ] openmp.exec_space_thread_safety_team_policy_reduce
3: [  SKIPPED ] openmp.exec_space_thread_safety_range_scan
3: [  SKIPPED ] openmp.graph_capture
3: [  SKIPPED ] openmp.numeric_traits_quiet_and_signaling_nan
3: [  SKIPPED ] openmp.large_parallel_for_reduce
3: [  SKIPPED ] openmp.deep_copy_zero_memset
3: [  SKIPPED ] openmp.view_allocation_int
3: [  SKIPPED ] openmp_graph.create_graph_no_arg
3: [  SKIPPED ] openmp_graph.force_global_launch
 3/56 Test  #3: Kokkos_CoreUnitTest_OpenMP .................................   Passed   60.19 sec
test 4
      Start  4: Kokkos_CoreUnitTest_OpenMPInterOp

4: Test command: /var/jenkins/workspace/Kokkos_PR-8428/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: 6 cores per node.
4:                                     Detected: 1 MPI_ranks per node.
4:                                     Requested: 8 threads per process.
4: [       OK ] openmp.raw_openmp_interop (124 ms)
4: [----------] 1 test from openmp (124 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 1 test from 1 test suite ran. (125 ms total)
4: [  PASSED  ] 1 test.
 4/56 Test  #4: Kokkos_CoreUnitTest_OpenMPInterOp ..........................   Passed    0.18 sec
test 5
      Start  5: Kokkos_CoreUnitTest_Cuda1

5: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Cuda1
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 248 tests from 4 test suites.
5: [----------] Global test environment set-up.
5: [----------] 11 tests from cuda_DeathTest
5: [ RUN      ] cuda_DeathTest.abort_from_host
5: [       OK ] cuda_DeathTest.abort_from_host (511 ms)
5: [ RUN      ] cuda_DeathTest.abort_from_device
5: [       OK ] cuda_DeathTest.abort_from_device (617 ms)
5: [ RUN      ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort
5: [       OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (475 ms)
5: [ RUN      ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions
5: [       OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (481 ms)
5: [ RUN      ] cuda_DeathTest.policy_invalid_bounds
5: [       OK ] cuda_DeathTest.policy_invalid_bounds (512 ms)
5: [ RUN      ] cuda_DeathTest.range_policy_invalid_bounds
5: [       OK ] cuda_DeathTest.range_policy_invalid_bounds (997 ms)
5: [ RUN      ] cuda_DeathTest.range_policy_round_trip_conversion_fires
5: [       OK ] cuda_DeathTest.range_policy_round_trip_conversion_fires (475 ms)
5: [ RUN      ] cuda_DeathTest.range_policy_check_sign_changes
5: [       OK ] cuda_DeathTest.range_policy_check_sign_changes (939 ms)
5: [ RUN      ] cuda_DeathTest.range_policy_implicitly_converted_bounds
5: [       OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (1902 ms)
5: [ RUN      ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
5: [       OK ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (537 ms)
5: [ RUN      ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
5: [       OK ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (616 ms)
5: [----------] 11 tests from cuda_DeathTest (8068 ms total)
5: 
5: [----------] 1 test from cuda_graph_DeathTest
5: [ RUN      ] cuda_graph_DeathTest.can_instantiate_only_once
5: [       OK ] cuda_graph_DeathTest.can_instantiate_only_once (953 ms)
5: [----------] 1 test from cuda_graph_DeathTest (953 ms total)
5: 
5: [----------] 219 tests from cuda
5: [ RUN      ] cuda.array_capacity
5: [       OK ] cuda.array_capacity (0 ms)
5: [ RUN      ] cuda.array_element_access
5: [       OK ] cuda.array_element_access (0 ms)
5: [ RUN      ] cuda.array_operator_equal
5: [       OK ] cuda.array_operator_equal (0 ms)
5: [ RUN      ] cuda.array_zero_capacity
5: [       OK ] cuda.array_zero_capacity (0 ms)
5: [ RUN      ] cuda.array_zero_data_nullptr
5: [       OK ] cuda.array_zero_data_nullptr (0 ms)
5: [ RUN      ] cuda.atomic_operations_complexdouble
5: [       OK ] cuda.atomic_operations_complexdouble (6 ms)
5: [ RUN      ] cuda.atomic_operations_complexfloat
5: [       OK ] cuda.atomic_operations_complexfloat (5 ms)
5: [ RUN      ] cuda.atomic_operations_double
5: [       OK ] cuda.atomic_operations_double (7 ms)
5: [ RUN      ] cuda.atomic_operations_float
5: [       OK ] cuda.atomic_operations_float (5 ms)
5: [ RUN      ] cuda.atomic_operations_int8
5: [       OK ] cuda.atomic_operations_int8 (15 ms)
5: [ RUN      ] cuda.atomic_operations_int16
5: [       OK ] cuda.atomic_operations_int16 (15 ms)
5: [ RUN      ] cuda.atomic_operations_int
5: [       OK ] cuda.atomic_operations_int (14 ms)
5: [ RUN      ] cuda.atomic_operations_long
5: [       OK ] cuda.atomic_operations_long (14 ms)
5: [ RUN      ] cuda.atomic_operations_longlong
5: [       OK ] cuda.atomic_operations_longlong (14 ms)
5: [ RUN      ] cuda.atomic_shared
5: [       OK ] cuda.atomic_shared (0 ms)
5: [ RUN      ] cuda.atomic_operations_unsigned
5: [       OK ] cuda.atomic_operations_unsigned (12 ms)
5: [ RUN      ] cuda.atomic_operations_unsignedlong
5: [       OK ] cuda.atomic_operations_unsignedlong (13 ms)
5: [ RUN      ] cuda.atomics
5: [       OK ] cuda.atomics (132 ms)
5: [ RUN      ] cuda.atomics_tpetra_max_abs
5: [       OK ] cuda.atomics_tpetra_max_abs (0 ms)
5: [ RUN      ] cuda.atomic_views_integral
5: [       OK ] cuda.atomic_views_integral (19 ms)
5: [ RUN      ] cuda.atomic_views_nonintegral
5: [       OK ] cuda.atomic_views_nonintegral (61 ms)
5: [ RUN      ] cuda.atomic_view_api
5: [       OK ] cuda.atomic_view_api (0 ms)
5: [ RUN      ] cuda.bit_manip_countl_zero
5: [       OK ] cuda.bit_manip_countl_zero (4 ms)
5: [ RUN      ] cuda.bit_manip_countl_one
5: [       OK ] cuda.bit_manip_countl_one (0 ms)
5: [ RUN      ] cuda.bit_manip_countr_zero
5: [       OK ] cuda.bit_manip_countr_zero (0 ms)
5: [ RUN      ] cuda.bit_manip_countr_one
5: [       OK ] cuda.bit_manip_countr_one (0 ms)
5: [ RUN      ] cuda.bit_manip_popcount
5: [       OK ] cuda.bit_manip_popcount (0 ms)
5: [ RUN      ] cuda.bit_manip_has_single_bit
5: [       OK ] cuda.bit_manip_has_single_bit (0 ms)
5: [ RUN      ] cuda.bit_manip_bit_floor
5: [       OK ] cuda.bit_manip_bit_floor (0 ms)
5: [ RUN      ] cuda.bit_manip_bit_ceil
5: [       OK ] cuda.bit_manip_bit_ceil (0 ms)
5: [ RUN      ] cuda.bit_manip_bit_width
5: [       OK ] cuda.bit_manip_bit_width (0 ms)
5: [ RUN      ] cuda.bit_manip_rotl
5: [       OK ] cuda.bit_manip_rotl (0 ms)
5: [ RUN      ] cuda.bit_manip_rotr
5: [       OK ] cuda.bit_manip_rotr (0 ms)
5: [ RUN      ] cuda.bit_manip_byeswap
5: [       OK ] cuda.bit_manip_byeswap (0 ms)
5: [ RUN      ] cuda.bit_manip_bit_cast
5: [       OK ] cuda.bit_manip_bit_cast (0 ms)
5: [ RUN      ] cuda.test_block_deduction_bug_pr_3103
5: [       OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms)
5: [ RUN      ] cuda.checked_integer_operations_multiply_overflow
5: [       OK ] cuda.checked_integer_operations_multiply_overflow (0 ms)
5: [ RUN      ] cuda.execution_policy_occupancy_and_hint
5: [       OK ] cuda.execution_policy_occupancy_and_hint (0 ms)
5: [ RUN      ] cuda.complex_construction
5: [       OK ] cuda.complex_construction (0 ms)
5: [ RUN      ] cuda.complex_basic_math
5: [       OK ] cuda.complex_basic_math (0 ms)
5: [ RUN      ] cuda.complex_special_funtions
5: [       OK ] cuda.complex_special_funtions (0 ms)
5: [ RUN      ] cuda.complex_io
5: [       OK ] cuda.complex_io (0 ms)
5: [ RUN      ] cuda.complex_trivially_copyable
5: [       OK ] cuda.complex_trivially_copyable (0 ms)
5: [ RUN      ] cuda.complex_issue_3865
5: [       OK ] cuda.complex_issue_3865 (0 ms)
5: [ RUN      ] cuda.complex_operations_arithmetic_types_overloads
5: [       OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms)
5: [ RUN      ] cuda.complex_structured_bindings
5: [       OK ] cuda.complex_structured_bindings (0 ms)
5: [ RUN      ] cuda.crs_count_fill
5: [       OK ] cuda.crs_count_fill (2 ms)
5: [ RUN      ] cuda.crs_copy_constructor
5: [       OK ] cuda.crs_copy_constructor (5 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_0
5: [       OK ] cuda.deep_copy_assignable_types_rank_0 (7 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_1
5: [       OK ] cuda.deep_copy_assignable_types_rank_1 (0 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_2
5: [       OK ] cuda.deep_copy_assignable_types_rank_2 (0 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_3
5: [       OK ] cuda.deep_copy_assignable_types_rank_3 (0 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_4
5: [       OK ] cuda.deep_copy_assignable_types_rank_4 (0 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_5
5: [       OK ] cuda.deep_copy_assignable_types_rank_5 (0 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_6
5: [       OK ] cuda.deep_copy_assignable_types_rank_6 (0 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_7
5: [       OK ] cuda.deep_copy_assignable_types_rank_7 (0 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_8
5: [       OK ] cuda.deep_copy_assignable_types_rank_8 (1 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_1_half
5: [       OK ] cuda.deep_copy_assignable_types_rank_1_half (1 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_2_half
5: [       OK ] cuda.deep_copy_assignable_types_rank_2_half (1 ms)
5: [ RUN      ] cuda.deep_copy_assignable_types_rank_3_half
5: [       OK ] cuda.deep_copy_assignable_types_rank_3_half (10 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_0
5: [       OK ] cuda.deep_copy_narrowing_rank_0 (11 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_1
5: [       OK ] cuda.deep_copy_narrowing_rank_1 (1 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_2
5: [       OK ] cuda.deep_copy_narrowing_rank_2 (1 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_3
5: [       OK ] cuda.deep_copy_narrowing_rank_3 (1 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_4
5: [       OK ] cuda.deep_copy_narrowing_rank_4 (1 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_5
5: [       OK ] cuda.deep_copy_narrowing_rank_5 (1 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_6
5: [       OK ] cuda.deep_copy_narrowing_rank_6 (1 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_7
5: [       OK ] cuda.deep_copy_narrowing_rank_7 (1 ms)
5: [ RUN      ] cuda.deep_copy_narrowing_rank_8
5: [       OK ] cuda.deep_copy_narrowing_rank_8 (1 ms)
5: [ RUN      ] cuda.deep_copy_alignment
5: [       OK ] cuda.deep_copy_alignment (11 ms)
5: [ RUN      ] cuda.deep_copy_conversion
5: [       OK ] cuda.deep_copy_conversion (8 ms)
5: [ RUN      ] cuda.partitioning_by_args
5: [       OK ] cuda.partitioning_by_args (1 ms)
5: [ RUN      ] cuda.partitioning_by_args_with_structured_bindings
5: [       OK ] cuda.partitioning_by_args_with_structured_bindings (0 ms)
5: [ RUN      ] cuda.partitioning_by_vector
5: [       OK ] cuda.partitioning_by_vector (0 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_range
5: [       OK ] cuda.exec_space_thread_safety_range (6438 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_mdrange
5: [       OK ] cuda.exec_space_thread_safety_mdrange (663 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_team_policy
5: [       OK ] cuda.exec_space_thread_safety_team_policy (664 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_range_reduce
5: [       OK ] cuda.exec_space_thread_safety_range_reduce (665 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_mdrange_reduce
5: [       OK ] cuda.exec_space_thread_safety_mdrange_reduce (660 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_team_policy_reduce
5: [       OK ] cuda.exec_space_thread_safety_team_policy_reduce (662 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_range_scan
5: [       OK ] cuda.exec_space_thread_safety_range_scan (665 ms)
5: [ RUN      ] cuda.execution_space_as_class_data_member
5: [       OK ] cuda.execution_space_as_class_data_member (0 ms)
5: [ RUN      ] cuda.functor_analysis
5: [       OK ] cuda.functor_analysis (0 ms)
5: [ RUN      ] cuda.when_all_type
5: [       OK ] cuda.when_all_type (0 ms)
5: [ RUN      ] cuda.graph_capture
5: [       OK ] cuda.graph_capture (1 ms)
5: [ RUN      ] cuda.graph_then
5: [       OK ] cuda.graph_then (0 ms)
5: [ RUN      ] cuda.then_host
5: [       OK ] cuda.then_host (11 ms)
5: [ RUN      ] cuda.mixed_then_host_device_nodes
5: [       OK ] cuda.mixed_then_host_device_nodes (11 ms)
5: [ RUN      ] cuda.graph_then_tag
5: [       OK ] cuda.graph_then_tag (0 ms)
5: [ RUN      ] cuda.host_shared_ptr_use_count
5: [       OK ] cuda.host_shared_ptr_use_count (0 ms)
5: [ RUN      ] cuda.host_shared_ptr_get
5: [       OK ] cuda.host_shared_ptr_get (0 ms)
5: [ RUN      ] cuda.host_shared_ptr_dereference_on_device
5: [       OK ] cuda.host_shared_ptr_dereference_on_device (0 ms)
5: [ RUN      ] cuda.host_shared_ptr_special_members_on_device
5: [       OK ] cuda.host_shared_ptr_special_members_on_device (0 ms)
5: [ RUN      ] cuda.host_shared_ptr_tracking
5: [       OK ] cuda.host_shared_ptr_tracking (0 ms)
5: [ RUN      ] cuda.join_backward_compatibility
5: [       OK ] cuda.join_backward_compatibility (0 ms)
5: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutleft
5: [       OK ] cuda.local_deepcopy_teampolicy_layoutleft (1124 ms)
5: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutleft
5: [       OK ] cuda.local_deepcopy_rangepolicy_layoutleft (1910 ms)
5: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutright
5: [       OK ] cuda.local_deepcopy_teampolicy_layoutright (1098 ms)
5: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutright
5: [       OK ] cuda.local_deepcopy_rangepolicy_layoutright (1346 ms)
5: [ RUN      ] cuda.deep_copy_scratch
5: [       OK ] cuda.deep_copy_scratch (0 ms)
5: [ RUN      ] cuda.mathematical_constants_e
5: [       OK ] cuda.mathematical_constants_e (1 ms)
5: [ RUN      ] cuda.mathematical_constants_log2e
5: [       OK ] cuda.mathematical_constants_log2e (0 ms)
5: [ RUN      ] cuda.mathematical_constants_log10e
5: [       OK ] cuda.mathematical_constants_log10e (0 ms)
5: [ RUN      ] cuda.mathematical_constants_pi
5: [       OK ] cuda.mathematical_constants_pi (0 ms)
5: [ RUN      ] cuda.mathematical_constants_inv_pi
5: [       OK ] cuda.mathematical_constants_inv_pi (0 ms)
5: [ RUN      ] cuda.mathematical_constants_inv_sqrtpi
5: [       OK ] cuda.mathematical_constants_inv_sqrtpi (0 ms)
5: [ RUN      ] cuda.mathematical_constants_ln2
5: [       OK ] cuda.mathematical_constants_ln2 (0 ms)
5: [ RUN      ] cuda.mathematical_constants_ln10
5: [       OK ] cuda.mathematical_constants_ln10 (0 ms)
5: [ RUN      ] cuda.mathematical_constants_sqrt2
5: [       OK ] cuda.mathematical_constants_sqrt2 (0 ms)
5: [ RUN      ] cuda.mathematical_constants_sqrt3
5: [       OK ] cuda.mathematical_constants_sqrt3 (0 ms)
5: [ RUN      ] cuda.mathematical_constants_inv_sqrt3
5: [       OK ] cuda.mathematical_constants_inv_sqrt3 (0 ms)
5: [ RUN      ] cuda.mathematical_constants_egamma
5: [       OK ] cuda.mathematical_constants_egamma (0 ms)
5: [ RUN      ] cuda.mathematical_constants_phi
5: [       OK ] cuda.mathematical_constants_phi (0 ms)
5: [ RUN      ] cuda.mathematical_functions_trigonometric_functions
5: [       OK ] cuda.mathematical_functions_trigonometric_functions (13 ms)
5: [ RUN      ] cuda.mathematical_functions_hyperbolic_functions
5: [       OK ] cuda.mathematical_functions_hyperbolic_functions (11 ms)
5: [ RUN      ] cuda.mathematical_functions_non_standard
5: [       OK ] cuda.mathematical_functions_non_standard (1 ms)
5: [ RUN      ] cuda.mathematical_functions_power_functions
5: [       OK ] cuda.mathematical_functions_power_functions (21 ms)
5: [ RUN      ] cuda.mathematical_functions_fma
5: [       OK ] cuda.mathematical_functions_fma (0 ms)
5: [ RUN      ] cuda.mathematical_functions_fmax_fmin
5: [       OK ] cuda.mathematical_functions_fmax_fmin (0 ms)
5: [ RUN      ] cuda.mathematical_functions_error_and_gamma_functions
5: [       OK ] cuda.mathematical_functions_error_and_gamma_functions (10 ms)
5: [ RUN      ] cuda.mathematical_functions_nearest_interger_floating_point_operations
5: [       OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (8 ms)
5: [ RUN      ] cuda.mathematical_functions_floating_point_manipulation_functions
5: [       OK ] cuda.mathematical_functions_floating_point_manipulation_functions (2 ms)
5: [ RUN      ] cuda.mathematical_functions_absolute_value
5: [       OK ] cuda.mathematical_functions_absolute_value (0 ms)
5: [ RUN      ] cuda.mathematical_functions_floating_point_absolute_value
5: [       OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms)
5: [ RUN      ] cuda.mathematical_functions_remainder_function
5: [       OK ] cuda.mathematical_functions_remainder_function (0 ms)
5: [ RUN      ] cuda.mathematical_functions_isfinite
5: [       OK ] cuda.mathematical_functions_isfinite (0 ms)
5: [ RUN      ] cuda.mathematical_functions_isinf
5: [       OK ] cuda.mathematical_functions_isinf (0 ms)
5: [ RUN      ] cuda.mathematical_functions_isnan
5: [       OK ] cuda.mathematical_functions_isnan (0 ms)
5: [ RUN      ] cuda.mathematical_functions_impl_half_fallback
5: [       OK ] cuda.mathematical_functions_impl_half_fallback (0 ms)
5: [ RUN      ] cuda.mathematical_functions_nextafter_fp16
5: [       OK ] cuda.mathematical_functions_nextafter_fp16 (0 ms)
5: [ RUN      ] cuda.mathematical_functions_exponential_functions
5: [       OK ] cuda.mathematical_functions_exponential_functions (23 ms)
5: [ RUN      ] cuda.mathspecialfunc_expint1
5: [       OK ] cuda.mathspecialfunc_expint1 (4 ms)
5: [ RUN      ] cuda.mathspecialfunc_errorfunc
5: [       OK ] cuda.mathspecialfunc_errorfunc (6 ms)
5: [ RUN      ] cuda.mathspecialfunc_cbesselj0y0
5: [       OK ] cuda.mathspecialfunc_cbesselj0y0 (27 ms)
5: [ RUN      ] cuda.mathspecialfunc_cbesselj1y1
5: [       OK ] cuda.mathspecialfunc_cbesselj1y1 (25 ms)
5: [ RUN      ] cuda.mathspecialfunc_cbesseli0k0
5: [       OK ] cuda.mathspecialfunc_cbesseli0k0 (1 ms)
5: [ RUN      ] cuda.mathspecialfunc_cbesseli1k1
5: [       OK ] cuda.mathspecialfunc_cbesseli1k1 (1 ms)
5: [ RUN      ] cuda.mathspecialfunc_cbesselh1stkind
5: [       OK ] cuda.mathspecialfunc_cbesselh1stkind (1 ms)
5: [ RUN      ] cuda.mathspecialfunc_cbesselh2ndkind
5: [       OK ] cuda.mathspecialfunc_cbesselh2ndkind (1 ms)
5: [ RUN      ] cuda.mdrange_5d
5: [       OK ] cuda.mdrange_5d (110 ms)
5: [ RUN      ] cuda.mdrange_6d
5: [       OK ] cuda.mdrange_6d (169 ms)
5: [ RUN      ] cuda.mdrange_2d
5: [       OK ] cuda.mdrange_2d (3 ms)
5: [ RUN      ] cuda.mdrange_array_reduce
5: [       OK ] cuda.mdrange_array_reduce (0 ms)
5: [ RUN      ] cuda.mdrange_3d
5: [       OK ] cuda.mdrange_3d (7 ms)
5: [ RUN      ] cuda.mdrange_neg_idx
5: [       OK ] cuda.mdrange_neg_idx (1 ms)
5: [ RUN      ] cuda.mdrange_4d
5: [       OK ] cuda.mdrange_4d (44 ms)
5: [ RUN      ] cuda.mdrange_scalar
5: [       OK ] cuda.mdrange_scalar (0 ms)
5: [ RUN      ] cuda.mdrange_large_deep_copy
5: [       OK ] cuda.mdrange_large_deep_copy (85 ms)
5: [ RUN      ] cuda.md_range_policy_construction_from_arrays
5: [       OK ] cuda.md_range_policy_construction_from_arrays (0 ms)
5: [ RUN      ] cuda.policy_get_tile_size
5: [       OK ] cuda.policy_get_tile_size (0 ms)
5: [ RUN      ] cuda.mdrange_parallel_reduce_primitive_types
5: [       OK ] cuda.mdrange_parallel_reduce_primitive_types (1501 ms)
5: [ RUN      ] cuda.mdspan_minimal_functional
5: [       OK ] cuda.mdspan_minimal_functional (0 ms)
5: [ RUN      ] cuda.mdspan_atomic_accessor
5: [       OK ] cuda.mdspan_atomic_accessor (0 ms)
5: [ RUN      ] cuda.view_mdspan_conversion
5: [       OK ] cuda.view_mdspan_conversion (3 ms)
5: [ RUN      ] cuda.view_mdspan_conversion_with_stride
5: [       OK ] cuda.view_mdspan_conversion_with_stride (0 ms)
5: [ RUN      ] cuda.max
5: [       OK ] cuda.max (0 ms)
5: [ RUN      ] cuda.max_within_parfor
5: [       OK ] cuda.max_within_parfor (0 ms)
5: [ RUN      ] cuda.min
5: [       OK ] cuda.min (0 ms)
5: [ RUN      ] cuda.min_within_parfor
5: [       OK ] cuda.min_within_parfor (0 ms)
5: [ RUN      ] cuda.minmax
5: [       OK ] cuda.minmax (0 ms)
5: [ RUN      ] cuda.minmax_within_parfor
5: [       OK ] cuda.minmax_within_parfor (0 ms)
5: [ RUN      ] cuda.clamp
5: [       OK ] cuda.clamp (0 ms)
5: [ RUN      ] cuda.clamp_within_parfor
5: [       OK ] cuda.clamp_within_parfor (0 ms)
5: [ RUN      ] cuda.numeric_traits_infinity
5: [       OK ] cuda.numeric_traits_infinity (5 ms)
5: [ RUN      ] cuda.numeric_traits_epsilon
5: [       OK ] cuda.numeric_traits_epsilon (0 ms)
5: [ RUN      ] cuda.numeric_traits_round_error
5: [       OK ] cuda.numeric_traits_round_error (0 ms)
5: [ RUN      ] cuda.numeric_traits_norm_min
5: [       OK ] cuda.numeric_traits_norm_min (0 ms)
5: [ RUN      ] cuda.numeric_traits_denorm_min
5: [       OK ] cuda.numeric_traits_denorm_min (0 ms)
5: [ RUN      ] cuda.numeric_traits_finite_min_max
5: [       OK ] cuda.numeric_traits_finite_min_max (2 ms)
5: [ RUN      ] cuda.numeric_traits_digits
5: [       OK ] cuda.numeric_traits_digits (1 ms)
5: [ RUN      ] cuda.numeric_traits_digits10
5: [       OK ] cuda.numeric_traits_digits10 (1 ms)
5: [ RUN      ] cuda.numeric_traits_max_digits10
5: [       OK ] cuda.numeric_traits_max_digits10 (0 ms)
5: [ RUN      ] cuda.numeric_traits_radix
5: [       OK ] cuda.numeric_traits_radix (1 ms)
5: [ RUN      ] cuda.numeric_traits_min_max_exponent
5: [       OK ] cuda.numeric_traits_min_max_exponent (0 ms)
5: [ RUN      ] cuda.numeric_traits_min_max_exponent10
5: [       OK ] cuda.numeric_traits_min_max_exponent10 (0 ms)
5: [ RUN      ] cuda.numeric_traits_quiet_and_signaling_nan
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestNumericTraits.hpp:376: Skipped
5: This test is known to fail with the NVHPC compiler
5: [  SKIPPED ] cuda.numeric_traits_quiet_and_signaling_nan (0 ms)
5: [ RUN      ] cuda.numeric_traits_sfinae_friendly
5: [       OK ] cuda.numeric_traits_sfinae_friendly (0 ms)
5: [ RUN      ] cuda.occupancy_control
5: [       OK ] cuda.occupancy_control (1 ms)
5: [ RUN      ] cuda.memory_pool
5: [       OK ] cuda.memory_pool (16 ms)
5: [ RUN      ] cuda.cxx11
5: [       OK ] cuda.cxx11 (1 ms)
5: [ RUN      ] cuda.parallel_scan_range_policy
5: [       OK ] cuda.parallel_scan_range_policy (45 ms)
5: [ RUN      ] cuda.kokkos_printf
5: [       OK ] cuda.kokkos_printf (1 ms)
5: [ RUN      ] cuda.range_for
5: [       OK ] cuda.range_for (2 ms)
5: [ RUN      ] cuda.range_reduce
5: [       OK ] cuda.range_reduce (0 ms)
5: [ RUN      ] cuda.range_dynamic_policy
5: [       OK ] cuda.range_dynamic_policy (0 ms)
5: [ RUN      ] cuda.large_parallel_for_reduce
5: [       OK ] cuda.large_parallel_for_reduce (49 ms)
5: [ RUN      ] cuda.range_policy_runtime_parameters
5: [       OK ] cuda.range_policy_runtime_parameters (0 ms)
5: [ RUN      ] cuda.range_policy_one_way_convertible_bounds
5: [       OK ] cuda.range_policy_one_way_convertible_bounds (0 ms)
5: [ RUN      ] cuda.range_for_require
5: [       OK ] cuda.range_for_require (2 ms)
5: [ RUN      ] cuda.range_reduce_require
5: [       OK ] cuda.range_reduce_require (0 ms)
5: [ RUN      ] cuda.range_dynamic_policy_require
5: [       OK ] cuda.range_dynamic_policy_require (0 ms)
5: [ RUN      ] cuda.reducers_int
5: [       OK ] cuda.reducers_int (7 ms)
5: [ RUN      ] cuda.reducers_double
5: [       OK ] cuda.reducers_double (13 ms)
5: [ RUN      ] cuda.reducers_complex_double
5: [       OK ] cuda.reducers_complex_double (8 ms)
5: [ RUN      ] cuda.reducers_struct
5: [       OK ] cuda.reducers_struct (6 ms)
5: [ RUN      ] cuda.reducers_half_t
5: [       OK ] cuda.reducers_half_t (5 ms)
5: [ RUN      ] cuda.reducers_bhalf_t
5: [       OK ] cuda.reducers_bhalf_t (7 ms)
5: [ RUN      ] cuda.reducers_int8_t
5: [       OK ] cuda.reducers_int8_t (2 ms)
5: [ RUN      ] cuda.reducers_int16_t
5: [       OK ] cuda.reducers_int16_t (3 ms)
5: [ RUN      ] cuda.reducers_point_t
5: [       OK ] cuda.reducers_point_t (10 ms)
5: [ RUN      ] cuda.reducers_bool
5: [       OK ] cuda.reducers_bool (1 ms)
5: [ RUN      ] cuda.int64_t_reduce
5: [       OK ] cuda.int64_t_reduce (13 ms)
5: [ RUN      ] cuda.double_reduce
5: [       OK ] cuda.double_reduce (9 ms)
5: [ RUN      ] cuda.int64_t_reduce_dynamic
5: [       OK ] cuda.int64_t_reduce_dynamic (15 ms)
5: [ RUN      ] cuda.double_reduce_dynamic
5: [       OK ] cuda.double_reduce_dynamic (13 ms)
5: [ RUN      ] cuda.int64_t_reduce_dynamic_view
5: [       OK ] cuda.int64_t_reduce_dynamic_view (3 ms)
5: [ RUN      ] cuda.int_combined_reduce
5: [       OK ] cuda.int_combined_reduce (0 ms)
5: [ RUN      ] cuda.mdrange_combined_reduce
5: [       OK ] cuda.mdrange_combined_reduce (0 ms)
5: [ RUN      ] cuda.int_combined_reduce_mixed
5: [       OK ] cuda.int_combined_reduce_mixed (0 ms)
5: [ RUN      ] cuda.reduction_identity_min_max_floating_point_types
5: [       OK ] cuda.reduction_identity_min_max_floating_point_types (0 ms)
5: [ RUN      ] cuda.reduction_deduction
5: [       OK ] cuda.reduction_deduction (0 ms)
5: [ RUN      ] cuda.reduce_device_view_range_policy
5: [       OK ] cuda.reduce_device_view_range_policy (5 ms)
5: [ RUN      ] cuda.reduce_device_view_mdrange_policy
5: [       OK ] cuda.reduce_device_view_mdrange_policy (119 ms)
5: [ RUN      ] cuda.reduce_device_view_team_policy
5: [       OK ] cuda.reduce_device_view_team_policy (4 ms)
5: [ RUN      ] cuda.impl_shared_alloc
5: [       OK ] cuda.impl_shared_alloc (94 ms)
5: [ RUN      ] cuda.mdspan_space_aware_accessor
5: [       OK ] cuda.mdspan_space_aware_accessor (1 ms)
5: [ RUN      ] cuda.kokkos_swap
5: [       OK ] cuda.kokkos_swap (0 ms)
5: [ RUN      ] cuda.reduceRangePolicyViewSizeLimit
5: [       OK ] cuda.reduceRangePolicyViewSizeLimit (20 ms)
5: [ RUN      ] cuda.reduceMDRangePolicyViewSizeLimit
5: [       OK ] cuda.reduceMDRangePolicyViewSizeLimit (104 ms)
5: [----------] 219 tests from cuda (19075 ms total)
5: 
5: [----------] 17 tests from cuda_graph
5: [ RUN      ] cuda_graph.submit_once
5: [       OK ] cuda_graph.submit_once (0 ms)
5: [ RUN      ] cuda_graph.submit_once_rvalue
5: [       OK ] cuda_graph.submit_once_rvalue (0 ms)
5: [ RUN      ] cuda_graph.instantiate_and_submit_once
5: [       OK ] cuda_graph.instantiate_and_submit_once (0 ms)
5: [ RUN      ] cuda_graph.submit_onto_another_execution_space_instance
5: [       OK ] cuda_graph.submit_onto_another_execution_space_instance (0 ms)
5: [ RUN      ] cuda_graph.create_graph_no_closure_with_exec
5: [       OK ] cuda_graph.create_graph_no_closure_with_exec (0 ms)
5: [ RUN      ] cuda_graph.create_graph_no_arg
5: [       OK ] cuda_graph.create_graph_no_arg (0 ms)
5: [ RUN      ] cuda_graph.submit_six
5: [       OK ] cuda_graph.submit_six (0 ms)
5: [ RUN      ] cuda_graph.when_all_cycle
5: [       OK ] cuda_graph.when_all_cycle (0 ms)
5: [ RUN      ] cuda_graph.repeat_chain
5: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestGraph.hpp:338: Skipped
5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space.
5: [  SKIPPED ] cuda_graph.repeat_chain (0 ms)
5: [ RUN      ] cuda_graph.zero_work_reduce
5: [       OK ] cuda_graph.zero_work_reduce (0 ms)
5: [ RUN      ] cuda_graph.empty_graph
5: [       OK ] cuda_graph.empty_graph (0 ms)
5: [ RUN      ] cuda_graph.force_global_launch
5: [       OK ] cuda_graph.force_global_launch (0 ms)
5: [ RUN      ] cuda_graph.sized_functor_launch
5: [       OK ] cuda_graph.sized_functor_launch (0 ms)
5: [ RUN      ] cuda_graph.empty_graph_default_host_exec
5: [       OK ] cuda_graph.empty_graph_default_host_exec (0 ms)
5: [ RUN      ] cuda_graph.node_lifetime
5: [       OK ] cuda_graph.node_lifetime (0 ms)
5: [ RUN      ] cuda_graph.diamond
5: [       OK ] cuda_graph.diamond (0 ms)
5: [ RUN      ] cuda_graph.end_of_submit_control_flow
5: [       OK ] cuda_graph.end_of_submit_control_flow (0 ms)
5: [----------] 17 tests from cuda_graph (5 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 248 tests from 4 test suites ran. (28103 ms total)
5: [  PASSED  ] 246 tests.
5: [  SKIPPED ] 2 tests, listed below:
5: [  SKIPPED ] cuda.numeric_traits_quiet_and_signaling_nan
5: [  SKIPPED ] cuda_graph.repeat_chain
 5/56 Test  #5: Kokkos_CoreUnitTest_Cuda1 ..................................   Passed   28.28 sec
test 6
      Start  6: Kokkos_CoreUnitTest_Cuda2

6: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Cuda2
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 147 tests from 4 test suites.
6: [----------] Global test environment set-up.
6: [----------] 8 tests from cuda_DeathTest
6: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_dyn
6: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:106: Skipped
6: only enforced when debug bound checks is enabled
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
6: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_stat
6: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:135: Skipped
6: only enforced when debug bound checks is enabled
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat (0 ms)
6: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_mix
6: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:164: Skipped
6: only enforced when debug bound checks is enabled
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix (0 ms)
6: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_static_extents
6: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped
6: only enforced when debug bound checks is enabled
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents (0 ms)
6: [ RUN      ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment
6: [       OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (3298 ms)
6: [ RUN      ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment
6: [       OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (3276 ms)
6: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_host
6: [       OK ] cuda_DeathTest.view_memory_access_violations_from_host (9673 ms)
6: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_device
6: [       OK ] cuda_DeathTest.view_memory_access_violations_from_device (10576 ms)
6: [----------] 8 tests from cuda_DeathTest (26825 ms total)
6: 
6: [----------] 2 tests from cuda_uvm_DeathTest
6: [ RUN      ] cuda_uvm_DeathTest.view_subview_wrong_extents
6: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSubView_a.hpp:81: Skipped
6: only enforced when debug bound checks is enabled
6: [  SKIPPED ] cuda_uvm_DeathTest.view_subview_wrong_extents (0 ms)
6: [ RUN      ] cuda_uvm_DeathTest.view_subview_constructor_layout_compatibility
6: [       OK ] cuda_uvm_DeathTest.view_subview_constructor_layout_compatibility (934 ms)
6: [----------] 2 tests from cuda_uvm_DeathTest (934 ms total)
6: 
6: [----------] 109 tests from cuda
6: [ RUN      ] cuda.team_for
6: [       OK ] cuda.team_for (14 ms)
6: [ RUN      ] cuda.team_reduce
6: [       OK ] cuda.team_reduce (1 ms)
6: [ RUN      ] cuda.team_reduce_large
6: [       OK ] cuda.team_reduce_large (55 ms)
6: [ RUN      ] cuda.team_parallel_single
6: [       OK ] cuda.team_parallel_single (7 ms)
6: [ RUN      ] cuda.large_team_scratch_size
6: [       OK ] cuda.large_team_scratch_size (0 ms)
6: [ RUN      ] cuda.team_broadcast_long
6: [       OK ] cuda.team_broadcast_long (0 ms)
6: [ RUN      ] cuda.team_broadcast_long_wrapper
6: [       OK ] cuda.team_broadcast_long_wrapper (0 ms)
6: [ RUN      ] cuda.team_broadcast_char
6: [       OK ] cuda.team_broadcast_char (0 ms)
6: [ RUN      ] cuda.team_broadcast_float
6: [       OK ] cuda.team_broadcast_float (0 ms)
6: [ RUN      ] cuda.team_broadcast_double
6: [       OK ] cuda.team_broadcast_double (0 ms)
6: [ RUN      ] cuda.team_broadcast_int_ptr
6: [       OK ] cuda.team_broadcast_int_ptr (0 ms)
6: [ RUN      ] cuda.team_single_thread_int_ptr
6: [       OK ] cuda.team_single_thread_int_ptr (0 ms)
6: [ RUN      ] cuda.team_single_team_int_ptr
6: [       OK ] cuda.team_single_team_int_ptr (0 ms)
6: [ RUN      ] cuda.team_handle_by_value
6: [       OK ] cuda.team_handle_by_value (0 ms)
6: [ RUN      ] cuda.team_vector
6: [       OK ] cuda.team_vector (12 ms)
6: [ RUN      ] cuda.triple_nested_parallelism
6: [       OK ] cuda.triple_nested_parallelism (6 ms)
6: [ RUN      ] cuda.parallel_scan_with_reducers
6: [       OK ] cuda.parallel_scan_with_reducers (91 ms)
6: [ RUN      ] cuda.team_thread_range_combined_reducers
6: [       OK ] cuda.team_thread_range_combined_reducers (1 ms)
6: [ RUN      ] cuda.thread_vector_range_combined_reducers
6: [       OK ] cuda.thread_vector_range_combined_reducers (0 ms)
6: [ RUN      ] cuda.team_vector_range_combined_reducers
6: [       OK ] cuda.team_vector_range_combined_reducers (0 ms)
6: [ RUN      ] cuda.TeamThreadMDRangeParallelFor
6: [       OK ] cuda.TeamThreadMDRangeParallelFor (28 ms)
6: [ RUN      ] cuda.ThreadVectorMDRangeParallelFor
6: [       OK ] cuda.ThreadVectorMDRangeParallelFor (11 ms)
6: [ RUN      ] cuda.TeamVectorMDRangeParallelFor
6: [       OK ] cuda.TeamVectorMDRangeParallelFor (11 ms)
6: [ RUN      ] cuda.TeamThreadMDRangeParallelReduce
6: [       OK ] cuda.TeamThreadMDRangeParallelReduce (18 ms)
6: [ RUN      ] cuda.ThreadVectorMDRangeParallelReduce
6: [       OK ] cuda.ThreadVectorMDRangeParallelReduce (7 ms)
6: [ RUN      ] cuda.TeamVectorMDRangeParallelReduce
6: [       OK ] cuda.TeamVectorMDRangeParallelReduce (7 ms)
6: [ RUN      ] cuda.team_policy_runtime_parameters
6: [       OK ] cuda.team_policy_runtime_parameters (0 ms)
6: [ RUN      ] cuda.team_reduction_scan
6: [       OK ] cuda.team_reduction_scan (1092 ms)
6: [ RUN      ] cuda.team_long_reduce
6: [       OK ] cuda.team_long_reduce (8 ms)
6: [ RUN      ] cuda.team_double_reduce
6: [       OK ] cuda.team_double_reduce (8 ms)
6: [ RUN      ] cuda.team_long_array_reduce
6: [       OK ] cuda.team_long_array_reduce (9 ms)
6: [ RUN      ] cuda.team_double_array_reduce
6: [       OK ] cuda.team_double_array_reduce (9 ms)
6: [ RUN      ] cuda.team_parallel_dummy_with_reducer_and_scratch_space
6: [       OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
6: [ RUN      ] cuda.repeated_team_reduce
6: [       OK ] cuda.repeated_team_reduce (12 ms)
6: [ RUN      ] cuda.nested_team_reduce_functor_as_reducer
6: [       OK ] cuda.nested_team_reduce_functor_as_reducer (0 ms)
6: [ RUN      ] cuda.team_scan
6: [       OK ] cuda.team_scan (155 ms)
6: [ RUN      ] cuda.team_scan_ret_val
6: [       OK ] cuda.team_scan_ret_val (150 ms)
6: [ RUN      ] cuda.team_shared_request
6: [       OK ] cuda.team_shared_request (1 ms)
6: [ RUN      ] cuda.team_scratch_request
6: [       OK ] cuda.team_scratch_request (0 ms)
6: [ RUN      ] cuda.team_lambda_shared_request
6: [       OK ] cuda.team_lambda_shared_request (0 ms)
6: [ RUN      ] cuda.scratch_align
6: [       OK ] cuda.scratch_align (0 ms)
6: [ RUN      ] cuda.shmem_size
6: [       OK ] cuda.shmem_size (0 ms)
6: [ RUN      ] cuda.multi_level_scratch
6: [       OK ] cuda.multi_level_scratch (6 ms)
6: [ RUN      ] cuda.team_scratch_memory_index_parallel_for
6: [       OK ] cuda.team_scratch_memory_index_parallel_for (0 ms)
6: [ RUN      ] cuda.team_policy_max_recommended
6: [       OK ] cuda.team_policy_max_recommended (320 ms)
6: [ RUN      ] cuda.team_policy_minmax_scalar_without_plus_equal_k
6: [       OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
6: [ RUN      ] cuda.team_teamvector_range
6: [       OK ] cuda.team_teamvector_range (2 ms)
6: [ RUN      ] cuda.timer
6: [       OK ] cuda.timer (20 ms)
6: [ RUN      ] cuda.unique_token_global
6: [       OK ] cuda.unique_token_global (2 ms)
6: [ RUN      ] cuda.unique_token_instance
6: [       OK ] cuda.unique_token_instance (1 ms)
6: [ RUN      ] cuda.unique_token_team_acquire
6: [       OK ] cuda.unique_token_team_acquire (11 ms)
6: [ RUN      ] cuda.view_api_a
6: [       OK ] cuda.view_api_a (9 ms)
6: [ RUN      ] cuda.view_layout_left_with_stride
6: [       OK ] cuda.view_layout_left_with_stride (0 ms)
6: [ RUN      ] cuda.view_layout_right_with_stride
6: [       OK ] cuda.view_layout_right_with_stride (0 ms)
6: [ RUN      ] cuda.view_api_b
6: [       OK ] cuda.view_api_b (5 ms)
6: [ RUN      ] cuda.view_api_c
6: [       OK ] cuda.view_api_c (0 ms)
6: [ RUN      ] cuda.view_api_d
6: [       OK ] cuda.view_api_d (1 ms)
6: [ RUN      ] cuda.view_remap
6: [       OK ] cuda.view_remap (0 ms)
6: [ RUN      ] cuda.view_mirror_nonconst
6: [       OK ] cuda.view_mirror_nonconst (0 ms)
6: [ RUN      ] cuda.view_stride_method
6: [       OK ] cuda.view_stride_method (0 ms)
6: [ RUN      ] cuda.anonymous_space
6: [       OK ] cuda.anonymous_space (0 ms)
6: [ RUN      ] cuda.view_overload_resolution
6: [       OK ] cuda.view_overload_resolution (0 ms)
6: [ RUN      ] cuda.view_allocation_large_rank
6: [       OK ] cuda.view_allocation_large_rank (6 ms)
6: [ RUN      ] cuda.view_shmem_size_on_device
6: [       OK ] cuda.view_shmem_size_on_device (0 ms)
6: [ RUN      ] cuda.view_is_assignable
6: [       OK ] cuda.view_is_assignable (0 ms)
6: [ RUN      ] cuda.view_bad_alloc
6: [       OK ] cuda.view_bad_alloc (0 ms)
6: [ RUN      ] cuda.view_copy_tests
6: [       OK ] cuda.view_copy_tests (8 ms)
6: [ RUN      ] cuda.view_copy_tests_rank_0
6: [       OK ] cuda.view_copy_tests_rank_0 (2 ms)
6: [ RUN      ] cuda.view_copy_degenerated
6: [       OK ] cuda.view_copy_degenerated (0 ms)
6: [ RUN      ] cuda.view_fill_tests_layout_right
6: [       OK ] cuda.view_fill_tests_layout_right (93 ms)
6: [ RUN      ] cuda.view_fill_tests_layout_left
6: [       OK ] cuda.view_fill_tests_layout_left (44 ms)
6: [ RUN      ] cuda.vcp_empty_traits
6: [       OK ] cuda.vcp_empty_traits (0 ms)
6: [ RUN      ] cuda.is_view_label
6: [       OK ] cuda.is_view_label (0 ms)
6: [ RUN      ] cuda.vcp_label_base_traits
6: [       OK ] cuda.vcp_label_base_traits (0 ms)
6: [ RUN      ] cuda.vcp_label_traits
6: [       OK ] cuda.vcp_label_traits (0 ms)
6: [ RUN      ] cuda.view_alloc_can_perfect_forward_label
6: [       OK ] cuda.view_alloc_can_perfect_forward_label (0 ms)
6: [ RUN      ] cuda.vcp_label_copy_constructor
6: [       OK ] cuda.vcp_label_copy_constructor (0 ms)
6: [ RUN      ] cuda.vcp_pointer_add_property
6: [       OK ] cuda.vcp_pointer_add_property (0 ms)
6: [ RUN      ] cuda.view_empty_runtime_unmanaged
6: [       OK ] cuda.view_empty_runtime_unmanaged (0 ms)
6: [ RUN      ] cuda.view_layoutstride_left_to_layoutleft_assignment
6: [       OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (71 ms)
6: [ RUN      ] cuda.view_layoutstride_right_to_layoutright_assignment
6: [       OK ] cuda.view_layoutstride_right_to_layoutright_assignment (72 ms)
6: [ RUN      ] cuda.view_mapping
6: [       OK ] cuda.view_mapping (58 ms)
6: [ RUN      ] cuda.view_mapping_operator
6: [       OK ] cuda.view_mapping_operator (8 ms)
6: [ RUN      ] cuda.static_extent
6: [       OK ] cuda.static_extent (0 ms)
6: [ RUN      ] cuda.view_mapping_atomic
6: [       OK ] cuda.view_mapping_atomic (4 ms)
6: [ RUN      ] cuda.view_mapping_class_value
6: [       OK ] cuda.view_mapping_class_value (0 ms)
6: [ RUN      ] cuda.view_mapping_assignable
6: [       OK ] cuda.view_mapping_assignable (0 ms)
6: [ RUN      ] cuda.view_mapping_trivially_copyable
6: [       OK ] cuda.view_mapping_trivially_copyable (0 ms)
6: [ RUN      ] cuda.view_mapping_subview
6: [       OK ] cuda.view_mapping_subview (0 ms)
6: [ RUN      ] cuda.view_nested_view
6: [       OK ] cuda.view_nested_view (0 ms)
6: [ RUN      ] cuda.view_of_views_default
6: [       OK ] cuda.view_of_views_default (2 ms)
6: [ RUN      ] cuda.view_of_views_without_initializing
6: [       OK ] cuda.view_of_views_without_initializing (0 ms)
6: [ RUN      ] cuda.test_view_of_views_sequential_host_init
6: [       OK ] cuda.test_view_of_views_sequential_host_init (0 ms)
6: [ RUN      ] cuda.append_formatted_multidimensional_index
6: [       OK ] cuda.append_formatted_multidimensional_index (0 ms)
6: [ RUN      ] cuda.view_resize
6: [       OK ] cuda.view_resize (26 ms)
6: [ RUN      ] cuda.view_realloc
6: [       OK ] cuda.view_realloc (0 ms)
6: [ RUN      ] cuda.workgraph_fib
6: [       OK ] cuda.workgraph_fib (848 ms)
6: [ RUN      ] cuda.resize_realloc_no_init
6: [       OK ] cuda.resize_realloc_no_init (0 ms)
6: [ RUN      ] cuda.resize_realloc_no_alloc
6: [       OK ] cuda.resize_realloc_no_alloc (0 ms)
6: [ RUN      ] cuda.realloc_exec_space
6: [       OK ] cuda.realloc_exec_space (0 ms)
6: [ RUN      ] cuda.view_alloc
6: [       OK ] cuda.view_alloc (0 ms)
6: [ RUN      ] cuda.view_alloc_exec_space
6: [       OK ] cuda.view_alloc_exec_space (0 ms)
6: [ RUN      ] cuda.view_alloc_int
6: [       OK ] cuda.view_alloc_int (0 ms)
6: [ RUN      ] cuda.view_alloc_exec_space_int
6: [       OK ] cuda.view_alloc_exec_space_int (0 ms)
6: [ RUN      ] cuda.deep_copy_zero_memset
6: [       OK ] cuda.deep_copy_zero_memset (0 ms)
6: [ RUN      ] cuda.resize_exec_space
6: [       OK ] cuda.resize_exec_space (0 ms)
6: [ RUN      ] cuda.view_allocation_int
6: [       OK ] cuda.view_allocation_int (0 ms)
6: [ RUN      ] cuda.view_allocation_exec_space_int
6: [       OK ] cuda.view_allocation_exec_space_int (0 ms)
6: [ RUN      ] cuda.view_not_default_constructible
6: [       OK ] cuda.view_not_default_constructible (0 ms)
6: [----------] 109 tests from cuda (3369 ms total)
6: 
6: [----------] 28 tests from cuda_uvm
6: [ RUN      ] cuda_uvm.view_subview_auto_1d_left
6: [       OK ] cuda_uvm.view_subview_auto_1d_left (32 ms)
6: [ RUN      ] cuda_uvm.view_subview_auto_1d_right
6: [       OK ] cuda_uvm.view_subview_auto_1d_right (5 ms)
6: [ RUN      ] cuda_uvm.view_subview_auto_1d_stride
6: [       OK ] cuda_uvm.view_subview_auto_1d_stride (4 ms)
6: [ RUN      ] cuda_uvm.view_subview_assign_strided
6: [       OK ] cuda_uvm.view_subview_assign_strided (3 ms)
6: [ RUN      ] cuda_uvm.view_subview_left_0
6: [       OK ] cuda_uvm.view_subview_left_0 (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_left_1
6: [       OK ] cuda_uvm.view_subview_left_1 (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_left_2
6: [       OK ] cuda_uvm.view_subview_left_2 (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_left_3
6: [       OK ] cuda_uvm.view_subview_left_3 (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_right_0
6: [       OK ] cuda_uvm.view_subview_right_0 (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_right_1
6: [       OK ] cuda_uvm.view_subview_right_1 (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_right_3
6: [       OK ] cuda_uvm.view_subview_right_3 (0 ms)
6: [ RUN      ] cuda_uvm.view_static_tests
6: [       OK ] cuda_uvm.view_static_tests (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_layoutleft_to_layoutleft
6: [       OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (3 ms)
6: [ RUN      ] cuda_uvm.view_subview_layoutright_to_layoutright
6: [       OK ] cuda_uvm.view_subview_layoutright_to_layoutright (1 ms)
6: [ RUN      ] cuda_uvm.view_subview_1d_assign
6: [       OK ] cuda_uvm.view_subview_1d_assign (4 ms)
6: [ RUN      ] cuda_uvm.view_subview_1d_assign_atomic
6: [       OK ] cuda_uvm.view_subview_1d_assign_atomic (4 ms)
6: [ RUN      ] cuda_uvm.view_subview_1d_assign_randomaccess
6: [       OK ] cuda_uvm.view_subview_1d_assign_randomaccess (4 ms)
6: [ RUN      ] cuda_uvm.view_subview_2d_from_3d
6: [       OK ] cuda_uvm.view_subview_2d_from_3d (50 ms)
6: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_atomic
6: [       OK ] cuda_uvm.view_subview_2d_from_3d_atomic (51 ms)
6: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_randomaccess
6: [       OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (50 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_left (73 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_atomic
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (72 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (79 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_right (71 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_atomic
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (72 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (72 ms)
6: [ RUN      ] cuda_uvm.view_test_unmanaged_subview_reset
6: [       OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms)
6: [ RUN      ] cuda_uvm.view_subview_memory_traits_construction
6: [       OK ] cuda_uvm.view_subview_memory_traits_construction (0 ms)
6: [----------] 28 tests from cuda_uvm (663 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 147 tests from 4 test suites ran. (31794 ms total)
6: [  PASSED  ] 142 tests.
6: [  SKIPPED ] 5 tests, listed below:
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix
6: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents
6: [  SKIPPED ] cuda_uvm_DeathTest.view_subview_wrong_extents
 6/56 Test  #6: Kokkos_CoreUnitTest_Cuda2 ..................................   Passed   31.97 sec
test 7
      Start  7: Kokkos_CoreUnitTest_Cuda3

7: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3
7: Test timeout computed to be: 1500
7: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
7:                                     Detected: 6 cores per node.
7:                                     Detected: 1 MPI_ranks per node.
7:                                     Requested: 8 threads per process.
7: [==========] Running 62 tests from 3 test suites.
7: [----------] Global test environment set-up.
7: [----------] 6 tests from cuda
7: [ RUN      ] cuda.team_scratch_1_streams
7: [       OK ] cuda.team_scratch_1_streams (12851 ms)
7: [ RUN      ] cuda.space_access
7: [       OK ] cuda.space_access (0 ms)
7: [ RUN      ] cuda.uvm
7: [       OK ] cuda.uvm (3 ms)
7: [ RUN      ] cuda.impl_view_accessible
7: [       OK ] cuda.impl_view_accessible (2 ms)
7: [ RUN      ] cuda.impl_view_texture
7: [       OK ] cuda.impl_view_texture (0 ms)
7: [ RUN      ] cuda.view_subview_const_randomaccess
7: [       OK ] cuda.view_subview_const_randomaccess (1 ms)
7: [----------] 6 tests from cuda (12859 ms total)
7: 
7: [----------] 28 tests from cuda_hostpinned
7: [ RUN      ] cuda_hostpinned.impl_shared_alloc
7: [       OK ] cuda_hostpinned.impl_shared_alloc (39 ms)
7: [ RUN      ] cuda_hostpinned.view_api_a
7: [       OK ] cuda_hostpinned.view_api_a (11 ms)
7: [ RUN      ] cuda_hostpinned.view_layout_left_with_stride
7: [       OK ] cuda_hostpinned.view_layout_left_with_stride (0 ms)
7: [ RUN      ] cuda_hostpinned.view_layout_right_with_stride
7: [       OK ] cuda_hostpinned.view_layout_right_with_stride (0 ms)
7: [ RUN      ] cuda_hostpinned.view_api_b
7: [       OK ] cuda_hostpinned.view_api_b (8 ms)
7: [ RUN      ] cuda_hostpinned.view_api_c
7: [       OK ] cuda_hostpinned.view_api_c (5 ms)
7: [ RUN      ] cuda_hostpinned.view_api_d
7: [       OK ] cuda_hostpinned.view_api_d (2 ms)
7: [ RUN      ] cuda_hostpinned.view_remap
7: [       OK ] cuda_hostpinned.view_remap (0 ms)
7: [ RUN      ] cuda_hostpinned.view_mirror_nonconst
7: [       OK ] cuda_hostpinned.view_mirror_nonconst (0 ms)
7: [ RUN      ] cuda_hostpinned.view_stride_method
7: [       OK ] cuda_hostpinned.view_stride_method (0 ms)
7: [ RUN      ] cuda_hostpinned.anonymous_space
7: [       OK ] cuda_hostpinned.anonymous_space (0 ms)
7: [ RUN      ] cuda_hostpinned.view_overload_resolution
7: [       OK ] cuda_hostpinned.view_overload_resolution (0 ms)
7: [ RUN      ] cuda_hostpinned.view_allocation_large_rank
7: [       OK ] cuda_hostpinned.view_allocation_large_rank (2973 ms)
7: [ RUN      ] cuda_hostpinned.view_shmem_size_on_device
7: [       OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms)
7: [ RUN      ] cuda_hostpinned.view_is_assignable
7: [       OK ] cuda_hostpinned.view_is_assignable (0 ms)
7: [ RUN      ] cuda_hostpinned.view_copy_tests
7: [       OK ] cuda_hostpinned.view_copy_tests (5 ms)
7: [ RUN      ] cuda_hostpinned.view_copy_tests_rank_0
7: [       OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms)
7: [ RUN      ] cuda_hostpinned.view_copy_degenerated
7: [       OK ] cuda_hostpinned.view_copy_degenerated (0 ms)
7: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_right
7: [       OK ] cuda_hostpinned.view_fill_tests_layout_right (3291 ms)
7: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_left
7: [       OK ] cuda_hostpinned.view_fill_tests_layout_left (3045 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping
7: [       OK ] cuda_hostpinned.view_mapping (58 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping_operator
7: [       OK ] cuda_hostpinned.view_mapping_operator (1 ms)
7: [ RUN      ] cuda_hostpinned.static_extent
7: [       OK ] cuda_hostpinned.static_extent (0 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping_atomic
7: [       OK ] cuda_hostpinned.view_mapping_atomic (1 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping_class_value
7: [       OK ] cuda_hostpinned.view_mapping_class_value (0 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping_assignable
7: [       OK ] cuda_hostpinned.view_mapping_assignable (0 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping_trivially_copyable
7: [       OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping_subview
7: [       OK ] cuda_hostpinned.view_mapping_subview (0 ms)
7: [----------] 28 tests from cuda_hostpinned (9449 ms total)
7: 
7: [----------] 28 tests from cuda_uvm
7: [ RUN      ] cuda_uvm.impl_shared_alloc
7: [       OK ] cuda_uvm.impl_shared_alloc (61 ms)
7: [ RUN      ] cuda_uvm.view_api_a
7: [       OK ] cuda_uvm.view_api_a (13 ms)
7: [ RUN      ] cuda_uvm.view_layout_left_with_stride
7: [       OK ] cuda_uvm.view_layout_left_with_stride (0 ms)
7: [ RUN      ] cuda_uvm.view_layout_right_with_stride
7: [       OK ] cuda_uvm.view_layout_right_with_stride (0 ms)
7: [ RUN      ] cuda_uvm.view_api_b
7: [       OK ] cuda_uvm.view_api_b (17 ms)
7: [ RUN      ] cuda_uvm.view_api_c
7: [       OK ] cuda_uvm.view_api_c (0 ms)
7: [ RUN      ] cuda_uvm.view_api_d
7: [       OK ] cuda_uvm.view_api_d (3 ms)
7: [ RUN      ] cuda_uvm.view_remap
7: [       OK ] cuda_uvm.view_remap (1 ms)
7: [ RUN      ] cuda_uvm.view_mirror_nonconst
7: [       OK ] cuda_uvm.view_mirror_nonconst (0 ms)
7: [ RUN      ] cuda_uvm.view_stride_method
7: [       OK ] cuda_uvm.view_stride_method (0 ms)
7: [ RUN      ] cuda_uvm.anonymous_space
7: [       OK ] cuda_uvm.anonymous_space (0 ms)
7: [ RUN      ] cuda_uvm.view_overload_resolution
7: [       OK ] cuda_uvm.view_overload_resolution (0 ms)
7: [ RUN      ] cuda_uvm.view_allocation_large_rank
7: [       OK ] cuda_uvm.view_allocation_large_rank (293 ms)
7: [ RUN      ] cuda_uvm.view_shmem_size_on_device
7: [       OK ] cuda_uvm.view_shmem_size_on_device (2 ms)
7: [ RUN      ] cuda_uvm.view_is_assignable
7: [       OK ] cuda_uvm.view_is_assignable (24 ms)
7: [ RUN      ] cuda_uvm.view_copy_tests
7: [       OK ] cuda_uvm.view_copy_tests (33 ms)
7: [ RUN      ] cuda_uvm.view_copy_tests_rank_0
7: [       OK ] cuda_uvm.view_copy_tests_rank_0 (11 ms)
7: [ RUN      ] cuda_uvm.view_copy_degenerated
7: [       OK ] cuda_uvm.view_copy_degenerated (0 ms)
7: [ RUN      ] cuda_uvm.view_fill_tests_layout_right
7: [       OK ] cuda_uvm.view_fill_tests_layout_right (137 ms)
7: [ RUN      ] cuda_uvm.view_fill_tests_layout_left
7: [       OK ] cuda_uvm.view_fill_tests_layout_left (100 ms)
7: [ RUN      ] cuda_uvm.view_mapping
7: [       OK ] cuda_uvm.view_mapping (62 ms)
7: [ RUN      ] cuda_uvm.view_mapping_operator
7: [       OK ] cuda_uvm.view_mapping_operator (8 ms)
7: [ RUN      ] cuda_uvm.static_extent
7: [       OK ] cuda_uvm.static_extent (0 ms)
7: [ RUN      ] cuda_uvm.view_mapping_atomic
7: [       OK ] cuda_uvm.view_mapping_atomic (7 ms)
7: [ RUN      ] cuda_uvm.view_mapping_class_value
7: [       OK ] cuda_uvm.view_mapping_class_value (0 ms)
7: [ RUN      ] cuda_uvm.view_mapping_assignable
7: [       OK ] cuda_uvm.view_mapping_assignable (0 ms)
7: [ RUN      ] cuda_uvm.view_mapping_trivially_copyable
7: [       OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms)
7: [ RUN      ] cuda_uvm.view_mapping_subview
7: [       OK ] cuda_uvm.view_mapping_subview (0 ms)
7: [----------] 28 tests from cuda_uvm (783 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 62 tests from 3 test suites ran. (23092 ms total)
7: [  PASSED  ] 62 tests.
 7/56 Test  #7: Kokkos_CoreUnitTest_Cuda3 ..................................   Passed   23.26 sec
test 8
      Start  8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks

8: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CudaGraphAtomicLocks
8: Test timeout computed to be: 1500
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: [==========] Running 1 test from 1 test suite.
8: [----------] Global test environment set-up.
8: [----------] 1 test from cuda
8: [ RUN      ] cuda.graph_lock_based_atomic_op
8: [       OK ] cuda.graph_lock_based_atomic_op (0 ms)
8: [----------] 1 test from cuda (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/56 Test  #8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks ...................   Passed    0.16 sec
test 9
      Start  9: Kokkos_CoreUnitTest_CudaTimingBased

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

10: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpInit
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 cuda
10: [ RUN      ] cuda.raw_cuda_interop
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: [       OK ] cuda.raw_cuda_interop (105 ms)
10: [----------] 1 test from cuda (105 ms total)
10: 
10: [----------] Global test environment tear-down
10: [==========] 1 test from 1 test suite ran. (105 ms total)
10: [  PASSED  ] 1 test.
10/56 Test #10: Kokkos_CoreUnitTest_CudaInterOpInit ........................   Passed    0.15 sec
test 11
      Start 11: Kokkos_CoreUnitTest_CudaInterOpStreams

11: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreams
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 cuda
11: [ RUN      ] cuda.raw_cuda_streams
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 ] cuda.raw_cuda_streams (105 ms)
11: [----------] 1 test from cuda (105 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/56 Test #11: Kokkos_CoreUnitTest_CudaInterOpStreams .....................   Passed    0.15 sec
test 12
      Start 12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU

12: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
12: Test timeout computed to be: 1500
12: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
12:                                     Detected: 6 cores per node.
12:                                     Detected: 1 MPI_ranks per node.
12:                                     Requested: 8 threads per process.
12: [==========] Running 4 tests from 1 test suite.
12: [----------] Global test environment set-up.
12: [----------] 4 tests from cuda_multi_gpu
12: [ RUN      ] cuda_multi_gpu.managed_views
12: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped
12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU.
12: 
12: [  SKIPPED ] cuda_multi_gpu.managed_views (0 ms)
12: [ RUN      ] cuda_multi_gpu.unmanaged_views
12: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped
12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU.
12: 
12: [  SKIPPED ] cuda_multi_gpu.unmanaged_views (0 ms)
12: [ RUN      ] cuda_multi_gpu.scratch_space
12: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped
12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU.
12: 
12: [  SKIPPED ] cuda_multi_gpu.scratch_space (0 ms)
12: [ RUN      ] cuda_multi_gpu.stream_sync_semantics_raw_cuda
12: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped
12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU.
12: 
12: [  SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda (0 ms)
12: [----------] 4 tests from cuda_multi_gpu (0 ms total)
12: 
12: [----------] Global test environment tear-down
12: [==========] 4 tests from 1 test suite ran. (0 ms total)
12: [  PASSED  ] 0 tests.
12: [  SKIPPED ] 4 tests, listed below:
12: [  SKIPPED ] cuda_multi_gpu.managed_views
12: [  SKIPPED ] cuda_multi_gpu.unmanaged_views
12: [  SKIPPED ] cuda_multi_gpu.scratch_space
12: [  SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda
12/56 Test #12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU .............   Passed    0.16 sec
test 13
      Start 13: Kokkos_CoreUnitTest_CudaInterOpGraph

13: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpGraph
13: Test timeout computed to be: 1500
13: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
13:                                     Detected: 6 cores per node.
13:                                     Detected: 1 MPI_ranks per node.
13:                                     Requested: 8 threads per process.
13: [==========] Running 5 tests from 1 test suite.
13: [----------] Global test environment set-up.
13: [----------] 5 tests from cuda_GraphInterOp
13: [ RUN      ] cuda_GraphInterOp.promises_on_native_objects
13: [       OK ] cuda_GraphInterOp.promises_on_native_objects (1 ms)
13: [ RUN      ] cuda_GraphInterOp.count_nodes
13: [       OK ] cuda_GraphInterOp.count_nodes (0 ms)
13: [ RUN      ] cuda_GraphInterOp.debug_dot_print
13: [       OK ] cuda_GraphInterOp.debug_dot_print (1 ms)
13: [ RUN      ] cuda_GraphInterOp.instantiation_flags
13: [       OK ] cuda_GraphInterOp.instantiation_flags (0 ms)
13: [ RUN      ] cuda_GraphInterOp.construct_from_native
13: [       OK ] cuda_GraphInterOp.construct_from_native (0 ms)
13: [----------] 5 tests from cuda_GraphInterOp (4 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 5 tests from 1 test suite ran. (4 ms total)
13: [  PASSED  ] 5 tests.
13/56 Test #13: Kokkos_CoreUnitTest_CudaInterOpGraph .......................   Passed    0.16 sec
test 14
      Start 14: Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU

14: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU
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 cuda_multi_gpu
14: [ RUN      ] cuda_multi_gpu.then
14: /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/cuda/TestCuda_InterOp_GraphMultiGPU.cpp:33: Skipped
14: Skipping multi-gpu testing since current machine only has 1 GPU.
14: [  SKIPPED ] cuda_multi_gpu.then (0 ms)
14: [----------] 1 test from cuda_multi_gpu (0 ms total)
14: 
14: [----------] Global test environment tear-down
14: [==========] 1 test from 1 test suite ran. (0 ms total)
14: [  PASSED  ] 0 tests.
14: [  SKIPPED ] 1 test, listed below:
14: [  SKIPPED ] cuda_multi_gpu.then
14/56 Test #14: Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU ...............   Passed    0.15 sec
test 15
      Start 15: Kokkos_CoreUnitTest_Default

15: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Default
15: Test timeout computed to be: 1500
15: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
15:                                     Detected: 6 cores per node.
15:                                     Detected: 1 MPI_ranks per node.
15:                                     Requested: 8 threads per process.
15: [==========] Running 59 tests from 41 test suites.
15: [----------] Global test environment set-up.
15: [----------] 19 tests from defaultdevicetype
15: [ RUN      ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free
15: [       OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms)
15: [ RUN      ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free
15: [       OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms)
15: [ RUN      ] defaultdevicetype.shared_space
15: [       OK ] defaultdevicetype.shared_space (18 ms)
15: [ RUN      ] defaultdevicetype.shared_host_pinned_space
15: [       OK ] defaultdevicetype.shared_host_pinned_space (0 ms)
15: [ RUN      ] defaultdevicetype.compiler_macros
15: [       OK ] defaultdevicetype.compiler_macros (0 ms)
15: [ RUN      ] defaultdevicetype.half_conversion
15: [       OK ] defaultdevicetype.half_conversion (3 ms)
15: [ RUN      ] defaultdevicetype.bhalf_conversion
15: [       OK ] defaultdevicetype.bhalf_conversion (0 ms)
15: [ RUN      ] defaultdevicetype.half_operators
15: [       OK ] defaultdevicetype.half_operators (0 ms)
15: [ RUN      ] defaultdevicetype.bhalf_operators
15: [       OK ] defaultdevicetype.bhalf_operators (1 ms)
15: [ RUN      ] defaultdevicetype.host_space_access
15: [       OK ] defaultdevicetype.host_space_access (0 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_a1
15: [       OK ] defaultdevicetype.reduce_instantiation_a1 (4 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
15: [       OK ] defaultdevicetype.reduce_instantiation_b1 (9 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
15: [       OK ] defaultdevicetype.reduce_instantiation_c1 (3 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
15: [       OK ] defaultdevicetype.reduce_instantiation_a2 (6 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
15: [       OK ] defaultdevicetype.reduce_instantiation_b2 (12 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
15: [       OK ] defaultdevicetype.reduce_instantiation_c2 (5 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
15: [       OK ] defaultdevicetype.reduce_instantiation_a3 (9 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
15: [       OK ] defaultdevicetype.reduce_instantiation_b3 (16 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
15: [       OK ] defaultdevicetype.reduce_instantiation_c3 (8 ms)
15: [----------] 19 tests from defaultdevicetype (103 ms total)
15: 
15: [----------] 1 test from kokkosresize
15: [ RUN      ] kokkosresize.host_space_access
15: [       OK ] kokkosresize.host_space_access (18 ms)
15: [----------] 1 test from kokkosresize (18 ms total)
15: 
15: [----------] 1 test from TestViewAPI/0, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/0.sizes
15: [       OK ] TestViewAPI/0.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/0 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/1, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/1.sizes
15: [       OK ] TestViewAPI/1.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/1 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/2, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/2.sizes
15: [       OK ] TestViewAPI/2.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/2 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/3, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/3.sizes
15: [       OK ] TestViewAPI/3.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/3 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/4, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/4.sizes
15: [       OK ] TestViewAPI/4.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/4 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/5, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/5.sizes
15: [       OK ] TestViewAPI/5.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/5 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/6, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/6.sizes
15: [       OK ] TestViewAPI/6.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/6 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/7, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/7.sizes
15: [       OK ] TestViewAPI/7.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/7 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/8, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/8.sizes
15: [       OK ] TestViewAPI/8.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/8 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/9, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/9.sizes
15: [       OK ] TestViewAPI/9.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/9 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/10, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/10.sizes
15: [       OK ] TestViewAPI/10.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/10 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/11, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/11.sizes
15: [       OK ] TestViewAPI/11.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/11 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/12, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/12.sizes
15: [       OK ] TestViewAPI/12.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/12 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/13, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/13.sizes
15: [       OK ] TestViewAPI/13.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/13 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/14, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/14.sizes
15: [       OK ] TestViewAPI/14.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/14 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/15, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/15.sizes
15: [       OK ] TestViewAPI/15.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/15 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/16, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/16.sizes
15: [       OK ] TestViewAPI/16.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/16 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/17, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/17.sizes
15: [       OK ] TestViewAPI/17.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/17 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/18, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/18.sizes
15: [       OK ] TestViewAPI/18.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/18 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/19, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/19.sizes
15: [       OK ] TestViewAPI/19.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/19 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/20, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/20.sizes
15: [       OK ] TestViewAPI/20.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/20 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/21, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/21.sizes
15: [       OK ] TestViewAPI/21.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/21 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/22, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/22.sizes
15: [       OK ] TestViewAPI/22.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/22 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/23, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/23.sizes
15: [       OK ] TestViewAPI/23.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/23 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/24, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/24.sizes
15: [       OK ] TestViewAPI/24.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/24 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/25, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/25.sizes
15: [       OK ] TestViewAPI/25.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/25 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/26, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/26.sizes
15: [       OK ] TestViewAPI/26.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/26 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/27, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/27.sizes
15: [       OK ] TestViewAPI/27.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/27 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/28, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/28.sizes
15: [       OK ] TestViewAPI/28.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/28 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/29, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/29.sizes
15: [       OK ] TestViewAPI/29.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/29 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/30, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/30.sizes
15: [       OK ] TestViewAPI/30.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/30 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/31, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/31.sizes
15: [       OK ] TestViewAPI/31.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/31 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/32, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/32.sizes
15: [       OK ] TestViewAPI/32.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/32 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/33, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/33.sizes
15: [       OK ] TestViewAPI/33.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/33 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/34, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/34.sizes
15: [       OK ] TestViewAPI/34.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/34 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/35, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/35.sizes
15: [       OK ] TestViewAPI/35.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/35 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/36, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/36.sizes
15: [       OK ] TestViewAPI/36.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/36 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/37, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/37.sizes
15: [       OK ] TestViewAPI/37.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/37 (0 ms total)
15: 
15: [----------] 1 test from TestViewAPI/38, where TypeParam = <type>
15: [ RUN      ] TestViewAPI/38.sizes
15: [       OK ] TestViewAPI/38.sizes (0 ms)
15: [----------] 1 test from TestViewAPI/38 (0 ms total)
15: 
15: [----------] Global test environment tear-down
15: [==========] 59 tests from 41 test suites ran. (123 ms total)
15: [  PASSED  ] 59 tests.
15/56 Test #15: Kokkos_CoreUnitTest_Default ................................   Passed    0.28 sec
test 16
      Start 16: Kokkos_CoreUnitTest_InitializeFinalize

16: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize
16: Test timeout computed to be: 1500
16: [==========] Running 30 tests from 7 test suites.
16: [----------] Global test environment set-up.
16: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest
16: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views
16: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (498 ms)
16: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views
16: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1473 ms)
16: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management
16: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (2345 ms)
16: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (4317 ms total)
16: 
16: [----------] 4 tests from InitializeFinalize_DeathTest
16: [ RUN      ] InitializeFinalize_DeathTest.initialize
16: [       OK ] InitializeFinalize_DeathTest.initialize (1155 ms)
16: [ RUN      ] InitializeFinalize_DeathTest.finalize
16: [       OK ] InitializeFinalize_DeathTest.finalize (734 ms)
16: [ RUN      ] InitializeFinalize_DeathTest.is_initialized
16: [       OK ] InitializeFinalize_DeathTest.is_initialized (153 ms)
16: [ RUN      ] InitializeFinalize_DeathTest.is_finalized
16: [       OK ] InitializeFinalize_DeathTest.is_finalized (152 ms)
16: [----------] 4 tests from InitializeFinalize_DeathTest (2195 ms total)
16: 
16: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest
16: [ RUN      ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early
16: [       OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (16 ms)
16: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (16 ms total)
16: 
16: [----------] 1 test from Legion_DeathTest
16: [ RUN      ] Legion_DeathTest.individual_backend_initialization
16: [       OK ] Legion_DeathTest.individual_backend_initialization (155 ms)
16: [----------] 1 test from Legion_DeathTest (155 ms total)
16: 
16: [----------] 2 tests from PushFinalizeHook_DeathTest
16: [ RUN      ] PushFinalizeHook_DeathTest.called_in_reverse_order
16: [       OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (153 ms)
16: [ RUN      ] PushFinalizeHook_DeathTest.terminate_on_throw
16: [       OK ] PushFinalizeHook_DeathTest.terminate_on_throw (470 ms)
16: [----------] 2 tests from PushFinalizeHook_DeathTest (624 ms total)
16: 
16: [----------] 6 tests from ScopeGuard_DeathTest
16: [ RUN      ] ScopeGuard_DeathTest.create
16: [       OK ] ScopeGuard_DeathTest.create (153 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_argument
16: [       OK ] ScopeGuard_DeathTest.create_argument (155 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_while_initialize
16: [       OK ] ScopeGuard_DeathTest.create_while_initialize (463 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_after_initialize
16: [       OK ] ScopeGuard_DeathTest.create_after_initialize (459 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_after_finalize
16: [       OK ] ScopeGuard_DeathTest.create_after_finalize (458 ms)
16: [ RUN      ] ScopeGuard_DeathTest.destroy_after_finalize
16: [       OK ] ScopeGuard_DeathTest.destroy_after_finalize (460 ms)
16: [----------] 6 tests from ScopeGuard_DeathTest (2151 ms total)
16: 
16: [----------] 13 tests from defaultdevicetype
16: [ RUN      ] defaultdevicetype.initialization_settings
16: [       OK ] defaultdevicetype.initialization_settings (0 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_num_threads
16: [       OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_device_id
16: [       OK ] defaultdevicetype.cmd_line_args_device_id (0 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_disable_warning
16: [       OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_tune_internals
16: [       OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_help
16: [       OK ] defaultdevicetype.cmd_line_args_help (5 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
16: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (1 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
16: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (6 ms)
16: [ RUN      ] defaultdevicetype.env_vars_num_threads
16: [       OK ] defaultdevicetype.env_vars_num_threads (0 ms)
16: [ RUN      ] defaultdevicetype.env_vars_device_id
16: [       OK ] defaultdevicetype.env_vars_device_id (0 ms)
16: [ RUN      ] defaultdevicetype.env_vars_disable_warnings
16: [       OK ] defaultdevicetype.env_vars_disable_warnings (0 ms)
16: [ RUN      ] defaultdevicetype.env_vars_tune_internals
16: [       OK ] defaultdevicetype.env_vars_tune_internals (0 ms)
16: [ RUN      ] defaultdevicetype.visible_devices
16: [       OK ] defaultdevicetype.visible_devices (0 ms)
16: [----------] 13 tests from defaultdevicetype (14 ms total)
16: 
16: [----------] Global test environment tear-down
16: [==========] 30 tests from 7 test suites ran. (9475 ms total)
16: [  PASSED  ] 30 tests.
16/56 Test #16: Kokkos_CoreUnitTest_InitializeFinalize .....................   Passed    9.49 sec
test 17
      Start 17: Kokkos_CoreUnitTest_Develop

17: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_Develop
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 1 test from 1 test suite.
17: [----------] Global test environment set-up.
17: [----------] 1 test from defaultdevicetype
17: [ RUN      ] defaultdevicetype.development_test
17: [       OK ] defaultdevicetype.development_test (0 ms)
17: [----------] 1 test from defaultdevicetype (0 ms total)
17: 
17: [----------] Global test environment tear-down
17: [==========] 1 test from 1 test suite ran. (0 ms total)
17: [  PASSED  ] 1 test.
17/56 Test #17: Kokkos_CoreUnitTest_Develop ................................   Passed    0.15 sec
test 18
      Start 18: Kokkos_CoreUnitTest_KokkosP

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

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

20: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
20: Environment variables: 
20:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkosprinter-tool.so
20: Test timeout computed to be: 1500
20: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize().
20: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
20:                                     Detected: 6 cores per node.
20:                                     Detected: 1 MPI_ranks per node.
20:                                     Requested: 8 threads per process.
20: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
20/56 Test #20: Kokkos_ProfilingTestLibraryLoadHelp ........................   Passed    0.15 sec
test 21
      Start 21: Kokkos_ProfilingTestLibraryCmdLineHelp

21: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkosprinter-tool.so"
21: Test timeout computed to be: 1500
21: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
21:                                     Detected: 6 cores per node.
21:                                     Detected: 1 MPI_ranks per node.
21:                                     Requested: 8 threads per process.
21: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
21/56 Test #21: Kokkos_ProfilingTestLibraryCmdLineHelp .....................   Passed    0.15 sec
test 22
      Start 22: Kokkos_ProfilingTestLibraryLoad

22: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
22: Environment variables: 
22:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-8428/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: 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:desul atomics version:fd8da8299519d7ecde91a1c11a3ac8469ce29cac::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_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: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.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x1271d00:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1271ec0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1271f40:Host:source:0x1271d80: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:0x1271ec0:40::kokkosp_deallocate_data:Host:source:0x1271d00:40::kokkosp_finalize_library::
22/56 Test #22: Kokkos_ProfilingTestLibraryLoad ............................   Passed    0.15 sec
test 23
      Start 23: Kokkos_ProfilingTestLibraryCmdLine

23: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkosprinter-tool.so"
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: 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:desul atomics version:fd8da8299519d7ecde91a1c11a3ac8469ce29cac::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_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: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.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x1271d00:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1271e40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1271ec0:Host:source:0x1271d80: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:0x1271e40:40::kokkosp_deallocate_data:Host:source:0x1271d00:40::kokkosp_finalize_library::
23/56 Test #23: Kokkos_ProfilingTestLibraryCmdLine .........................   Passed    0.15 sec
test 24
      Start 24: Kokkos_CoreUnitTest_StackTraceTest

24: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec
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 3 tests from 2 test suites.
24: [----------] Global test environment set-up.
24: [----------] 2 tests from defaultdevicetype_DeathTest
24: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate
24: Top of f1
24: Top of f0
24: Top of f0
24: test_f1:
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x505113]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a3fc]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2c) [0x4462ac]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x16b) [0x44486b]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x496083]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x456ecf]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4595df]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ac07]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x46f677]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x49ae83]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45c07a]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443675]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fffefc01d90]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fffefc01e40]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x442fa5]
24:  
24: demangled test_f1:
24: [0x505113] Kokkos::Impl::save_stacktrace()
24: [0x44a3fc] Test::stacktrace_test_f1(std::ostream&)
24: [0x4462ac] Test::test_stacktrace(bool, bool)
24: [0x44486b] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
24: [0x496083] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
24: [0x456ecf] testing::Test::Run()
24: [0x4595df] testing::TestInfo::Run()
24: [0x45ac07] testing::TestSuite::Run()
24: [0x46f677] testing::internal::UnitTestImpl::RunAllTests()
24: [0x49ae83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
24: [0x45c07a] testing::UnitTest::Run()
24: [0x443675] main
24: [0x7fffefc01d90] 
24: [0x7fffefc01e40] __libc_start_main
24: [0x442fa5] _start
24:  
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f1
24: Top of f0
24: Top of f0
24: StackTrace f3(std::cout, 4) returned: 110
24: test_f3:
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x505113]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a3fc]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x44b2f2]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x69a) [0x44691a]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x16b) [0x44486b]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x496083]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x456ecf]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4595df]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ac07]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x46f677]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x49ae83]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45c07a]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443675]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fffefc01d90]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fffefc01e40]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x442fa5]
24:  
24: demangled test_f3:
24: [0x505113] Kokkos::Impl::save_stacktrace()
24: [0x44a3fc] Test::stacktrace_test_f1(std::ostream&)
24: [0x44b2f2] Test::stacktrace_test_f3(std::ostream&, int)
24: [0x44691a] Test::test_stacktrace(bool, bool)
24: [0x44486b] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
24: [0x496083] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
24: [0x456ecf] testing::Test::Run()
24: [0x4595df] testing::TestInfo::Run()
24: [0x45ac07] testing::TestSuite::Run()
24: [0x46f677] testing::internal::UnitTestImpl::RunAllTests()
24: [0x49ae83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
24: [0x45c07a] testing::UnitTest::Run()
24: [0x443675] main
24: [0x7fffefc01d90] 
24: [0x7fffefc01e40] __libc_start_main
24: [0x442fa5] _start
24:  
24: Test setting std::terminate handler that prints the last saved stack trace
24: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (460 ms)
24: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
24: Top of f1
24: Top of f0
24: Top of f0
24: test_f1:
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x505113]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a3fc]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2c) [0x4462ac]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x168) [0x444be8]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x496083]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x456ecf]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4595df]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ac07]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x46f677]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x49ae83]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45c07a]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443675]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fffefc01d90]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fffefc01e40]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x442fa5]
24:  
24: demangled test_f1:
24: [0x505113] Kokkos::Impl::save_stacktrace()
24: [0x44a3fc] Test::stacktrace_test_f1(std::ostream&)
24: [0x4462ac] Test::test_stacktrace(bool, bool)
24: [0x444be8] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
24: [0x496083] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
24: [0x456ecf] testing::Test::Run()
24: [0x4595df] testing::TestInfo::Run()
24: [0x45ac07] testing::TestSuite::Run()
24: [0x46f677] testing::internal::UnitTestImpl::RunAllTests()
24: [0x49ae83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
24: [0x45c07a] testing::UnitTest::Run()
24: [0x443675] main
24: [0x7fffefc01d90] 
24: [0x7fffefc01e40] __libc_start_main
24: [0x442fa5] _start
24:  
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f1
24: Top of f0
24: Top of f0
24: StackTrace f3(std::cout, 4) returned: 110
24: test_f3:
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x505113]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a3fc]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x44b2f2]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x69a) [0x44691a]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x168) [0x444be8]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x496083]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x456ecf]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4595df]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ac07]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x46f677]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x49ae83]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45c07a]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443675]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fffefc01d90]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fffefc01e40]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x442fa5]
24:  
24: demangled test_f3:
24: [0x505113] Kokkos::Impl::save_stacktrace()
24: [0x44a3fc] Test::stacktrace_test_f1(std::ostream&)
24: [0x44b2f2] Test::stacktrace_test_f3(std::ostream&, int)
24: [0x44691a] Test::test_stacktrace(bool, bool)
24: [0x444be8] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
24: [0x496083] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
24: [0x456ecf] testing::Test::Run()
24: [0x4595df] testing::TestInfo::Run()
24: [0x45ac07] testing::TestSuite::Run()
24: [0x46f677] testing::internal::UnitTestImpl::RunAllTests()
24: [0x49ae83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
24: [0x45c07a] testing::UnitTest::Run()
24: [0x443675] main
24: [0x7fffefc01d90] 
24: [0x7fffefc01e40] __libc_start_main
24: [0x442fa5] _start
24:  
24: Test setting std::terminate handler that prints the last saved stack trace
24: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (448 ms)
24: [----------] 2 tests from defaultdevicetype_DeathTest (909 ms total)
24: 
24: [----------] 1 test from defaultdevicetype
24: [ RUN      ] defaultdevicetype.stacktrace_normal
24: Top of f1
24: Top of f0
24: Top of f0
24: test_f1:
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x505113]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a3fc]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2c) [0x4462ac]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x496083]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x456ecf]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4595df]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ac07]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x46f677]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x49ae83]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45c07a]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443675]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fffefc01d90]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fffefc01e40]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x442fa5]
24:  
24: demangled test_f1:
24: [0x505113] Kokkos::Impl::save_stacktrace()
24: [0x44a3fc] Test::stacktrace_test_f1(std::ostream&)
24: [0x4462ac] Test::test_stacktrace(bool, bool)
24: [0x496083] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
24: [0x456ecf] testing::Test::Run()
24: [0x4595df] testing::TestInfo::Run()
24: [0x45ac07] testing::TestSuite::Run()
24: [0x46f677] testing::internal::UnitTestImpl::RunAllTests()
24: [0x49ae83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
24: [0x45c07a] testing::UnitTest::Run()
24: [0x443675] main
24: [0x7fffefc01d90] 
24: [0x7fffefc01e40] __libc_start_main
24: [0x442fa5] _start
24:  
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f3
24: Top of f1
24: Top of f0
24: Top of f0
24: StackTrace f3(std::cout, 4) returned: 110
24: test_f3:
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x505113]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a3fc]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x44b2f2]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x69a) [0x44691a]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x496083]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x456ecf]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4595df]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ac07]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x46f677]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x49ae83]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45c07a]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443675]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fffefc01d90]
24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fffefc01e40]
24: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x442fa5]
24:  
24: demangled test_f3:
24: [0x505113] Kokkos::Impl::save_stacktrace()
24: [0x44a3fc] Test::stacktrace_test_f1(std::ostream&)
24: [0x44b2f2] Test::stacktrace_test_f3(std::ostream&, int)
24: [0x44691a] Test::test_stacktrace(bool, bool)
24: [0x496083] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
24: [0x456ecf] testing::Test::Run()
24: [0x4595df] testing::TestInfo::Run()
24: [0x45ac07] testing::TestSuite::Run()
24: [0x46f677] testing::internal::UnitTestImpl::RunAllTests()
24: [0x49ae83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
24: [0x45c07a] testing::UnitTest::Run()
24: [0x443675] main
24: [0x7fffefc01d90] 
24: [0x7fffefc01e40] __libc_start_main
24: [0x442fa5] _start
24:  
24: Test setting std::terminate handler that prints the last saved stack trace
24: [       OK ] defaultdevicetype.stacktrace_normal (1 ms)
24: [----------] 1 test from defaultdevicetype (1 ms total)
24: 
24: [----------] Global test environment tear-down
24: [==========] 3 tests from 2 test suites ran. (910 ms total)
24: [  PASSED  ] 3 tests.
24/56 Test #24: Kokkos_CoreUnitTest_StackTraceTest .........................   Passed    1.06 sec
test 25
      Start 25: Kokkos_IncrementalTest_OPENMP

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

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

27: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice
27: Test timeout computed to be: 1500
27: [==========] Running 8 tests from 2 test suites.
27: [----------] Global test environment set-up.
27: [----------] 5 tests from ctest_environment_DeathTest
27: [ RUN      ] ctest_environment_DeathTest.invalid_rank
27: [       OK ] ctest_environment_DeathTest.invalid_rank (129 ms)
27: [ RUN      ] ctest_environment_DeathTest.no_type_str
27: [       OK ] ctest_environment_DeathTest.no_type_str (137 ms)
27: [ RUN      ] ctest_environment_DeathTest.missing_type
27: [       OK ] ctest_environment_DeathTest.missing_type (286 ms)
27: [ RUN      ] ctest_environment_DeathTest.no_id_str
27: [       OK ] ctest_environment_DeathTest.no_id_str (138 ms)
27: [ RUN      ] ctest_environment_DeathTest.invalid_id_str
27: [       OK ] ctest_environment_DeathTest.invalid_id_str (264 ms)
27: [----------] 5 tests from ctest_environment_DeathTest (957 ms total)
27: 
27: [----------] 3 tests from ctest_environment
27: [ RUN      ] ctest_environment.no_device_type
27: [       OK ] ctest_environment.no_device_type (0 ms)
27: [ RUN      ] ctest_environment.no_process_count
27: [       OK ] ctest_environment.no_process_count (0 ms)
27: [ RUN      ] ctest_environment.good
27: [       OK ] ctest_environment.good (0 ms)
27: [----------] 3 tests from ctest_environment (0 ms total)
27: 
27: [----------] Global test environment tear-down
27: [==========] 8 tests from 2 test suites ran. (957 ms total)
27: [  PASSED  ] 8 tests.
27/56 Test #27: Kokkos_CoreUnitTest_CTestDevice ............................   Passed    0.97 sec
test 28
      Start 28: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

28: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
28: Test timeout computed to be: 1500
28/56 Test #28: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ..................   Passed    0.01 sec
test 29
      Start 29: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail

29: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
29: Test timeout computed to be: 1500
29: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument
29/56 Test #29: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ......   Passed    0.01 sec
test 30
      Start 30: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs

30: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1"
30: Test timeout computed to be: 1500
30/56 Test #30: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs .....   Passed    0.01 sec
test 31
      Start 31: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment

31: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
31: Environment variables: 
31:  KOKKOS_TEST_TRIBITS_COMPATIBILITY=1
31: Test timeout computed to be: 1500
31/56 Test #31: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ...   Passed    0.01 sec
test 32
      Start 32: Kokkos_ContainersUnitTest_OpenMP

32: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP
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 73 tests from 2 test suites.
32: [----------] Global test environment set-up.
32: [----------] 2 tests from openmp_DeathTest
32: [ RUN      ] openmp_DeathTest.dualview_external_view_construction
32: [       OK ] openmp_DeathTest.dualview_external_view_construction (451 ms)
32: [ RUN      ] openmp_DeathTest.offsetview_unmanaged_construction
32: [       OK ] openmp_DeathTest.offsetview_unmanaged_construction (5467 ms)
32: [----------] 2 tests from openmp_DeathTest (5918 ms total)
32: 
32: [----------] 71 tests from openmp
32: [ RUN      ] openmp.bitset
32: [       OK ] openmp.bitset (447 ms)
32: [ RUN      ] openmp.bitset_default_constructor_no_alloc
32: [       OK ] openmp.bitset_default_constructor_no_alloc (0 ms)
32: [ RUN      ] openmp.dualview_combination
32: [       OK ] openmp.dualview_combination (0 ms)
32: [ RUN      ] openmp.dualview_alloc
32: [       OK ] openmp.dualview_alloc (0 ms)
32: [ RUN      ] openmp.test_dualview_copy_construction_and_assignment
32: [       OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms)
32: [ RUN      ] openmp.dualview_combinations_without_init
32: [       OK ] openmp.dualview_combinations_without_init (0 ms)
32: [ RUN      ] openmp.dualview_deep_copy
32: [       OK ] openmp.dualview_deep_copy (0 ms)
32: [ RUN      ] openmp.dualview_sync_should_fence
32: [       OK ] openmp.dualview_sync_should_fence (0 ms)
32: [ RUN      ] openmp.dualview_realloc
32: [       OK ] openmp.dualview_realloc (0 ms)
32: [ RUN      ] openmp.dualview_resize
32: [       OK ] openmp.dualview_resize (0 ms)
32: [ RUN      ] openmp.dualview_device_correct_kokkos_device
32: [       OK ] openmp.dualview_device_correct_kokkos_device (1 ms)
32: [ RUN      ] openmp.dualview_host_correct_kokkos_device
32: [       OK ] openmp.dualview_host_correct_kokkos_device (0 ms)
32: [ RUN      ] openmp.dualview_host_modify_template_device_sync
32: [       OK ] openmp.dualview_host_modify_template_device_sync (0 ms)
32: [ RUN      ] openmp.dualview_host_modify_template_device_execspace_sync
32: [       OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms)
32: [ RUN      ] openmp.dualview_device_modify_template_host_sync
32: [       OK ] openmp.dualview_device_modify_template_host_sync (0 ms)
32: [ RUN      ] openmp.dualview_device_modify_template_host_execspace_sync
32: [       OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms)
32: [ RUN      ] openmp.dualview_template_views_return_correct_executionspace_views
32: [       OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms)
32: [ RUN      ] openmp.dualview_template_views_return_correct_views_from_const_dual_view
32: [       OK ] openmp.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
32: [ RUN      ] openmp.dualview_sequential_host_init
32: [       OK ] openmp.dualview_sequential_host_init (0 ms)
32: [ RUN      ] openmp.dualview_default_constructed
32: [       OK ] openmp.dualview_default_constructed (0 ms)
32: [ RUN      ] openmp.dualview_resize_single_device
32: [       OK ] openmp.dualview_resize_single_device (0 ms)
32: [ RUN      ] openmp.dynamic_view
32: [       OK ] openmp.dynamic_view (9 ms)
32: [ RUN      ] openmp.dyn_rank_view_api_generic
32: [       OK ] openmp.dyn_rank_view_api_generic (8 ms)
32: [ RUN      ] openmp.dyn_rank_view_api_operator_rank12345
32: [       OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms)
32: [ RUN      ] openmp.dyn_rank_view_check_fence_resize_realloc
32: /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
32: skipping since not default execution space
32: [  SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms)
32: [ RUN      ] openmp.dyn_rank_view_api_operator_rank67
32: [       OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms)
32: [ RUN      ] openmp.dyn_rank_view_ctor_from_members
32: [       OK ] openmp.dyn_rank_view_ctor_from_members (0 ms)
32: [ RUN      ] openmp.dyn_rank_view_ctor_from_layout_stride
32: [       OK ] openmp.dyn_rank_view_ctor_from_layout_stride (0 ms)
32: [ RUN      ] openmp.dyn_rank_view_layout_member
32: [       OK ] openmp.dyn_rank_view_layout_member (0 ms)
32: [ RUN      ] openmp.dyn_rank_view_team_scratch
32: [       OK ] openmp.dyn_rank_view_team_scratch (0 ms)
32: [ RUN      ] openmp.view_customization_extra_int_arg
32: [       OK ] openmp.view_customization_extra_int_arg (0 ms)
32: [ RUN      ] openmp.ErrorReporterViaLambda
32: [       OK ] openmp.ErrorReporterViaLambda (0 ms)
32: [ RUN      ] openmp.ErrorReporter
32: [       OK ] openmp.ErrorReporter (0 ms)
32: [ RUN      ] openmp.offsetview_construction
32: [       OK ] openmp.offsetview_construction (10 ms)
32: [ RUN      ] openmp.offsetview_unmanaged_construction
32: [       OK ] openmp.offsetview_unmanaged_construction (0 ms)
32: [ RUN      ] openmp.offsetview_subview
32: [       OK ] openmp.offsetview_subview (2 ms)
32: [ RUN      ] openmp.offsetview_offsets_rank1
32: [       OK ] openmp.offsetview_offsets_rank1 (0 ms)
32: [ RUN      ] openmp.offsetview_offsets_rank2
32: [       OK ] openmp.offsetview_offsets_rank2 (0 ms)
32: [ RUN      ] openmp.offsetview_offsets_rank3
32: [       OK ] openmp.offsetview_offsets_rank3 (0 ms)
32: [ RUN      ] openmp.scatterview
32: [       OK ] openmp.scatterview (1519 ms)
32: [ RUN      ] openmp.scatterview_devicetype
32: [       OK ] openmp.scatterview_devicetype (7 ms)
32: [ RUN      ] openmp.resize_realloc_no_init_dualview
32: [       OK ] openmp.resize_realloc_no_init_dualview (1 ms)
32: [ RUN      ] openmp.resize_realloc_no_alloc_dualview
32: [       OK ] openmp.resize_realloc_no_alloc_dualview (0 ms)
32: [ RUN      ] openmp.resize_exec_space_dualview
32: [       OK ] openmp.resize_exec_space_dualview (0 ms)
32: [ RUN      ] openmp.realloc_exec_space_dualview
32: [       OK ] openmp.realloc_exec_space_dualview (0 ms)
32: [ RUN      ] openmp.resize_realloc_no_init_dynrankview
32: [       OK ] openmp.resize_realloc_no_init_dynrankview (0 ms)
32: [ RUN      ] openmp.resize_exec_space_dynrankview
32: [       OK ] openmp.resize_exec_space_dynrankview (0 ms)
32: [ RUN      ] openmp.realloc_exec_space_dynrankview
32: [       OK ] openmp.realloc_exec_space_dynrankview (0 ms)
32: [ RUN      ] openmp.resize_realloc_no_init_scatterview
32: [       OK ] openmp.resize_realloc_no_init_scatterview (0 ms)
32: [ RUN      ] openmp.resize_realloc_no_alloc_scatterview
32: [       OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms)
32: [ RUN      ] openmp.resize_exec_space_scatterview
32: [       OK ] openmp.resize_exec_space_scatterview (0 ms)
32: [ RUN      ] openmp.realloc_exec_space_scatterview
32: [       OK ] openmp.realloc_exec_space_scatterview (0 ms)
32: [ RUN      ] openmp.create_mirror_no_init_dynrankview
32: [       OK ] openmp.create_mirror_no_init_dynrankview (0 ms)
32: [ RUN      ] openmp.create_mirror_no_init_dynrankview_viewctor
32: [       OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms)
32: [ RUN      ] openmp.create_mirror_view_and_copy_dynrankview
32: [       OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms)
32: [ RUN      ] openmp.create_mirror_no_init_offsetview
32: [       OK ] openmp.create_mirror_no_init_offsetview (0 ms)
32: [ RUN      ] openmp.create_mirror_no_init_offsetview_view_ctor
32: [       OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms)
32: [ RUN      ] openmp.create_mirror_view_and_copy_offsetview
32: [       OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms)
32: [ RUN      ] openmp.create_mirror_no_init_dynamicview
32: [       OK ] openmp.create_mirror_no_init_dynamicview (0 ms)
32: [ RUN      ] openmp.create_mirror_view_and_copy_dynamicview
32: [       OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms)
32: [ RUN      ] openmp.create_mirror_no_init_dynamicview_view_ctor
32: [       OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms)
32: [ RUN      ] openmp.UnorderedMap_insert
32: [       OK ] openmp.UnorderedMap_insert (3398 ms)
32: [ RUN      ] openmp.UnorderedMap_failed_insert
32: [       OK ] openmp.UnorderedMap_failed_insert (2983 ms)
32: [ RUN      ] openmp.UnorderedMap_deep_copy
32: [       OK ] openmp.UnorderedMap_deep_copy (3 ms)
32: [ RUN      ] openmp.UnorderedMap_valid_empty
32: [       OK ] openmp.UnorderedMap_valid_empty (0 ms)
32: [ RUN      ] openmp.UnorderedMap_clear_zero_size
32: [       OK ] openmp.UnorderedMap_clear_zero_size (0 ms)
32: [ RUN      ] openmp.UnorderedMap_consistent_size
32: [       OK ] openmp.UnorderedMap_consistent_size (0 ms)
32: [ RUN      ] openmp.UnorderedMap_shallow_copyable_on_device
32: [       OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms)
32: [ RUN      ] openmp.UnorderedMap_lambda_capturable
32: [       OK ] openmp.UnorderedMap_lambda_capturable (0 ms)
32: [ RUN      ] openmp.UnorderedMap_constructor_view_alloc
32: [       OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms)
32: [ RUN      ] openmp.UnorderedMap_View_as_value
32: [       OK ] openmp.UnorderedMap_View_as_value (0 ms)
32: [----------] 71 tests from openmp (8404 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 73 tests from 2 test suites ran. (14323 ms total)
32: [  PASSED  ] 72 tests.
32: [  SKIPPED ] 1 test, listed below:
32: [  SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc
32/56 Test #32: Kokkos_ContainersUnitTest_OpenMP ...........................   Passed   14.54 sec
test 33
      Start 33: Kokkos_ContainersUnitTest_Cuda

33: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda
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 73 tests from 2 test suites.
33: [----------] Global test environment set-up.
33: [----------] 2 tests from cuda_DeathTest
33: [ RUN      ] cuda_DeathTest.dualview_external_view_construction
33: /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestDualView.hpp:586: Skipped
33: test only relevant if DualView uses one allocation
33: [  SKIPPED ] cuda_DeathTest.dualview_external_view_construction (0 ms)
33: [ RUN      ] cuda_DeathTest.offsetview_unmanaged_construction
33: [       OK ] cuda_DeathTest.offsetview_unmanaged_construction (5455 ms)
33: [----------] 2 tests from cuda_DeathTest (5455 ms total)
33: 
33: [----------] 71 tests from cuda
33: [ RUN      ] cuda.bitset
33: [       OK ] cuda.bitset (11 ms)
33: [ RUN      ] cuda.bitset_default_constructor_no_alloc
33: [       OK ] cuda.bitset_default_constructor_no_alloc (0 ms)
33: [ RUN      ] cuda.dualview_combination
33: [       OK ] cuda.dualview_combination (2 ms)
33: [ RUN      ] cuda.dualview_alloc
33: [       OK ] cuda.dualview_alloc (0 ms)
33: [ RUN      ] cuda.test_dualview_copy_construction_and_assignment
33: [       OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms)
33: [ RUN      ] cuda.dualview_combinations_without_init
33: [       OK ] cuda.dualview_combinations_without_init (0 ms)
33: [ RUN      ] cuda.dualview_deep_copy
33: [       OK ] cuda.dualview_deep_copy (1 ms)
33: [ RUN      ] cuda.dualview_sync_should_fence
33: [       OK ] cuda.dualview_sync_should_fence (1 ms)
33: [ RUN      ] cuda.dualview_realloc
33: [       OK ] cuda.dualview_realloc (0 ms)
33: [ RUN      ] cuda.dualview_resize
33: [       OK ] cuda.dualview_resize (0 ms)
33: [ RUN      ] cuda.dualview_device_correct_kokkos_device
33: [       OK ] cuda.dualview_device_correct_kokkos_device (0 ms)
33: [ RUN      ] cuda.dualview_host_correct_kokkos_device
33: [       OK ] cuda.dualview_host_correct_kokkos_device (0 ms)
33: [ RUN      ] cuda.dualview_host_modify_template_device_sync
33: [       OK ] cuda.dualview_host_modify_template_device_sync (0 ms)
33: [ RUN      ] cuda.dualview_host_modify_template_device_execspace_sync
33: [       OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms)
33: [ RUN      ] cuda.dualview_device_modify_template_host_sync
33: [       OK ] cuda.dualview_device_modify_template_host_sync (0 ms)
33: [ RUN      ] cuda.dualview_device_modify_template_host_execspace_sync
33: [       OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms)
33: [ RUN      ] cuda.dualview_template_views_return_correct_executionspace_views
33: [       OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms)
33: [ RUN      ] cuda.dualview_template_views_return_correct_views_from_const_dual_view
33: [       OK ] cuda.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
33: [ RUN      ] cuda.dualview_sequential_host_init
33: [       OK ] cuda.dualview_sequential_host_init (0 ms)
33: [ RUN      ] cuda.dualview_default_constructed
33: [       OK ] cuda.dualview_default_constructed (0 ms)
33: [ RUN      ] cuda.dualview_resize_single_device
33: [       OK ] cuda.dualview_resize_single_device (0 ms)
33: [ RUN      ] cuda.dynamic_view
33: [       OK ] cuda.dynamic_view (43 ms)
33: [ RUN      ] cuda.dyn_rank_view_api_generic
33: [       OK ] cuda.dyn_rank_view_api_generic (21 ms)
33: [ RUN      ] cuda.dyn_rank_view_api_operator_rank12345
33: [       OK ] cuda.dyn_rank_view_api_operator_rank12345 (1 ms)
33: [ RUN      ] cuda.dyn_rank_view_check_fence_resize_realloc
33: [       OK ] cuda.dyn_rank_view_check_fence_resize_realloc (2 ms)
33: [ RUN      ] cuda.dyn_rank_view_api_operator_rank67
33: [       OK ] cuda.dyn_rank_view_api_operator_rank67 (0 ms)
33: [ RUN      ] cuda.dyn_rank_view_ctor_from_members
33: [       OK ] cuda.dyn_rank_view_ctor_from_members (0 ms)
33: [ RUN      ] cuda.dyn_rank_view_ctor_from_layout_stride
33: [       OK ] cuda.dyn_rank_view_ctor_from_layout_stride (0 ms)
33: [ RUN      ] cuda.dyn_rank_view_layout_member
33: [       OK ] cuda.dyn_rank_view_layout_member (0 ms)
33: [ RUN      ] cuda.dyn_rank_view_team_scratch
33: [       OK ] cuda.dyn_rank_view_team_scratch (0 ms)
33: [ RUN      ] cuda.view_customization_extra_int_arg
33: [       OK ] cuda.view_customization_extra_int_arg (0 ms)
33: [ RUN      ] cuda.ErrorReporterViaLambda
33: [       OK ] cuda.ErrorReporterViaLambda (0 ms)
33: [ RUN      ] cuda.ErrorReporter
33: [       OK ] cuda.ErrorReporter (0 ms)
33: [ RUN      ] cuda.offsetview_construction
33: [       OK ] cuda.offsetview_construction (3 ms)
33: [ RUN      ] cuda.offsetview_unmanaged_construction
33: [       OK ] cuda.offsetview_unmanaged_construction (0 ms)
33: [ RUN      ] cuda.offsetview_subview
33: [       OK ] cuda.offsetview_subview (0 ms)
33: [ RUN      ] cuda.offsetview_offsets_rank1
33: [       OK ] cuda.offsetview_offsets_rank1 (0 ms)
33: [ RUN      ] cuda.offsetview_offsets_rank2
33: [       OK ] cuda.offsetview_offsets_rank2 (0 ms)
33: [ RUN      ] cuda.offsetview_offsets_rank3
33: [       OK ] cuda.offsetview_offsets_rank3 (0 ms)
33: [ RUN      ] cuda.scatterview
33: [       OK ] cuda.scatterview (11642 ms)
33: [ RUN      ] cuda.scatterview_devicetype
33: [       OK ] cuda.scatterview_devicetype (25 ms)
33: [ RUN      ] cuda.resize_realloc_no_init_dualview
33: [       OK ] cuda.resize_realloc_no_init_dualview (2 ms)
33: [ RUN      ] cuda.resize_realloc_no_alloc_dualview
33: [       OK ] cuda.resize_realloc_no_alloc_dualview (0 ms)
33: [ RUN      ] cuda.resize_exec_space_dualview
33: [       OK ] cuda.resize_exec_space_dualview (0 ms)
33: [ RUN      ] cuda.realloc_exec_space_dualview
33: [       OK ] cuda.realloc_exec_space_dualview (0 ms)
33: [ RUN      ] cuda.resize_realloc_no_init_dynrankview
33: [       OK ] cuda.resize_realloc_no_init_dynrankview (0 ms)
33: [ RUN      ] cuda.resize_exec_space_dynrankview
33: [       OK ] cuda.resize_exec_space_dynrankview (0 ms)
33: [ RUN      ] cuda.realloc_exec_space_dynrankview
33: [       OK ] cuda.realloc_exec_space_dynrankview (0 ms)
33: [ RUN      ] cuda.resize_realloc_no_init_scatterview
33: [       OK ] cuda.resize_realloc_no_init_scatterview (0 ms)
33: [ RUN      ] cuda.resize_realloc_no_alloc_scatterview
33: [       OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms)
33: [ RUN      ] cuda.resize_exec_space_scatterview
33: [       OK ] cuda.resize_exec_space_scatterview (0 ms)
33: [ RUN      ] cuda.realloc_exec_space_scatterview
33: [       OK ] cuda.realloc_exec_space_scatterview (0 ms)
33: [ RUN      ] cuda.create_mirror_no_init_dynrankview
33: [       OK ] cuda.create_mirror_no_init_dynrankview (0 ms)
33: [ RUN      ] cuda.create_mirror_no_init_dynrankview_viewctor
33: [       OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms)
33: [ RUN      ] cuda.create_mirror_view_and_copy_dynrankview
33: [       OK ] cuda.create_mirror_view_and_copy_dynrankview (0 ms)
33: [ RUN      ] cuda.create_mirror_no_init_offsetview
33: [       OK ] cuda.create_mirror_no_init_offsetview (0 ms)
33: [ RUN      ] cuda.create_mirror_no_init_offsetview_view_ctor
33: [       OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms)
33: [ RUN      ] cuda.create_mirror_view_and_copy_offsetview
33: [       OK ] cuda.create_mirror_view_and_copy_offsetview (0 ms)
33: [ RUN      ] cuda.create_mirror_no_init_dynamicview
33: [       OK ] cuda.create_mirror_no_init_dynamicview (0 ms)
33: [ RUN      ] cuda.create_mirror_view_and_copy_dynamicview
33: [       OK ] cuda.create_mirror_view_and_copy_dynamicview (0 ms)
33: [ RUN      ] cuda.create_mirror_no_init_dynamicview_view_ctor
33: [       OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms)
33: [ RUN      ] cuda.UnorderedMap_insert
33: [       OK ] cuda.UnorderedMap_insert (6441 ms)
33: [ RUN      ] cuda.UnorderedMap_failed_insert
33: [       OK ] cuda.UnorderedMap_failed_insert (1891 ms)
33: [ RUN      ] cuda.UnorderedMap_deep_copy
33: [       OK ] cuda.UnorderedMap_deep_copy (7 ms)
33: [ RUN      ] cuda.UnorderedMap_valid_empty
33: [       OK ] cuda.UnorderedMap_valid_empty (1 ms)
33: [ RUN      ] cuda.UnorderedMap_clear_zero_size
33: [       OK ] cuda.UnorderedMap_clear_zero_size (0 ms)
33: [ RUN      ] cuda.UnorderedMap_consistent_size
33: [       OK ] cuda.UnorderedMap_consistent_size (0 ms)
33: [ RUN      ] cuda.UnorderedMap_shallow_copyable_on_device
33: [       OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms)
33: [ RUN      ] cuda.UnorderedMap_lambda_capturable
33: [       OK ] cuda.UnorderedMap_lambda_capturable (0 ms)
33: [ RUN      ] cuda.UnorderedMap_constructor_view_alloc
33: [       OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms)
33: [ RUN      ] cuda.UnorderedMap_View_as_value
33: [       OK ] cuda.UnorderedMap_View_as_value (4 ms)
33: [----------] 71 tests from cuda (20119 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 73 tests from 2 test suites ran. (25574 ms total)
33: [  PASSED  ] 72 tests.
33: [  SKIPPED ] 1 test, listed below:
33: [  SKIPPED ] cuda_DeathTest.dualview_external_view_construction
33/56 Test #33: Kokkos_ContainersUnitTest_Cuda .............................   Passed   25.78 sec
test 34
      Start 34: Kokkos_ContainersPerformanceTest_OpenMP

34: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP
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 5 tests from 1 test suite.
34: [----------] Global test environment set-up.
34: [----------] 5 tests from TEST_CATEGORY
34: [ RUN      ] TEST_CATEGORY.dynrankview_perf
34: OpenMP
34:  DynRankView vs View: Initialization Only 
34:  View time (init only): 0.00870034
34:  View sum computation time: 0.00870034
34:  Strided View time (init only): 0.010217
34:  View Rank7 time (init only): 0.0111499
34:  DynRankView time (init only): 0.0113984
34:  DynRankView sum computation time: 0.0194284
34:  Ratio of View to DynRankView time: 0.763297
34:  Ratio of View to DynRankView sum computation time: 0.754981
34:  Ratio of View to View Rank7  time: 0.780309
34:  Ratio of StrideView to DynRankView time: 0.896358
34:  Ratio of DynRankView to View Rank7  time: 1.02229
34: [       OK ] TEST_CATEGORY.dynrankview_perf (112 ms)
34: [ RUN      ] TEST_CATEGORY.global_2_local
34: OpenMP
34: size, create, generate, fill, find
34: 256, 0.0003304, 1.3545e-05, 4.5069e-05, 0.000799808
34: 512, 6.8062e-05, 8.84e-06, 4.0551e-05, 0.000918591
34: 1024, 6.0854e-05, 9.209e-06, 7.2197e-05, 0.00102484
34: 2048, 6.8673e-05, 7.752e-06, 0.000119396, 0.00122325
34: 4096, 0.000164652, 9.615e-06, 0.000207016, 0.00144355
34: 8192, 0.00027511, 1.3775e-05, 0.000373108, 0.00240433
34: 16384, 0.000246953, 1.075e-05, 0.000710313, 0.00601306
34: 32768, 0.000199462, 9.568e-06, 0.00134246, 0.0152659
34: 65536, 0.000319617, 1.3437e-05, 0.00317779, 0.0399817
34: 131072, 0.00071846, 2.6436e-05, 0.00543683, 0.092263
34: 262144, 0.00151752, 3.957e-05, 0.0114616, 0.234138
34: 524288, 0.00319467, 7.8057e-05, 0.0218727, 0.487767
34: 1048576, 0.00577978, 0.000631769, 0.0505185, 1.62854
34: 2097152, 0.01167, 0.000482975, 0.119629, 3.89278
34: 4194304, 0.0194363, 0.000952954, 0.256968, 8.31607
34: [       OK ] TEST_CATEGORY.global_2_local (15241 ms)
34: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
34: skipping test
34: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
34: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
34: skipping test
34: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
34: [ RUN      ] TEST_CATEGORY.scatter_view
34: ScatterView data-duplicated test:
34: num_threads 8
34: hand-coded test took 0.10692 seconds
34: test took 0.106783 seconds
34: num_threads 8
34: hand-coded test took 0.106857 seconds
34: test took 0.107171 seconds
34: num_threads 8
34: hand-coded test took 0.10686 seconds
34: test took 0.10665 seconds
34: num_threads 8
34: hand-coded test took 0.107024 seconds
34: test took 0.106755 seconds
34: num_threads 8
34: hand-coded test took 0.10699 seconds
34: test took 0.106649 seconds
34: [       OK ] TEST_CATEGORY.scatter_view (1149 ms)
34: [----------] 5 tests from TEST_CATEGORY (16503 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 5 tests from 1 test suite ran. (16503 ms total)
34: [  PASSED  ] 5 tests.
34/56 Test #34: Kokkos_ContainersPerformanceTest_OpenMP ....................   Passed   16.66 sec
test 35
      Start 35: Kokkos_ContainersPerformanceTest_Cuda

35: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda
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 4 tests from 1 test suite.
35: [----------] Global test environment set-up.
35: [----------] 4 tests from TEST_CATEGORY
35: [ RUN      ] TEST_CATEGORY.dynrankview_perf
35: Cuda
35:  DynRankView vs View: Initialization Only 
35:  View time (init only): 0.00315949
35:  View sum computation time: 0.00315949
35:  Strided View time (init only): 0.001152
35:  View Rank7 time (init only): 0.0011715
35:  DynRankView time (init only): 0.00119418
35:  DynRankView sum computation time: 0.00192673
35:  Ratio of View to DynRankView time: 2.64574
35:  Ratio of View to DynRankView sum computation time: 1.0075
35:  Ratio of View to View Rank7  time: 2.69695
35:  Ratio of StrideView to DynRankView time: 0.964679
35:  Ratio of DynRankView to View Rank7  time: 1.01936
35: [       OK ] TEST_CATEGORY.dynrankview_perf (15 ms)
35: [ RUN      ] TEST_CATEGORY.global_2_local
35: Cuda
35: size, create, generate, fill, find
35: 256, 0.000259984, 4.3184e-05, 0.00250476, 0.00197402
35: 512, 0.000156302, 1.1505e-05, 2.2048e-05, 0.00191536
35: 1024, 0.000147119, 9.984e-06, 2.0246e-05, 0.00196103
35: 2048, 0.000150697, 9.806e-06, 2.1745e-05, 0.00196122
35: 4096, 0.000146261, 9.654e-06, 2.2369e-05, 0.00197347
35: 8192, 0.000159414, 9.438e-06, 2.9411e-05, 0.00199407
35: 16384, 0.000145273, 1.0624e-05, 2.795e-05, 0.00206517
35: 32768, 0.000306449, 1.1399e-05, 3.408e-05, 0.00228377
35: 65536, 0.000257406, 1.2085e-05, 4.237e-05, 0.00250207
35: 131072, 0.000322115, 1.2363e-05, 7.3812e-05, 0.00306045
35: 262144, 0.000516376, 1.4447e-05, 0.000169159, 0.00508042
35: 524288, 0.000519129, 1.7479e-05, 0.000535966, 0.0169083
35: 1048576, 0.000599028, 2.5151e-05, 0.00140375, 0.0489782
35: 2097152, 0.000638024, 3.7468e-05, 0.00307639, 0.10938
35: 4194304, 0.000916958, 6.3191e-05, 0.00687101, 0.237982
35: [       OK ] TEST_CATEGORY.global_2_local (463 ms)
35: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
35: skipping test
35: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
35: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
35: skipping test
35: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
35: [----------] 4 tests from TEST_CATEGORY (478 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 4 tests from 1 test suite ran. (478 ms total)
35: [  PASSED  ] 4 tests.
35/56 Test #35: Kokkos_ContainersPerformanceTest_Cuda ......................   Passed    0.64 sec
test 36
      Start 36: Kokkos_UnitTest_Sort

36: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
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 17 tests from 2 test suites.
36: [----------] Global test environment set-up.
36: [----------] 1 test from cuda_DeathTest
36: [ RUN      ] cuda_DeathTest.SortByKeyKeysLargerThanValues
36: [       OK ] cuda_DeathTest.SortByKeyKeysLargerThanValues (921 ms)
36: [----------] 1 test from cuda_DeathTest (921 ms total)
36: 
36: [----------] 16 tests from cuda
36: [ RUN      ] cuda.SortUnsignedValueType
36: [       OK ] cuda.SortUnsignedValueType (17 ms)
36: [ RUN      ] cuda.SortEmptyView
36: [       OK ] cuda.SortEmptyView (0 ms)
36: [ RUN      ] cuda.SortByKeyEmptyView
36: [       OK ] cuda.SortByKeyEmptyView (0 ms)
36: [ RUN      ] cuda.SortByKeyEmptyViewHost
36: [       OK ] cuda.SortByKeyEmptyViewHost (0 ms)
36: [ RUN      ] cuda.SortByKey
36: [       OK ] cuda.SortByKey (2 ms)
36: [ RUN      ] cuda.SortByKeyWithComparator
36: [       OK ] cuda.SortByKeyWithComparator (0 ms)
36: [ RUN      ] cuda.SortByKeyStaticExtents
36: [       OK ] cuda.SortByKeyStaticExtents (0 ms)
36: [ RUN      ] cuda.SortByKeyWithStrides
36: [       OK ] cuda.SortByKeyWithStrides (0 ms)
36: [ RUN      ] cuda.SortWithCustomComparator
36: [       OK ] cuda.SortWithCustomComparator (127 ms)
36: [ RUN      ] cuda.BinSortGenericTests
36: [       OK ] cuda.BinSortGenericTests (18 ms)
36: [ RUN      ] cuda.BinSortEmptyView
36: [       OK ] cuda.BinSortEmptyView (0 ms)
36: [ RUN      ] cuda.BinSortEmptyKeysView
36: [       OK ] cuda.BinSortEmptyKeysView (0 ms)
36: [ RUN      ] cuda.BinSort_issue_7221
36: [       OK ] cuda.BinSort_issue_7221 (0 ms)
36: [ RUN      ] cuda.BinSortUnsignedKeyLayoutStrideValues
36: [       OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (11553 ms)
36: [ RUN      ] cuda.NestedSort
36: [       OK ] cuda.NestedSort (30 ms)
36: [ RUN      ] cuda.NestedSortByKey
36: [       OK ] cuda.NestedSortByKey (92 ms)
36: [----------] 16 tests from cuda (11844 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 17 tests from 2 test suites ran. (12766 ms total)
36: [  PASSED  ] 17 tests.
36/56 Test #36: Kokkos_UnitTest_Sort .......................................   Passed   12.93 sec
test 37
      Start 37: Kokkos_UnitTest_Random

37: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_UnitTest_Random
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 3 tests from 1 test suite.
37: [----------] Global test environment set-up.
37: [----------] 3 tests from cuda
37: [ RUN      ] cuda.Random_XorShift64
37: Test Seed:1757575381361110624
37: Test Scalar=int
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 6.43252e-07 -0.00214833 0.0213147 || 0.051031 28011 29384 || 28736.1 28674.4 || 294.654 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 6.43252e-07 0.00274325 0.0018785 || 0.051031 1e+64 -1e+64
37: Test Scalar=unsigned int
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 6.43252e-07 0.0119784 -0.0312324 || 0.051031 28088 29297 || 28335 28674.4 || -431.756 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 6.43252e-07 0.0212938 0.00591755 || 0.051031 1e+64 -1e+64
37: Test Scalar=int64_t
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 6.43252e-07 0.0076479 -0.0360287 || 0.051031 27939 29381 || 28456.8 28674.4 || -498.061 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 6.43252e-07 -0.00710977 -0.00617301 || 0.051031 1e+64 -1e+64
37: Test Scalar=uint64_t
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 6.43252e-07 -0.00166061 -0.0010381 || 0.051031 28063 29358 || 28722.1 28674.4 || -14.3507 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 6.43252e-07 0.0266245 -0.00239778 || 0.051031 1e+64 -1e+64
37: Test Scalar=half
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 0.000245275 -0.99999 -48246.1 || 0.051031 0 194902 || 2.92876e+09 28674.4 || -6.66954e+08 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 0.000734724 -0.313086 0.1494 || 0.051031 1e+64 -1e+64
37: Test Scalar=bhalf
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 0.0019545 -0.999999 -57858.3 || 0.051031 0 1.5523e+06 || 2.86907e+10 28674.4 || -7.99833e+08 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 0.00587332 -0.967903 10.3489 || 0.051031 1e+64 -1e+64
37: Test Scalar=float
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 6.86136e-07 -0.00144394 0.00348491 || 0.051031 27976 29346 || 28715.9 28674.4 || 48.1754 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 7.71903e-07 0.012271 0.00259061 || 0.051031 1e+64 -1e+64
37: Test Scalar=double
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 6.43252e-07 0.00521796 0.00757929 || 0.051031 27958 29300 || 28525.5 28674.4 || 104.776 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 6.43252e-07 0.0183656 -0.0095594 || 0.051031 1e+64 -1e+64
37: Test Seed:1757575381469546857
37: Test Scalar=int
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 6.45775e-07 -0.0116243 -0.0107955 || 0.051031 28042 29280 || 29011.6 28674.4 || -149.237 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 6.5082e-07 -0.0134388 0.00137589 || 0.051031 1e+64 -1e+64
37: Test Scalar=unsigned int
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 6.43252e-07 0.0105132 -0.0136407 || 0.051031 27973 29285 || 28376.1 28674.4 || -188.57 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 6.43252e-07 0.00514719 -0.0019778 || 0.051031 1e+64 -1e+64
37: Test Scalar=int64_t
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 6.43252e-07 -0.0126984 0.00471904 || 0.051031 28040 29401 || 29043.2 28674.4 || 65.2359 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 6.43252e-07 -0.0153103 -0.00345007 || 0.051031 1e+64 -1e+64
37: Test Scalar=uint64_t
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 6.43252e-07 -0.0148896 0.0379006 || 0.051031 28017 29390 || 29107.8 28674.4 || 523.938 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 6.43252e-07 0.00849541 -5.22031e-05 || 0.051031 1e+64 -1e+64
37: Test Scalar=half
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 0.000242782 -0.99999 -48247 || 0.051031 0 194894 || 2.92857e+09 28674.4 || -6.66967e+08 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 0.000727274 -0.306486 0.14291 || 0.051031 1e+64 -1e+64
37: Test Scalar=bhalf
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 0.00195742 -0.999999 -57857.8 || 0.051031 0 1.55151e+06 || 2.86924e+10 28674.4 || -7.99826e+08 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 0.00588209 -0.967864 10.3205 || 0.051031 1e+64 -1e+64
37: Test Scalar=float
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 6.86136e-07 -0.00652086 -0.010599 || 0.051031 28050 29380 || 28862.6 28674.4 || -146.52 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 7.71903e-07 -0.0124335 0.000152782 || 0.051031 1e+64 -1e+64
37: Test Scalar=double
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 6.43252e-07 -0.00616144 0.015629 || 0.051031 28024 29264 || 28852.2 28674.4 || 216.056 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 6.43252e-07 0.00366407 0.00437344 || 0.051031 1e+64 -1e+64
37: [       OK ] cuda.Random_XorShift64 (211 ms)
37: [ RUN      ] cuda.Random_XorShift1024_0
37: Test Seed:1757575381572279455
37: Test Scalar=int
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 2.47955e-07 -0.0204985 0.00272198 || 0.051031 10990 11773 || 11615 11377 || 37.6287 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 2.47955e-07 0.00846368 -0.000866397 || 0.051031 1e+64 -1e+64
37: Test Scalar=unsigned int
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 2.47955e-07 0.00871822 0.00349403 || 0.051031 10981 11786 || 11278.6 11377 || 48.3015 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 2.47955e-07 0.0137837 -0.000657132 || 0.051031 1e+64 -1e+64
37: Test Scalar=int64_t
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 2.47955e-07 -0.00535349 0.00572175 || 0.051031 10954 11779 || 11438.2 11377 || 79.0975 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 2.47955e-07 0.00468009 0.00207933 || 0.051031 1e+64 -1e+64
37: Test Scalar=uint64_t
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 2.47955e-07 -0.0218203 -5.20691e-05 || 0.051031 10986 11807 || 11630.7 11377 || -0.719803 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 2.47955e-07 -0.00178373 -0.0030569 || 0.051031 1e+64 -1e+64
37: Test Scalar=half
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 0.000245517 -0.999975 -7593.9 || 0.051031 0 77868 || 4.61005e+08 11377 || -1.04978e+08 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 0.000736225 -0.152674 0.0212684 || 0.051031 1e+64 -1e+64
37: Test Scalar=bhalf
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 0.00195351 -0.999997 -9108.11 || 0.051031 0 616929 || 4.51614e+09 11377 || -1.2591e+08 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 0.0058715 -0.923509 1.60974 || 0.051031 1e+64 -1e+64
37: Test Scalar=float
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 2.86102e-07 -0.0134278 -0.00277421 || 0.051031 10968 11762 || 11531.8 11377 || -38.3506 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 3.62396e-07 -0.00906361 -0.000372065 || 0.051031 1e+64 -1e+64
37: Test Scalar=double
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 2.47955e-07 -0.0153941 -0.00271248 || 0.051031 10994 11779 || 11554.8 11377 || -37.4973 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 2.47955e-07 -0.00481869 0.00486066 || 0.051031 1e+64 -1e+64
37: Test Seed:1757575381657929274
37: Test Scalar=int
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 2.47955e-07 0.00300739 -0.00501105 || 0.051031 10977 11846 || 11342.8 11377 || -69.2728 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 2.47955e-07 0.0276661 0.00257579 || 0.051031 1e+64 -1e+64
37: Test Scalar=unsigned int
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 2.47955e-07 0.0304809 -0.00554489 || 0.051031 10909 11784 || 11040.4 11377 || -76.6526 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 2.47955e-07 -0.000713521 -0.000923779 || 0.051031 1e+64 -1e+64
37: Test Scalar=int64_t
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 2.47955e-07 0.00149747 -0.00438753 || 0.051031 10894 11748 || 11359.9 11377 || -60.6532 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 2.47955e-07 -0.00610391 0.0015145 || 0.051031 1e+64 -1e+64
37: Test Scalar=uint64_t
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 2.47955e-07 -0.00530963 -0.00515623 || 0.051031 10977 11773 || 11437.7 11377 || -71.2797 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 2.47955e-07 0.00549604 -0.00546208 || 0.051031 1e+64 -1e+64
37: Test Scalar=half
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 0.000241777 -0.999975 -7595.65 || 0.051031 0 77730 || 4.61091e+08 11377 || -1.05002e+08 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 0.000725012 -0.143494 0.0202514 || 0.051031 1e+64 -1e+64
37: Test Scalar=bhalf
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 0.00195715 -0.999997 -9108.2 || 0.051031 0 616049 || 4.5161e+09 11377 || -1.25912e+08 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 0.0058826 -0.922813 1.63172 || 0.051031 1e+64 -1e+64
37: Test Scalar=float
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 2.73387e-07 0.0118148 -0.00374476 || 0.051031 10961 11840 || 11244.1 11377 || -51.7675 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 3.24249e-07 0.00135543 -0.00110846 || 0.051031 1e+64 -1e+64
37: Test Scalar=double
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 2.47955e-07 -0.00983551 -0.00382958 || 0.051031 10939 11805 || 11490 11377 || -52.9401 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 2.47955e-07 -0.00150181 0.00479433 || 0.051031 1e+64 -1e+64
37: [       OK ] cuda.Random_XorShift1024_0 (196 ms)
37: [ RUN      ] cuda.Multi_streams
37: [       OK ] cuda.Multi_streams (343 ms)
37: [----------] 3 tests from cuda (751 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 3 tests from 1 test suite ran. (751 ms total)
37: [  PASSED  ] 3 tests.
37/56 Test #37: Kokkos_UnitTest_Random .....................................   Passed    0.91 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_A

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

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

40: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
40: Test timeout computed to be: 1500
40: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
40:                                     Detected: 6 cores per node.
40:                                     Detected: 1 MPI_ranks per node.
40:                                     Requested: 8 threads per process.
40: [==========] Running 13 tests from 10 test suites.
40: [----------] Global test environment set-up.
40: [----------] 1 test from std_algorithms_lexicographical_compare_test
40: [ RUN      ] std_algorithms_lexicographical_compare_test.test
40: [       OK ] std_algorithms_lexicographical_compare_test.test (19 ms)
40: [----------] 1 test from std_algorithms_lexicographical_compare_test (19 ms total)
40: 
40: [----------] 1 test from std_algorithms_for_each_test
40: [ RUN      ] std_algorithms_for_each_test.test
40: [       OK ] std_algorithms_for_each_test.test (63 ms)
40: [----------] 1 test from std_algorithms_for_each_test (63 ms total)
40: 
40: [----------] 1 test from std_algorithms_find_test
40: [ RUN      ] std_algorithms_find_test.test
40: [       OK ] std_algorithms_find_test.test (41 ms)
40: [----------] 1 test from std_algorithms_find_test (41 ms total)
40: 
40: [----------] 4 tests from std_algorithms_non_mod_seq_ops
40: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
40: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (425 ms)
40: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
40: [       OK ] std_algorithms_non_mod_seq_ops.find_end (535 ms)
40: [ RUN      ] std_algorithms_non_mod_seq_ops.search
40: [       OK ] std_algorithms_non_mod_seq_ops.search (516 ms)
40: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
40: [       OK ] std_algorithms_non_mod_seq_ops.search_n (357 ms)
40: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1835 ms total)
40: 
40: [----------] 1 test from std_algorithms_count_test
40: [ RUN      ] std_algorithms_count_test.test
40: [       OK ] std_algorithms_count_test.test (36 ms)
40: [----------] 1 test from std_algorithms_count_test (36 ms total)
40: 
40: [----------] 1 test from std_algorithms_equal_test
40: [ RUN      ] std_algorithms_equal_test.test
40: [       OK ] std_algorithms_equal_test.test (12 ms)
40: [----------] 1 test from std_algorithms_equal_test (13 ms total)
40: 
40: [----------] 1 test from std_algorithms_all_any_none_of_test
40: [ RUN      ] std_algorithms_all_any_none_of_test.test
40: [       OK ] std_algorithms_all_any_none_of_test.test (36 ms)
40: [----------] 1 test from std_algorithms_all_any_none_of_test (36 ms total)
40: 
40: [----------] 1 test from std_algorithms_nonmod_seq_ops
40: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
40: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (102 ms)
40: [----------] 1 test from std_algorithms_nonmod_seq_ops (102 ms total)
40: 
40: [----------] 1 test from std_algorithms_mismatch_test
40: [ RUN      ] std_algorithms_mismatch_test.test
40: [       OK ] std_algorithms_mismatch_test.test (126 ms)
40: [----------] 1 test from std_algorithms_mismatch_test (127 ms total)
40: 
40: [----------] 1 test from std_algorithms_mod_seq_ops
40: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
40: [       OK ] std_algorithms_mod_seq_ops.move_backward (87 ms)
40: [----------] 1 test from std_algorithms_mod_seq_ops (87 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 13 tests from 10 test suites ran. (2363 ms total)
40: [  PASSED  ] 13 tests.
40/56 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    2.52 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_D

41: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
41: Test timeout computed to be: 1500
41: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
41:                                     Detected: 6 cores per node.
41:                                     Detected: 1 MPI_ranks per node.
41:                                     Requested: 8 threads per process.
41: [==========] Running 31 tests from 5 test suites.
41: [----------] Global test environment set-up.
41: [----------] 3 tests from std_algorithms_mod_ops_test
41: [ RUN      ] std_algorithms_mod_ops_test.move
41: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
41: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
41: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms)
41: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
41: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
41: [----------] 3 tests from std_algorithms_mod_ops_test (1 ms total)
41: 
41: [----------] 12 tests from std_algorithms_mod_seq_ops_test
41: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
41: [       OK ] std_algorithms_mod_seq_ops_test.copy (1 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
41: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
41: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
41: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
41: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
41: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
41: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
41: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
41: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
41: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
41: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
41: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
41: [----------] 12 tests from std_algorithms_mod_seq_ops_test (4 ms total)
41: 
41: [----------] 4 tests from std_algorithms_replace_ops_test
41: [ RUN      ] std_algorithms_replace_ops_test.replace
41: [       OK ] std_algorithms_replace_ops_test.replace (43 ms)
41: [ RUN      ] std_algorithms_replace_ops_test.replace_if
41: [       OK ] std_algorithms_replace_ops_test.replace_if (116 ms)
41: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
41: [       OK ] std_algorithms_replace_ops_test.replace_copy (75 ms)
41: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
41: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (95 ms)
41: [----------] 4 tests from std_algorithms_replace_ops_test (331 ms total)
41: 
41: [----------] 11 tests from std_algorithms_mod_seq_ops
41: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
41: [       OK ] std_algorithms_mod_seq_ops.copy_if (52 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops.unique
41: [       OK ] std_algorithms_mod_seq_ops.unique (115 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
41: [       OK ] std_algorithms_mod_seq_ops.unique_copy (49 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops.remove
41: [       OK ] std_algorithms_mod_seq_ops.remove (43 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
41: [       OK ] std_algorithms_mod_seq_ops.remove_if (48 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
41: [       OK ] std_algorithms_mod_seq_ops.remove_copy (199 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
41: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (52 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops.rotate
41: [       OK ] std_algorithms_mod_seq_ops.rotate (1763 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
41: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (517 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
41: [       OK ] std_algorithms_mod_seq_ops.shift_left (1912 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
41: [       OK ] std_algorithms_mod_seq_ops.shift_right (1875 ms)
41: [----------] 11 tests from std_algorithms_mod_seq_ops (6631 ms total)
41: 
41: [----------] 1 test from std_algorithms_modseq_test
41: [ RUN      ] std_algorithms_modseq_test.reverse
41: [       OK ] std_algorithms_modseq_test.reverse (89 ms)
41: [----------] 1 test from std_algorithms_modseq_test (89 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 31 tests from 5 test suites ran. (7058 ms total)
41: [  PASSED  ] 31 tests.
41/56 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    7.22 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_E

42: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
42: Test timeout computed to be: 1500
42: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
42:                                     Detected: 6 cores per node.
42:                                     Detected: 1 MPI_ranks per node.
42:                                     Requested: 8 threads per process.
42: [==========] Running 29 tests from 7 test suites.
42: [----------] Global test environment set-up.
42: [----------] 2 tests from std_algorithms_sorting_ops_test
42: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
42: [       OK ] std_algorithms_sorting_ops_test.is_sorted (10 ms)
42: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
42: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (17 ms)
42: [----------] 2 tests from std_algorithms_sorting_ops_test (27 ms total)
42: 
42: [----------] 4 tests from std_algorithms_partitioning_test
42: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
42: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
42: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
42: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms)
42: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
42: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms)
42: [ RUN      ] std_algorithms_partitioning_test.partition_point
42: [       OK ] std_algorithms_partitioning_test.partition_point (0 ms)
42: [----------] 4 tests from std_algorithms_partitioning_test (2 ms total)
42: 
42: [----------] 1 test from std_algorithms_partitioning_ops
42: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
42: [       OK ] std_algorithms_partitioning_ops.partition_copy (22 ms)
42: [----------] 1 test from std_algorithms_partitioning_ops (22 ms total)
42: 
42: [----------] 12 tests from std_algorithms_numerics_test
42: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
42: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (3 ms)
42: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
42: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (0 ms)
42: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
42: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (0 ms)
42: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
42: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (0 ms)
42: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
42: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
42: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
42: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
42: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
42: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
42: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
42: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms)
42: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
42: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
42: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
42: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
42: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
42: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms)
42: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
42: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms)
42: [----------] 12 tests from std_algorithms_numerics_test (12 ms total)
42: 
42: [----------] 1 test from std_algorithms_numerics_ops_test
42: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
42: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (154 ms)
42: [----------] 1 test from std_algorithms_numerics_ops_test (154 ms total)
42: 
42: [----------] 8 tests from std_algorithms_numeric_ops_test
42: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
42: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (692 ms)
42: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
42: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
42: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
42: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (625 ms)
42: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
42: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
42: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
42: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (142 ms)
42: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
42: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
42: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
42: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (248 ms)
42: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
42: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
42: [----------] 8 tests from std_algorithms_numeric_ops_test (1709 ms total)
42: 
42: [----------] 1 test from std_algorithms_transform_ops_test
42: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
42: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (58 ms)
42: [----------] 1 test from std_algorithms_transform_ops_test (58 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 29 tests from 7 test suites ran. (1987 ms total)
42: [  PASSED  ] 29 tests.
42/56 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    2.14 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

43: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
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 12 tests from 7 test suites.
43: [----------] Global test environment set-up.
43: [----------] 2 tests from std_algorithms_adjacent_find_team_test
43: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
43: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (624 ms)
43: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
43: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (604 ms)
43: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1229 ms total)
43: 
43: [----------] 2 tests from std_algorithms_count_team_test
43: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
43: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (297 ms)
43: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
43: [       OK ] std_algorithms_count_team_test.count_returns_zero (265 ms)
43: [----------] 2 tests from std_algorithms_count_team_test (563 ms total)
43: 
43: [----------] 1 test from std_algorithms_count_if_team_test
43: [ RUN      ] std_algorithms_count_if_team_test.test
43: [       OK ] std_algorithms_count_if_team_test.test (342 ms)
43: [----------] 1 test from std_algorithms_count_if_team_test (342 ms total)
43: 
43: [----------] 1 test from std_algorithms_for_each_team_test
43: [ RUN      ] std_algorithms_for_each_team_test.test
43: [       OK ] std_algorithms_for_each_team_test.test (503 ms)
43: [----------] 1 test from std_algorithms_for_each_team_test (503 ms total)
43: 
43: [----------] 1 test from std_algorithms_for_each_n_team_test
43: [ RUN      ] std_algorithms_for_each_n_team_test.test
43: [       OK ] std_algorithms_for_each_n_team_test.test (594 ms)
43: [----------] 1 test from std_algorithms_for_each_n_team_test (594 ms total)
43: 
43: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
43: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
43: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (827 ms)
43: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
43: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (689 ms)
43: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
43: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (668 ms)
43: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (2185 ms total)
43: 
43: [----------] 2 tests from std_algorithms_mismatch_team_test
43: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
43: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (871 ms)
43: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
43: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (864 ms)
43: [----------] 2 tests from std_algorithms_mismatch_team_test (1735 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 12 tests from 7 test suites ran. (7154 ms total)
43: [  PASSED  ] 12 tests.
43/56 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed    7.33 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

44: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
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 8 tests from 4 test suites.
44: [----------] Global test environment set-up.
44: [----------] 2 tests from std_algorithms_equal_team_test
44: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
44: [       OK ] std_algorithms_equal_team_test.views_are_equal (1250 ms)
44: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
44: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1282 ms)
44: [----------] 2 tests from std_algorithms_equal_team_test (2533 ms total)
44: 
44: [----------] 2 tests from std_algorithms_search_team_test
44: [ RUN      ] std_algorithms_search_team_test.sequences_exist
44: [       OK ] std_algorithms_search_team_test.sequences_exist (592 ms)
44: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
44: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (615 ms)
44: [----------] 2 tests from std_algorithms_search_team_test (1207 ms total)
44: 
44: [----------] 2 tests from std_algorithms_find_end_team_test
44: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
44: [       OK ] std_algorithms_find_end_team_test.sequences_exist (749 ms)
44: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
44: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (731 ms)
44: [----------] 2 tests from std_algorithms_find_end_team_test (1481 ms total)
44: 
44: [----------] 2 tests from std_algorithms_find_first_of_team_test
44: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
44: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (644 ms)
44: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
44: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (913 ms)
44: [----------] 2 tests from std_algorithms_find_first_of_team_test (1557 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 8 tests from 4 test suites ran. (6779 ms total)
44: [  PASSED  ] 8 tests.
44/56 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed    6.94 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

45: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
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 11 tests from 7 test suites.
45: [----------] Global test environment set-up.
45: [----------] 2 tests from std_algorithms_find_team_test
45: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
45: [       OK ] std_algorithms_find_team_test.searched_values_exist (283 ms)
45: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
45: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (293 ms)
45: [----------] 2 tests from std_algorithms_find_team_test (577 ms total)
45: 
45: [----------] 2 tests from std_algorithms_find_if_team_test
45: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
45: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (277 ms)
45: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
45: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (279 ms)
45: [----------] 2 tests from std_algorithms_find_if_team_test (556 ms total)
45: 
45: [----------] 2 tests from std_algorithms_find_if_not_team_test
45: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
45: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (299 ms)
45: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
45: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (270 ms)
45: [----------] 2 tests from std_algorithms_find_if_not_team_test (569 ms total)
45: 
45: [----------] 1 test from std_algorithms_all_of_team_test
45: [ RUN      ] std_algorithms_all_of_team_test.test
45: [       OK ] std_algorithms_all_of_team_test.test (288 ms)
45: [----------] 1 test from std_algorithms_all_of_team_test (289 ms total)
45: 
45: [----------] 1 test from std_algorithms_any_of_team_test
45: [ RUN      ] std_algorithms_any_of_team_test.test
45: [       OK ] std_algorithms_any_of_team_test.test (256 ms)
45: [----------] 1 test from std_algorithms_any_of_team_test (256 ms total)
45: 
45: [----------] 1 test from std_algorithms_none_of_team_test
45: [ RUN      ] std_algorithms_none_of_team_test.test
45: [       OK ] std_algorithms_none_of_team_test.test (294 ms)
45: [----------] 1 test from std_algorithms_none_of_team_test (294 ms total)
45: 
45: [----------] 2 tests from std_algorithms_search_n_team_test
45: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
45: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (327 ms)
45: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
45: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (309 ms)
45: [----------] 2 tests from std_algorithms_search_n_team_test (636 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 11 tests from 7 test suites ran. (3180 ms total)
45: [  PASSED  ] 11 tests.
45/56 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    3.34 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

46: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
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 3 tests from 3 test suites.
46: [----------] Global test environment set-up.
46: [----------] 1 test from std_algorithms_min_element_team_test
46: [ RUN      ] std_algorithms_min_element_team_test.test
46: [       OK ] std_algorithms_min_element_team_test.test (804 ms)
46: [----------] 1 test from std_algorithms_min_element_team_test (804 ms total)
46: 
46: [----------] 1 test from std_algorithms_max_element_team_test
46: [ RUN      ] std_algorithms_max_element_team_test.test
46: [       OK ] std_algorithms_max_element_team_test.test (838 ms)
46: [----------] 1 test from std_algorithms_max_element_team_test (838 ms total)
46: 
46: [----------] 1 test from std_algorithms_minmax_element_team_test
46: [ RUN      ] std_algorithms_minmax_element_team_test.test
46: [       OK ] std_algorithms_minmax_element_team_test.test (912 ms)
46: [----------] 1 test from std_algorithms_minmax_element_team_test (912 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 3 tests from 3 test suites ran. (2555 ms total)
46: [  PASSED  ] 3 tests.
46/56 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    2.72 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

47: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
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 6 tests from 6 test suites.
47: [----------] Global test environment set-up.
47: [----------] 1 test from std_algorithms_fill_team_test
47: [ RUN      ] std_algorithms_fill_team_test.test
47: [       OK ] std_algorithms_fill_team_test.test (355 ms)
47: [----------] 1 test from std_algorithms_fill_team_test (355 ms total)
47: 
47: [----------] 1 test from std_algorithms_fill_n_team_test
47: [ RUN      ] std_algorithms_fill_n_team_test.test
47: [       OK ] std_algorithms_fill_n_team_test.test (462 ms)
47: [----------] 1 test from std_algorithms_fill_n_team_test (462 ms total)
47: 
47: [----------] 1 test from std_algorithms_replace_team_test
47: [ RUN      ] std_algorithms_replace_team_test.test
47: [       OK ] std_algorithms_replace_team_test.test (488 ms)
47: [----------] 1 test from std_algorithms_replace_team_test (488 ms total)
47: 
47: [----------] 1 test from std_algorithms_replace_if_team_test
47: [ RUN      ] std_algorithms_replace_if_team_test.test
47: [       OK ] std_algorithms_replace_if_team_test.test (443 ms)
47: [----------] 1 test from std_algorithms_replace_if_team_test (443 ms total)
47: 
47: [----------] 1 test from std_algorithms_replace_copy_team_test
47: [ RUN      ] std_algorithms_replace_copy_team_test.test
47: [       OK ] std_algorithms_replace_copy_team_test.test (589 ms)
47: [----------] 1 test from std_algorithms_replace_copy_team_test (589 ms total)
47: 
47: [----------] 1 test from std_algorithms_replace_copy_if_team_test
47: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
47: [       OK ] std_algorithms_replace_copy_if_team_test.test (520 ms)
47: [----------] 1 test from std_algorithms_replace_copy_if_team_test (520 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 6 tests from 6 test suites ran. (2861 ms total)
47: [  PASSED  ] 6 tests.
47/56 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    3.02 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

48: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
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 4 tests from 4 test suites.
48: [----------] Global test environment set-up.
48: [----------] 1 test from std_algorithms_reverse_team_test
48: [ RUN      ] std_algorithms_reverse_team_test.test
48: [       OK ] std_algorithms_reverse_team_test.test (388 ms)
48: [----------] 1 test from std_algorithms_reverse_team_test (388 ms total)
48: 
48: [----------] 1 test from std_algorithms_reverse_copy_team_test
48: [ RUN      ] std_algorithms_reverse_copy_team_test.test
48: [       OK ] std_algorithms_reverse_copy_team_test.test (464 ms)
48: [----------] 1 test from std_algorithms_reverse_copy_team_test (464 ms total)
48: 
48: [----------] 1 test from std_algorithms_rotate_team_test
48: [ RUN      ] std_algorithms_rotate_team_test.test
48: [       OK ] std_algorithms_rotate_team_test.test (796 ms)
48: [----------] 1 test from std_algorithms_rotate_team_test (796 ms total)
48: 
48: [----------] 1 test from std_algorithms_rotate_copy_team_test
48: [ RUN      ] std_algorithms_rotate_copy_team_test.test
48: [       OK ] std_algorithms_rotate_copy_team_test.test (871 ms)
48: [----------] 1 test from std_algorithms_rotate_copy_team_test (871 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 4 tests from 4 test suites ran. (2521 ms total)
48: [  PASSED  ] 4 tests.
48/56 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    2.68 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

49: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
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 4 tests from 4 test suites.
49: [----------] Global test environment set-up.
49: [----------] 1 test from std_algorithms_move_team_test
49: [ RUN      ] std_algorithms_move_team_test.test
49: [       OK ] std_algorithms_move_team_test.test (645 ms)
49: [----------] 1 test from std_algorithms_move_team_test (645 ms total)
49: 
49: [----------] 1 test from std_algorithms_move_backward_team_test
49: [ RUN      ] std_algorithms_move_backward_team_test.test
49: [       OK ] std_algorithms_move_backward_team_test.test (548 ms)
49: [----------] 1 test from std_algorithms_move_backward_team_test (548 ms total)
49: 
49: [----------] 1 test from std_algorithms_shift_left_team_test
49: [ RUN      ] std_algorithms_shift_left_team_test.test
49: [       OK ] std_algorithms_shift_left_team_test.test (2349 ms)
49: [----------] 1 test from std_algorithms_shift_left_team_test (2349 ms total)
49: 
49: [----------] 1 test from std_algorithms_shift_right_team_test
49: [ RUN      ] std_algorithms_shift_right_team_test.test
49: [       OK ] std_algorithms_shift_right_team_test.test (2311 ms)
49: [----------] 1 test from std_algorithms_shift_right_team_test (2311 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 4 tests from 4 test suites ran. (5854 ms total)
49: [  PASSED  ] 4 tests.
49/56 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed    6.01 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

50: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
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 9 tests from 9 test suites.
50: [----------] Global test environment set-up.
50: [----------] 1 test from std_algorithms_copy_team_test
50: [ RUN      ] std_algorithms_copy_team_test.test
50: [       OK ] std_algorithms_copy_team_test.test (857 ms)
50: [----------] 1 test from std_algorithms_copy_team_test (857 ms total)
50: 
50: [----------] 1 test from std_algorithms_copy_n_team_test
50: [ RUN      ] std_algorithms_copy_n_team_test.test
50: [       OK ] std_algorithms_copy_n_team_test.test (577 ms)
50: [----------] 1 test from std_algorithms_copy_n_team_test (577 ms total)
50: 
50: [----------] 1 test from std_algorithms_copy_backward_team_test
50: [ RUN      ] std_algorithms_copy_backward_team_test.test
50: [       OK ] std_algorithms_copy_backward_team_test.test (601 ms)
50: [----------] 1 test from std_algorithms_copy_backward_team_test (601 ms total)
50: 
50: [----------] 1 test from std_algorithms_copy_if_team_test
50: [ RUN      ] std_algorithms_copy_if_team_test.test
50: [       OK ] std_algorithms_copy_if_team_test.test (567 ms)
50: [----------] 1 test from std_algorithms_copy_if_team_test (567 ms total)
50: 
50: [----------] 1 test from std_algorithms_unique_copy_team_test
50: [ RUN      ] std_algorithms_unique_copy_team_test.test
50: [       OK ] std_algorithms_unique_copy_team_test.test (619 ms)
50: [----------] 1 test from std_algorithms_unique_copy_team_test (620 ms total)
50: 
50: [----------] 1 test from std_algorithms_remove_team_test
50: [ RUN      ] std_algorithms_remove_team_test.test
50: [       OK ] std_algorithms_remove_team_test.test (518 ms)
50: [----------] 1 test from std_algorithms_remove_team_test (518 ms total)
50: 
50: [----------] 1 test from std_algorithms_remove_if_team_test
50: [ RUN      ] std_algorithms_remove_if_team_test.test
50: [       OK ] std_algorithms_remove_if_team_test.test (483 ms)
50: [----------] 1 test from std_algorithms_remove_if_team_test (483 ms total)
50: 
50: [----------] 1 test from std_algorithms_remove_copy_team_test
50: [ RUN      ] std_algorithms_remove_copy_team_test.test
50: [       OK ] std_algorithms_remove_copy_team_test.test (685 ms)
50: [----------] 1 test from std_algorithms_remove_copy_team_test (685 ms total)
50: 
50: [----------] 1 test from std_algorithms_remove_copy_if_team_test
50: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
50: [       OK ] std_algorithms_remove_copy_if_team_test.test (559 ms)
50: [----------] 1 test from std_algorithms_remove_copy_if_team_test (560 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 9 tests from 9 test suites ran. (5473 ms total)
50: [  PASSED  ] 9 tests.
50/56 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    5.63 sec
test 51
      Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

51: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
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 4 tests from 4 test suites.
51: [----------] Global test environment set-up.
51: [----------] 1 test from std_algorithms_unique_team_test
51: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
51: [       OK ] std_algorithms_unique_team_test.test_default_predicate (660 ms)
51: [----------] 1 test from std_algorithms_unique_team_test (661 ms total)
51: 
51: [----------] 1 test from std_algorithms_adjacent_difference_team_test
51: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
51: [       OK ] std_algorithms_adjacent_difference_team_test.test (1035 ms)
51: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1035 ms total)
51: 
51: [----------] 1 test from std_algorithms_reduce_team_test
51: [ RUN      ] std_algorithms_reduce_team_test.test
51: [       OK ] std_algorithms_reduce_team_test.test (954 ms)
51: [----------] 1 test from std_algorithms_reduce_team_test (954 ms total)
51: 
51: [----------] 1 test from std_algorithms_transform_reduce_team_test
51: [ RUN      ] std_algorithms_transform_reduce_team_test.test
51: [       OK ] std_algorithms_transform_reduce_team_test.test (1719 ms)
51: [----------] 1 test from std_algorithms_transform_reduce_team_test (1719 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 4 tests from 4 test suites ran. (4370 ms total)
51: [  PASSED  ] 4 tests.
51/56 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    4.53 sec
test 52
      Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

52: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
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 5 test suites.
52: [----------] Global test environment set-up.
52: [----------] 2 tests from std_algorithms_is_sorted_team_test
52: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
52: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (883 ms)
52: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
52: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (670 ms)
52: [----------] 2 tests from std_algorithms_is_sorted_team_test (1553 ms total)
52: 
52: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
52: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
52: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (12 ms)
52: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
52: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (14 ms)
52: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
52: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (633 ms)
52: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
52: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (822 ms)
52: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1484 ms total)
52: 
52: [----------] 4 tests from std_algorithms_is_partitioned_team_test
52: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
52: [       OK ] std_algorithms_is_partitioned_team_test.empty (7 ms)
52: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
52: [       OK ] std_algorithms_is_partitioned_team_test.all_true (403 ms)
52: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
52: [       OK ] std_algorithms_is_partitioned_team_test.all_false (410 ms)
52: [ RUN      ] std_algorithms_is_partitioned_team_test.random
52: [       OK ] std_algorithms_is_partitioned_team_test.random (337 ms)
52: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1159 ms total)
52: 
52: [----------] 4 tests from std_algorithms_partition_copy_team_test
52: [ RUN      ] std_algorithms_partition_copy_team_test.empty
52: [       OK ] std_algorithms_partition_copy_team_test.empty (11 ms)
52: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
52: [       OK ] std_algorithms_partition_copy_team_test.all_true (992 ms)
52: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
52: [       OK ] std_algorithms_partition_copy_team_test.all_false (936 ms)
52: [ RUN      ] std_algorithms_partition_copy_team_test.random
52: [       OK ] std_algorithms_partition_copy_team_test.random (881 ms)
52: [----------] 4 tests from std_algorithms_partition_copy_team_test (2822 ms total)
52: 
52: [----------] 4 tests from std_algorithms_partition_point_team_test
52: [ RUN      ] std_algorithms_partition_point_team_test.empty
52: [       OK ] std_algorithms_partition_point_team_test.empty (7 ms)
52: [ RUN      ] std_algorithms_partition_point_team_test.all_true
52: [       OK ] std_algorithms_partition_point_team_test.all_true (376 ms)
52: [ RUN      ] std_algorithms_partition_point_team_test.all_false
52: [       OK ] std_algorithms_partition_point_team_test.all_false (376 ms)
52: [ RUN      ] std_algorithms_partition_point_team_test.random
52: [       OK ] std_algorithms_partition_point_team_test.random (315 ms)
52: [----------] 4 tests from std_algorithms_partition_point_team_test (1076 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 18 tests from 5 test suites ran. (8095 ms total)
52: [  PASSED  ] 18 tests.
52/56 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    8.26 sec
test 53
      Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

53: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
53: Test timeout computed to be: 1500
53: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
53:                                     Detected: 6 cores per node.
53:                                     Detected: 1 MPI_ranks per node.
53:                                     Requested: 8 threads per process.
53: [==========] Running 5 tests from 4 test suites.
53: [----------] Global test environment set-up.
53: [----------] 2 tests from std_algorithms_transform_team_test
53: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
53: [       OK ] std_algorithms_transform_team_test.test_unary_op (903 ms)
53: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
53: [       OK ] std_algorithms_transform_team_test.test_binary_op (1029 ms)
53: [----------] 2 tests from std_algorithms_transform_team_test (1932 ms total)
53: 
53: [----------] 1 test from std_algorithms_generate_team_test
53: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
53: [       OK ] std_algorithms_generate_team_test.test_unary_op (1922 ms)
53: [----------] 1 test from std_algorithms_generate_team_test (1922 ms total)
53: 
53: [----------] 1 test from std_algorithms_generate_n_team_test
53: [ RUN      ] std_algorithms_generate_n_team_test.test
53: [       OK ] std_algorithms_generate_n_team_test.test (471 ms)
53: [----------] 1 test from std_algorithms_generate_n_team_test (471 ms total)
53: 
53: [----------] 1 test from std_algorithms_swap_ranges_team_test
53: [ RUN      ] std_algorithms_swap_ranges_team_test.test
53: [       OK ] std_algorithms_swap_ranges_team_test.test (956 ms)
53: [----------] 1 test from std_algorithms_swap_ranges_team_test (956 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 5 tests from 4 test suites ran. (5283 ms total)
53: [  PASSED  ] 5 tests.
53/56 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    5.44 sec
test 54
      Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

54: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
54: Test timeout computed to be: 1500
54: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
54:                                     Detected: 6 cores per node.
54:                                     Detected: 1 MPI_ranks per node.
54:                                     Requested: 8 threads per process.
54: [==========] Running 2 tests from 2 test suites.
54: [----------] Global test environment set-up.
54: [----------] 1 test from std_algorithms_exclusive_scan_team_test
54: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
54: [       OK ] std_algorithms_exclusive_scan_team_test.test (2206 ms)
54: [----------] 1 test from std_algorithms_exclusive_scan_team_test (2206 ms total)
54: 
54: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
54: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
54: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (1099 ms)
54: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1099 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 2 tests from 2 test suites ran. (3306 ms total)
54: [  PASSED  ] 2 tests.
54/56 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    3.47 sec
test 55
      Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

55: Test command: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
55: Test timeout computed to be: 1500
55: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
55:                                     Detected: 6 cores per node.
55:                                     Detected: 1 MPI_ranks per node.
55:                                     Requested: 8 threads per process.
55: [==========] Running 2 tests from 2 test suites.
55: [----------] Global test environment set-up.
55: [----------] 1 test from std_algorithms_inclusive_scan_team_test
55: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
55: [       OK ] std_algorithms_inclusive_scan_team_test.test (3183 ms)
55: [----------] 1 test from std_algorithms_inclusive_scan_team_test (3183 ms total)
55: 
55: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
55: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
55: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (2153 ms)
55: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (2153 ms total)
55: 
55: [----------] Global test environment tear-down
55: [==========] 2 tests from 2 test suites ran. (5337 ms total)
55: [  PASSED  ] 2 tests.
55/56 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    5.51 sec
test 56
      Start 56: Kokkos_UnitTest_SIMD

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

100% tests passed, 0 tests failed out of 56

Label Time Summary:
Kokkos    = 310.84 sec*proc (56 tests)

Total Test time (real) = 310.92 sec
Post stage
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 15a636623a0a6d7f35881f073ce2bf85e807cef3fdac6ecf074f2ea170681fa1
INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-8428' for the testing framework 'CTest-Version 3.x (default)'.
$ docker rm -f --volumes 15a636623a0a6d7f35881f073ce2bf85e807cef3fdac6ecf074f2ea170681fa1
[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
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.64.195.106/10.64.195.106:55478
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1916)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:384)
		at hudson.remoting.Channel.call(Channel.java:1108)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:306)
		at PluginClassLoader for git-client/jdk.proxy50/jdk.proxy50.$Proxy130.withRepository(Unknown Source)
		at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:264)
		at PluginClassLoader for git//jenkins.plugins.git.GitHooksConfiguration.configure(GitHooksConfiguration.java:104)
		at PluginClassLoader for git//jenkins.plugins.git.GitHooksConfiguration.configure(GitHooksConfiguration.java:94)
		at PluginClassLoader for git//jenkins.plugins.git.GitHooksConfiguration.configure(GitHooksConfiguration.java:83)
		at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1232)
		at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1311)
		at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1278)
		at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
		at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
		at PluginClassLoader for workflow-scm-step//org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
		at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:49)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
		at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
		at java.base/java.lang.Thread.run(Unknown Source)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 924b3a2f-0ee6-485b-ad2d-dd957bf4621e
Also:   	Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 77f4af98-b461-4f17-b383-fac725e70b86
hudson.AbortException: script returned exit code 1
		at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:693)
		at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:625)
		at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:566)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
		at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
		at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
		at java.base/java.lang.Thread.run(Unknown Source)
java.io.IOException: Disk quota exceeded
	at java.base/java.io.FileOutputStream.writeBytes(Native Method)
	at java.base/java.io.FileOutputStream.write(FileOutputStream.java:346)
	at PluginClassLoader for git-client//org.eclipse.jgit.internal.storage.file.LockFile.write(LockFile.java:305)
	at PluginClassLoader for git-client//org.eclipse.jgit.storage.file.FileBasedConfig.save(FileBasedConfig.java:205)
	at PluginClassLoader for git//jenkins.plugins.git.DisableHooks.invoke(DisableHooks.java:27)
	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:31)
	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:86)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:986)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:961)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:907)
	at hudson.remoting.UserRequest.perform(UserRequest.java:225)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:391)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:138)
	at java.base/java.lang.Thread.run(Thread.java:1583)

GitHub has been notified of this commit’s build result

Finished: FAILURE