Skip to content
Failed

Console Output

dalg24 commented: Retest this please
13:53:58 Connecting to https://api.github.com using 476720/******
Obtained .jenkins/continuous.groovy from 5866f317284987bf49445a87d9e5a45fd2c411c4+e02c7913f95f44f8f060e1dd56c41a418a9de276 (40d85d880e61074654f4963acc331616247057d9)
[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
Merging remotes/origin/develop commit e02c7913f95f44f8f060e1dd56c41a418a9de276 into PR head commit 5866f317284987bf49445a87d9e5a45fd2c411c4
Merge succeeded, producing d012e656ae170fd160f0600708dc96686bf8dca6
Checking out Revision d012e656ae170fd160f0600708dc96686bf8dca6 (PR-8428)
Commit message: "Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' 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 config core.sparsecheckout # timeout=10
 > git checkout -f 5866f317284987bf49445a87d9e5a45fd2c411c4 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge e02c7913f95f44f8f060e1dd56c41a418a9de276 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d012e656ae170fd160f0600708dc96686bf8dca6 # timeout=10
 > git rev-list --no-walk b981b7d9f481dc5ebca258f140d63b2fc02ad0c6 # timeout=10
[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
+ 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 ******** -e ******** -e ******** 6a83f0f99982de55afca438f36f5e29a408e8c49 cat
$ docker top 485a656f59e2e5065dcfbab9dad496198a366d18afaffe375cc43ca75bee0353 -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 485a656f59e2e5065dcfbab9dad496198a366d18afaffe375cc43ca75bee0353
$ docker rm -f --volumes 485a656f59e2e5065dcfbab9dad496198a366d18afaffe375cc43ca75bee0353
[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
Running on CPU_Node_05 in /var/jenkins/workspace/Kokkos_PR-8428
[Pipeline] node
Running on padirac11 in /var/jenkins/workspace/Kokkos_PR-8428
[Pipeline] {
[Pipeline] {
[Pipeline] {
Running on waffle_03 in /var/jenkins/workspace/Kokkos_PR-8428
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
[Pipeline] checkout
Fetching changes from the remote Git repository
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
[Pipeline] {
Fetching without tags
using credential Jenkins ORNL
Fetching changes from the remote Git repository
Fetching without tags
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
Merging remotes/origin/develop commit e02c7913f95f44f8f060e1dd56c41a418a9de276 into PR head commit 5866f317284987bf49445a87d9e5a45fd2c411c4
Merging remotes/origin/develop commit e02c7913f95f44f8f060e1dd56c41a418a9de276 into PR head commit 5866f317284987bf49445a87d9e5a45fd2c411c4
Merge succeeded, producing f2e86a73e27e2ca7269c7e960f6775af3f775d69
Checking out Revision f2e86a73e27e2ca7269c7e960f6775af3f775d69 (PR-8428)
Commit message: "Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD"
Merge succeeded, producing 39a70477d7f74b6c20f45dc445b874e0d49cebf7
Checking out Revision 39a70477d7f74b6c20f45dc445b874e0d49cebf7 (PR-8428)
 > 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 5866f317284987bf49445a87d9e5a45fd2c411c4 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge e02c7913f95f44f8f060e1dd56c41a418a9de276 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f2e86a73e27e2ca7269c7e960f6775af3f775d69 # timeout=10
 > git rev-list --no-walk b981b7d9f481dc5ebca258f140d63b2fc02ad0c6 # timeout=10
Commit message: "Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD"
First time build. Skipping changelog.
[Pipeline] withEnv
using credential Jenkins ORNL
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
Fetching changes from the remote Git repository
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8428/.git # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
 > 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 5866f317284987bf49445a87d9e5a45fd2c411c4 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge e02c7913f95f44f8f060e1dd56c41a418a9de276 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 39a70477d7f74b6c20f45dc445b874e0d49cebf7 # timeout=10
 > git rev-list --no-walk b981b7d9f481dc5ebca258f140d63b2fc02ad0c6 # timeout=10
[Pipeline] sh
+ docker build -t d5a16aa400f8ab7c0c2c1dcff6d6231f6509704c -f scripts/docker/Dockerfile.gcc scripts/docker
#1 [internal] load build definition from Dockerfile.gcc
#1 sha256:77e48d44180c072621014845e9da1dd493b7c77efeec88e0da05989eef5209d4
#1 transferring dockerfile: 1.17kB done
#1 DONE 0.0s

#2 [internal] load metadata for docker.io/library/ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9
#2 sha256:b1b48b66a699f3af6c23de22e027247b410879300b4fbc307ef39ba014d8ee45
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8428/.git # timeout=10
+ 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
Fetching without tags
#2 DONE 0.4s

#3 [internal] load .dockerignore
#3 sha256:4f6b284722e781feee911668fb39c33073d4b45ea41625d1162cc003869fe077
#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:217ad8aaad73227d35e5fca4937df71a91d747a4688e34ad80cedcbc971890c7
#8 exporting layers done
#8 writing image sha256:6e03637202b265b8636ea7be93b0b1d9725385bbaf825094a172370ce89b5363 done
#8 naming to docker.io/library/d5a16aa400f8ab7c0c2c1dcff6d6231f6509704c:latest done
#8 DONE 0.0s
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . 296161068f8c86175485237f87e861cf2513d56c
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
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 ******** -e ******** -e ******** 296161068f8c86175485237f87e861cf2513d56c cat
+ docker inspect -f . d5a16aa400f8ab7c0c2c1dcff6d6231f6509704c
.
Fetching changes from the remote Git repository
Fetching without tags
 > 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 
Merging remotes/origin/develop commit e02c7913f95f44f8f060e1dd56c41a418a9de276 into PR head commit 5866f317284987bf49445a87d9e5a45fd2c411c4
$ docker top c14c8f6881d0498b5a5342f15e8c927cf8400c73577ff5ccbcb21aff76d35ba5 -eo pid,comm
 > 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 5866f317284987bf49445a87d9e5a45fd2c411c4 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge e02c7913f95f44f8f060e1dd56c41a418a9de276 # timeout=10
[Pipeline] {
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
Merge succeeded, producing e05f4fbb833c2d6a6beceff54e793432ddf5af36
Checking out Revision e05f4fbb833c2d6a6beceff54e793432ddf5af36 (PR-8428)
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 ******** -e ******** -e ******** d5a16aa400f8ab7c0c2c1dcff6d6231f6509704c cat
$ docker top 2a9f4a690df6c094033e336b00cf73370ecf7b0a7c2c2070011e653f1f81c26a -eo pid,comm
[Pipeline] {
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ ccache --zero-stats
Statistics zeroed
[Pipeline] sh
+ 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 ..
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
 > 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
+ rm -rf build
-- 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
-- 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
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e05f4fbb833c2d6a6beceff54e793432ddf5af36 # timeout=10
-- SIMD: AVX2 detected
-- Built-in Execution Spaces:
--     Device Parallel: NoTypeDefined
--     Host Parallel: Kokkos::OpenMP
--       Host Serial: SERIAL
-- 
-- Architectures:
--  NATIVE
-- Performing Test KOKKOS_QUADMATH_COMPILER_SUPPORT
-- Performing Test KOKKOS_QUADMATH_COMPILER_SUPPORT - Success
-- Found OpenMP_CXX: -fopenmp (found 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
+ 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
-- [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
-- The CXX compiler identification is Clang 18.0.0
-- Detecting CXX compiler ABI info
Commit message: "Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD"
First time build. Skipping changelog.
-- [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
 > git rev-list --no-walk b981b7d9f481dc5ebca258f140d63b2fc02ad0c6 # timeout=10
-- [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
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
-- [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
+ 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
Successfully tagged f35d960af5d621a019c0ff2a29f22f7afa474615:latest
-- [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
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
-- [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
+ docker inspect -f . f35d960af5d621a019c0ff2a29f22f7afa474615
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
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 ******** -e ******** -e ******** f35d960af5d621a019c0ff2a29f22f7afa474615 cat
-- 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
-- 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
-- [benchmark] Performing Test HAVE_STD_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX
-- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- [benchmark] Compiling and running to test HAVE_POSIX_REGEX
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- [benchmark] Found Threads: TRUE  
-- Sources TestOpenMP.cpp
-- No installed google benchmark found, fetching from GitHub
-- Kokkos Backends: OPENMP;SERIAL
-- Configuring done (5.9s)
-- 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 _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[  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_runner.cc.o
[  1%] Built target AlwaysCheckGit
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
$ docker top 9b681fb55e2a9e44328a771c2ac6a0e38d2a014608ee6d9656875e3dd13c6d6f -eo pid,comm
ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements).
Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`.
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
+ ccache --zero-stats
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
Statistics zeroed
[Pipeline] sh
[  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/colorprint.cc.o
+ rm -rf install
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
+ mkdir -p install
+ rm -rf build
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
+ 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
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.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
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
-- SIMD: AVX2 detected
-- CUDA auto-detection of architecture failed with /usr/bin/g++-11. Enabling CUDA language ONLY to auto-detect architecture...
-- Looking for a CUDA compiler
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.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
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
-- Performing Test Kokkos_ENABLE_IMPL_SKIP_NO_RTTI_FLAG - Failed
-- Found TPLLIBDL: /usr/include/  
-- Looking for C++ include pthread.h
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
Merging remotes/origin/develop commit e02c7913f95f44f8f060e1dd56c41a418a9de276 into PR head commit 5866f317284987bf49445a87d9e5a45fd2c411c4
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5866f317284987bf49445a87d9e5a45fd2c411c4 # timeout=10
-- Looking for a CUDA compiler - /usr/local/cuda/bin/nvcc
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
[  4%] Linking CXX static library libbenchmark.a
[  4%] Built target benchmark
[  4%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[  4%] 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_HostThreadTeam.cpp.o
-- The CUDA compiler identification is NVIDIA 12.2.140
-- Detecting CUDA compiler ABI info
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[  4%] Linking CXX static library libimpl_git_version.a
Merge succeeded, producing f413584d639cdb9eed5a0d8ba7d5425ea1242362
Checking out Revision f413584d639cdb9eed5a0d8ba7d5425ea1242362 (PR-8428)
Commit message: "Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD"
First time build. Skipping changelog.
[  4%] Built target impl_git_version
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge e02c7913f95f44f8f060e1dd56c41a418a9de276 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f413584d639cdb9eed5a0d8ba7d5425ea1242362 # timeout=10
 > git rev-list --no-walk b981b7d9f481dc5ebca258f140d63b2fc02ad0c6 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS
[  4%] Linking CXX static library libbenchmark_main.a
-- Detecting CUDA compiler ABI info - done
-- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped
-- Detecting CUDA compile features
-- Detecting CUDA compile features - done
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[  4%] Built target benchmark_main
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
+ docker build -t db7bb9a92187e06209dad55003dd05300736e16d -f scripts/docker/Dockerfile.modules scripts/docker
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success
-- Using bundled desul_atomics copy (desul/desul@fd8da8299519d7ecde91a1c11a3ac8469ce29cac)
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK
#1 [internal] load build definition from Dockerfile.modules
#1 sha256:2c18d493bdc90be163bd8963ec525ad1e3e3046e7565c1518b361aa95bb71b97
#1 transferring dockerfile: 1.69kB done
#1 DONE 0.2s

#2 [internal] load metadata for docker.io/library/gcc:15.1.0-bookworm@sha256:0a7989a3828096f97fd62feb896699e151544e0cfc5fdc0f30ace70cdcf003e6
#2 sha256:de6d5100bf8b3d216d939643bfad371a48ad5d126612fc5ce4f9e9f0af8fbb05
-- 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") 
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o
-- Looking for C++ include pthread.h
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - 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
#2 DONE 0.9s

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

#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

#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

#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:bf11d90f7011831438f714c4a69bc7755d626bd2d289e39e1c81c89d6f2f7c6f
#10 exporting layers done
#10 writing image sha256:0281963590b0039881f0f3d2d87236f47aaa12243811ed3865674d68b8fa4d55 done
#10 naming to docker.io/library/db7bb9a92187e06209dad55003dd05300736e16d:latest done
#10 DONE 0.0s
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8428/build
+ make -j8 install
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[ 14%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[ 14%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[ 14%] 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%] Built target AlwaysCheckGit
[ 25%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[ 28%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . db7bb9a92187e06209dad55003dd05300736e16d
.
[Pipeline] }
[ 32%] Linking CXX static library libimpl_git_version.a
[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 ******** -e ******** -e ******** db7bb9a92187e06209dad55003dd05300736e16d cat
[ 32%] Built target impl_git_version
[ 35%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success
-- Experimental mdspan support is enabled
-- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931)
-- 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] Could NOT find Git (missing: GIT_EXECUTABLE) 
-- [benchmark] Version: 1.7.1
-- [benchmark] Looking for shm_open in rt
[  5%] Linking CXX static library libkokkos_gtest.a
[  5%] Built target kokkos_gtest
$ docker top 2f0b1e28b47e13afe1bb389a8ecd5507a1c9bdc6fa990c8f033c2134f4645466 -eo pid,comm
[  5%] Linking CXX static library libkokkoscore.a
[  5%] Built target kokkoscore
[  5%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o
[  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%] Linking CXX static library libkokkosalgorithms.a
[  6%] Linking CXX static library libkokkossimd.a
[  6%] Built target kokkosalgorithms
[  6%] Built target kokkossimd
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
[Pipeline] {
[Pipeline] sh
[ 39%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[ 42%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
+ rm -rf build
[ 46%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[  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
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_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_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o
[  9%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW
[  9%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  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
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
-- [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
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.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
[ 53%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
+ 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
[ 57%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o
[  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_Serial2.dir/serial/TestSerial_TeamBasic.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_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_BasicView.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o
[ 60%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
[ 64%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o
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
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
[  9%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp
[  9%] Built target Kokkos_CoreUnitTest_OpenMPInterOp
[ 67%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
[ 71%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - 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
[  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
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[ 75%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o
-- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.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
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.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
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ReferenceCountedAccessor.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
-- 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
[  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/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.cc.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.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_Error.cpp.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
[  2%] Built target AlwaysCheckGit
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[  2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
[  2%] Linking CXX shared library libimpl_git_version.so
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[  2%] Built target impl_git_version
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[  3%] Linking CXX shared library libkokkosprinter-tool.so
[  3%] Built target kokkosprinter-tool
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[ 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 algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o
[ 89%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.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_Profiling.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[ 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/json_reporter.cc.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
[ 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/reporter.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
[  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
[  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
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ReferenceCountedDataHandle.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Instance.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.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_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_SharedAllocationRecord.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_ZeroMemset.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[  5%] Linking CXX shared library libbenchmark.so
[  5%] Built target benchmark
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.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_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o
[  6%] Linking CXX shared library libbenchmark_main.so
[  6%] Built target benchmark_main
[ 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/TestTypeInfo.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o
[100%] Linking CXX static library libkokkoscontainers.a
[100%] Built target kokkoscontainers
Install the project...
-- Install configuration: "Release"
-- Installing: /var/jenkins/workspace/Kokkos_PR-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
-- 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
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
-- 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
-- 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
[  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 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
[  6%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ViewCustomizationAccessorArg.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[  7%] Linking CXX shared library libkokkossimd.so
[  7%] Linking CXX shared library libkokkosalgorithms.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
+ 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
-- The CXX compiler identification is GNU 11.4.0
-- Detecting CXX compiler ABI info
[  7%] Linking CXX shared library libkokkoscontainers.so
[  7%] Built target kokkoscontainers
[  7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  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_CoreTestCompileOnly.dir/TestCompileMain.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_HIPInterOpStreams.dir/UnitTestMain.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.cpp.o
[ 10%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[ 10%] 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_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.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
[ 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_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ViewCustomizationAllocationType.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
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/hip/TestHIP_InterOp_Streams.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)


[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 13%] 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_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
-- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter 
-- Sources TestCuda.cpp
-- Kokkos Backends: 
-- Configuring done
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_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_HIPInterOpGraph.dir/hip/TestHIP_InterOp_Graph.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_Default.dir/TestCStyleMemoryManagement.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_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_HIP_ViewSupport.dir/hip/TestHIP_View_ReferenceCountedAccessor.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.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_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o
[  0%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  0%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
[  0%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.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
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[  0%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[  0%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.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 example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o
[  2%] Built target kokkos_gtest
[  3%] Building CXX object example/virtual_functions/CMakeFiles/Kokkos_example_virtual_functions.dir/main.cpp.o
[  3%] Built target kokkosprinter-tool
[  3%] Building CXX object example/virtual_functions/CMakeFiles/Kokkos_example_virtual_functions.dir/classes.cpp.o
[  3%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[  3%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/main.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit
[ 11%] Built target Kokkos_CoreUnitTest_HIPInterOpInit
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o
-- The CXX compiler identification is Clang 19.1.4
-- Detecting CXX compiler ABI info
-- 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
-- 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
-- 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
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreams
[ 11%] Built target Kokkos_CoreUnitTest_Develop
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 11%] Built target Kokkos_CoreUnitTest_HIPInterOpStreams
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success
-- Experimental mdspan support is enabled
-- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931)
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 11%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.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_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ReferenceCountedDataHandle.cpp.o
-- Found Python3: /usr/bin/python3.11 (found version "3.11.2") found components: Interpreter
-- No installed google benchmark found, fetching from GitHub
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int8.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPGraphAtomicLocks
[ 12%] Built target Kokkos_CoreUnitTest_HIPGraphAtomicLocks
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
-- [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
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU
[ 12%] Built target Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.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
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 13%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpGraph
[ 13%] Built target Kokkos_CoreUnitTest_HIPInterOpGraph
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o
[ 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_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 15%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 15%] Built target Kokkos_ProfilingAllCalls
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/UnitTestMainInit.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport
[ 16%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[  3%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/functor.cpp.o
[  3%] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o
[  3%] Linking CXX executable Kokkos_query_device
[  3%] Built target Kokkos_query_device
[  3%] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o
[  3%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
-- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
[  3%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  3%] Building CXX object example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/simple_view.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAccessorArg.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAllocationType.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[  3%] Linking CXX executable Kokkos_example_relocatable_function
[ 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%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize
[ 16%] Built target Kokkos_CoreUnitTest_OpenMP_ViewSupport
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[  3%] Built target Kokkos_example_relocatable_function
[  4%] Building CXX object example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/simple_memoryspaces.cpp.o
[  4%] Linking CXX executable Kokkos_example_virtual_functions
[ 16%] Built target Kokkos_CoreUnitTest_InitializeFinalize
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[  4%] Built target Kokkos_example_virtual_functions
[  4%] Building CXX object example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/simple_atomics.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 15%] 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_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int16.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.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
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o
[ 17%] Linking CXX executable Kokkos_ToolsInitialization
[ 17%] Built target Kokkos_ToolsInitialization
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- [benchmark] Found Threads: TRUE
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
-- No installed google benchmark found, fetching from GitHub
-- Kokkos Backends: SERIAL
-- Configuring done (55.3s)
-- 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] 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
[2/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_CPUDiscovery.cpp for CXX dependencies
[3/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_Command_Line_Parsing.cpp for CXX dependencies
[4/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/generated/Kokkos_Version_Info.cpp for CXX dependencies
[5/1513] Generating CXX dyndep file CMakeFiles/impl_git_version.dir/CXX.dd
[6/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_Abort.cpp for CXX dependencies
[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_MemoryPool.cpp for CXX dependencies
[11/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_Profiling.cpp for CXX dependencies
[12/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_Stacktrace.cpp for CXX dependencies
[13/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_HostSpace_deepcopy.cpp for CXX dependencies
[14/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_ExecPolicy.cpp for CXX dependencies
[15/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_Error.cpp for CXX dependencies
[16/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_SharedAlloc.cpp for CXX dependencies
[17/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_Core.cpp for CXX dependencies
[18/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/src/impl/Kokkos_hwloc.cpp for CXX dependencies
[ 17%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 17%] Built target Kokkos_CoreUnitTest_Develop
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o
[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/unit_test/TestCompileMain.cpp for CXX dependencies
[21/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestDetectionIdiom.cpp for CXX dependencies
[22/1513] Generating CXX dyndep file core/src/CMakeFiles/kokkoscore.dir/CXX.dd
[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] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestCreateMirror.cpp for CXX dependencies
[26/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestRangePolicyCTAD.cpp for CXX dependencies
[27/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestInterOp.cpp for CXX dependencies
[28/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/tpls/gtest/gtest/gtest-all.cc for CXX dependencies
[29/1513] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[30/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[31/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[32/1513] Linking CXX static library libimpl_git_version.a
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[33/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o
[34/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[35/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[36/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[37/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.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_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o
[ 18%] 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_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[38/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  5%] Linking CXX executable Kokkos_tutorial_01_hello_world
[  5%] Built target Kokkos_tutorial_01_hello_world
[  5%] Building CXX object example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/simple_mdrangepolicy.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[  6%] Linking CXX executable Kokkos_tutorial_02_simple_reduce
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[39/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[40/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/kokkos_gtest.dir/CXX.dd
[41/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[  6%] Built target Kokkos_tutorial_02_simple_reduce
[  6%] Building CXX object example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/data_layouts.cpp.o
[  6%] Linking CXX executable Kokkos_tutorial_03_simple_view
[ 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
[42/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestStringManipulation.cpp for CXX dependencies
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[43/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestVersionMacros.cpp for CXX dependencies
[44/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewRank.cpp for CXX dependencies
[  6%] Built target Kokkos_tutorial_03_simple_view
[  6%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[45/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestViewTypeTraits.cpp for CXX dependencies
[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
[50/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestTeamPolicyCTAD.cpp for CXX dependencies
[51/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestTeamMDRangePolicyCTAD.cpp for CXX dependencies
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[52/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestNestedReducerCTAD.cpp for CXX dependencies
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o
[ 18%] Linking CXX executable Kokkos_StackTraceTestExec
[53/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/view/TestBasicViewMDSpanConversion.cpp for CXX dependencies
[54/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[55/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/view/TestViewCustomization.cpp for CXX dependencies
[ 18%] Built target Kokkos_StackTraceTestExec
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[  6%] Linking CXX executable Kokkos_tutorial_04_simple_memoryspaces
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[  6%] Linking CXX executable Kokkos_tutorial_05_simple_atomics
[  6%] Built target Kokkos_tutorial_04_simple_memoryspaces
[  6%] Building CXX object example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/memory_traits.cpp.o
[56/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/view/TestExtentsDatatypeConversion.cpp for CXX dependencies
[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/build/core/unit_test/serial/TestSerial_View_BasicView.cpp for CXX dependencies
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[  6%] Built target Kokkos_tutorial_05_simple_atomics
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[59/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[60/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_View_ReferenceCountedAccessor.cpp for CXX dependencies
[61/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_View_ReferenceCountedDataHandle.cpp for CXX dependencies
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[62/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp for CXX dependencies
[63/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_View_ViewCustomizationAllocationType.cpp for CXX dependencies
[64/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp for CXX dependencies
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o
[65/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/UnitTestMainInit.cpp for CXX dependencies
[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
[ 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_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[68/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_AtomicOperations_complexdouble.cpp for CXX dependencies
[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_double.cpp for CXX dependencies
[71/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_AtomicOperations_float.cpp for CXX dependencies
[72/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_AtomicOperations_int8.cpp for CXX dependencies
[73/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[74/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_AtomicOperations_longlongint.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_int16.cpp for CXX dependencies
[77/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_AtomicOperations_int.cpp for CXX dependencies
[78/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_AtomicOperations_shared.cpp for CXX dependencies
[79/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_AtomicOperations_unsignedint.cpp for CXX dependencies
[80/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_AtomicOperations_unsignedlongint.cpp for CXX dependencies
[81/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[82/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Atomics.cpp for CXX dependencies
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_HIP.cpp.o
[83/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_AtomicViews.cpp for CXX dependencies
[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_CheckedIntegerOps.cpp for CXX dependencies
[86/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_BitManipulationBuiltins.cpp for CXX dependencies
[87/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Complex.cpp for CXX dependencies
[88/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_CommonPolicyConstructors.cpp for CXX dependencies
[89/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_CommonPolicyInterface.cpp for CXX dependencies
[90/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Concepts.cpp for CXX dependencies
[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_ExecSpacePartitioning.cpp for CXX dependencies
[93/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_DeepCopy_Assignment.cpp for CXX dependencies
[94/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Crs.cpp for CXX dependencies
[95/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_DeepCopyAlignment.cpp for CXX dependencies
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[96/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ExecSpaceThreadSafety.cpp for CXX dependencies
[97/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ExecutionSpace.cpp for CXX dependencies
[98/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_HostSharedPtr.cpp for CXX dependencies
[99/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_FunctorAnalysis.cpp for CXX dependencies
[100/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Graph.cpp for CXX dependencies
[101/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp for CXX dependencies
[102/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_JoinBackwardCompatibility.cpp for CXX dependencies
[103/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MathematicalConstants.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_MathematicalFunctions1.cpp for CXX dependencies
[106/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MathematicalFunctions2.cpp for CXX dependencies
[107/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MathematicalFunctions3.cpp for CXX dependencies
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o
[108/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MDRange_a.cpp for CXX dependencies
[109/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MDRange_b.cpp for CXX dependencies
[110/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MathematicalSpecialFunctions.cpp for CXX dependencies
[111/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MDRange_c.cpp for CXX dependencies
[112/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MDRange_d.cpp for CXX dependencies
[113/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MDRange_e.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_MDRange_f.cpp for CXX dependencies
[116/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MDRangePolicyConstructors.cpp for CXX dependencies
[117/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MDRangeReduce.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
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[120/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_MDSpanConversion.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_NumericTraits.cpp for CXX dependencies
[123/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_OccupancyControlTrait.cpp for CXX dependencies
[124/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ParallelScanRangePolicy.cpp for CXX dependencies
[125/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Printf.cpp for CXX dependencies
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[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_Other.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_ReducerCTADs.cpp for CXX dependencies
[130/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_RangePolicyConstructors.cpp for CXX dependencies
[131/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_RangePolicyRequire.cpp for CXX dependencies
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o
[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
[134/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Reducers_e.cpp for CXX dependencies
[135/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Reducers_d.cpp for CXX dependencies
[136/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Reducers_c.cpp for CXX dependencies
[137/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Reductions_DeviceView.cpp for CXX dependencies
[138/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Reductions.cpp for CXX dependencies
[139/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp for CXX dependencies
[140/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[141/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SharedAlloc.cpp for CXX dependencies
[142/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Swap.cpp for CXX dependencies
[143/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SpaceAwareAccessor.cpp for CXX dependencies
[144/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/UnitTestMainInit.cpp for CXX dependencies
[145/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_TeamBasic.cpp for CXX dependencies
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o
[146/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_TeamCombinedReducers.cpp for CXX dependencies
[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_TeamPolicyConstructors.cpp for CXX dependencies
[150/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_TeamScan.cpp for CXX dependencies
[151/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_TeamTeamSize.cpp for CXX dependencies
[152/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_TeamScratch.cpp for CXX dependencies
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[153/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_TeamVectorRange.cpp for CXX dependencies
[154/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_Timer.cpp for CXX dependencies
[155/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_UniqueToken.cpp for CXX dependencies
[156/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewAPI_a.cpp for CXX dependencies
[157/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewAPI_b.cpp for CXX dependencies
[158/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_View_64bit.cpp for CXX dependencies
[159/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[160/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewAPI_d.cpp for CXX dependencies
[161/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewAPI_c.cpp for CXX dependencies
[162/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewAPI_e.cpp for CXX dependencies
[163/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewBadAlloc.cpp for CXX dependencies
[164/1513] Linking CXX static library core/src/libkokkoscore.a
[165/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewCopy_a.cpp for CXX dependencies
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[166/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp for CXX dependencies
[167/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewCtorDimMatch.cpp for CXX dependencies
[168/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewMapping_a.cpp for CXX dependencies
[169/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewCtorProp.cpp for CXX dependencies
[170/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewCopy_b.cpp for CXX dependencies
[171/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewCopy_c.cpp for CXX dependencies
[172/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewLayoutStrideAssignment.cpp for CXX dependencies
[173/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewMapping_b.cpp for CXX dependencies
[174/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewMemoryAccessViolation.cpp for CXX dependencies
[175/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewOfViews.cpp for CXX dependencies
[176/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewOfClass.cpp for CXX dependencies
[177/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewMapping_subview.cpp for CXX dependencies
[178/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_WorkGraph.cpp for CXX dependencies
[179/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewOutOfBoundsAccess.cpp for CXX dependencies
[180/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_a.cpp for CXX dependencies
[181/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_ViewResize.cpp for CXX dependencies
[182/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_WithoutInitializing.cpp for CXX dependencies
[183/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c01.cpp for CXX dependencies
[184/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_b.cpp for CXX dependencies
[185/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c03.cpp for CXX dependencies
[186/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c04.cpp for CXX dependencies
[187/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c02.cpp for CXX dependencies
[188/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c05.cpp for CXX dependencies
[189/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c07.cpp for CXX dependencies
[190/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c06.cpp for CXX dependencies
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[191/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c08.cpp for CXX dependencies
[192/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c09.cpp for CXX dependencies
[193/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c10.cpp for CXX dependencies
[194/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c11.cpp for CXX dependencies
[195/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c12.cpp for CXX dependencies
[196/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c14.cpp for CXX dependencies
[197/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c13.cpp for CXX dependencies
[198/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/serial/TestSerial_SubView_c15.cpp for CXX dependencies
[199/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/UnitTestMainInit.cpp for CXX dependencies
[200/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSharedHostPinnedSpace.cpp for CXX dependencies
[201/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestSharedSpace.cpp for CXX dependencies
[202/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestCStyleMemoryManagement.cpp for CXX dependencies
[203/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestCompilerMacros.cpp for CXX dependencies
[204/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceType.cpp for CXX dependencies
[205/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceType_a1.cpp for CXX dependencies
[206/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceType_b1.cpp for CXX dependencies
[207/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceType_c1.cpp for CXX dependencies
[208/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceType_a2.cpp for CXX dependencies
[209/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceType_b2.cpp for CXX dependencies
[210/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceType_c2.cpp for CXX dependencies
[211/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceType_a3.cpp for CXX dependencies
[212/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceType_b3.cpp for CXX dependencies
[213/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceType_c3.cpp for CXX dependencies
[214/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/UnitTestMain.cpp for CXX dependencies
[215/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceTypeResize.cpp for CXX dependencies
[216/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceTypeViewAPI.cpp for CXX dependencies
[217/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp for CXX dependencies
[218/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestInitializationSettings.cpp for CXX dependencies
[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/TestKokkosHelpCausesNormalProgramTermination.cpp for CXX dependencies
[221/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestParseCmdLineArgsAndEnvVars.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
[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/UnitTestMainInit.cpp for CXX dependencies
[227/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/tools/TestKernelNames.cpp for CXX dependencies
[228/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/default/TestDefaultDeviceDevelop.cpp for CXX dependencies
[229/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/tools/TestEventCorrectness.cpp for CXX dependencies
[230/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/tools/TestProfilingSection.cpp for CXX dependencies
[231/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/tools/TestScopedRegion.cpp for CXX dependencies
[232/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/tools/TestWithoutInitializing.cpp for CXX dependencies
[233/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/tools/TestIndependence.cpp for CXX dependencies
[234/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/tools/printing-tool.cpp for CXX dependencies
[235/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/kokkosprinter-tool.dir/CXX.dd
[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/tools/TestToolsInitialization.cpp for CXX dependencies
[239/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestStackTrace.cpp for CXX dependencies
[240/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestStackTrace_f0.cpp for CXX dependencies
[241/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestStackTrace_f1.cpp for CXX dependencies
[242/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestStackTrace_f3.cpp for CXX dependencies
[243/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestStackTrace_f2.cpp for CXX dependencies
[244/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestStackTrace_f4.cpp for CXX dependencies
[245/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test01_execspace_SERIAL.cpp for CXX dependencies
[246/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/UnitTestMainInit.cpp for CXX dependencies
[247/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test02_atomic_host_SERIAL.cpp for CXX dependencies
[248/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test03a_MemorySpace_malloc_SERIAL.cpp for CXX dependencies
[249/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test03b_MemorySpace_free_SERIAL.cpp for CXX dependencies
[250/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp for CXX dependencies
[ 19%] Linking CXX executable Kokkos_CoreUnitTest_HIP_ViewSupport
[ 19%] Built target Kokkos_CoreUnitTest_HIP_ViewSupport
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o
[251/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test05_ParallelReduce_RangePolicy_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/Test08_deep_copy_SERIAL.cpp for CXX dependencies
[254/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp for CXX dependencies
[255/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test10_HierarchicalBasics_SERIAL.cpp for CXX dependencies
[256/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp for CXX dependencies
[257/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp for CXX dependencies
[258/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test12a_ThreadScratch_SERIAL.cpp for CXX dependencies
[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/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp for CXX dependencies
[261/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test13b_ParallelRed_TeamVectorRange_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] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/generated/Test16_ParallelScan_SERIAL.cpp for CXX dependencies
[265/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/UnitTestMain.cpp for CXX dependencies
[  6%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[266/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/UnitTest_CMakePassCmdLineArgs.cpp for CXX dependencies
[267/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/TestCTestDevice.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/UnitTest_DeviceAndThreads.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/headers_self_contained/tstHeader.cpp for CXX dependencies
[273/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/CXX.dd
[274/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[275/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[276/1513] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
[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] Linking CXX shared library core/unit_test/libkokkosprinter-tool.so
[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
[  6%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o
[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
[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
[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
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o
[  6%] Linking CXX executable Kokkos_tutorial_06_simple_mdrangepolicy
[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
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o
[328/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[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
[  6%] Built target Kokkos_tutorial_06_simple_mdrangepolicy
[  6%] Building CXX object example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/subviews.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/perf_test/PerfTestGramSchmidt.cpp for CXX dependencies
[338/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.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/perf_test/PerfTestHexGrad.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_ViewCopy_a123.cpp for CXX dependencies
[343/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewAllocate.cpp for CXX dependencies
[344/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_MallocFree.cpp for CXX dependencies
[345/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_a45.cpp for CXX dependencies
[346/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_c123.cpp for CXX dependencies
[347/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_d123.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_d45.cpp for CXX dependencies
[350/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_c45.cpp for CXX dependencies
[351/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_b45.cpp for CXX dependencies
[352/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies
[353/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_c6.cpp for CXX dependencies
[354/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_b6.cpp for CXX dependencies
[355/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_a6.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_d7.cpp for CXX dependencies
[  7%] Linking CXX executable Kokkos_tutorial_advancedviews_01_data_layouts
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[360/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_c7.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_b8.cpp for CXX dependencies
[363/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_d8.cpp for CXX dependencies
[364/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_c8.cpp for CXX dependencies
[365/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewCopy_Raw.cpp for CXX dependencies
[366/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewFill_123.cpp for CXX dependencies
[367/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewFill_45.cpp for CXX dependencies
[  7%] Built target Kokkos_tutorial_advancedviews_01_data_layouts
[  7%] Building CXX object example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/dual_view.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o
[368/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewFill_6.cpp for CXX dependencies
[369/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewFill_7.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_ViewResize_123.cpp for CXX dependencies
[372/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewFill_Raw.cpp for CXX dependencies
[373/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewResize_45.cpp for CXX dependencies
[374/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewResize_6.cpp for CXX dependencies
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o
[375/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewResize_8.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/BenchmarkMain.cpp for CXX dependencies
[378/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/test_atomic_minmax_simple.cpp for CXX dependencies
[379/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/Benchmark_Context.cpp for CXX dependencies
[380/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/BenchmarkMain.cpp for CXX dependencies
[381/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewResize_Raw.cpp for CXX dependencies
[382/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/Benchmark_Context.cpp for CXX dependencies
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 19%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 19%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[383/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewFirstTouch_Initialize.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/BenchmarkMain.cpp for CXX dependencies
[386/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/PerfTest_ViewFirstTouch_ParallelFor.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/BenchmarkMain.cpp for CXX dependencies
[389/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/test_mempool.cpp for CXX dependencies
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[390/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/Benchmark_Context.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/BenchmarkMain.cpp for CXX dependencies
[393/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/Benchmark_Context.cpp for CXX dependencies
[394/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/Benchmark_Context.cpp for CXX dependencies
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[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/test_atomic.cpp for CXX dependencies
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[397/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
[398/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_DeviceAndThreads
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int8.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int16.cpp.o
[ 19%] Linking CXX executable Kokkos_StackTraceTestExec
[ 19%] Built target Kokkos_StackTraceTestExec
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o
[399/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
[400/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[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
[ 20%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 20%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.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_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o
[  7%] Linking CXX executable Kokkos_tutorial_advancedviews_02_memory_traits
[  7%] Built target Kokkos_tutorial_advancedviews_02_memory_traits
[  8%] Building CXX object example/tutorial/Advanced_Views/05_NVIDIA_UVM/CMakeFiles/Kokkos_tutorial_advancedviews_05_nvidia_uvm.dir/uvm_example.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.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
[ 20%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 20%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 20%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 20%] Built target Kokkos_CoreUnitTest_KokkosP
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o
[405/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
[406/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
[ 20%] 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_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[407/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
[408/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[409/1513] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[410/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[411/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
[412/1513] Linking CXX static library core/unit_test/libkokkos_gtest.a
[413/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[414/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[415/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/containers/src/impl/Kokkos_UnorderedMap_impl.cpp for CXX dependencies
[416/1513] Generating CXX dyndep file containers/src/CMakeFiles/kokkoscontainers.dir/CXX.dd
[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_main.dir/benchmark_main.cc.o
[419/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/UnitTestMain.cpp for CXX dependencies
[420/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
[421/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_Bitset.cpp for CXX dependencies
[422/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o
[423/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_DualView.cpp for CXX dependencies
[424/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_DynamicView.cpp for CXX dependencies
[425/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_DynViewAPI_generic.cpp for CXX dependencies
[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_DynViewAPI_rank67.cpp for CXX dependencies
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[ 22%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[428/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_DynRankView_ViewCustomization.cpp for CXX dependencies
[429/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_DynRankView_LayoutMember.cpp for CXX dependencies
[430/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_DynRankView_Ctors.cpp for CXX dependencies
[431/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_DynRankView_TeamScratch.cpp for CXX dependencies
[432/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_ErrorReporter.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_OffsetView.cpp for CXX dependencies
[435/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_WithoutInitializing.cpp for CXX dependencies
[436/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestCompileMain.cpp for CXX dependencies
[437/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/containers/unit_tests/serial/TestSerial_UnorderedMap.cpp for CXX dependencies
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[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/containers/unit_tests/TestIsViewTrait.cpp for CXX dependencies
[441/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/src/KokkosAlgorithms_dummy.cpp for CXX dependencies
[442/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
[443/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/containers/unit_tests/TestDynRankViewTypedefs.cpp for CXX dependencies
[444/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[445/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/src/Kokkos_Random.cppm for CXX dependencies
[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/build/algorithms/unit_tests/serial/TestSort.cpp for CXX dependencies
[451/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[452/1513] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o
[453/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/serial/TestSortCustomComp.cpp for CXX dependencies
[454/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/unit_tests/serial/TestSortByKey.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
[  8%] Building CXX object example/tutorial/Algorithms/01_random_numbers/CMakeFiles/Kokkos_tutorial_algorithms_01_random_numbers.dir/random_numbers.cpp.o
[  8%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[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
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 24%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.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
[  8%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[  8%] 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_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o
[464/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[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
[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
[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
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o
[  9%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[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/TestStdAlgorithmsAllAnyNoneOf.cpp for CXX dependencies
[476/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsEqual.cpp for CXX dependencies
[  9%] Built target Kokkos_ContainersTestCompileOnly
[  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
[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
[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
[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
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[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
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test06_ParallelFor_MDRangePolicy_HIP.cpp.o
[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
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.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/TestStdAlgorithmsRemoveIf.cpp for CXX dependencies
[496/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsRemove.cpp for CXX dependencies
[ 24%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize
[ 24%] Built target Kokkos_CoreUnitTest_InitializeFinalize
[ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[497/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsRemoveCopy.cpp for CXX dependencies
[498/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsRemoveCopyIf.cpp for CXX dependencies
[499/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsRotate.cpp for CXX dependencies
[500/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsRotateCopy.cpp for CXX dependencies
[  9%] Linking CXX executable Kokkos_tutorial_advancedviews_03_subviews
[501/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsReverse.cpp for CXX dependencies
[502/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsShiftRight.cpp for CXX dependencies
[503/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsShiftLeft.cpp for CXX dependencies
[504/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[505/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[506/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsIsSortedUntil.cpp for CXX dependencies
[507/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsPartitioningOps.cpp for CXX dependencies
[508/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsIsSorted.cpp for CXX dependencies
[509/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsPartitionCopy.cpp for CXX dependencies
[510/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[  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
[511/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsNumerics.cpp for CXX dependencies
[512/1513] Linking CXX static library _deps/googlebenchmark-build/src/libbenchmark.a
[513/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsAdjacentDifference.cpp for CXX dependencies
[514/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsExclusiveScan.cpp for CXX dependencies
[515/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsInclusiveScan.cpp for CXX dependencies
[516/1513] Linking CXX static library _deps/googlebenchmark-build/src/libbenchmark_main.a
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[517/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTransformUnaryOp.cpp for CXX dependencies
[518/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTransformExclusiveScan.cpp for CXX dependencies
[519/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[520/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTransformInclusiveScan.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/TestStdAlgorithmsTeamAdjacentFind.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
[525/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamForEach.cpp for CXX dependencies
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o
[526/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[527/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamForEachN.cpp for CXX dependencies
[528/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamLexicographicalCompare.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
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.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/TestStdAlgorithmsTeamFindFirstOf.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/TestStdAlgorithmsTeamFindEnd.cpp for CXX dependencies
[535/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[536/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[537/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamFind.cpp for CXX dependencies
[538/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamFindIf.cpp for CXX dependencies
[539/1513] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/Kokkos_Random.cppm.o
[540/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamFindIfNot.cpp for CXX dependencies
[541/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamAllOf.cpp for CXX dependencies
[542/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamNoneOf.cpp for CXX dependencies
[543/1513] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/Kokkos_Sort.cppm.o
[544/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamAnyOf.cpp for CXX dependencies
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 25%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport
[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/TestStdAlgorithmsTeamSearchN.cpp for CXX dependencies
[547/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[548/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamMinElement.cpp for CXX dependencies
[549/1513] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/Kokkos_StdAlgorithms.cppm.o
[550/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamMaxElement.cpp for CXX dependencies
[551/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[552/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamMinMaxElement.cpp for CXX dependencies
[553/1513] Linking CXX static library algorithms/src/libkokkosalgorithms.a
[554/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[555/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamReplaceIf.cpp for CXX dependencies
[ 25%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[556/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamReplace.cpp for CXX dependencies
[557/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamFill_n.cpp for CXX dependencies
[558/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamFill.cpp for CXX dependencies
[559/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamReplaceCopyIf.cpp for CXX dependencies
[560/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamReplaceCopy.cpp for CXX dependencies
[561/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[562/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamReverse.cpp for CXX dependencies
[563/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamReverseCopy.cpp for CXX dependencies
[564/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[565/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamRotate.cpp for CXX dependencies
[566/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamRotateCopy.cpp for CXX dependencies
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[567/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[568/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[569/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamMove.cpp for CXX dependencies
[570/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamShiftLeft.cpp for CXX dependencies
[571/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamMoveBackward.cpp for CXX dependencies
[572/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamShiftRight.cpp for CXX dependencies
[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/UnitTestMain.cpp for CXX dependencies
[575/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamCopy_n.cpp for CXX dependencies
[576/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamCopy.cpp for CXX dependencies
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[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
[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/TestStdAlgorithmsCommon.cpp for CXX dependencies
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o
[586/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamUnique.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/UnitTestMain.cpp for CXX dependencies
[590/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamTransformReduce.cpp for CXX dependencies
[591/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamIsSortedUntil.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/TestStdAlgorithmsCommon.cpp for CXX dependencies
[594/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamIsPartitioned.cpp for CXX dependencies
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o
[595/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamPartitionCopy.cpp for CXX dependencies
[596/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamPartitionPoint.cpp for CXX dependencies
[597/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamTransformUnaryOp.cpp for CXX dependencies
[598/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamTransformBinaryOp.cpp for CXX dependencies
[599/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[600/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.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/UnitTestMain.cpp for CXX dependencies
[604/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamSwapRanges.cpp for CXX dependencies
[605/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamExclusiveScan.cpp for CXX dependencies
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o
[606/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[607/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamTransformExclusiveScan.cpp for CXX dependencies
[608/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies
[609/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamInclusiveScan.cpp for CXX dependencies
[610/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies
[611/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/simd/src/Kokkos_SIMD_dummy.cpp for CXX dependencies
[612/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/perf_test/test_inclusive_scan.cpp for CXX dependencies
[613/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsCompileOnly.cpp for CXX dependencies
[614/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/algorithms/unit_tests/TestStdAlgorithmsTeamTransformInclusiveScan.cpp for CXX dependencies
[615/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/Benchmark_Context.cpp for CXX dependencies
[616/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/core/perf_test/BenchmarkMain.cpp for CXX dependencies
[617/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/simd/unit_tests/UnitTestMain.cpp for CXX dependencies
[618/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/simd/src/Kokkos_SIMD.cppm for CXX dependencies
[619/1513] Generating CXX dyndep file simd/src/CMakeFiles/kokkossimd.dir/CXX.dd
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.cpp.o
[620/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/CXX.dd
[621/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/relocatable_function/functor.cpp for CXX dependencies
[622/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/simd/unit_tests/TestSIMD.cpp for CXX dependencies
[623/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/virtual_functions/classes.cpp for CXX dependencies
[624/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[625/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/virtual_functions/main.cpp for CXX dependencies
[626/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/01_hello_world/hello_world.cpp for CXX dependencies
[627/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/query_device/query_device.cpp for CXX dependencies
[628/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/relocatable_function/main.cpp for CXX dependencies
[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
[631/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o
[ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 10%] Linking CXX executable Kokkos_tutorial_advancedviews_05_nvidia_uvm
[632/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 10%] Linking CXX executable Kokkos_tutorial_advancedviews_04_dualviews
[ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 10%] Built target Kokkos_tutorial_advancedviews_05_nvidia_uvm
[ 10%] Building CXX object example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/vectorization.cpp.o
[633/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 10%] Built target Kokkos_tutorial_advancedviews_04_dualviews
[ 10%] Building CXX object example/tutorial/Hierarchical_Parallelism/04_team_scan/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_04_team_scan.dir/team_scan.cpp.o
[634/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test08_deep_copy_HIP.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o
[ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test10_HierarchicalBasics_HIP.cpp.o
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[635/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 21%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[636/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[637/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[638/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[639/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o
[ 21%] Built target Kokkos_CoreUnitTest_KokkosP
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[640/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[641/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[642/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/CXX.dd
[ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o
[ 11%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_01_thread_teams
[ 11%] Built target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams
[ 12%] Building CXX object example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/launch_bounds_reduce.cpp.o
[ 12%] Linking CXX executable Kokkos_tutorial_hierarchical_01_thread_teams_lambda
[ 12%] Built target Kokkos_tutorial_hierarchical_01_thread_teams_lambda
[ 12%] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o
[643/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 29%] 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_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[644/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[645/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[646/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.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/TestNestedReducerCTAD.cpp.o
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o
[649/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[650/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/CXX.dd
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[ 12%] Linking CXX executable Kokkos_tutorial_algorithms_01_random_numbers
[ 12%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for
[ 22%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 22%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 12%] Built target Kokkos_tutorial_algorithms_01_random_numbers
[ 12%] Building CXX object example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/simple_reduce_lambda.cpp.o
[ 12%] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o
[ 12%] Built target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for
[ 12%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o
[ 22%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 22%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o
[651/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 22%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 22%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[652/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[653/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o
[654/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o
[ 12%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_03_vectorization
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[655/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o
[ 12%] Built target Kokkos_tutorial_hierarchicalparallelism_03_vectorization
[ 12%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 12%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_04_team_scan
[ 12%] Built target Kokkos_tutorial_hierarchicalparallelism_04_team_scan
[ 12%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[656/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 31%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 31%] Built target Kokkos_CoreTestCompileOnly
[ 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_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[657/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 12%] Linking CXX executable Kokkos_launch_bounds_reduce
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o
[ 12%] Linking CXX executable Kokkos_tutorial_01_hello_world_lambda
[ 12%] Built target Kokkos_launch_bounds_reduce
[ 12%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 12%] Built target Kokkos_tutorial_01_hello_world_lambda
[ 13%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.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/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicViews.cpp.o
[658/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o
[659/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 13%] Linking CXX executable Kokkos_tutorial_02_simple_reduce_lambda
[ 13%] Built target Kokkos_tutorial_02_simple_reduce_lambda
[ 14%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
[ 14%] Linking CXX executable Kokkos_tutorial_03_simple_view_lambda
[ 14%] Built target Kokkos_tutorial_03_simple_view_lambda
[ 14%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[660/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o
[661/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[662/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o
[663/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o
[664/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 32%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 32%] Built target Kokkos_IncrementalTest_SERIAL
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 14%] Linking CXX executable Kokkos_atomic
[ 14%] Built target Kokkos_atomic
[ 14%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 32%] 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_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o
[665/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[666/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[ 14%] Linking CXX executable Kokkos_gups
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 14%] Built target Kokkos_gups
[ 14%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[667/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Complex.cpp.o
[ 14%] Linking CXX executable Kokkos_stream
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o
[668/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 14%] Built target Kokkos_stream
[ 14%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[669/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 14%] Linking CXX executable Kokkos_launch_latency
[670/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o
[ 14%] Linking CXX executable Kokkos_view_copy_constructor
[ 14%] Built target Kokkos_launch_latency
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o
[ 14%] Built target Kokkos_view_copy_constructor
[ 15%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
nvcc_wrapper has been given GNU extension standard flag -std=gnu++20 - reverting flag to -std=c++20
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o
[671/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o
[672/1513] 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_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 15%] Linking CXX static library libimpl_git_version.a
[ 15%] Built target impl_git_version
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/UnitTestMainInit.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[673/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Assignment.cpp.o
[674/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o
[675/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[676/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test16_ParallelScan_HIP.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test17_CompleteAtomic_HIP.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[677/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 16%] Linking CXX executable Kokkos_policy_performance
[ 16%] Built target Kokkos_policy_performance
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_BasicView.cpp.o
[ 16%] Linking CXX executable Kokkos_gather
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o
[ 16%] Built target Kokkos_gather
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedAccessor.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[678/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Narrowing.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[679/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.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/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[680/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedDataHandle.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[681/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 35%] Linking CXX executable Kokkos_IncrementalTest_HIP
[ 35%] Built target Kokkos_IncrementalTest_HIP
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[682/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 27%] 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_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[683/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 16%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[684/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o
[685/1513] 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_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o
[686/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.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_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 37%] 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_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[687/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 16%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAccessorArg.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_DetectionIdiom_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 37%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 37%] Built target Kokkos_CoreUnitTest_Default
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[688/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[689/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.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_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAllocationType.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpaceThreadSafety.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.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/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 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_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_Layout_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.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_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.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_MinMax_hpp.dir/tstHeader.cpp.o
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 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_Pair_hpp.dir/tstHeader.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_Parallel_hpp.dir/tstHeader.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 17%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 17%] Built target Kokkos_CoreTestCompileOnly
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[690/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_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.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_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 18%] 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_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_bytes_and_flops
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 18%] Built target Kokkos_bytes_and_flops
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o
[ 18%] Linking CXX executable Kokkos_CoreUnitTest_Cuda_ViewSupport
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 18%] Built target Kokkos_CoreUnitTest_Cuda_ViewSupport
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o
[691/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[692/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 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
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[693/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[694/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o
[ 29%] Linking CXX executable Kokkos_IncrementalTest_OPENMP
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 29%] Built target Kokkos_IncrementalTest_OPENMP
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[695/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 30%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.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_DynRankView_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 19%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport
[696/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Graph.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 19%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 30%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o
[ 30%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 30%] Built target Kokkos_IncrementalTest_SERIAL
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.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
[ 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%] 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_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.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_ScatterView_hpp.dir/tstHeader.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[697/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[698/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[699/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 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_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Assignment.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_NestedSort_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o
[700/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.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_Random_hpp.dir/tstHeader.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[701/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[702/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o
[703/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[704/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[705/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[706/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[707/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[708/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o
[709/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.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_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.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_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[710/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[711/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 51%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
[ 51%] Built target Kokkos_PerformanceTest_SharedSpace
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[712/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[713/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 51%] 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_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[714/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.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_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
[715/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[716/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o
[717/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[718/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o
[719/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[720/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 53%] 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_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[721/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 22%] 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_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 55%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch
[ 55%] Built target Kokkos_PerformanceTest_ViewFirstTouch
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[722/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 55%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 55%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[723/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 55%] 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_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o
[724/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o
[ 55%] 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_ViewFill_8.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[725/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 56%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 56%] Built target Kokkos_CoreUnitTest_Serial2
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o
[726/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[727/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/CXX.dd
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o
[728/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[729/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[730/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[731/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
[732/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[733/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Narrowing.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 58%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 58%] Built target Kokkos_PerformanceTest_Mempool
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 36%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 36%] Built target Kokkos_CoreUnitTest_Default
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o
[ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[734/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[735/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
[ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 58%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o
[ 59%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int8.cpp.o
[ 59%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o
[ 59%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 60%] Built target Kokkos_PerformanceTest_Benchmark
[ 60%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[736/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 60%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 60%] Built target Kokkos_PerformanceTest_Atomic
[ 60%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[737/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 60%] Linking CXX executable Kokkos_PerformanceTest_Reduction
[ 60%] Built target Kokkos_PerformanceTest_Reduction
[ 60%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.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
[ 60%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.cpp.o
[738/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[739/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o
[740/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[741/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynamicView.cpp.o
[ 60%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 60%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP
[ 60%] Built target Kokkos_ContainersPerformanceTest_HIP
[ 60%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSort.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o
[742/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[743/1513] 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_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[744/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 60%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.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_HostSpace_hpp.dir/tstHeader.cpp.o
[745/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.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_Layout_hpp.dir/tstHeader.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int16.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[746/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[747/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[748/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[749/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[750/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[751/1513] 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_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[752/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.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_ViewCtorProp.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[755/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[756/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[757/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank12345.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[758/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 63%] Linking CXX executable Kokkos_UnitTest_Random
[ 63%] Built target Kokkos_UnitTest_Random
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 63%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 63%] Built target Kokkos_ContainersTestCompileOnly
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortByKey.cpp.o
[ 64%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 64%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[759/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.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_ViewMapping_b.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.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_PointerOwnership_hpp.dir/tstHeader.cpp.o
[762/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 65%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 65%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 44%] 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_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[763/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[764/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_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_ReductionIdentity_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.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_Swap_hpp.dir/tstHeader.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.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_Tuners_hpp.dir/tstHeader.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[765/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.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_TypeInfo_hpp.dir/tstHeader.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_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_Vectorization_hpp.dir/tstHeader.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[766/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[767/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.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_hwloc_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[768/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[769/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.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_DualView_hpp.dir/tstHeader.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[770/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
[771/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[772/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank67.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[773/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[774/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.cpp.o
[ 48%] 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_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_Ctors.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.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_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_LayoutMember.cpp.o
[775/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 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_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_TeamScratch.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
[ 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
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_ViewCustomization.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 30%] 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
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o
[776/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[777/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 70%] 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_HIP.dir/hip/TestHIP_OffsetView.cpp.o
[ 53%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch
[ 53%] Built target Kokkos_PerformanceTest_ViewFirstTouch
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[778/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[779/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[780/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[781/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/CXX.dd
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[782/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 54%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 54%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 54%] Built target Kokkos_PerformanceTest_Mempool
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 54%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 54%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[783/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[784/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 54%] Built target Kokkos_CoreUnitTest_Serial2
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[785/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[786/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[787/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[788/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 71%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 71%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[789/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[790/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[791/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
[792/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[793/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[794/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[795/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[796/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 56%] 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_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 56%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 72%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 72%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 56%] Built target Kokkos_PerformanceTest_Atomic
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 74%] Linking CXX executable Kokkos_UnitTest_Sort
[ 74%] Built target Kokkos_UnitTest_Sort
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[797/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o
[ 75%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 75%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 57%] 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_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[798/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[799/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/CXX.dd
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[ 76%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 76%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 57%] 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_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[800/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o
[801/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 76%] 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/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[802/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[803/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[804/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[805/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 57%] Linking CXX executable Kokkos_PerformanceTest_Reduction
[ 57%] Built target Kokkos_PerformanceTest_Reduction
[ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[806/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/UnitTestMainInit.cpp.o
[ 57%] 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_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[807/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[808/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o
[809/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/CXX.dd
[810/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[811/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[812/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/CXX.dd
[813/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o
[814/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_Timer.cpp.o
[ 34%] 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_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[815/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
[816/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[817/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o
[ 34%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[818/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[819/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/CXX.dd
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 34%] Built target Kokkos_CoreUnitTest_Serial2
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o
[ 59%] 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/BenchmarkMain.cpp.o
[820/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[821/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/CXX.dd
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o
[822/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[823/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/CXX.dd
[824/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[825/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[826/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/CXX.dd
[ 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_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o
[827/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/cuda/TestCuda_GraphAtomicLocks.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o
[828/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o
[ 60%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
[ 60%] Built target Kokkos_PerformanceTest_Benchmark
[829/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[830/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 60%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o
[ 76%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[ 76%] Built target Kokkos_ContainersUnitTest_Serial
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o
[ 76%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 76%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o
[831/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[832/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[833/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/CXX.dd
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o
[834/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 60%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o
[835/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.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_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[838/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[839/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[840/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o
[ 34%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_StaticCrsGraph.cpp.o
[ 34%] Built target Kokkos_CoreUnitTest_CudaInterOpInit
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o
[841/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[ 61%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 61%] Built target Kokkos_ContainersTestCompileOnly
[ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.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
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/openmp/TestRandom.cpp.o
[ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[844/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 34%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraphAtomicLocks
[ 34%] Built target Kokkos_CoreUnitTest_CudaGraphAtomicLocks
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o
[845/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o
[846/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[847/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[848/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanAtomicAccessor.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o
[ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanConversion.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o
[849/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[850/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[ 64%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSort.cpp.o
[ 64%] Built target Kokkos_ContainersPerformanceTest_OpenMP
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[851/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o
[852/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_NumericTraits.cpp.o
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
[853/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[854/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[855/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/CXX.dd
[856/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[857/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[858/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/CXX.dd
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o
[859/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[860/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/CXX.dd
[861/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
[862/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/CXX.dd
[863/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[864/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/CXX.dd
[865/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o
[866/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/CXX.dd
[ 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_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[867/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[868/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/CXX.dd
[869/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[870/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/CXX.dd
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o
[871/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[872/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/CXX.dd
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicy.cpp.o
[873/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[874/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/CXX.dd
[875/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[876/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/CXX.dd
[877/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[878/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/CXX.dd
[879/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[880/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/CXX.dd
[881/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[882/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/CXX.dd
[883/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[884/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/CXX.dd
[885/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[886/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/CXX.dd
[887/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[888/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/CXX.dd
[889/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[890/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/CXX.dd
[891/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[892/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/CXX.dd
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 36%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams
[ 36%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[893/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[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_Crs_hpp.dir/CXX.dd
[896/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/CXX.dd
[897/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[898/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/CXX.dd
[899/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[900/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/CXX.dd
[ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[901/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[902/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/CXX.dd
[ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[903/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[904/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/CXX.dd
[905/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[906/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/CXX.dd
[907/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[908/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/CXX.dd
[909/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[910/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/CXX.dd
[911/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[912/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/CXX.dd
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o
[913/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[914/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/CXX.dd
[915/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_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] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[918/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/CXX.dd
[919/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o
[920/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/CXX.dd
[921/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[922/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/CXX.dd
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o
[923/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[924/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/CXX.dd
[925/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[926/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/CXX.dd
[927/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[928/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[929/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/CXX.dd
[930/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/CXX.dd
[931/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[932/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[933/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/CXX.dd
[934/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/CXX.dd
[935/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[936/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/CXX.dd
[937/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[938/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/CXX.dd
[939/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[940/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/CXX.dd
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o
[941/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[942/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/CXX.dd
[943/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[944/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/CXX.dd
[945/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[946/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/CXX.dd
[947/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[948/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/CXX.dd
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o
[949/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[950/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/CXX.dd
[951/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[952/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/CXX.dd
[953/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[954/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/CXX.dd
[955/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[956/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/CXX.dd
[957/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o
[958/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/CXX.dd
[959/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[960/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/CXX.dd
[961/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[962/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/CXX.dd
[963/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[964/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/CXX.dd
[965/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[966/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/CXX.dd
[967/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[968/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/CXX.dd
[969/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[970/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/CXX.dd
[971/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[972/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/CXX.dd
[973/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[974/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/CXX.dd
[975/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[976/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/CXX.dd
[977/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[978/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/CXX.dd
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_a.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o
[ 38%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased
[ 38%] Built target Kokkos_CoreUnitTest_CudaTimingBased
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o
[979/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[980/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/CXX.dd
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSortByKey.cpp.o
[981/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[982/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/CXX.dd
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_b.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o
[983/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[984/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/CXX.dd
[985/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[986/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/CXX.dd
[987/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[988/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/CXX.dd
[989/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[990/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/CXX.dd
[991/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[992/1513] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/CXX.dd
[993/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[994/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o
[995/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o
[996/1513] 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_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_e.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions.cpp.o
[997/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[998/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[999/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 64%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 64%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[1000/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[1001/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[1002/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 64%] Linking CXX executable Kokkos_UnitTest_Random
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o
[ 64%] Built target Kokkos_UnitTest_Random
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[1003/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[1004/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[1005/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[1006/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[1007/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 65%] 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_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o
[ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 83%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o
[1008/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[1009/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[1010/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o
[1011/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[1012/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[1013/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[1014/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 39%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[1015/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 39%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/UnitTestMainInit.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o
[1016/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[1017/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[1018/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[1019/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessorAccessViolation.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[1020/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[1021/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[1022/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[1023/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessor.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o
[1024/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[1025/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[1026/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 65%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o
[ 65%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestBinSortA.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/cuda/TestCuda_InterOp_Graph.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o
[1027/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[1028/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[1029/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[1030/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[1031/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[1032/1513] 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_MDRange_g.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
[1033/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[1034/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_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[1035/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 85%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o
[1036/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[1037/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[1038/1513] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/CXX.dd
[1039/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[1040/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o
[1041/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[1042/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o
[1043/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[1044/1513] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/CXX.dd
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[1045/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 86%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Vector.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
[1046/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[1047/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o
[1048/1513] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/CXX.dd
[1049/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o
[1050/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o
[1051/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o
[1052/1513] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/CXX.dd
[1053/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestBinSortB.cpp.o
[ 86%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[1054/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[1055/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[1056/1513] Generating CXX dyndep file containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/CXX.dd
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o
[1057/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 40%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraph
[ 40%] Built target Kokkos_CoreUnitTest_CudaInterOpGraph
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/UnitTestMainInit.cpp.o
[ 86%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[1058/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[1059/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 86%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[1060/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o
[1061/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o
[1062/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 86%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o
[ 86%] Linking CXX executable Kokkos_ContainersUnitTest_HIP
[ 86%] Built target Kokkos_ContainersUnitTest_HIP
[ 86%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[1063/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 86%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 86%] Built target Kokkos_CoreUnitTest_Serial1
[ 86%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o
[ 86%] Linking CXX executable Kokkos_atomic
[ 86%] Built target Kokkos_atomic
[ 86%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 87%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o
[ 87%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[1064/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[1065/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 87%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[1066/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[1067/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/cuda/TestCuda_InterOp_GraphMultiGPU.cpp.o
[1068/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o
[1069/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 88%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan
[ 88%] Built target Kokkos_PerformanceTest_InclusiveScan
[ 88%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 88%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o
[ 88%] Linking CXX executable Kokkos_gups
[ 88%] Built target Kokkos_gups
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestNestedSort.cpp.o
[ 88%] Linking CXX executable Kokkos_stream
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 88%] Built target Kokkos_stream
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 89%] Linking CXX executable Kokkos_launch_latency
[ 89%] Built target Kokkos_launch_latency
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o
[1070/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
[ 89%] Linking CXX executable Kokkos_view_copy_constructor
[1071/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o
[ 89%] Built target Kokkos_view_copy_constructor
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[1072/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o
[1073/1513] Generating CXX dyndep file containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/CXX.dd
[1074/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 89%] Linking CXX executable Kokkos_gather
[ 89%] Built target Kokkos_gather
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o
[1075/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 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_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o
[1076/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_Ctors.cpp.o
[ 90%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 42%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU
[ 42%] Built target Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o
[1077/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[1078/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[1079/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/CXX.dd
[ 90%] Linking CXX executable Kokkos_policy_performance
[ 90%] Built target Kokkos_policy_performance
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Timer.cpp.o
[1080/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o
[ 91%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[1081/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_LayoutMember.cpp.o
[1082/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[1083/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[1084/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 68%] Linking CXX executable Kokkos_UnitTest_Sort
[ 68%] Built target Kokkos_UnitTest_Sort
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_b.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_c.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.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_ViewBadAlloc.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_TeamScratch.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_c.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorProp.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 94%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_ViewCustomization.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[1085/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o
[1086/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfViews.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o
[ 95%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Assignment.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o
[1087/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestSort.cpp.o
[1088/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/CXX.dd
[1089/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestSortByKey.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o
[ 95%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 95%] Built target Kokkos_UnitTest_SIMD
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 44%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o
[1090/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
[1091/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/CXX.dd
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
[ 44%] Built target Kokkos_CoreUnitTest_Cuda3
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o
[1092/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestBinSortA.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[1093/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 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
[ 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
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[1094/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestSortCustomComp.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c04.cpp.o
[1095/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[1096/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/CXX.dd
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[1097/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o
[1098/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o
[1099/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[1100/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/CXX.dd
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[1101/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o
[1102/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o
[ 96%] Linking CXX executable Kokkos_bytes_and_flops
[ 96%] Built target Kokkos_bytes_and_flops
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[1103/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[1104/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestBinSortB.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.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
[1105/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[1106/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c12.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o
[ 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
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c15.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[1107/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestNestedSort.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o
[1108/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_b.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_c.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o
[1109/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[1110/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[1111/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[1112/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[1113/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[1114/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o
[1115/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/serial/TestRandom.cpp.o
[1116/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/CXX.dd
[ 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
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o
[1117/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o
[1118/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.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
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[1119/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[1120/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_b.cpp.o
[1121/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[1122/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[1123/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_c.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.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
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
[1124/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[1125/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[1126/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanAtomicAccessor.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o
[1127/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o
[1128/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_c.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_a.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanConversion.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
[1129/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[1130/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[1131/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[1132/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 46%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize
[ 46%] Built target Kokkos_CoreUnitTest_InitializeFinalize
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[1133/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedResourceLock.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Spaces.cpp.o
[1134/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorProp.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
[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
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp.o
[1135/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[1136/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[1137/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/CXX.dd
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Narrowing.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[1138/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[1139/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[1140/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[1141/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[1142/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[1143/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[1144/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 75%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 75%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[1145/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o
[1146/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[1147/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[1148/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[1149/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[1150/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[1151/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/CXX.dd
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[1152/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 49%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 49%] Built target Kokkos_CoreUnitTest_Develop
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[100%] Linking CXX executable Kokkos_CoreUnitTest_HIP
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_StaticCrsGraph.cpp.o
[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: c14c8f6881d0
   Build name: Linux-hipcc
Create new tag: 20250910-1813 - 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/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
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/59 Test  #2: Kokkos_CoreUnitTest_HIP_ViewSupport ........................   Passed    0.44 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
[1153/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.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
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o
3: [       OK ] serial_DeathTest.abort_from_host (1363 ms)
3: [ RUN      ] serial_DeathTest.abort_from_device
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[1154/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
3: [       OK ] serial_DeathTest.abort_from_device (1339 ms)
3: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o
[1155/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o
3: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (1390 ms)
3: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
3: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (1351 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 (50 ms)
3: [ RUN      ] serial.atomic_views_nonintegral
3: [       OK ] serial.atomic_views_nonintegral (26 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
3: [       OK ] serial.exec_space_thread_safety_range (408 ms)
3: [ RUN      ] serial.exec_space_thread_safety_mdrange
3: [       OK ] serial.exec_space_thread_safety_mdrange (46 ms)
3: [ RUN      ] serial.exec_space_thread_safety_team_policy
3: [       OK ] serial.exec_space_thread_safety_team_policy (44 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
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
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 (1442 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[1156/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[1157/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (1492 ms)
3: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
3: [       OK ] serial.local_deepcopy_teampolicy_layoutright (592 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (586 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
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
3: [       OK ] serial.mdrange_5d (606 ms)
3: [ RUN      ] serial.mdrange_6d
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
3: [       OK ] serial.mdrange_6d (981 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 (73 ms)
3: [ RUN      ] serial.mdrange_4d
3: [       OK ] serial.mdrange_4d (351 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 (260 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_RangePolicyRequire.cpp.o
[1158/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
3: [       OK ] serial.mdrange_parallel_reduce_primitive_types (1459 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 (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 (49 ms)
3: [ RUN      ] serial.double_reduce
3: [       OK ] serial.double_reduce (214 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
3: [       OK ] serial.int64_t_reduce_dynamic (2711 ms)
3: [ RUN      ] serial.double_reduce_dynamic
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
3: [       OK ] serial.double_reduce_dynamic (920 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic_view
3: [       OK ] serial.int64_t_reduce_dynamic_view (219 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
[1159/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
3: [       OK ] serial.reduce_device_view_mdrange_policy (1567 ms)
3: [ RUN      ] serial.reduce_device_view_team_policy
3: [       OK ] serial.reduce_device_view_team_policy (142 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 (14519 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. (19966 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   20.39 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
[1160/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[1161/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/CXX.dd
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
[1162/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[1163/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[1164/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[1165/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[1166/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[1167/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[1168/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/CXX.dd
[1169/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
4: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (9349 ms)
4: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
[1170/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.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
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[1171/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[1172/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[1173/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
4: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (9467 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
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
4: [       OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (2697 ms)
4: [----------] 10 tests from serial_DeathTest (21515 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 (369 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 (237 ms)
4: [ RUN      ] serial.parallel_scan_with_reducers
4: [       OK ] serial.parallel_scan_with_reducers (43 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 (4 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 (61 ms)
4: [ RUN      ] serial.team_long_reduce
4: [       OK ] serial.team_long_reduce (45 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 (59 ms)
4: [ RUN      ] serial.team_double_array_reduce
4: [       OK ] serial.team_double_array_reduce (70 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
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o
[1174/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
4: [       OK ] serial.repeated_team_reduce (4165 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 (78 ms)
4: [ RUN      ] serial.team_scan_ret_val
4: [       OK ] serial.team_scan_ret_val (74 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 (1 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 (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 (2 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
[1175/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
[1176/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
4: [       OK ] serial.view_allocation_large_rank (1827 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
[ 51%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
4: [       OK ] serial.view_fill_tests_layout_right (1352 ms)
4: [ RUN      ] serial.view_fill_tests_layout_left
[ 52%] Built target Kokkos_CoreUnitTest_Default
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 52%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[1177/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[1178/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/CXX.dd
[ 52%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 52%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[ 52%] Built target Kokkos_CoreUnitTest_KokkosP
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
4: [       OK ] serial.view_fill_tests_layout_left (2100 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 (27 ms)
4: [ RUN      ] serial.view_mapping
4: [       OK ] serial.view_mapping (66 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 (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_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 (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
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
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 (123 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 (11339 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 147 tests from 2 test suites ran. (32855 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   33.28 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
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
[1179/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o
5: [       OK ] hip_DeathTest.abort_from_host (1344 ms)
5: [ RUN      ] hip_DeathTest.abort_from_device
[1180/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[1181/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
[1182/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
5: [       OK ] hip_DeathTest.abort_from_device (2705 ms)
5: [ RUN      ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o
5: [       OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (1378 ms)
5: [ RUN      ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions
[1183/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[1184/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/CXX.dd
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[1185/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o
5: [       OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (1423 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
[1186/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
5: [       OK ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (1394 ms)
5: [ RUN      ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[1187/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
5: [       OK ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (3059 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
[ 53%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 53%] Built target Kokkos_ProfilingAllCalls
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[1188/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[1189/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 53%] Linking CXX executable Kokkos_ToolsInitialization
[ 53%] Built target Kokkos_ToolsInitialization
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 53%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 53%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 53%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 53%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 53%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Vector.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[1190/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[1191/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[1192/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[1193/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/CXX.dd
[ 53%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o
5: [       OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (9680 ms)
5: [ RUN      ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment
[1194/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 53%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[1195/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[1196/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
[ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[1197/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 81%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP
[ 81%] Built target Kokkos_ContainersUnitTest_OpenMP
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 55%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 55%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o
[1198/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[1199/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[1200/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/CXX.dd
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
5: [       OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (9692 ms)
5: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_host
[1201/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o
[1202/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[1203/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[1204/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o
[1205/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 81%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[ 81%] Built target Kokkos_ContainersUnitTest_Serial
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[1206/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[1207/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/CXX.dd
[1208/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o
[1209/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o
[ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[1210/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[1211/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o
[ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o
[1212/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[1213/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[1214/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o
[ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o
[1215/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o
5: [       OK ] hip_DeathTest.view_memory_access_violations_from_host (24849 ms)
5: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_device
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[1216/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[1217/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[1218/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[1219/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/CXX.dd
[1220/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o
[ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o
[1221/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[1222/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[1223/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[1224/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_Ctors.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o
[1225/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[1226/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/CXX.dd
[1227/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[1228/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o
[1229/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[1230/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 58%] Linking CXX executable Kokkos_StackTraceTestExec
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 58%] Built target Kokkos_StackTraceTestExec
[ 59%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o
[ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_LayoutMember.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[1231/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[1232/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 84%] 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_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o
[ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_TeamScratch.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o
[1233/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[1234/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/CXX.dd
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[1235/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[1236/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o
[1237/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[1238/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 59%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o
[1239/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[1240/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o
[1241/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[1242/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/CXX.dd
[1243/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_ViewCustomization.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[1244/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[1245/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o
[ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 85%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 85%] Built target Kokkos_CoreUnitTest_Serial1
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[1246/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[1247/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/CXX.dd
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 59%] 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_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.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/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 85%] 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_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[1250/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessorAccessViolation.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 59%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda
[ 59%] Built target Kokkos_ContainersPerformanceTest_Cuda
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[1251/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[1252/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/CXX.dd
[1253/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[1254/1513] Generating CXX dyndep file algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/CXX.dd
[1255/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o
[1256/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessor.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[1257/1513] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o
[1258/1513] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[1259/1513] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o
[1260/1513] Generating CXX dyndep file simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/CXX.dd
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o
[1261/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
5: [       OK ] hip_DeathTest.view_memory_access_violations_from_device (60931 ms)
5: [----------] 19 tests from hip_DeathTest (116461 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 (2770 ms)
5: [----------] 2 tests from hip_managed_DeathTest (2770 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 (12 ms)
5: [ RUN      ] hip.atomic_operations_complexfloat
5: [       OK ] hip.atomic_operations_complexfloat (9 ms)
5: [ RUN      ] hip.atomic_operations_double
5: [       OK ] hip.atomic_operations_double (13 ms)
5: [ RUN      ] hip.atomic_operations_float
5: [       OK ] hip.atomic_operations_float (11 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 (32 ms)
5: [ RUN      ] hip.atomic_operations_int
5: [       OK ] hip.atomic_operations_int (31 ms)
5: [ RUN      ] hip.atomic_operations_long
5: [       OK ] hip.atomic_operations_long (32 ms)
5: [ RUN      ] hip.atomic_operations_longlong
5: [       OK ] hip.atomic_operations_longlong (32 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 (26 ms)
5: [ RUN      ] hip.atomics
5: [       OK ] hip.atomics (279 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
[1262/1513] Generating CXX dyndep file example/query_device/CMakeFiles/Kokkos_query_device.dir/CXX.dd
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o
[1263/1513] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD.cppm.o
[1264/1513] Linking CXX static library simd/src/libkokkossimd.a
[1265/1513] Linking CXX executable core/unit_test/Kokkos_CoreTestCompileOnly
[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_CoreUnitTest_Serial_ViewSupport
[1268/1513] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[1269/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[1270/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[1271/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize
[1272/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_Develop
[1273/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_Default
[1274/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_ToolIndependence
[1275/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_KokkosP
[1276/1513] Linking CXX executable core/unit_test/Kokkos_ProfilingAllCalls
[1277/1513] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o
[1278/1513] Linking CXX executable core/unit_test/Kokkos_ToolsInitialization
[1279/1513] Linking CXX executable core/unit_test/Kokkos_StackTraceTestExec
[1280/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[1281/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[1282/1513] Linking CXX executable core/unit_test/Kokkos_IncrementalTest_SERIAL
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[1283/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_CTestDevice
[1284/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[1285/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[1286/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[1287/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o
[1288/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[1289/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[1290/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[1291/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[1292/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[1293/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[1294/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[1295/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[1296/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[1297/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[1298/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[1299/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[1300/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[1301/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[1302/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[1303/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[1304/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[1305/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[1306/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[1307/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_Serial1
[1308/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Half_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_Layout_hpp
[1311/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[1312/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[1313/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_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_MemoryTraits_hpp
[1316/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_Serial2
[1317/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[1318/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[1319/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[1320/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[1321/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[1322/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[1323/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[1324/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[1325/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Rank_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
[1328/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[1329/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[1330/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_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_TypeInfo_hpp
[1333/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[1334/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_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_hwloc_hpp
[1338/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[1339/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[1340/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_DynamicView_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_ErrorReporter_hpp
[1343/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[1344/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Functional_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_NestedSort_hpp
[1348/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_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_Sort_hpp
[1351/1513] Linking CXX executable core/perf_test/Kokkos_PerformanceTest_Mempool
[1352/1513] Linking CXX executable core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch
[1353/1513] Linking CXX executable core/perf_test/Kokkos_Benchmark_Atomic_MinMax
[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 containers/unit_tests/Kokkos_ContainersTestCompileOnly
[1357/1513] Linking CXX executable core/perf_test/Kokkos_PerformanceTest_Benchmark
[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 algorithms/unit_tests/Kokkos_UnitTest_Sort
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o
[1361/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
[1362/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
[1363/1513] Linking CXX executable containers/unit_tests/Kokkos_ContainersUnitTest_Serial
[1364/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
[1365/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[1366/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[1367/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[1368/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[1369/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[1370/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[1371/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[1372/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[1373/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[1374/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[1375/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[1376/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[1377/1513] Generating CXX dyndep file example/virtual_functions/CMakeFiles/Kokkos_example_virtual_functions.dir/CXX.dd
[1378/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[1379/1513] Linking CXX executable algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan
[1380/1513] Generating CXX dyndep file example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/CXX.dd
[1381/1513] Linking CXX executable example/query_device/Kokkos_query_device
[1382/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[1383/1513] Generating CXX dyndep file example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/CXX.dd
[1384/1513] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/functor.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[1385/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/02_simple_reduce/simple_reduce.cpp for CXX dependencies
[1386/1513] Generating CXX dyndep file example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/CXX.dd
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o
5: [       OK ] hip.atomic_views_nonintegral (17011 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 (8 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 (0 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 (9 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 (9 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 (13 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
[1387/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[1388/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/03_simple_view/simple_view.cpp for CXX dependencies
[1389/1513] Generating CXX dyndep file example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/CXX.dd
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[1390/1513] Building CXX object example/virtual_functions/CMakeFiles/Kokkos_example_virtual_functions.dir/classes.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
[1393/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[1394/1513] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o
[1395/1513] Building CXX object example/virtual_functions/CMakeFiles/Kokkos_example_virtual_functions.dir/main.cpp.o
[1396/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[1397/1513] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o
[1398/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/05_simple_atomics/simple_atomics.cpp for CXX dependencies
[1399/1513] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/main.cpp.o
[1400/1513] Generating CXX dyndep file example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/CXX.dd
[1401/1513] Linking CXX executable example/tutorial/01_hello_world/Kokkos_tutorial_01_hello_world
[1402/1513] Linking CXX executable example/virtual_functions/Kokkos_example_virtual_functions
[1403/1513] Linking CXX executable example/tutorial/02_simple_reduce/Kokkos_tutorial_02_simple_reduce
[1404/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/06_simple_mdrangepolicy/simple_mdrangepolicy.cpp for CXX dependencies
[1405/1513] Generating CXX dyndep file example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/CXX.dd
[1406/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/Advanced_Views/01_data_layouts/data_layouts.cpp for CXX dependencies
[1407/1513] Linking CXX executable example/relocatable_function/Kokkos_example_relocatable_function
[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] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/Advanced_Views/02_memory_traits/memory_traits.cpp for CXX dependencies
[1410/1513] Generating CXX dyndep file example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/CXX.dd
[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
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o
[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
[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
[1417/1513] Building CXX object example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/data_layouts.cpp.o
[1418/1513] Building CXX object example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/simple_memoryspaces.cpp.o
[1419/1513] Building CXX object example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/simple_atomics.cpp.o
[1420/1513] Linking CXX executable example/tutorial/04_simple_memoryspaces/Kokkos_tutorial_04_simple_memoryspaces
[1421/1513] Linking CXX executable example/tutorial/Advanced_Views/01_data_layouts/Kokkos_tutorial_advancedviews_01_data_layouts
[1422/1513] Building CXX object example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/simple_mdrangepolicy.cpp.o
[1423/1513] Building CXX object example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/subviews.cpp.o
[1424/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/Algorithms/01_random_numbers/random_numbers.cpp for CXX dependencies
[1425/1513] Generating CXX dyndep file example/tutorial/Algorithms/01_random_numbers/CMakeFiles/Kokkos_tutorial_algorithms_01_random_numbers.dir/CXX.dd
[1426/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/Hierarchical_Parallelism/01_thread_teams/thread_teams.cpp for CXX dependencies
[1427/1513] Generating CXX dyndep file example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/CXX.dd
[1428/1513] Linking CXX executable example/tutorial/05_simple_atomics/Kokkos_tutorial_05_simple_atomics
[1429/1513] Linking CXX executable example/tutorial/Advanced_Views/03_subviews/Kokkos_tutorial_advancedviews_03_subviews
[1430/1513] Linking CXX executable example/tutorial/06_simple_mdrangepolicy/Kokkos_tutorial_06_simple_mdrangepolicy
[1431/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/thread_teams_lambda.cpp for CXX dependencies
[1432/1513] Generating CXX dyndep file example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/CMakeFiles/Kokkos_tutorial_hierarchical_01_thread_teams_lambda.dir/CXX.dd
[1433/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/nested_parallel_for.cpp for CXX dependencies
[1434/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/Hierarchical_Parallelism/03_vectorization/vectorization.cpp for CXX dependencies
[1435/1513] Generating CXX dyndep file example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for.dir/CXX.dd
[1436/1513] Generating CXX dyndep file example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/CXX.dd
[1437/1513] Building CXX object example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/memory_traits.cpp.o
[1438/1513] Linking CXX executable example/tutorial/Advanced_Views/02_memory_traits/Kokkos_tutorial_advancedviews_02_memory_traits
[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
5: [       OK ] hip.exec_space_thread_safety_range (10737 ms)
5: [ RUN      ] hip.exec_space_thread_safety_mdrange
5: [       OK ] hip.exec_space_thread_safety_mdrange (1078 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
[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
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.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
5: [       OK ] hip.exec_space_thread_safety_range_reduce (1075 ms)
5: [ RUN      ] hip.exec_space_thread_safety_mdrange_reduce
[1446/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
[1447/1513] Linking CXX executable example/tutorial/Hierarchical_Parallelism/01_thread_teams/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams
[1448/1513] Linking CXX executable example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/Kokkos_tutorial_hierarchical_01_thread_teams_lambda
[1449/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/01_hello_world_lambda/hello_world_lambda.cpp for CXX dependencies
[1450/1513] Generating CXX dyndep file example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/CXX.dd
[1451/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
[1452/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/example/tutorial/02_simple_reduce_lambda/simple_reduce_lambda.cpp for CXX dependencies
[1453/1513] Generating CXX dyndep file example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/CXX.dd
[1454/1513] Linking CXX executable example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for
[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
5: [       OK ] hip.exec_space_thread_safety_mdrange_reduce (1074 ms)
5: [ RUN      ] hip.exec_space_thread_safety_team_policy_reduce
5: [       OK ] hip.exec_space_thread_safety_team_policy_reduce (1030 ms)
5: [ RUN      ] hip.exec_space_thread_safety_range_scan
[1457/1513] Building CXX object example/tutorial/Hierarchical_Parallelism/04_team_scan/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_04_team_scan.dir/team_scan.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[1458/1513] Linking CXX executable example/tutorial/Hierarchical_Parallelism/04_team_scan/Kokkos_tutorial_hierarchicalparallelism_04_team_scan
[1459/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/benchmarks/atomic/main.cpp for CXX dependencies
[1460/1513] Generating CXX dyndep file benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/CXX.dd
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o
5: [       OK ] hip.exec_space_thread_safety_range_scan (1073 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 (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
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
5: [       OK ] hip.local_deepcopy_teampolicy_layoutleft (884 ms)
5: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutleft
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[1461/1513] Building CXX object example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/launch_bounds_reduce.cpp.o
[1462/1513] Linking CXX executable example/tutorial/launch_bounds/Kokkos_launch_bounds_reduce
[1463/1513] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o
[1464/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/benchmarks/gather/main.cpp for CXX dependencies
[1465/1513] Generating CXX dyndep file benchmarks/gather/CMakeFiles/Kokkos_gather.dir/CXX.dd
[1466/1513] Linking CXX executable example/tutorial/01_hello_world_lambda/Kokkos_tutorial_01_hello_world_lambda
[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
[1469/1513] Building CXX object example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/simple_reduce_lambda.cpp.o
[1470/1513] Linking CXX executable example/tutorial/02_simple_reduce_lambda/Kokkos_tutorial_02_simple_reduce_lambda
[1471/1513] Building CXX object example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/vectorization.cpp.o
[1472/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/benchmarks/launch_latency/launch_latency.cpp for CXX dependencies
[1473/1513] Building CXX object example/tutorial/Algorithms/01_random_numbers/CMakeFiles/Kokkos_tutorial_algorithms_01_random_numbers.dir/random_numbers.cpp.o
[1474/1513] Generating CXX dyndep file benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/CXX.dd
[1475/1513] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o
[1476/1513] Linking CXX executable example/tutorial/Hierarchical_Parallelism/03_vectorization/Kokkos_tutorial_hierarchicalparallelism_03_vectorization
[1477/1513] Linking CXX executable example/tutorial/Algorithms/01_random_numbers/Kokkos_tutorial_algorithms_01_random_numbers
[1478/1513] Linking CXX executable example/tutorial/03_simple_view_lambda/Kokkos_tutorial_03_simple_view_lambda
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
5: [       OK ] hip.local_deepcopy_rangepolicy_layoutleft (2323 ms)
5: [ RUN      ] hip.local_deepcopy_teampolicy_layoutright
[1479/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/benchmarks/stream/stream-kokkos.cpp for CXX dependencies
[1480/1513] Generating CXX dyndep file benchmarks/stream/CMakeFiles/Kokkos_stream.dir/CXX.dd
[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
5: [       OK ] hip.local_deepcopy_teampolicy_layoutright (842 ms)
5: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutright
5: [       OK ] hip.local_deepcopy_rangepolicy_layoutright (1684 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 (2 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 (17 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 (3 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 (127 ms)
5: [ RUN      ] hip.mdrange_6d
5: [       OK ] hip.mdrange_6d (207 ms)
5: [ RUN      ] hip.mdrange_2d
5: [       OK ] hip.mdrange_2d (3 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 (7 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 (62 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 (57 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_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
5: [       OK ] hip.mdrange_parallel_reduce_primitive_types (3338 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 (6 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 (0 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 (22 ms)
5: [ RUN      ] hip.cxx11
5: [       OK ] hip.cxx11 (0 ms)
5: [ RUN      ] hip.parallel_scan_range_policy
5: [       OK ] hip.parallel_scan_range_policy (54 ms)
5: [ RUN      ] hip.kokkos_printf
5: [       OK ] hip.kokkos_printf (1 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 (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 (2 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 (11 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 (9 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 (28 ms)
5: [ RUN      ] hip.double_reduce_dynamic
5: [       OK ] hip.double_reduce_dynamic (28 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
[1485/1513] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[1486/1513] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
[1487/1513] Linking CXX executable benchmarks/gups/Kokkos_gups
[1488/1513] Linking CXX executable benchmarks/view_copy_constructor/Kokkos_view_copy_constructor
[1489/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/benchmarks/bytes_and_flops/bench_double.cpp for CXX dependencies
[1490/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/benchmarks/bytes_and_flops/bench_float.cpp for CXX dependencies
[1491/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/benchmarks/bytes_and_flops/bench_int32_t.cpp for CXX dependencies
[1492/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/benchmarks/bytes_and_flops/bench_int64_t.cpp for CXX dependencies
[1493/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8428/benchmarks/bytes_and_flops/main.cpp for CXX dependencies
[1494/1513] Generating CXX dyndep file benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/CXX.dd
[1495/1513] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[1496/1513] Linking CXX executable benchmarks/stream/Kokkos_stream
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 (13 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 (116 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 (18 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 (44 ms)
5: [ RUN      ] hip.team_parallel_single
5: [       OK ] hip.team_parallel_single (9 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 (0 ms)
5: [ RUN      ] hip.team_broadcast_long_wrapper
5: [       OK ] hip.team_broadcast_long_wrapper (0 ms)
5: [ RUN      ] hip.team_broadcast_char
5: [       OK ] hip.team_broadcast_char (0 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 (9 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 (53 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 (38 ms)
5: [ RUN      ] hip.ThreadVectorMDRangeParallelFor
5: [       OK ] hip.ThreadVectorMDRangeParallelFor (8 ms)
5: [ RUN      ] hip.TeamVectorMDRangeParallelFor
5: [       OK ] hip.TeamVectorMDRangeParallelFor (10 ms)
5: [ RUN      ] hip.TeamThreadMDRangeParallelReduce
5: [       OK ] hip.TeamThreadMDRangeParallelReduce (25 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
[1497/1513] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[1498/1513] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[1499/1513] Linking CXX executable benchmarks/launch_latency/Kokkos_launch_latency
[1500/1513] Linking CXX executable benchmarks/atomic/Kokkos_atomic
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o
5: [       OK ] hip.team_reduction_scan (1640 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 (18 ms)
5: [ RUN      ] hip.team_double_array_reduce
5: [       OK ] hip.team_double_array_reduce (18 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 (78 ms)
5: [ RUN      ] hip.team_scan_ret_val
5: [       OK ] hip.team_scan_ret_val (75 ms)
5: [ RUN      ] hip.team_shared_request
5: [       OK ] hip.team_shared_request (2 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 (3 ms)
5: [ RUN      ] hip.timer
5: [       OK ] hip.timer (20 ms)
5: [ RUN      ] hip.unique_token_global
5: [       OK ] hip.unique_token_global (24 ms)
5: [ RUN      ] hip.unique_token_instance
5: [       OK ] hip.unique_token_instance (27 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 (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 (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 (35 ms)
5: [ RUN      ] hip.view_layoutstride_right_to_layoutright_assignment
5: [       OK ] hip.view_layoutstride_right_to_layoutright_assignment (34 ms)
5: [ RUN      ] hip.view_mapping
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o
5: [       OK ] hip.view_mapping (69 ms)
5: [ RUN      ] hip.view_mapping_operator
5: [       OK ] hip.view_mapping_operator (22 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
[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
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o
5: [       OK ] hip.workgraph_fib (3194 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 (0 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 (3 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 (1 ms)
5: [ RUN      ] hip.memory_requirements
5: [       OK ] hip.memory_requirements (0 ms)
5: [ RUN      ] hip.team_scratch_1_streams
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o
[1503/1513] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[1504/1513] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[1505/1513] Linking CXX executable simd/unit_tests/Kokkos_UnitTest_SIMD
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.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
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Vector.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_float.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_int64_t.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
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
-- 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:2f0b1e28b47e
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:2f0b1e28b47e
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 (3 ms)
2: [ RUN      ] serial_DeathTest.abort_from_device
2: [       OK ] serial_DeathTest.abort_from_device (2 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 (33 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 (1 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
2: [       OK ] serial.exec_space_thread_safety_range (1070 ms)
2: [ RUN      ] serial.exec_space_thread_safety_mdrange
2: [       OK ] serial.exec_space_thread_safety_mdrange (106 ms)
2: [ RUN      ] serial.exec_space_thread_safety_team_policy
2: [       OK ] serial.exec_space_thread_safety_team_policy (106 ms)
2: [ RUN      ] serial.exec_space_thread_safety_range_reduce
2: [       OK ] serial.exec_space_thread_safety_range_reduce (108 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 (108 ms)
2: [ RUN      ] serial.exec_space_thread_safety_range_scan
2: [       OK ] serial.exec_space_thread_safety_range_scan (107 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
2: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (2498 ms)
2: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
2: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (2123 ms)
2: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
2: [       OK ] serial.local_deepcopy_teampolicy_layoutright (1232 ms)
2: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o
2: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (1235 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 (116 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 (100 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
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Timer.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o
2: [       OK ] serial.mdrange_large_deep_copy (864 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
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
2: [       OK ] serial.mdrange_parallel_reduce_primitive_types (3013 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 (8 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 (8 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
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
2: [       OK ] serial.double_reduce (276 ms)
2: [ RUN      ] serial.int64_t_reduce_dynamic
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o
2: [       OK ] serial.int64_t_reduce_dynamic (817 ms)
2: [ RUN      ] serial.double_reduce_dynamic
2: [       OK ] serial.double_reduce_dynamic (948 ms)
2: [ RUN      ] serial.int64_t_reduce_dynamic_view
2: [       OK ] serial.int64_t_reduce_dynamic_view (177 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
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
2: [       OK ] serial.reduce_device_view_mdrange_policy (2620 ms)
2: [ RUN      ] serial.reduce_device_view_team_policy
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 63%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
2: [       OK ] serial.reduce_device_view_team_policy (467 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 (18591 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. (18626 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.63 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 (34 ms)
3: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
3: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (32 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 (73 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
[ 91%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o
3: [       OK ] serial.team_reduce_large (385 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
3: [       OK ] serial.triple_nested_parallelism (539 ms)
3: [ RUN      ] serial.parallel_scan_with_reducers
3: [       OK ] serial.parallel_scan_with_reducers (62 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 (32 ms)
3: [ RUN      ] serial.team_long_reduce
3: [       OK ] serial.team_long_reduce (88 ms)
3: [ RUN      ] serial.team_double_reduce
[ 91%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o
[ 63%] Built target Kokkos_ContainersUnitTest_Cuda
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
3: [       OK ] serial.team_double_reduce (38 ms)
3: [ RUN      ] serial.team_long_array_reduce
3: [       OK ] serial.team_long_array_reduce (91 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
[ 91%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
3: [       OK ] serial.repeated_team_reduce (4256 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 (94 ms)
3: [ RUN      ] serial.team_shared_request
3: [       OK ] serial.team_shared_request (25 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 (28 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
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 92%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o
[ 92%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 92%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan
[ 92%] Built target Kokkos_PerformanceTest_InclusiveScan
[ 93%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
3: [       OK ] serial.view_allocation_large_rank (5040 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 (1 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
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 93%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o
3: [       OK ] serial.view_fill_tests_layout_right (3847 ms)
3: [ RUN      ] serial.view_fill_tests_layout_left
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o
3: [       OK ] serial.view_fill_tests_layout_left (4402 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 (39 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 (61 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 (120 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 (42 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 (125 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 (19970 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 147 tests from 2 test suites ran. (20044 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   20.05 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 (7 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. (13 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 (5 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 (26 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 (4 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 (3 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 (10 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. (57 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.00 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:0x556431555e40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x556431556000:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x556431556080:Host:source:0x556431555ec0: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:0x556431556180: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:0x556431556000:40::kokkosp_deallocate_data:Host:source:0x556431555e40: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:0x55c129c70e40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x55c129c71000:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x55c129c71080:Host:source:0x55c129c70ec0: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:0x55c129c71180: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:0x55c129c71000:40::kokkosp_deallocate_data:Host:source:0x55c129c70e40: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) [0x5631e8e4bc12]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x5631e8deab00]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x5631e8de6826]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xeb) [0x5631e8de847b]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x5631e8e214b9]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x5631e8df87e0]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x5631e8df9b59]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x5631e8dfa498]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x5631e8e0ab8d]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x5631e8e22369]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5631e8e0a713]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x5631e8de89a0]
13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7f682dc9824a]
13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7f682dc98305]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x5631e8de6691]
13:  
13: demangled test_f1:
13: [0x5631e8e4bc12] Kokkos::Impl::save_stacktrace()
13: [0x5631e8deab00] Test::stacktrace_test_f1(std::ostream&)
13: [0x5631e8de6826] Test::test_stacktrace(bool, bool)
13: [0x5631e8de847b] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
13: [0x5631e8e214b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
13: [0x5631e8df87e0] testing::Test::Run()
13: [0x5631e8df9b59] testing::TestInfo::Run()
13: [0x5631e8dfa498] testing::TestSuite::Run()
13: [0x5631e8e0ab8d] testing::internal::UnitTestImpl::RunAllTests()
13: [0x5631e8e22369] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
13: [0x5631e8e0a713] testing::UnitTest::Run()
13: [0x5631e8de89a0] main
13: [0x7f682dc9824a] 
13: [0x7f682dc98305] __libc_start_main
13: [0x5631e8de6691] _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) [0x5631e8e4bc12]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x5631e8deab00]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x5631e8deacc4]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2f9) [0x5631e8de6af9]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xeb) [0x5631e8de847b]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x5631e8e214b9]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x5631e8df87e0]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x5631e8df9b59]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x5631e8dfa498]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x5631e8e0ab8d]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x5631e8e22369]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5631e8e0a713]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x5631e8de89a0]
13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7f682dc9824a]
13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7f682dc98305]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x5631e8de6691]
13:  
13: demangled test_f3:
13: [0x5631e8e4bc12] Kokkos::Impl::save_stacktrace()
13: [0x5631e8deab00] Test::stacktrace_test_f1(std::ostream&)
13: [0x5631e8deacc4] Test::stacktrace_test_f3(std::ostream&, int)
13: [0x5631e8de6af9] Test::test_stacktrace(bool, bool)
13: [0x5631e8de847b] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
13: [0x5631e8e214b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
13: [0x5631e8df87e0] testing::Test::Run()
13: [0x5631e8df9b59] testing::TestInfo::Run()
13: [0x5631e8dfa498] testing::TestSuite::Run()
13: [0x5631e8e0ab8d] testing::internal::UnitTestImpl::RunAllTests()
13: [0x5631e8e22369] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
13: [0x5631e8e0a713] testing::UnitTest::Run()
13: [0x5631e8de89a0] main
13: [0x7f682dc9824a] 
13: [0x7f682dc98305] __libc_start_main
13: [0x5631e8de6691] _start
13:  
13: Test setting std::terminate handler that prints the last saved stack trace
13: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (2 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) [0x56293ba8ac12]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x56293ba29b00]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x56293ba25826]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xe8) [0x56293ba27768]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x56293ba604b9]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x56293ba377e0]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x56293ba38b59]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x56293ba39498]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x56293ba49b8d]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x56293ba61369]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x56293ba49713]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x56293ba279a0]
13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7f3d498ec24a]
13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7f3d498ec305]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x56293ba25691]
13:  
13: demangled test_f1:
13: [0x56293ba8ac12] Kokkos::Impl::save_stacktrace()
13: [0x56293ba29b00] Test::stacktrace_test_f1(std::ostream&)
13: [0x56293ba25826] Test::test_stacktrace(bool, bool)
13: [0x56293ba27768] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
13: [0x56293ba604b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
13: [0x56293ba377e0] testing::Test::Run()
13: [0x56293ba38b59] testing::TestInfo::Run()
13: [0x56293ba39498] testing::TestSuite::Run()
13: [0x56293ba49b8d] testing::internal::UnitTestImpl::RunAllTests()
13: [0x56293ba61369] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
13: [0x56293ba49713] testing::UnitTest::Run()
13: [0x56293ba279a0] main
13: [0x7f3d498ec24a] 
13: [0x7f3d498ec305] __libc_start_main
13: [0x56293ba25691] _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) [0x56293ba8ac12]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x56293ba29b00]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x56293ba29cc4]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2f9) [0x56293ba25af9]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xe8) [0x56293ba27768]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x56293ba604b9]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x56293ba377e0]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x56293ba38b59]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x56293ba39498]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x56293ba49b8d]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x56293ba61369]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x56293ba49713]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x56293ba279a0]
13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7f3d498ec24a]
13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7f3d498ec305]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x56293ba25691]
13:  
13: demangled test_f3:
13: [0x56293ba8ac12] Kokkos::Impl::save_stacktrace()
13: [0x56293ba29b00] Test::stacktrace_test_f1(std::ostream&)
13: [0x56293ba29cc4] Test::stacktrace_test_f3(std::ostream&, int)
13: [0x56293ba25af9] Test::test_stacktrace(bool, bool)
13: [0x56293ba27768] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
13: [0x56293ba604b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
13: [0x56293ba377e0] testing::Test::Run()
13: [0x56293ba38b59] testing::TestInfo::Run()
13: [0x56293ba39498] testing::TestSuite::Run()
13: [0x56293ba49b8d] testing::internal::UnitTestImpl::RunAllTests()
13: [0x56293ba61369] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
13: [0x56293ba49713] testing::UnitTest::Run()
13: [0x56293ba279a0] main
13: [0x7f3d498ec24a] 
13: [0x7f3d498ec305] __libc_start_main
13: [0x56293ba25691] _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 (5 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) [0x55ecdc861c12]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55ecdc800b00]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x55ecdc7fc826]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x55ecdc8374b9]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x55ecdc80e7e0]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x55ecdc80fb59]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x55ecdc810498]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x55ecdc820b8d]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x55ecdc838369]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55ecdc820713]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55ecdc7fe9a0]
13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7fd6a385c24a]
13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7fd6a385c305]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x55ecdc7fc691]
13:  
13: demangled test_f1:
13: [0x55ecdc861c12] Kokkos::Impl::save_stacktrace()
13: [0x55ecdc800b00] Test::stacktrace_test_f1(std::ostream&)
13: [0x55ecdc7fc826] Test::test_stacktrace(bool, bool)
13: [0x55ecdc8374b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
13: [0x55ecdc80e7e0] testing::Test::Run()
13: [0x55ecdc80fb59] testing::TestInfo::Run()
13: [0x55ecdc810498] testing::TestSuite::Run()
13: [0x55ecdc820b8d] testing::internal::UnitTestImpl::RunAllTests()
13: [0x55ecdc838369] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
13: [0x55ecdc820713] testing::UnitTest::Run()
13: [0x55ecdc7fe9a0] main
13: [0x7fd6a385c24a] 
13: [0x7fd6a385c305] __libc_start_main
13: [0x55ecdc7fc691] _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) [0x55ecdc861c12]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55ecdc800b00]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x55ecdc800cc4]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2f9) [0x55ecdc7fcaf9]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x55ecdc8374b9]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x55ecdc80e7e0]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x55ecdc80fb59]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x55ecdc810498]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x55ecdc820b8d]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x55ecdc838369]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55ecdc820713]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55ecdc7fe9a0]
13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7fd6a385c24a]
13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7fd6a385c305]
13: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x55ecdc7fc691]
13:  
13: demangled test_f3:
13: [0x55ecdc861c12] Kokkos::Impl::save_stacktrace()
13: [0x55ecdc800b00] Test::stacktrace_test_f1(std::ostream&)
13: [0x55ecdc800cc4] Test::stacktrace_test_f3(std::ostream&, int)
13: [0x55ecdc7fcaf9] Test::test_stacktrace(bool, bool)
13: [0x55ecdc8374b9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
13: [0x55ecdc80e7e0] testing::Test::Run()
13: [0x55ecdc80fb59] testing::TestInfo::Run()
13: [0x55ecdc810498] testing::TestSuite::Run()
13: [0x55ecdc820b8d] testing::internal::UnitTestImpl::RunAllTests()
13: [0x55ecdc838369] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
13: [0x55ecdc820713] testing::UnitTest::Run()
13: [0x55ecdc7fe9a0] main
13: [0x7fd6a385c24a] 
13: [0x7fd6a385c305] __libc_start_main
13: [0x55ecdc7fc691] _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. (6 ms total)
13: [  PASSED  ] 3 tests.
13/51 Test #13: Kokkos_CoreUnitTest_StackTraceTest .........................   Passed    0.01 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 (28 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 (169 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 (202 ms total)
14: 
14: [----------] Global test environment tear-down
14: [==========] 28 tests from 1 test suite ran. (202 ms total)
14: [  PASSED  ] 28 tests.
14/51 Test #14: Kokkos_IncrementalTest_SERIAL ..............................   Passed    0.21 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 (3 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 (12 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. (12 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.09 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-10_T17-56-06.json"
21: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test
21: Test timeout computed to be: 1500
21: 2025-09-10T18:11:06+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.50, 6.75, 4.74
21: CPU architecture: none
21: Default Device: Serial
21: GIT_BRANCH: HEAD
21: GIT_CLEAN_STATUS: CLEAN
21: GIT_COMMIT_DATE: 2025-09-10T13:54:57-04:00
21: GIT_COMMIT_DESCRIPTION: Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD
21: GIT_COMMIT_HASH: f413584d6
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         1006.6n
21: GramSchmidt<double>/Count:2048/iterations:5/manual_time                                                                                                                        0.002 s         0.002 s             5     2.048k        815.973n
21: GramSchmidt<double>/Count:4096/iterations:5/manual_time                                                                                                                        0.003 s         0.003 s             5     4.096k        734.338n
21: GramSchmidt<double>/Count:8192/iterations:5/manual_time                                                                                                                        0.006 s         0.007 s             5     8.192k        689.493n
21: GramSchmidt<double>/Count:16384/iterations:5/manual_time                                                                                                                       0.011 s         0.014 s             5    16.384k        673.084n
21: GramSchmidt<double>/Count:32768/iterations:5/manual_time                                                                                                                       0.022 s         0.027 s             5    32.768k        664.942n
21: GramSchmidt<double>/Count:65536/iterations:5/manual_time                                                                                                                       0.045 s         0.057 s             5    65.536k        691.316n
21: GramSchmidt<double>/Count:131072/iterations:5/manual_time                                                                                                                      0.102 s         0.138 s             5   131.072k         778.55n
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o
[ 94%] Linking CXX executable Kokkos_atomic
[ 94%] Built target Kokkos_atomic
[ 94%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
21: GramSchmidt<double>/Count:262144/iterations:5/manual_time                                                                                                                      0.217 s         0.287 s             5   262.144k        826.702n
21: GramSchmidt<double>/Count:524288/iterations:5/manual_time                                                                                                                      0.467 s         0.608 s             5   524.288k        889.831n
21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s        Max
21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: CustomReduction<double>/N:100000/R:1000/manual_time                                                                                                                            0.132 s         0.233 s             5   46.198/s       11.5
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 94%] Linking CXX executable Kokkos_gups
[ 94%] Built target Kokkos_gups
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.65 s          1.65 s             1       0.0941616    0.0948555                0.385152             0.385254    0.193104        0.192894
[ 94%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o
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.153 s         0.153 s             4        8.26432m      8.2005m               0.0381341                 0.0380505   0.0189458       0.0188993
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
21: OverlapTeamPolicy/N:20/M:1000000/R:10                                                                                                                                           1.73 s          1.72 s             1        0.110934     0.111246                 0.38667                  0.386654    0.193277        0.192529
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        75.6104n
21: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     2.048k        75.7231n
21: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     4.096k        75.5376n
21: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                                                                                                                  0.001 s         0.001 s             5     8.192k        76.0916n
21: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                                                                                                                 0.001 s         0.002 s             5    16.384k        77.7824n
21: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                                                                                                                 0.002 s         0.003 s             5    32.768k        76.3986n
21: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                                                                                                                 0.005 s         0.008 s             5    65.536k        76.4977n
21: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                                                                                                                0.010 s         0.020 s             5   131.072k        76.8104n
21: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                                                                                                                0.020 s         0.049 s             5   262.144k        78.0548n
21: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                                                                                                                0.040 s         0.114 s             5   524.288k        76.5182n
[ 95%] Linking CXX executable Kokkos_gather
[ 95%] Built target Kokkos_gather
[ 95%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 96%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
21: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: rate
21: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: Malloc/N:1/manual_time                                                                                                                                                         0.178 us        0.400 us      3674616 5.61224M/s
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o
21: Malloc/N:16/manual_time                                                                                                                                                        0.157 us        0.341 us      4467012 6.38824M/s
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorProp.cpp.o
[ 96%] Linking CXX executable Kokkos_launch_latency
[ 96%] Built target Kokkos_launch_latency
[ 96%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
21: Malloc/N:256/manual_time                                                                                                                                                       0.212 us        0.452 us      3142424 4.71734M/s
[ 96%] Linking CXX executable Kokkos_view_copy_constructor
[ 96%] Built target Kokkos_view_copy_constructor
[ 96%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
5: [       OK ] hip.team_scratch_1_streams (64787 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 (116110 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 (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 (18 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 (0 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 (38 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 (38 ms)
5: [ RUN      ] hip_managed.view_subview_3d_from_5d_left
5: [       OK ] hip_managed.view_subview_3d_from_5d_left (102 ms)
5: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_atomic
5: [       OK ] hip_managed.view_subview_3d_from_5d_left_atomic (104 ms)
5: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_randomaccess
5: [       OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (101 ms)
5: [ RUN      ] hip_managed.view_subview_3d_from_5d_right
5: [       OK ] hip_managed.view_subview_3d_from_5d_right (106 ms)
5: [ RUN      ] hip_managed.view_subview_3d_from_5d_right_atomic
5: [       OK ] hip_managed.view_subview_3d_from_5d_right_atomic (106 ms)
5: [ RUN      ] hip_managed.view_subview_3d_from_5d_right_randomaccess
5: [       OK ] hip_managed.view_subview_3d_from_5d_right_randomaccess (106 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 (210 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 (13 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 (778 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 (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
[ 96%] Linking CXX executable Kokkos_stream
5: [       OK ] hip_managed.view_fill_tests_layout_right (1333 ms)
5: [ RUN      ] hip_managed.view_fill_tests_layout_left
[ 96%] Built target Kokkos_stream
[ 96%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
21: Malloc/N:4096/manual_time                                                                                                                                                      0.172 us        0.341 us      4054150 5.79886M/s
5: [       OK ] hip_managed.view_fill_tests_layout_left (798 ms)
5: [ RUN      ] hip_managed.view_mapping
5: [       OK ] hip_managed.view_mapping (69 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 (4028 ms total)
5: 
5: [----------] 28 tests from hip_hostpinned
5: [ RUN      ] hip_hostpinned.impl_shared_alloc
5: [       OK ] hip_hostpinned.impl_shared_alloc (120 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 (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
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o
5: [       OK ] hip_hostpinned.view_allocation_large_rank (621 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: Malloc/N:65536/manual_time                                                                                                                                                     0.135 us        0.346 us      5204781 7.41341M/s
5: [       OK ] hip_hostpinned.view_fill_tests_layout_right (1344 ms)
5: [ RUN      ] hip_hostpinned.view_fill_tests_layout_left
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o
21: Malloc/N:1048576/manual_time                                                                                                                                                   0.128 us        0.341 us      5410921 7.79233M/s
5: [       OK ] hip_hostpinned.view_fill_tests_layout_left (2083 ms)
5: [ RUN      ] hip_hostpinned.view_mapping
5: [       OK ] hip_hostpinned.view_mapping (67 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 (4260 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. (243794 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  244.30 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
[ 96%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
7: [       OK ] hip.raw_hip_interop (369 ms)
7: [----------] 1 test from hip (369 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 1 test from 1 test suite ran. (370 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: Malloc/N:16777216/manual_time                                                                                                                                                  0.128 us        0.340 us      5475509 7.82953M/s
8: [       OK ] hip.raw_hip_streams (373 ms)
8: [----------] 1 test from hip (373 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 1 test from 1 test suite ran. (373 ms total)
8: [  PASSED  ] 1 test.
 8/59 Test  #8: Kokkos_CoreUnitTest_HIPInterOpStreams ......................   Passed    0.43 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: [==========] 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.41 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
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
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.44 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
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
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
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 (21 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
11: [       OK ] defaultdevicetype.reduce_instantiation_b3 (25 ms)
11: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
11: [       OK ] defaultdevicetype.reduce_instantiation_c3 (11 ms)
11: [----------] 19 tests from defaultdevicetype (128 ms total)
11: 
11: [----------] 1 test from kokkosresize
11: [ RUN      ] kokkosresize.host_space_access
11: [       OK ] kokkosresize.host_space_access (13 ms)
11: [----------] 1 test from kokkosresize (13 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. (143 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.57 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
12: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (963 ms)
12: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o
21: Malloc/N:268435456/manual_time                                                                                                                                                  2.40 us         7.79 us       299813 416.061k/s
[ 96%] Linking CXX executable Kokkos_policy_performance
[ 96%] Built target Kokkos_policy_performance
[ 96%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
12: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (4142 ms)
12: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 96%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
21: Malloc/N:4294967296/manual_time                                                                                                                                                 2.98 us         13.9 us       240219 335.838k/s
21: MallocFree/N:1/manual_time                                                                                                                                                     0.469 us        0.507 us      1381487 2.13268M/s
21: MallocFree/N:16/manual_time                                                                                                                                                    0.319 us        0.357 us      2177053  3.1365M/s
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o
21: MallocFree/N:256/manual_time                                                                                                                                                   0.444 us        0.482 us      1525775 2.25326M/s
21: MallocFree/N:4096/manual_time                                                                                                                                                  0.319 us        0.358 us      2212231 3.13442M/s
12: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (6453 ms)
12: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (11559 ms total)
12: 
12: [----------] 4 tests from InitializeFinalize_DeathTest
12: [ RUN      ] InitializeFinalize_DeathTest.initialize
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o
21: MallocFree/N:65536/manual_time                                                                                                                                                 0.325 us        0.364 us      2152459 3.07477M/s
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o
21: MallocFree/N:1048576/manual_time                                                                                                                                               0.319 us        0.358 us      2198198 3.13371M/s
21: MallocFree/N:16777216/manual_time                                                                                                                                              0.318 us        0.356 us      2211027 3.14737M/s
12: [       OK ] InitializeFinalize_DeathTest.initialize (3148 ms)
12: [ RUN      ] InitializeFinalize_DeathTest.finalize
21: MallocFree/N:268435456/manual_time                                                                                                                                              7.97 us         7.77 us        86805 125.488k/s
21: MallocFree/N:4294967296/manual_time                                                                                                                                             14.3 us         14.0 us        49223  69.704k/s
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
12: [       OK ] InitializeFinalize_DeathTest.finalize (2311 ms)
12: [ RUN      ] InitializeFinalize_DeathTest.is_initialized
12: [       OK ] InitializeFinalize_DeathTest.is_initialized (426 ms)
12: [ RUN      ] InitializeFinalize_DeathTest.is_finalized
21: MallocTouch/N:1/manual_time                                                                                                                                                    0.660 us        0.829 us      1305236 1.51572M/s
12: [       OK ] InitializeFinalize_DeathTest.is_finalized (425 ms)
12: [----------] 4 tests from InitializeFinalize_DeathTest (6311 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 (144 ms)
12: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (144 ms total)
12: 
12: [----------] 1 test from Legion_DeathTest
12: [ RUN      ] Legion_DeathTest.individual_backend_initialization
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
12: [       OK ] Legion_DeathTest.individual_backend_initialization (424 ms)
12: [----------] 1 test from Legion_DeathTest (424 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 (420 ms)
12: [ RUN      ] PushFinalizeHook_DeathTest.terminate_on_throw
21: MallocTouch/N:16/manual_time                                                                                                                                                   0.413 us        0.593 us      1693804  2.4218M/s
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o
21: MallocTouch/N:256/manual_time                                                                                                                                                  0.594 us        0.759 us      1322110 1.68258M/s
12: [       OK ] PushFinalizeHook_DeathTest.terminate_on_throw (1367 ms)
12: [----------] 2 tests from PushFinalizeHook_DeathTest (1788 ms total)
12: 
12: [----------] 6 tests from ScopeGuard_DeathTest
12: [ RUN      ] ScopeGuard_DeathTest.create
12: [       OK ] ScopeGuard_DeathTest.create (425 ms)
12: [ RUN      ] ScopeGuard_DeathTest.create_argument
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfViews.cpp.o
12: [       OK ] ScopeGuard_DeathTest.create_argument (421 ms)
12: [ RUN      ] ScopeGuard_DeathTest.create_while_initialize
[ 97%] Linking CXX executable Kokkos_bytes_and_flops
[ 97%] Built target Kokkos_bytes_and_flops
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o
21: MallocTouch/N:4096/manual_time                                                                                                                                                 0.428 us        0.594 us      1637418 2.33557M/s
12: [       OK ] ScopeGuard_DeathTest.create_while_initialize (1309 ms)
12: [ RUN      ] ScopeGuard_DeathTest.create_after_initialize
21: MallocTouch/N:65536/manual_time                                                                                                                                                0.490 us        0.698 us      1429154 2.03897M/s
12: [       OK ] ScopeGuard_DeathTest.create_after_initialize (1302 ms)
12: [ RUN      ] ScopeGuard_DeathTest.create_after_finalize
21: MallocTouch/N:1048576/manual_time                                                                                                                                               5.32 us         5.53 us       131293  188.07k/s
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o
12: [       OK ] ScopeGuard_DeathTest.create_after_finalize (1321 ms)
12: [ RUN      ] ScopeGuard_DeathTest.destroy_after_finalize
21: MallocTouch/N:16777216/manual_time                                                                                                                                              97.1 us         97.6 us         7211  10.302k/s
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o
21: MallocTouch/N:268435456/manual_time                                                                                                                                            89238 us       107538 us            8   11.206/s
12: [       OK ] ScopeGuard_DeathTest.destroy_after_finalize (1344 ms)
12: [----------] 6 tests from ScopeGuard_DeathTest (6126 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. (26355 ms total)
12: [  PASSED  ] 30 tests.
12/59 Test #12: Kokkos_CoreUnitTest_InitializeFinalize .....................   Passed   26.51 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
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.42 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 (0 ms)
14: [ RUN      ] kokkosp.parallel_scan
14: [       OK ] kokkosp.parallel_scan (3 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 (7 ms total)
14: 
14: [----------] Global test environment tear-down
14: [==========] 31 tests from 1 test suite ran. (7 ms total)
14: [  PASSED  ] 31 tests.
14/59 Test #14: Kokkos_CoreUnitTest_KokkosP ................................   Passed    0.43 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().
[ 97%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 97%] Built target Kokkos_UnitTest_SIMD
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o
21: MallocTouch/N:4294967296/manual_time                                                                                                                                         1249599 us      1434007 us            1 0.800257/s
16: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
16/59 Test #16: Kokkos_ProfilingTestLibraryLoadHelp ........................   Passed    0.41 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: MallocTouchFree/N:1/manual_time                                                                                                                                                0.691 us        0.730 us      1044645 1.44707M/s
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:0x1f74740:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1f74980:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1f74a80:Host:source:0x1f74840: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:0x1f5fe00: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:0x1f74980:40::kokkosp_deallocate_data:Host:source:0x1f74740: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:0xe6e480:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x14ccb00:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x14ccc00:Host:source:0xe6e580: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:0x1344300: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:0x14ccb00:40::kokkosp_deallocate_data:Host:source:0xe6e480:40::kokkosp_finalize_library::
19/59 Test #19: Kokkos_ProfilingTestLibraryCmdLine .........................   Passed    0.42 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
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
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
21: MallocTouchFree/N:16/manual_time                                                                                                                                               0.574 us        0.613 us      1227270 1.74165M/s
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) [0x7fdc1ebf37d2]
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) [0x7fdc205f48a9]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7fdc205cd028]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7fdc205ce38d]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7fdc205cec68]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7fdc205de8cd]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fdc205f5479]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7fdc205de46a]
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) [0x7fdc1e56dd90]
20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fdc1e56de40]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x269305]
20:  
20: demangled test_f1:
20: [0x7fdc1ebf37d2] 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: [0x7fdc205f48a9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
20: [0x7fdc205cd028] testing::Test::Run()
20: [0x7fdc205ce38d] testing::TestInfo::Run()
20: [0x7fdc205cec68] testing::TestSuite::Run()
20: [0x7fdc205de8cd] testing::internal::UnitTestImpl::RunAllTests()
20: [0x7fdc205f5479] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
20: [0x7fdc205de46a] testing::UnitTest::Run()
20: [0x26b310] main
20: [0x7fdc1e56dd90] 
20: [0x7fdc1e56de40] __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) [0x7fdc1ebf37d2]
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) [0x7fdc205f48a9]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7fdc205cd028]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7fdc205ce38d]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7fdc205cec68]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7fdc205de8cd]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fdc205f5479]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7fdc205de46a]
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) [0x7fdc1e56dd90]
20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fdc1e56de40]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x269305]
20:  
20: demangled test_f3:
20: [0x7fdc1ebf37d2] 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: [0x7fdc205f48a9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
20: [0x7fdc205cd028] testing::Test::Run()
20: [0x7fdc205ce38d] testing::TestInfo::Run()
20: [0x7fdc205cec68] testing::TestSuite::Run()
20: [0x7fdc205de8cd] testing::internal::UnitTestImpl::RunAllTests()
20: [0x7fdc205f5479] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
20: [0x7fdc205de46a] testing::UnitTest::Run()
20: [0x26b310] main
20: [0x7fdc1e56dd90] 
20: [0x7fdc1e56de40] __libc_start_main
20: [0x269305] _start
20:  
20: Test setting std::terminate handler that prints the last saved stack trace
21: MallocTouchFree/N:256/manual_time                                                                                                                                              0.710 us        0.748 us      1032713 1.40756M/s
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o
20: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (1353 ms)
20: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
21: MallocTouchFree/N:4096/manual_time                                                                                                                                             0.569 us        0.607 us      1226107 1.75787M/s
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.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) [0x7f5a663ed7d2]
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) [0x7f5a67dee8a9]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f5a67dc7028]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f5a67dc838d]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7f5a67dc8c68]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f5a67dd88cd]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f5a67def479]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7f5a67dd846a]
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) [0x7f5a65d67d90]
20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f5a65d67e40]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x269305]
20:  
20: demangled test_f1:
20: [0x7f5a663ed7d2] 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: [0x7f5a67dee8a9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
20: [0x7f5a67dc7028] testing::Test::Run()
20: [0x7f5a67dc838d] testing::TestInfo::Run()
20: [0x7f5a67dc8c68] testing::TestSuite::Run()
20: [0x7f5a67dd88cd] testing::internal::UnitTestImpl::RunAllTests()
20: [0x7f5a67def479] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
20: [0x7f5a67dd846a] testing::UnitTest::Run()
20: [0x26b310] main
20: [0x7f5a65d67d90] 
20: [0x7f5a65d67e40] __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) [0x7f5a663ed7d2]
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) [0x7f5a67dee8a9]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f5a67dc7028]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f5a67dc838d]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7f5a67dc8c68]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f5a67dd88cd]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f5a67def479]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7f5a67dd846a]
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) [0x7f5a65d67d90]
20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f5a65d67e40]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x269305]
20:  
20: demangled test_f3:
20: [0x7f5a663ed7d2] 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: [0x7f5a67dee8a9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
20: [0x7f5a67dc7028] testing::Test::Run()
20: [0x7f5a67dc838d] testing::TestInfo::Run()
20: [0x7f5a67dc8c68] testing::TestSuite::Run()
20: [0x7f5a67dd88cd] testing::internal::UnitTestImpl::RunAllTests()
20: [0x7f5a67def479] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
20: [0x7f5a67dd846a] testing::UnitTest::Run()
20: [0x26b310] main
20: [0x7f5a65d67d90] 
20: [0x7f5a65d67e40] __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_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
21: MallocTouchFree/N:65536/manual_time                                                                                                                                            0.676 us        0.714 us      1046200 1.47995M/s
20: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (1331 ms)
20: [----------] 2 tests from defaultdevicetype_DeathTest (2685 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) [0x7f439ae027d2]
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) [0x7f439c8038a9]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f439c7dc028]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f439c7dd38d]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7f439c7ddc68]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f439c7ed8cd]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f439c804479]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7f439c7ed46a]
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) [0x7f439a77cd90]
20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f439a77ce40]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x269305]
20:  
20: demangled test_f1:
20: [0x7f439ae027d2] Kokkos::Impl::save_stacktrace()
20: [0x26d93e] Test::stacktrace_test_f1(std::ostream&)
20: [0x269492] Test::test_stacktrace(bool, bool)
20: [0x7f439c8038a9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
20: [0x7f439c7dc028] testing::Test::Run()
20: [0x7f439c7dd38d] testing::TestInfo::Run()
20: [0x7f439c7ddc68] testing::TestSuite::Run()
20: [0x7f439c7ed8cd] testing::internal::UnitTestImpl::RunAllTests()
20: [0x7f439c804479] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
20: [0x7f439c7ed46a] testing::UnitTest::Run()
20: [0x26b310] main
20: [0x7f439a77cd90] 
20: [0x7f439a77ce40] __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) [0x7f439ae027d2]
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) [0x7f439c8038a9]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7f439c7dc028]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7f439c7dd38d]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7f439c7ddc68]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7f439c7ed8cd]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7f439c804479]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7f439c7ed46a]
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) [0x7f439a77cd90]
20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f439a77ce40]
20: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x269305]
20:  
20: demangled test_f3:
20: [0x7f439ae027d2] 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: [0x7f439c8038a9] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
20: [0x7f439c7dc028] testing::Test::Run()
20: [0x7f439c7dd38d] testing::TestInfo::Run()
20: [0x7f439c7ddc68] testing::TestSuite::Run()
20: [0x7f439c7ed8cd] testing::internal::UnitTestImpl::RunAllTests()
20: [0x7f439c804479] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
20: [0x7f439c7ed46a] testing::UnitTest::Run()
20: [0x26b310] main
20: [0x7f439a77cd90] 
20: [0x7f439a77ce40] __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. (2686 ms total)
20: [  PASSED  ] 3 tests.
20/59 Test #20: Kokkos_CoreUnitTest_StackTraceTest .........................   Passed    3.11 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: MallocTouchFree/N:1048576/manual_time                                                                                                                                           5.49 us         5.53 us       126534 182.233k/s
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o
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 (50 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 (67 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 (120 ms total)
21: 
21: [----------] Global test environment tear-down
21: [==========] 28 tests from 1 test suite ran. (120 ms total)
21: [  PASSED  ] 28 tests.
21/59 Test #21: Kokkos_IncrementalTest_SERIAL ..............................   Passed    0.54 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
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: MallocTouchFree/N:16777216/manual_time                                                                                                                                          97.5 us         97.6 us         7125 10.2536k/s
21: MallocTouchFree/N:268435456/manual_time                                                                                                                                       107004 us       106990 us            6  9.34548/s
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o
21: MallocTouchFree/N:4294967296/manual_time                                                                                                                                     1435297 us      1435087 us            1  0.69672/s
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o
21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s         MB
21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.267 s         0.317 s             3  3.00039/s        800
21: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.269 s         0.320 s             3  2.97373/s        800
22: [       OK ] HIP.IncrTest_03b_memspace_free (4342 ms)
22: [ RUN      ] HIP.IncrTest_04_simple_parallelFor
22: [       OK ] HIP.IncrTest_04_simple_parallelFor (0 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 (1 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 (0 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 (106 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 (5 ms)
22: [ RUN      ] HIP.incr_17_atomicView
22: [       OK ] HIP.incr_17_atomicView (0 ms)
22: [----------] 28 tests from HIP (4479 ms total)
22: 
22: [----------] Global test environment tear-down
22: [==========] 28 tests from 1 test suite ran. (4479 ms total)
22: [  PASSED  ] 28 tests.
22/59 Test #22: Kokkos_IncrementalTest_HIP .................................   Passed    4.92 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 (578 ms)
23: [ RUN      ] ctest_environment_DeathTest.no_type_str
23: [       OK ] ctest_environment_DeathTest.no_type_str (596 ms)
23: [ RUN      ] ctest_environment_DeathTest.missing_type
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
21: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.272 s         0.323 s             3  2.93722/s        800
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o
23: [       OK ] ctest_environment_DeathTest.missing_type (1120 ms)
23: [ RUN      ] ctest_environment_DeathTest.no_id_str
23: [       OK ] ctest_environment_DeathTest.no_id_str (572 ms)
23: [ RUN      ] ctest_environment_DeathTest.invalid_id_str
21: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.268 s         0.319 s             3  2.98186/s        800
23: [       OK ] ctest_environment_DeathTest.invalid_id_str (1162 ms)
23: [----------] 5 tests from ctest_environment_DeathTest (4031 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. (4031 ms total)
23: [  PASSED  ] 8 tests.
23/59 Test #23: Kokkos_CoreUnitTest_CTestDevice ............................   Passed    4.19 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
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o
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
21: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.267 s         0.317 s             3  2.99637/s        800
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.14 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
21: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.271 s         0.322 s             3  2.94774/s        800
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o
28: test_device_id (__main__.KokkosInitializationTestCase) ... ok
21: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.271 s         0.322 s             3  2.94978/s        800
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o
28: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o
21: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.269 s         0.319 s             3  2.97796/s        800
28: test_num_devices (__main__.KokkosInitializationTestCase) ... ok
28: test_num_threads (__main__.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled'
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
21: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.270 s         0.321 s             3  2.96127/s        800
28: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok
28: 
28: ----------------------------------------------------------------------
28: Ran 5 tests in 5.072s
28: 
28: OK (skipped=1)
28/59 Test #28: Kokkos_CoreUnitTest_DeviceAndThreads .......................   Passed    5.11 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-10_T18-01-51.json"
29: Test timeout computed to be: 1500
29: 2025-09-10T18:18:50+00:00
29: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
29: Run on (255 X 3345.33 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.93, 6.77, 7.32
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.98154u
29: GramSchmidt<double>/Count:2048/iterations:5/manual_time                                                                                                                        0.007 s         0.008 s             5     2.048k        3.46764u
29: GramSchmidt<double>/Count:4096/iterations:5/manual_time                                                                                                                        0.007 s         0.008 s             5     4.096k        1.73393u
29: GramSchmidt<double>/Count:8192/iterations:5/manual_time                                                                                                                        0.007 s         0.008 s             5     8.192k          860.9n
29: GramSchmidt<double>/Count:16384/iterations:5/manual_time                                                                                                                       0.007 s         0.008 s             5    16.384k         427.87n
29: GramSchmidt<double>/Count:32768/iterations:5/manual_time                                                                                                                       0.007 s         0.009 s             5    32.768k        216.549n
29: GramSchmidt<double>/Count:65536/iterations:5/manual_time                                                                                                                       0.008 s         0.011 s             5    65.536k        124.656n
29: GramSchmidt<double>/Count:131072/iterations:5/manual_time                                                                                                                      0.010 s         0.016 s             5   131.072k        75.4486n
21: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.269 s         0.319 s             3  2.97847/s        800
29: GramSchmidt<double>/Count:262144/iterations:5/manual_time                                                                                                                      0.030 s         0.044 s             5   262.144k        116.265n
29: GramSchmidt<double>/Count:524288/iterations:5/manual_time                                                                                                                      0.033 s         0.059 s             5   524.288k        62.4869n
21: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.271 s         0.322 s             3  2.95346/s        800
29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s        Max
29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: CustomReduction<double>/N:100000/R:1000/manual_time                                                                                                                            0.007 s         0.017 s            95 14.5271k/s       11.5
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o
21: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.271 s         0.322 s             3  2.94924/s        800
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.512 s             1       0.0975606    0.0486062               0.0917179            0.0431017   0.0440179           2.69u
21: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.271 s         0.322 s             3  2.95115/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.39594m     4.13913m                7.79931m                  3.81977m    3.90271m          2.379u
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o
21: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.271 s         0.322 s             3  2.94777/s        800
29: OverlapTeamPolicy/N:20/M:1000000/R:10                                                                                                                                          0.189 s         0.189 s             4       0.0351395    0.0181943               0.0329504                 0.0163333   0.0169267           2.72u
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         31.376n
29: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     2.048k        11.2207n
29: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     4.096k        5.74194n
29: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     8.192k        2.92725n
29: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    16.384k        1.59546n
29: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    32.768k        983.856p
29: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    65.536k         655.06p
29: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                                                                                                                0.000 s         0.000 s             5   131.072k        510.475p
29: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                                                                                                                0.000 s         0.001 s             5   262.144k         418.85p
29: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                                                                                                                0.000 s         0.001 s             5   524.288k        384.613p
21: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.271 s         0.322 s             3  2.95058/s        800
29: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: rate
29: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: Malloc/N:1/manual_time                                                                                                                                                          18.4 us         44.1 us        37813  54.215k/s
21: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.271 s         0.322 s             3  2.95115/s        800
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o
29: Malloc/N:16/manual_time                                                                                                                                                         18.5 us         44.2 us        38275 54.1207k/s
21: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time      0.068 s         0.068 s            10  23.5781/s       1.6k
21: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time      0.068 s         0.068 s            10  23.6088/s       1.6k
29: Malloc/N:256/manual_time                                                                                                                                                        18.4 us         44.1 us        38398  54.444k/s
[ 68%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
[ 68%] Built target Kokkos_ContainersUnitTest_Serial
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
29: Malloc/N:4096/manual_time                                                                                                                                                       18.4 us         44.1 us        37216 54.3484k/s
21: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.068 s         0.068 s            10  23.6875/s       1.6k
21: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.069 s         0.069 s            10  23.3041/s       1.6k
29: Malloc/N:65536/manual_time                                                                                                                                                      18.3 us         44.1 us        38432  54.524k/s
21: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.070 s         0.070 s            10  22.8726/s       1.6k
29: Malloc/N:1048576/manual_time                                                                                                                                                    18.6 us         44.4 us        37751 53.7611k/s
21: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time                                           0.115 s         0.115 s             6  6.97058/s        800
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o
29: Malloc/N:16777216/manual_time                                                                                                                                                    527 us          274 us         7528 1.89879k/s
29: Malloc/N:268435456/manual_time                                                                                                                                                  9332 us          451 us           74  107.161/s
21: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time                                   0.114 s         0.114 s             6  7.00941/s        800
29: Malloc/N:4294967296/manual_time                                                                                                                                               146250 us         2043 us            5  6.83763/s
29: MallocFree/N:1/manual_time                                                                                                                                                       208 us          204 us         3225 4.81272k/s
21: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.068 s         0.068 s            10  23.6536/s       1.6k
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o
29: MallocFree/N:16/manual_time                                                                                                                                                     61.0 us         59.3 us        11740 16.3878k/s
29: MallocFree/N:256/manual_time                                                                                                                                                    59.0 us         58.8 us        12039 16.9569k/s
21: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.068 s         0.068 s            10  23.4643/s       1.6k
29: MallocFree/N:4096/manual_time                                                                                                                                                   64.7 us         64.5 us        11856 15.4497k/s
29: MallocFree/N:65536/manual_time                                                                                                                                                  58.8 us         58.6 us        11798 17.0047k/s
21: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.068 s         0.068 s            10  23.4042/s       1.6k
29: MallocFree/N:1048576/manual_time                                                                                                                                                66.6 us         64.4 us        11896 15.0181k/s
21: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.069 s         0.069 s            10  23.2442/s       1.6k
29: MallocFree/N:16777216/manual_time                                                                                                                                                538 us          214 us         4535 1.85829k/s
29: MallocFree/N:268435456/manual_time                                                                                                                                              9444 us          602 us           74  105.882/s
21: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    1.28 s          1.28 s             1  1.24524/s       1.6k
29: MallocFree/N:4294967296/manual_time                                                                                                                                           147117 us         1731 us            5  6.79733/s
21: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.980 s         0.980 s             1  1.63274/s       1.6k
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanAtomicAccessor.cpp.o
29: MallocTouch/N:1/manual_time                                                                                                                                                      141 us          167 us         4524 7.11116k/s
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanConversion.cpp.o
21: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.070 s         0.070 s            10  23.0101/s       1.6k
29: MallocTouch/N:16/manual_time                                                                                                                                                    42.8 us         75.7 us        19677 23.3592k/s
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o
21: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    1.28 s          1.28 s             1  1.24521/s       1.6k
[ 69%] Linking CXX executable Kokkos_UnitTest_Sort
29: MallocTouch/N:256/manual_time                                                                                                                                                   21.4 us         47.8 us        35085 46.6739k/s
21: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.614 s         0.614 s             1  2.60488/s       1.6k
[ 69%] Built target Kokkos_UnitTest_Sort
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o
29: MallocTouch/N:4096/manual_time                                                                                                                                                  32.4 us         58.3 us        23151 30.8737k/s
21: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.069 s         0.069 s            10  23.3116/s       1.6k
29: MallocTouch/N:65536/manual_time                                                                                                                                                 30.2 us         56.7 us        23442 33.1023k/s
21: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.070 s         0.070 s            10  23.0173/s       1.6k
29: MallocTouch/N:1048576/manual_time                                                                                                                                               34.4 us         60.2 us        20782 29.1067k/s
21: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.069 s         0.069 s            10  23.2619/s       1.6k
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c15.cpp.o
21: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.069 s         0.069 s            10  23.0681/s       1.6k
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o
29: MallocTouch/N:16777216/manual_time                                                                                                                                               498 us          252 us         5828 2.00613k/s
21: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    1.08 s          1.08 s             1  1.48284/s       1.6k
29: MallocTouch/N:268435456/manual_time                                                                                                                                             9341 us          484 us           75   107.06/s
29: MallocTouch/N:4294967296/manual_time                                                                                                                                          148243 us         4171 us            5   6.7457/s
21: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    1.14 s          1.14 s             1  1.40604/s       1.6k
29: MallocTouchFree/N:1/manual_time                                                                                                                                                  160 us          159 us         4555 6.26782k/s
21: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    1.08 s          1.08 s             1  1.47801/s       1.6k
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
29: MallocTouchFree/N:16/manual_time                                                                                                                                                62.5 us         60.7 us        11511 15.9987k/s
29: MallocTouchFree/N:256/manual_time                                                                                                                                               59.9 us         59.7 us        11757  16.687k/s
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o
21: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    1.22 s          1.22 s             1  1.30829/s       1.6k
29: MallocTouchFree/N:4096/manual_time                                                                                                                                              74.6 us         74.3 us        10434 13.4019k/s
29: MallocTouchFree/N:65536/manual_time                                                                                                                                             67.3 us         67.0 us        10215 14.8599k/s
21: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.069 s         0.069 s            10  23.2902/s       1.6k
29: MallocTouchFree/N:1048576/manual_time                                                                                                                                           62.3 us         62.1 us        11198 16.0557k/s
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
21: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.069 s         0.069 s            10  23.0805/s       1.6k
29: MallocTouchFree/N:16777216/manual_time                                                                                                                                           508 us          248 us         3883  1.9682k/s
29: MallocTouchFree/N:268435456/manual_time                                                                                                                                         9456 us          540 us           74  105.748/s
29: MallocTouchFree/N:4294967296/manual_time                                                                                                                                      149139 us         2120 us            5  6.70515/s
21: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    1.35 s          1.35 s             1  1.18528/s       1.6k
29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s         MB
29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.055 s         0.001 s            10  14.6709/s        800
21: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    1.35 s          1.35 s             1  1.18472/s       1.6k
29: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            43  29.8357/s        800
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o
29: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.8094/s        800
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o
21: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.068 s         0.068 s            10  23.4427/s       1.6k
29: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.026 s         0.001 s            24  31.1169/s        800
29: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.8631/s        800
21: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.068 s         0.068 s            10  23.4025/s       1.6k
29: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.8187/s        800
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
29: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.8265/s        800
21: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    1.15 s          1.15 s             1  1.39082/s       1.6k
29: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.8185/s        800
21: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.898 s         0.896 s             1  1.78163/s       1.6k
29: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.8221/s        800
29: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.8126/s        800
21: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.069 s         0.069 s            10  23.2455/s       1.6k
29: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.030 s         0.004 s            26  26.5105/s        800
29: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            34  29.8915/s        800
21: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.069 s         0.069 s            10  23.3359/s       1.6k
29: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            28  29.8103/s        800
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o
29: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.8102/s        800
21: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    1.27 s          1.27 s             1   1.2565/s       1.6k
29: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26   29.809/s        800
21: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.821 s         0.820 s             1   1.9499/s       1.6k
29: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.7708/s        800
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o
29: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time      0.029 s         0.029 s            22  54.6252/s       1.6k
21: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                      0.113 s         0.113 s             6  14.1916/s       1.6k
[100%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP
[100%] Built target Kokkos_CoreUnitTest_OpenMP
+ 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: 2a9f4a690df6
   Build name: Linux-c++
Create new tag: 20250910-1813 - 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 (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/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 (85 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 (5 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
3: [       OK ] serial.exec_space_thread_safety_range (1080 ms)
3: [ RUN      ] serial.exec_space_thread_safety_mdrange
3: [       OK ] serial.exec_space_thread_safety_mdrange (119 ms)
3: [ RUN      ] serial.exec_space_thread_safety_team_policy
3: [       OK ] serial.exec_space_thread_safety_team_policy (126 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range_reduce
3: [       OK ] serial.exec_space_thread_safety_range_reduce (110 ms)
3: [ RUN      ] serial.exec_space_thread_safety_mdrange_reduce
3: [       OK ] serial.exec_space_thread_safety_mdrange_reduce (124 ms)
3: [ RUN      ] serial.exec_space_thread_safety_team_policy_reduce
3: [       OK ] serial.exec_space_thread_safety_team_policy_reduce (123 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range_scan
3: [       OK ] serial.exec_space_thread_safety_range_scan (106 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
29: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time      0.030 s         0.029 s            24  53.9419/s       1.6k
3: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (2207 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[ 70%] Linking CXX executable Kokkos_UnitTest_Random
29: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           403  814.333/s       1.6k
[ 70%] Built target Kokkos_UnitTest_Random
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
21: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    0.113 s         0.113 s             6  14.2126/s       1.6k
29: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           400  763.806/s       1.6k
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (1717 ms)
3: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
29: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           400    855.8/s       1.6k
3: [       OK ] serial.local_deepcopy_teampolicy_layoutright (900 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
21: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                     0.113 s         0.112 s             6  14.2203/s       1.6k
29: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time                                           0.003 s         0.003 s           237  296.823/s        800
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (899 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 (4 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 (32 ms)
3: [ RUN      ] serial.mdrange_6d
3: [       OK ] serial.mdrange_6d (105 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 (8 ms)
3: [ RUN      ] serial.mdrange_neg_idx
3: [       OK ] serial.mdrange_neg_idx (88 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
3: [       OK ] serial.mdrange_large_deep_copy (758 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
21: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                     0.113 s         0.113 s             6  14.1387/s       1.6k
29: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time                                   0.044 s         0.044 s            16  18.2985/s        800
21: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.077 s         0.077 s             9  10.3466/s        800
29: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           406  933.817/s       1.6k
29: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           360  932.973/s       1.6k
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
21: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time                                                                                                       0.077 s         0.077 s             9  10.3439/s        800
3: [       OK ] serial.mdrange_parallel_reduce_primitive_types (2976 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 (2 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 (200 ms)
3: [ RUN      ] serial.double_reduce
3: [       OK ] serial.double_reduce (244 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
29: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           400  861.601/s       1.6k
3: [       OK ] serial.int64_t_reduce_dynamic (823 ms)
3: [ RUN      ] serial.double_reduce_dynamic
29: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.002 s         0.002 s           400   905.78/s       1.6k
21: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.077 s         0.077 s             9  10.3599/s        800
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o
29: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.003 s         0.003 s           223  510.896/s       1.6k
3: [       OK ] serial.double_reduce_dynamic (1098 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic_view
3: [       OK ] serial.int64_t_reduce_dynamic_view (255 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 (1 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
21: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time                                                                                                      0.078 s         0.078 s             9  10.3179/s        800
29: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.003 s         0.003 s           187  519.434/s       1.6k
29: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.002 s         0.002 s           400  907.268/s       1.6k
21: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.077 s         0.077 s             9  10.3784/s        800
3: [       OK ] serial.reduce_device_view_mdrange_policy (2001 ms)
3: [ RUN      ] serial.reduce_device_view_team_policy
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
29: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.002 s         0.002 s           330  754.126/s       1.6k
21: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.077 s         0.077 s             9  10.3525/s        800
3: [       OK ] serial.reduce_device_view_team_policy (1629 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 (18094 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. (18107 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.12 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 (40 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 (82 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_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.003 s         0.003 s           278  590.683/s       1.6k
4: [       OK ] serial.team_reduce_large (389 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
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
21: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.078 s         0.077 s             9  10.3209/s        800
4: [       OK ] serial.triple_nested_parallelism (407 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 (10 ms)
4: [ RUN      ] serial.ThreadVectorMDRangeParallelFor
4: [       OK ] serial.ThreadVectorMDRangeParallelFor (5 ms)
4: [ RUN      ] serial.TeamVectorMDRangeParallelFor
4: [       OK ] serial.TeamVectorMDRangeParallelFor (7 ms)
4: [ RUN      ] serial.TeamThreadMDRangeParallelReduce
4: [       OK ] serial.TeamThreadMDRangeParallelReduce (6 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 (33 ms)
4: [ RUN      ] serial.team_long_reduce
4: [       OK ] serial.team_long_reduce (92 ms)
4: [ RUN      ] serial.team_double_reduce
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
29: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           400   933.08/s       1.6k
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
29: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           400  907.652/s       1.6k
21: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.077 s         0.077 s             9  10.3677/s        800
29: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           400  933.004/s       1.6k
29: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           400  933.667/s       1.6k
21: ViewFill_Rank1Strided/N:10/manual_time                                                                                                                                         0.077 s         0.077 s             9  5.20602/s        400
29: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.015 s         0.015 s            49  103.506/s       1.6k
29: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.014 s         0.014 s            49  112.999/s       1.6k
21: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.077 s         0.077 s             9   10.373/s        800
29: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.003 s         0.003 s           224   498.17/s       1.6k
4: [       OK ] serial.repeated_team_reduce (4406 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 (93 ms)
4: [ RUN      ] serial.team_scan_ret_val
4: [       OK ] serial.team_scan_ret_val (85 ms)
4: [ RUN      ] serial.team_shared_request
4: [       OK ] serial.team_shared_request (32 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 (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 (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 (10 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
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o
4: [       OK ] serial.view_allocation_large_rank (815 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 (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_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.007 s         0.007 s           103   236.25/s       1.6k
21: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.077 s         0.077 s             9  10.3417/s        800
29: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           400  933.392/s       1.6k
21: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.077 s         0.077 s             9  10.3436/s        800
29: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           400  933.616/s       1.6k
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
29: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.017 s         0.017 s            44  93.8183/s       1.6k
21: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.077 s         0.077 s             9  10.3515/s        800
29: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.018 s         0.018 s            38  87.6352/s       1.6k
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
21: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.078 s         0.078 s             9  10.3215/s        800
29: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           400  933.212/s       1.6k
4: [       OK ] serial.view_fill_tests_layout_right (4636 ms)
4: [ RUN      ] serial.view_fill_tests_layout_left
29: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           400  907.126/s       1.6k
21: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.078 s         0.078 s             9  10.3098/s        800
29: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.017 s         0.017 s            40  91.4551/s       1.6k
21: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.077 s         0.077 s             9   10.325/s        800
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
29: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.019 s         0.019 s            37  84.9357/s       1.6k
29: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           400  932.936/s       1.6k
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o
21: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.077 s         0.077 s             9  10.3593/s        800
29: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           400  933.325/s       1.6k
21: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.077 s         0.077 s             9  10.3356/s        800
29: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.018 s         0.018 s            28  88.3105/s       1.6k
4: [       OK ] serial.view_fill_tests_layout_left (5334 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 (53 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 (50 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 (6 ms)
4: [ RUN      ] serial.view_realloc
4: [       OK ] serial.view_realloc (1 ms)
4: [ RUN      ] serial.workgraph_fib
4: [       OK ] serial.workgraph_fib (132 ms)
4: [ RUN      ] serial.resize_realloc_no_init
4: [       OK ] serial.resize_realloc_no_init (1 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 (8 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d_atomic
4: [       OK ] serial.view_subview_2d_from_3d_atomic (6 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d_randomaccess
4: [       OK ] serial.view_subview_2d_from_3d_randomaccess (6 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left
4: [       OK ] serial.view_subview_3d_from_5d_left (126 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
4: [       OK ] serial.view_subview_3d_from_5d_left_atomic (123 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
4: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (124 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right
4: [       OK ] serial.view_subview_3d_from_5d_right (150 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
4: [       OK ] serial.view_subview_3d_from_5d_right_atomic (148 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (155 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 (17922 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 147 tests from 2 test suites ran. (18005 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.02 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 (3 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 (2 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
[ 72%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
29: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.019 s         0.019 s            37  83.5834/s       1.6k
5: [       OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (38 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 (100 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 (10 ms)
5: [ RUN      ] openmp.atomic_operations_float
5: [       OK ] openmp.atomic_operations_float (9 ms)
5: [ RUN      ] openmp.atomic_operations_int8
5: [       OK ] openmp.atomic_operations_int8 (26 ms)
5: [ RUN      ] openmp.atomic_operations_int16
5: [       OK ] openmp.atomic_operations_int16 (26 ms)
5: [ RUN      ] openmp.atomic_operations_int
5: [       OK ] openmp.atomic_operations_int (26 ms)
5: [ RUN      ] openmp.atomic_operations_long
5: [       OK ] openmp.atomic_operations_long (26 ms)
5: [ RUN      ] openmp.atomic_operations_longlong
5: [       OK ] openmp.atomic_operations_longlong (27 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 (21 ms)
5: [ RUN      ] openmp.atomic_operations_unsignedlong
21: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.077 s         0.077 s             9  10.3452/s        800
5: [       OK ] openmp.atomic_operations_unsignedlong (22 ms)
5: [ RUN      ] openmp.atomics
5: [       OK ] openmp.atomics (22 ms)
5: [ RUN      ] openmp.atomics_tpetra_max_abs
5: [       OK ] openmp.atomics_tpetra_max_abs (0 ms)
5: [ RUN      ] openmp.atomic_views_integral
[ 72%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
5: [       OK ] openmp.atomic_views_integral (222 ms)
5: [ RUN      ] openmp.atomic_views_nonintegral
5: [       OK ] openmp.atomic_views_nonintegral (63 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 (11 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 (21 ms)
5: [ RUN      ] openmp.partitioning_by_args_with_structured_bindings
5: [       OK ] openmp.partitioning_by_args_with_structured_bindings (9 ms)
5: [ RUN      ] openmp.partitioning_by_vector
5: [       OK ] openmp.partitioning_by_vector (11 ms)
5: [ RUN      ] openmp.exec_space_thread_safety_range
29: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                      0.002 s         0.002 s           444  1032.99/s       1.6k
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
21: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                              0.077 s         0.077 s             9  10.3252/s        800
29: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    0.002 s         0.002 s           445  1032.73/s       1.6k
5: [       OK ] openmp.exec_space_thread_safety_range (1085 ms)
5: [ RUN      ] openmp.exec_space_thread_safety_mdrange
5: [       OK ] openmp.exec_space_thread_safety_mdrange (267 ms)
5: [ RUN      ] openmp.exec_space_thread_safety_team_policy
5: [       OK ] openmp.exec_space_thread_safety_team_policy (287 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: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                     0.002 s         0.002 s           444  1001.51/s       1.6k
5: [       OK ] openmp.exec_space_thread_safety_mdrange_reduce (293 ms)
5: [ RUN      ] openmp.exec_space_thread_safety_team_policy_reduce
5: [       OK ] openmp.exec_space_thread_safety_team_policy_reduce (295 ms)
5: [ RUN      ] openmp.exec_space_thread_safety_range_scan
21: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                             0.077 s         0.077 s             9  10.3531/s        800
5: [       OK ] openmp.exec_space_thread_safety_range_scan (316 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: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                     0.002 s         0.002 s           444  1032.79/s       1.6k
21: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.039 s         0.039 s            10  41.3353/s       1.6k
29: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           888  1045.42/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.
5: [       OK ] openmp.local_deepcopy_teampolicy_layoutleft (1152 ms)
5: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutleft
21: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.038 s         0.038 s            10  41.9941/s       1.6k
21: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.038 s         0.038 s            10  41.7942/s       1.6k
29: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time                                                                                                       0.030 s         0.030 s            23  26.3117/s        800
5: [       OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1101 ms)
5: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutright
21: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.039 s         0.039 s            10  41.4249/s       1.6k
5: [       OK ] openmp.local_deepcopy_teampolicy_layoutright (802 ms)
5: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutright
29: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           901  1046.49/s        800
21: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.042 s         0.042 s            10  37.6508/s       1.6k
5: [       OK ] openmp.local_deepcopy_rangepolicy_layoutright (793 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 (26 ms)
5: [ RUN      ] openmp.mdrange_6d
5: [       OK ] openmp.mdrange_6d (75 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 (13 ms)
5: [ RUN      ] openmp.mdrange_neg_idx
5: [       OK ] openmp.mdrange_neg_idx (44 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
21: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.039 s         0.039 s            10  41.4213/s       1.6k
29: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time                                                                                                      0.031 s         0.031 s            23  25.6409/s        800
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
5: [       OK ] openmp.mdrange_large_deep_copy (572 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
21: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.030 s         0.030 s            10   53.659/s       1.6k
29: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           899  1046.65/s        800
21: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.035 s         0.035 s            10  45.6218/s       1.6k
29: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           892   1046.4/s        800
21: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.033 s         0.033 s            10  49.2292/s       1.6k
29: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           892  1046.04/s        800
21: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.035 s         0.035 s            10  46.0556/s       1.6k
29: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           892  1045.96/s        800
21: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.038 s         0.038 s            10  42.1167/s       1.6k
21: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.034 s         0.034 s            10  46.7176/s       1.6k
29: ViewFill_Rank1Strided/N:10/manual_time                                                                                                                                         0.002 s         0.002 s           343  200.354/s        400
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o
21: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.040 s         0.040 s            10  39.5169/s       1.6k
29: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           889  953.232/s        800
5: [       OK ] openmp.mdrange_parallel_reduce_primitive_types (5053 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 (67 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 (40 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 (16 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 (6 ms)
5: [ RUN      ] openmp.reducers_double
5: [       OK ] openmp.reducers_double (6 ms)
5: [ RUN      ] openmp.reducers_complex_double
5: [       OK ] openmp.reducers_complex_double (4 ms)
5: [ RUN      ] openmp.reducers_struct
5: [       OK ] openmp.reducers_struct (13 ms)
5: [ RUN      ] openmp.reducers_half_t
5: [       OK ] openmp.reducers_half_t (9 ms)
5: [ RUN      ] openmp.reducers_bhalf_t
5: [       OK ] openmp.reducers_bhalf_t (8 ms)
5: [ RUN      ] openmp.reducers_int8_t
5: [       OK ] openmp.reducers_int8_t (8 ms)
5: [ RUN      ] openmp.reducers_int16_t
5: [       OK ] openmp.reducers_int16_t (8 ms)
5: [ RUN      ] openmp.reducers_point_t
5: [       OK ] openmp.reducers_point_t (9 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 (53 ms)
5: [ RUN      ] openmp.int64_t_reduce_dynamic
21: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.039 s         0.039 s            10  40.7779/s       1.6k
5: [       OK ] openmp.int64_t_reduce_dynamic (227 ms)
5: [ RUN      ] openmp.double_reduce_dynamic
29: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           893  1046.11/s        800
5: [       OK ] openmp.double_reduce_dynamic (294 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 (1 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 (14 ms)
5: [ RUN      ] openmp.reduce_device_view_mdrange_policy
21: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.052 s         0.052 s            10  30.9503/s       1.6k
29: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           892     1046/s        800
5: [       OK ] openmp.reduce_device_view_mdrange_policy (437 ms)
5: [ RUN      ] openmp.reduce_device_view_team_policy
5: [       OK ] openmp.reduce_device_view_team_policy (427 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
21: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.049 s         0.049 s            10  32.5554/s       1.6k
29: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           892  1046.13/s        800
5: [       OK ] openmp.team_for (334 ms)
5: [ RUN      ] openmp.team_reduce
5: [       OK ] openmp.team_reduce (326 ms)
5: [ RUN      ] openmp.team_reduce_large
29: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           892   1046.1/s        800
21: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.041 s         0.041 s            10  38.6689/s       1.6k
5: [       OK ] openmp.team_reduce_large (387 ms)
5: [ RUN      ] openmp.team_parallel_single
29: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           892  1046.18/s        800
21: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.039 s         0.039 s            10  40.6243/s       1.6k
21: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.045 s         0.045 s            10  35.5499/s       1.6k
29: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           892  1045.96/s        800
29: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           892  1017.15/s        800
21: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.043 s         0.043 s            10  36.9026/s       1.6k
29: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           892  1046.14/s        800
21: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.052 s         0.052 s            10  30.9422/s       1.6k
29: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           892  1046.38/s        800
21: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.050 s         0.050 s            10  31.9312/s       1.6k
29: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                              0.001 s         0.001 s           893  1046.86/s        800
21: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.045 s         0.045 s            10  35.4444/s       1.6k
29: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                             0.001 s         0.001 s           893  1046.82/s        800
29: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 4.56442k/s       1.6k
29: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10  5.7606k/s       1.6k
29: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10  5.0164k/s       1.6k
29: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 3.86103k/s       1.6k
29: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 5.59516k/s       1.6k
29: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 4.10915k/s       1.6k
29: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 8.98881k/s       1.6k
29: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10  8.9245k/s       1.6k
29: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 7.27695k/s       1.6k
29: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10  5.9523k/s       1.6k
29: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 8.50553k/s       1.6k
29: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 5.54376k/s       1.6k
29: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 4.61664k/s       1.6k
29: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 4.07347k/s       1.6k
29: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 3.65305k/s       1.6k
29: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.001 s            10 3.09216k/s       1.6k
29: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 7.39049k/s       1.6k
29: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 5.41013k/s       1.6k
29: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 4.69804k/s       1.6k
29: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 3.74516k/s       1.6k
29: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.001 s         0.001 s            10 2.30896k/s       1.6k
29: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.001 s            10 2.01221k/s       1.6k
29: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.006 s         0.001 s            10  261.859/s       1.6k
29: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.006 s         0.001 s            10  283.412/s       1.6k
29: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.002 s         0.000 s            10  716.381/s       1.6k
21: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.043 s         0.043 s            10  36.9925/s       1.6k
29: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.003 s         0.000 s            10  542.876/s       1.6k
29: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 5.98592k/s       1.6k
29: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.003 s         0.000 s            10  562.008/s       1.6k
29: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.006 s         0.001 s            10  263.677/s       1.6k
29: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.005 s         0.000 s            10  297.918/s       1.6k
29: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.003 s         0.000 s            10  615.059/s       1.6k
29: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.003 s         0.000 s            10  559.284/s       1.6k
29: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                       0.028 s         0.002 s            10  56.6636/s       1.6k
29: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                      0.028 s         0.002 s            10   56.668/s       1.6k
21: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.051 s         0.051 s            10  31.4545/s       1.6k
29/59 Test #29: Kokkos_PerformanceTest_Benchmark ...........................   Passed  136.50 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-10_T18-01-51.json"
30: Test timeout computed to be: 1500
30: 2025-09-10T18:21:07+00:00
30: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
30: Run on (255 X 3392.24 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: 5.35, 6.81, 7.28
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.53 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-10_T18-01-51.json"
31: Test timeout computed to be: 1500
31: 2025-09-10T18:21:07+00:00
31: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch
31: Run on (255 X 3366.7 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: 5.35, 6.81, 7.28
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
21: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.075 s         0.075 s            10  21.3432/s       1.6k
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o
21: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.046 s         0.046 s            10  34.9461/s       1.6k
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         23057 0.0167246/s       512u
21: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.068 s         0.068 s            10  23.3969/s       1.6k
31: ViewFirstTouch_Initialize<double>/N:512/manual_time                      0.000 s         0.000 s         22564 0.131699/s     4.096m
21: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.081 s         0.081 s            10  19.6493/s       1.6k
21: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.065 s         0.065 s            10  24.6215/s       1.6k
31: ViewFirstTouch_Initialize<double>/N:4096/manual_time                     0.000 s         0.000 s         22476  1.04643/s   0.032768
21: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.059 s         0.059 s            10  27.2454/s       1.6k
31: ViewFirstTouch_Initialize<double>/N:32768/manual_time                    0.000 s         0.000 s         22178  8.28875/s   0.262144
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
21: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.051 s         0.051 s            10  31.2108/s       1.6k
31: ViewFirstTouch_Initialize<double>/N:262144/manual_time                   0.000 s         0.000 s          3563  12.8858/s    2.09715
[ 73%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 73%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
31: ViewFirstTouch_Initialize<double>/N:2097152/manual_time                  0.001 s         0.000 s          5039   33.399/s    16.7772
21: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                       0.349 s         0.390 s            10  4.58942/s       1.6k
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
31: ViewFirstTouch_Initialize<double>/N:16777216/manual_time                 0.005 s         0.001 s           149  28.4662/s    134.218
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o
21: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                      0.351 s         0.394 s            10  4.55831/s       1.6k
21/51 Test #21: Kokkos_PerformanceTest_Benchmark ...........................   Passed  227.58 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-10_T17-56-06.json"
22: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test
22: Test timeout computed to be: 1500
22: 2025-09-10T18:14:54+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.15, 3.67, 3.91
22: CPU architecture: none
22: Default Device: Serial
22: GIT_BRANCH: HEAD
22: GIT_CLEAN_STATUS: CLEAN
22: GIT_COMMIT_DATE: 2025-09-10T13:54:57-04:00
22: GIT_COMMIT_DESCRIPTION: Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD
22: GIT_COMMIT_HASH: f413584d6
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.001 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
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.006 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.26 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-10_T17-56-06.json"
23: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test
23: Test timeout computed to be: 1500
23: 2025-09-10T18:14:55+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.15, 3.67, 3.91
23: CPU architecture: none
23: Default Device: Serial
23: GIT_BRANCH: HEAD
23: GIT_CLEAN_STATUS: CLEAN
23: GIT_COMMIT_DATE: 2025-09-10T13:54:57-04:00
23: GIT_COMMIT_DESCRIPTION: Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD
23: GIT_COMMIT_HASH: f413584d6
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
31: ViewFirstTouch_ParallelFor<double>/N:64/manual_time                      0.000 s         0.000 s         57834 0.0866863/s      1024u
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       1002661 0.734961/s       512u
23: ViewFirstTouch_Initialize<double>/N:512/manual_time                      0.000 s         0.000 s        971729  5.69093/s     4.096m
23: ViewFirstTouch_Initialize<double>/N:4096/manual_time                     0.000 s         0.000 s        682486  31.9934/s   0.032768
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o
31: ViewFirstTouch_ParallelFor<double>/N:512/manual_time                     0.000 s         0.000 s         53544 0.596733/s     8.192m
23: ViewFirstTouch_Initialize<double>/N:32768/manual_time                    0.000 s         0.000 s        210529  78.7807/s   0.262144
23: ViewFirstTouch_Initialize<double>/N:262144/manual_time                   0.000 s         0.000 s         21731  65.4156/s    2.09715
23: ViewFirstTouch_Initialize<double>/N:2097152/manual_time                  0.001 s         0.001 s           641  14.5218/s    16.7772
31: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time                    0.000 s         0.000 s         44667  3.95898/s   0.065536
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
23: ViewFirstTouch_Initialize<double>/N:16777216/manual_time                 0.046 s         0.056 s            15  2.90624/s    134.218
31: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time                   0.000 s         0.000 s         43412  32.3253/s   0.524288
23: ViewFirstTouch_ParallelFor<double>/N:64/manual_time                      0.000 s         0.000 s       2028245   2.9845/s      1024u
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
5: [       OK ] openmp.team_parallel_single (33201 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 (817 ms)
5: [ RUN      ] openmp.team_broadcast_long_wrapper
5: [       OK ] openmp.team_broadcast_long_wrapper (814 ms)
5: [ RUN      ] openmp.team_broadcast_char
5: [       OK ] openmp.team_broadcast_char (820 ms)
5: [ RUN      ] openmp.team_broadcast_float
5: [       OK ] openmp.team_broadcast_float (821 ms)
5: [ RUN      ] openmp.team_broadcast_double
5: [       OK ] openmp.team_broadcast_double (830 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
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
5: [       OK ] openmp.team_vector (2921 ms)
5: [ RUN      ] openmp.triple_nested_parallelism
5: [       OK ] openmp.triple_nested_parallelism (256 ms)
5: [ RUN      ] openmp.parallel_scan_with_reducers
5: [       OK ] openmp.parallel_scan_with_reducers (42 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 (6 ms)
5: [ RUN      ] openmp.TeamVectorMDRangeParallelFor
5: [       OK ] openmp.TeamVectorMDRangeParallelFor (6 ms)
5: [ RUN      ] openmp.TeamThreadMDRangeParallelReduce
5: [       OK ] openmp.TeamThreadMDRangeParallelReduce (5 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
23: ViewFirstTouch_ParallelFor<double>/N:512/manual_time                     0.000 s         0.000 s       1541753   18.022/s     8.192m
23: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time                    0.000 s         0.000 s        546666  51.1959/s   0.065536
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
23: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time                   0.000 s         0.000 s         89753  67.1943/s   0.524288
31: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time                  0.000 s         0.000 s         31976  191.904/s     4.1943
23: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time                  0.000 s         0.000 s         11372  68.0753/s     4.1943
23: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time                 0.001 s         0.002 s           541  26.0571/s    33.5544
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
23: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time                0.014 s         0.069 s            50  19.0492/s    268.435
23: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time            0.000 s         0.000 s       2464228  3.58773/s      1024u
23: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time           0.000 s         0.000 s       2195052    25.72/s     8.192m
31: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time                 0.000 s         0.000 s         13826  650.837/s    33.5544
23: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time          0.000 s         0.000 s       1053293  98.7855/s   0.065536
23: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time         0.000 s         0.000 s        235640  176.123/s   0.524288
23: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time        0.000 s         0.000 s         22172  133.074/s     4.1943
23: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time       0.001 s         0.001 s           632  30.2109/s    33.5544
23: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time      0.014 s         0.014 s            49  18.8348/s    268.435
23: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time            0.000 s         0.000 s       1610676  2.34435/s      1024u
23: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time           0.000 s         0.000 s       1373172  16.0685/s     8.192m
23: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time          0.000 s         0.000 s        627266  58.4817/s   0.065536
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
23: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time         0.000 s         0.000 s        127415  95.6675/s   0.524288
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
23: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time        0.000 s         0.000 s         16956  101.612/s     4.1943
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
23: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time       0.001 s         0.001 s           560  26.6933/s    33.5544
23: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time      0.013 s         0.013 s            53  20.4425/s    268.435
23/51 Test #23: Kokkos_PerformanceTest_ViewFirstTouch ......................   Passed   41.26 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-10_T17-56-06.json"
24: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test
24: Test timeout computed to be: 1500
24: 2025-09-10T18:15:36+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.08, 3.34, 3.79
24: CPU architecture: none
24: Default Device: Serial
24: GIT_BRANCH: HEAD
24: GIT_CLEAN_STATUS: CLEAN
24: GIT_COMMIT_DATE: 2025-09-10T13:54:57-04:00
24: GIT_COMMIT_DESCRIPTION: Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD
24: GIT_COMMIT_HASH: f413584d6
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
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          1918               15.2239M/s
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
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          4856                76.7152M/s
24/51 Test #24: Kokkos_PerformanceTest_Mempool .............................   Passed    2.00 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-10_T17-56-06.json"
25: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test
25: Test timeout computed to be: 1500
25: 2025-09-10T18:15:38+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.07, 3.30, 3.77
25: CPU architecture: none
25: Default Device: Serial
25: GIT_BRANCH: HEAD
25: GIT_CLEAN_STATUS: CLEAN
25: GIT_COMMIT_DATE: 2025-09-10T13:54:57-04:00
25: GIT_COMMIT_DESCRIPTION: Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD
25: GIT_COMMIT_HASH: f413584d6
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.0108614          782.8u    100.867u     449.985M         449.985M     449.985M
25: Test_Atomic<long int>/100000/iterations:10                    0.004 s         0.004 s            10          1            8   0.0106764         850.19u     150.08u     4.99995G         4.99995G     4.99995G
25: Test_Atomic<long long int>/100000/iterations:10               0.004 s         0.004 s            10          1            8    0.010716         893.27u     149.88u     4.99995G         4.99995G     4.99995G
25: Test_Atomic<unsigned int>/100000/iterations:10                0.005 s         0.005 s            10          1            4   0.0107296         699.71u      99.99u     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.0107277         778.46u     149.88u     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.0106773         754.41u     150.08u     4.99995G         4.99995G     4.99995G
25: Test_Atomic<float>/100000/iterations:10                       0.006 s         0.006 s            10          1            4    0.010782        3.33408m     897.48u     4.99989G         4.99989G     4.99989G
25: Test_Atomic<double>/100000/iterations:10                      0.006 s         0.006 s            10          1            8   0.0109023        3.33727m     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-10_T17-56-06.json"
26: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test
26: Test timeout computed to be: 1500
26: 2025-09-10T18:15:39+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.07, 3.30, 3.77
26: CPU architecture: none
26: Default Device: Serial
26: GIT_BRANCH: HEAD
26: GIT_CLEAN_STATUS: CLEAN
26: GIT_COMMIT_DATE: 2025-09-10T13:54:57-04:00
26: GIT_COMMIT_DESCRIPTION: Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD
26: GIT_COMMIT_HASH: f413584d6
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.95 us         9.75 us           10
26: ReductionCheapScalarResult<double>/100000/iterations:10         94.7 us         94.7 us           10
26: ReductionCheapScalarResult<double>/1000000/iterations:10         951 us          947 us           10
26: ReductionCheapScalarResult<double>/10000000/iterations:10      10118 us        10118 us           10
26: ReductionCheapHostResult<double>/10000/iterations:10            9.76 us         9.71 us           10
26: ReductionCheapHostResult<double>/100000/iterations:10           94.3 us         94.3 us           10
26: ReductionCheapHostResult<double>/1000000/iterations:10           940 us          940 us           10
26: ReductionCheapHostResult<double>/10000000/iterations:10        10200 us        10143 us           10
26: ReductionCheapDeviceResult<double>/10000/iterations:10          9.74 us         9.71 us           10
26: ReductionCheapDeviceResult<double>/100000/iterations:10         94.4 us         94.4 us           10
26: ReductionCheapDeviceResult<double>/1000000/iterations:10         940 us          940 us           10
26: ReductionCheapDeviceResult<double>/10000000/iterations:10      10141 us        10141 us           10
26: ReductionExpensive<double>/10000/iterations:10                 34019 us        33982 us           10
31: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time                0.000 s         0.001 s          2456  662.678/s    268.435
31: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time            0.000 s         0.000 s         57247 0.0796984/s      1024u
31: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time           0.000 s         0.000 s         58037 0.634758/s     8.192m
31: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time          0.000 s         0.000 s         56525  5.30066/s   0.065536
31: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time         0.000 s         0.000 s         42943  41.1806/s   0.524288
26: ReductionExpensive<double>/100000/iterations:10               340019 us       339799 us           10
31: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time        0.000 s         0.000 s         44985  253.976/s     4.1943
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
31: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time       0.000 s         0.000 s         23772 1.15177k/s    33.5544
31: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time      0.000 s         0.000 s          4712 1.70032k/s    268.435
31: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time            0.000 s         0.000 s         61788 0.0905314/s      1024u
31: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time           0.000 s         0.000 s         60216 0.733919/s     8.192m
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
31: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time          0.000 s         0.000 s         62086  5.48225/s   0.065536
31: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time         0.000 s         0.000 s         60170  45.0524/s   0.524288
31: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time        0.000 s         0.000 s         49289  294.258/s     4.1943
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
31: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time       0.000 s         0.000 s         24320 1.16629k/s    33.5544
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o
31: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time      0.000 s         0.000 s          5035 1.82473k/s    268.435
31/59 Test #31: Kokkos_PerformanceTest_ViewFirstTouch ......................   Passed   73.73 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-10_T18-01-51.json"
32: Test timeout computed to be: 1500
32: 2025-09-10T18:22:21+00:00
32: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Mempool
32: Run on (255 X 3524.67 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: 9.25, 7.62, 7.52
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          2040               16.1072M/s
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          6940                109.628M/s
32/59 Test #32: Kokkos_PerformanceTest_Mempool .............................   Passed    3.62 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-10_T18-01-51.json"
33: Test timeout computed to be: 1500
33: 2025-09-10T18:22:25+00:00
33: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Atomic
33: Run on (255 X 2898.33 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.75, 7.54, 7.49
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
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
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.366 s         0.364 s            10          1            4    7.13323m         6.0406m    49.6667u     449.985M           38.52k     449.985M
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
26: ReductionExpensive<double>/1000000/iterations:10             3401136 us      3398711 us           10
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
33: Test_Atomic<long int>/100000/iterations:10                     4.01 s          4.00 s            10          1            8    2.24427m        1.52928m      103.4u     4.99995G         109.438k     4.99995G
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o
5: [       OK ] openmp.team_reduction_scan (95090 ms)
5: [ RUN      ] openmp.team_long_reduce
5: [       OK ] openmp.team_long_reduce (90 ms)
5: [ RUN      ] openmp.team_double_reduce
5: [       OK ] openmp.team_double_reduce (64 ms)
5: [ RUN      ] openmp.team_long_array_reduce
5: [       OK ] openmp.team_long_array_reduce (95 ms)
5: [ RUN      ] openmp.team_double_array_reduce
5: [       OK ] openmp.team_double_array_reduce (63 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 (1118 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
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
5: [       OK ] openmp.team_scan (780 ms)
5: [ RUN      ] openmp.team_scan_ret_val
5: [       OK ] openmp.team_scan_ret_val (802 ms)
5: [ RUN      ] openmp.team_shared_request
5: [       OK ] openmp.team_shared_request (301 ms)
5: [ RUN      ] openmp.team_scratch_request
5: [       OK ] openmp.team_scratch_request (387 ms)
5: [ RUN      ] openmp.team_lambda_shared_request
5: [       OK ] openmp.team_lambda_shared_request (8 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 (47 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
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 81%] 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_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessorAccessViolation.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
33: Test_Atomic<long long int>/100000/iterations:10                4.06 s          4.04 s            10          1            8    2.58827m        1.48318m      103.6u     4.99995G          130.11k     4.99995G
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
5: [       OK ] openmp.team_policy_max_recommended (33702 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
5: [       OK ] openmp.team_teamvector_range (879 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 (35 ms)
5: [ RUN      ] openmp.view_api_a
5: [       OK ] openmp.view_api_a (40 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 (20 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 (822 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 (1572 ms)
5: [ RUN      ] openmp.view_fill_tests_layout_left
5: [       OK ] openmp.view_fill_tests_layout_left (1671 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 (34 ms)
5: [ RUN      ] openmp.view_mapping
5: [       OK ] openmp.view_mapping (51 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
5: [       OK ] openmp.workgraph_fib (876 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 (0 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 (23 ms)
5: [ RUN      ] openmp.view_subview_2d_from_3d_atomic
5: [       OK ] openmp.view_subview_2d_from_3d_atomic (24 ms)
5: [ RUN      ] openmp.view_subview_2d_from_3d_randomaccess
5: [       OK ] openmp.view_subview_2d_from_3d_randomaccess (24 ms)
5: [ RUN      ] openmp.view_subview_3d_from_5d_left
5: [       OK ] openmp.view_subview_3d_from_5d_left (111 ms)
5: [ RUN      ] openmp.view_subview_3d_from_5d_left_atomic
5: [       OK ] openmp.view_subview_3d_from_5d_left_atomic (109 ms)
5: [ RUN      ] openmp.view_subview_3d_from_5d_left_randomaccess
5: [       OK ] openmp.view_subview_3d_from_5d_left_randomaccess (103 ms)
5: [ RUN      ] openmp.view_subview_3d_from_5d_right
5: [       OK ] openmp.view_subview_3d_from_5d_right (150 ms)
5: [ RUN      ] openmp.view_subview_3d_from_5d_right_atomic
5: [       OK ] openmp.view_subview_3d_from_5d_right_atomic (153 ms)
5: [ RUN      ] openmp.view_subview_3d_from_5d_right_randomaccess
5: [       OK ] openmp.view_subview_3d_from_5d_right_randomaccess (152 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 (196079 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 (75 ms)
5: [ RUN      ] openmp_graph.end_of_submit_control_flow
5: [       OK ] openmp_graph.end_of_submit_control_flow (128 ms)
5: [----------] 17 tests from openmp_graph (207 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 402 tests from 4 test suites ran. (196387 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  196.40 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 (1 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 (14 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 (94 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
7: [       OK ] defaultdevicetype.reduce_instantiation_b2 (29 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
7: [       OK ] defaultdevicetype.reduce_instantiation_c2 (13 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
7: [       OK ] defaultdevicetype.reduce_instantiation_a3 (14 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
7: [       OK ] defaultdevicetype.reduce_instantiation_b3 (25 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
7: [       OK ] defaultdevicetype.reduce_instantiation_c3 (13 ms)
7: [----------] 19 tests from defaultdevicetype (223 ms total)
7: 
7: [----------] 1 test from kokkosresize
7: [ RUN      ] kokkosresize.host_space_access
7: [       OK ] kokkosresize.host_space_access (12 ms)
7: [----------] 1 test from kokkosresize (12 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. (237 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.25 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 (6 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 (30 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 (2 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 (1 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 (0 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 30 tests from 7 test suites ran. (67 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.01 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) [0x55e88eb52c29]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x55e88eaf243f]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x53) [0x55e88eaead63]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x1ef) [0x55e88eaed56f]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x55e88eb304b1]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x74320) [0x55e88eb20320]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x747a5) [0x55e88eb207a5]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x75081) [0x55e88eb21081]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x1043) [0x55e88eb22763]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x55e88eb20a28]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x55e88eae95e7]
11: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f97f98261ca]
11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f97f982628b]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55e88eaeab75]
11:  
11: demangled test_f1:
11: [0x55e88eb52c29] Kokkos::Impl::save_stacktrace()
11: [0x55e88eaf243f] Test::stacktrace_test_f1(std::ostream&)
11: [0x55e88eaead63] Test::test_stacktrace(bool, bool)
11: [0x55e88eaed56f] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
11: [0x55e88eb304b1] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
11: [0x55e88eb20320] 
11: [0x55e88eb207a5] 
11: [0x55e88eb21081] 
11: [0x55e88eb22763] testing::internal::UnitTestImpl::RunAllTests()
11: [0x55e88eb20a28] testing::UnitTest::Run()
11: [0x55e88eae95e7] main
11: [0x7f97f98261ca] 
11: [0x7f97f982628b] __libc_start_main
11: [0x55e88eaeab75] _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) [0x55e88eb52c29]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x55e88eaf243f]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x55e88eaf2698]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xb9d) [0x55e88eaeb8ad]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x1ef) [0x55e88eaed56f]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x55e88eb304b1]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x74320) [0x55e88eb20320]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x747a5) [0x55e88eb207a5]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x75081) [0x55e88eb21081]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x1043) [0x55e88eb22763]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x55e88eb20a28]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x55e88eae95e7]
11: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f97f98261ca]
11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f97f982628b]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55e88eaeab75]
11:  
11: demangled test_f3:
11: [0x55e88eb52c29] Kokkos::Impl::save_stacktrace()
11: [0x55e88eaf243f] Test::stacktrace_test_f1(std::ostream&)
11: [0x55e88eaf2698] Test::stacktrace_test_f3(std::ostream&, int)
11: [0x55e88eaeb8ad] Test::test_stacktrace(bool, bool)
11: [0x55e88eaed56f] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
11: [0x55e88eb304b1] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
11: [0x55e88eb20320] 
11: [0x55e88eb207a5] 
11: [0x55e88eb21081] 
11: [0x55e88eb22763] testing::internal::UnitTestImpl::RunAllTests()
11: [0x55e88eb20a28] testing::UnitTest::Run()
11: [0x55e88eae95e7] main
11: [0x7f97f98261ca] 
11: [0x7f97f982628b] __libc_start_main
11: [0x55e88eaeab75] _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) [0x5558fbbbec29]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x5558fbb5e43f]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x53) [0x5558fbb56d63]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x1ec) [0x5558fbb597bc]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x5558fbb9c4b1]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x74320) [0x5558fbb8c320]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x747a5) [0x5558fbb8c7a5]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x75081) [0x5558fbb8d081]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x1043) [0x5558fbb8e763]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x5558fbb8ca28]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x5558fbb555e7]
11: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f8f0a2de1ca]
11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f8f0a2de28b]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x5558fbb56b75]
11:  
11: demangled test_f1:
11: [0x5558fbbbec29] Kokkos::Impl::save_stacktrace()
11: [0x5558fbb5e43f] Test::stacktrace_test_f1(std::ostream&)
11: [0x5558fbb56d63] Test::test_stacktrace(bool, bool)
11: [0x5558fbb597bc] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
11: [0x5558fbb9c4b1] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
11: [0x5558fbb8c320] 
11: [0x5558fbb8c7a5] 
11: [0x5558fbb8d081] 
11: [0x5558fbb8e763] testing::internal::UnitTestImpl::RunAllTests()
11: [0x5558fbb8ca28] testing::UnitTest::Run()
11: [0x5558fbb555e7] main
11: [0x7f8f0a2de1ca] 
11: [0x7f8f0a2de28b] __libc_start_main
11: [0x5558fbb56b75] _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) [0x5558fbbbec29]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x5558fbb5e43f]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x5558fbb5e698]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xb9d) [0x5558fbb578ad]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x1ec) [0x5558fbb597bc]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x5558fbb9c4b1]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x74320) [0x5558fbb8c320]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x747a5) [0x5558fbb8c7a5]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x75081) [0x5558fbb8d081]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x1043) [0x5558fbb8e763]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x5558fbb8ca28]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x5558fbb555e7]
11: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f8f0a2de1ca]
11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f8f0a2de28b]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x5558fbb56b75]
11:  
11: demangled test_f3:
11: [0x5558fbbbec29] Kokkos::Impl::save_stacktrace()
11: [0x5558fbb5e43f] Test::stacktrace_test_f1(std::ostream&)
11: [0x5558fbb5e698] Test::stacktrace_test_f3(std::ostream&, int)
11: [0x5558fbb578ad] Test::test_stacktrace(bool, bool)
11: [0x5558fbb597bc] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
11: [0x5558fbb9c4b1] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
11: [0x5558fbb8c320] 
11: [0x5558fbb8c7a5] 
11: [0x5558fbb8d081] 
11: [0x5558fbb8e763] testing::internal::UnitTestImpl::RunAllTests()
11: [0x5558fbb8ca28] testing::UnitTest::Run()
11: [0x5558fbb555e7] main
11: [0x7f8f0a2de1ca] 
11: [0x7f8f0a2de28b] __libc_start_main
11: [0x5558fbb56b75] _start
11:  
11: Test setting std::terminate handler that prints the last saved stack trace
11: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (2 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) [0x55beb4436c29]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x55beb43d643f]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x53) [0x55beb43ced63]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x55beb44144b1]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x74320) [0x55beb4404320]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x747a5) [0x55beb44047a5]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x75081) [0x55beb4405081]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x1043) [0x55beb4406763]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x55beb4404a28]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x55beb43cd5e7]
11: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f4bc949d1ca]
11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f4bc949d28b]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55beb43ceb75]
11:  
11: demangled test_f1:
11: [0x55beb4436c29] Kokkos::Impl::save_stacktrace()
11: [0x55beb43d643f] Test::stacktrace_test_f1(std::ostream&)
11: [0x55beb43ced63] Test::test_stacktrace(bool, bool)
11: [0x55beb44144b1] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
11: [0x55beb4404320] 
11: [0x55beb44047a5] 
11: [0x55beb4405081] 
11: [0x55beb4406763] testing::internal::UnitTestImpl::RunAllTests()
11: [0x55beb4404a28] testing::UnitTest::Run()
11: [0x55beb43cd5e7] main
11: [0x7f4bc949d1ca] 
11: [0x7f4bc949d28b] __libc_start_main
11: [0x55beb43ceb75] _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) [0x55beb4436c29]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x55beb43d643f]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x55beb43d6698]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xb9d) [0x55beb43cf8ad]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x55beb44144b1]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x74320) [0x55beb4404320]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x747a5) [0x55beb44047a5]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(+0x75081) [0x55beb4405081]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x1043) [0x55beb4406763]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x55beb4404a28]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x55beb43cd5e7]
11: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f4bc949d1ca]
11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f4bc949d28b]
11: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55beb43ceb75]
11:  
11: demangled test_f3:
11: [0x55beb4436c29] Kokkos::Impl::save_stacktrace()
11: [0x55beb43d643f] Test::stacktrace_test_f1(std::ostream&)
11: [0x55beb43d6698] Test::stacktrace_test_f3(std::ostream&, int)
11: [0x55beb43cf8ad] Test::test_stacktrace(bool, bool)
11: [0x55beb44144b1] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
11: [0x55beb4404320] 
11: [0x55beb44047a5] 
11: [0x55beb4405081] 
11: [0x55beb4406763] testing::internal::UnitTestImpl::RunAllTests()
11: [0x55beb4404a28] testing::UnitTest::Run()
11: [0x55beb43cd5e7] main
11: [0x7f4bc949d1ca] 
11: [0x7f4bc949d28b] __libc_start_main
11: [0x55beb43ceb75] _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. (7 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 (25 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 (43 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
12: [       OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (97 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 (179 ms total)
12: 
12: [----------] Global test environment tear-down
12: [==========] 28 tests from 1 test suite ran. (179 ms total)
12: [  PASSED  ] 28 tests.
12/49 Test #12: Kokkos_IncrementalTest_OPENMP ..............................   Passed    0.19 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 (32 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 (128 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 (2 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 (165 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 28 tests from 1 test suite ran. (165 ms total)
13: [  PASSED  ] 28 tests.
13/49 Test #13: Kokkos_IncrementalTest_SERIAL ..............................   Passed    0.17 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 (3 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-10_T17-54-46.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-10T18:17:33+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.50, 7.24, 5.91
19: CPU architecture: none
19: Default Device: OpenMP
19: GIT_BRANCH: HEAD
19: GIT_CLEAN_STATUS: CLEAN
19: GIT_COMMIT_DATE: 2025-09-10T13:54:38-04:00
19: GIT_COMMIT_DESCRIPTION: Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD
19: GIT_COMMIT_HASH: f2e86a73e
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
19: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19: Benchmark                                                                                                                                                                          Time             CPU   Iterations      Count Time normalized
19: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19: GramSchmidt<double>/Count:1024/iterations:5/manual_time                                                                                                                        0.053 s         0.022 s             5       1024         50.853u
19: GramSchmidt<double>/Count:2048/iterations:5/manual_time                                                                                                                        0.054 s         0.021 s             5     2.048k        24.6467u
19: GramSchmidt<double>/Count:4096/iterations:5/manual_time                                                                                                                        0.054 s         0.022 s             5     4.096k        13.1411u
19: GramSchmidt<double>/Count:8192/iterations:5/manual_time                                                                                                                        0.054 s         0.024 s             5     8.192k        6.70769u
19: GramSchmidt<double>/Count:16384/iterations:5/manual_time                                                                                                                       0.059 s         0.027 s             5    16.384k        3.59175u
19: GramSchmidt<double>/Count:32768/iterations:5/manual_time                                                                                                                       0.063 s         0.031 s             5    32.768k        1.91966u
19: GramSchmidt<double>/Count:65536/iterations:5/manual_time                                                                                                                       0.072 s         0.040 s             5    65.536k        1.10793u
19: GramSchmidt<double>/Count:131072/iterations:5/manual_time                                                                                                                      0.086 s         0.055 s             5   131.072k        652.049n
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessor.cpp.o
19: GramSchmidt<double>/Count:262144/iterations:5/manual_time                                                                                                                      0.122 s         0.086 s             5   262.144k        468.336n
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
19: GramSchmidt<double>/Count:524288/iterations:5/manual_time                                                                                                                      0.202 s         0.148 s             5   524.288k        384.104n
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o
[ 83%] 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_D.dir/TestStdAlgorithmsRemove.cpp.o
19: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s        Max
19: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19: CustomReduction<double>/N:100000/R:1000/manual_time                                                                                                                             7.81 s          7.75 s             1 0.0131027/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.611 s         0.301 s             2       0.0251878    0.0470784               0.0976174             0.221688   0.0485021       0.0489134
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.079 s            10         2.3467m    0.0455104                9.77522m                 0.0461961    5.00791m        4.92807m
33: Test_Atomic<unsigned int>/100000/iterations:10                 3.56 s          3.55 s            10          1            4    2.55477m        1.57478m       50.7u     704.983M          31.608k     704.983M
19: OverlapTeamPolicy/N:20/M:1000000/R:10                                                                                                                                          0.703 s         0.345 s             2       0.0329302    0.0589942                0.112649                   0.22185   0.0559256       0.0564116
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        68.7793n
19: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     2.048k         52.187n
19: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     4.096k        22.2729n
19: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     8.192k        27.8379n
19: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    16.384k        18.3813n
19: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                                                                                                                 0.001 s         0.000 s             5    32.768k        18.8884n
19: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                                                                                                                 0.001 s         0.001 s             5    65.536k        20.4135n
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
19: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                                                                                                                0.002 s         0.003 s             5   131.072k        16.7971n
19: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                                                                                                                0.005 s         0.011 s             5   262.144k        16.9718n
19: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                                                                                                                0.009 s         0.025 s             5   524.288k        16.9359n
19: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: rate
19: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19: Malloc/N:1/manual_time                                                                                                                                                         0.079 us        0.213 us      8838153 12.6037M/s
19: Malloc/N:16/manual_time                                                                                                                                                        0.079 us        0.214 us      8800396 12.5961M/s
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o
[ 83%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
19: Malloc/N:256/manual_time                                                                                                                                                       0.079 us        0.214 us      8827057 12.6424M/s
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 83%] Built target Kokkos_CoreUnitTest_Serial1
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
19: Malloc/N:4096/manual_time                                                                                                                                                      0.121 us        0.274 us      5684146 8.25094M/s
19: Malloc/N:65536/manual_time                                                                                                                                                     0.140 us        0.296 us      5037519 7.13633M/s
19: Malloc/N:1048576/manual_time                                                                                                                                                   0.122 us        0.277 us      5716264 8.17588M/s
19: Malloc/N:16777216/manual_time                                                                                                                                                  0.122 us        0.275 us      5739085 8.17436M/s
19: Malloc/N:268435456/manual_time                                                                                                                                                  2.59 us         7.57 us       271667 386.821k/s
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
19: Malloc/N:4294967296/manual_time                                                                                                                                                 3.13 us         13.8 us       224735 319.469k/s
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
19: MallocFree/N:1/manual_time                                                                                                                                                     0.196 us        0.235 us      3589162 5.09907M/s
19: MallocFree/N:16/manual_time                                                                                                                                                    0.194 us        0.233 us      3577923 5.14519M/s
19: MallocFree/N:256/manual_time                                                                                                                                                   0.197 us        0.236 us      3598317 5.08397M/s
[ 84%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1
19: MallocFree/N:4096/manual_time                                                                                                                                                  0.259 us        0.298 us      2697115 3.85526M/s
19: MallocFree/N:65536/manual_time                                                                                                                                                 0.276 us        0.314 us      2503470 3.62786M/s
19: MallocFree/N:1048576/manual_time                                                                                                                                               0.255 us        0.294 us      2780568 3.92223M/s
[ 84%] Built target Kokkos_CoreUnitTest_Cuda1
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
19: MallocFree/N:16777216/manual_time                                                                                                                                              0.253 us        0.292 us      2765614  3.9572M/s
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
19: MallocFree/N:268435456/manual_time                                                                                                                                              7.75 us         7.55 us        89045 129.026k/s
19: MallocFree/N:4294967296/manual_time                                                                                                                                             14.1 us         13.8 us        49370 70.7577k/s
[ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
19: MallocTouch/N:1/manual_time                                                                                                                                                     46.5 us         18.5 us        14524 21.4996k/s
[ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
19: MallocTouch/N:16/manual_time                                                                                                                                                    46.3 us         18.8 us        15022 21.6016k/s
19: MallocTouch/N:256/manual_time                                                                                                                                                   45.9 us         18.5 us        15136 21.8097k/s
19: MallocTouch/N:4096/manual_time                                                                                                                                                  45.9 us         18.7 us        15378 21.7952k/s
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
19: MallocTouch/N:65536/manual_time                                                                                                                                                 46.4 us         19.4 us        14959 21.5634k/s
19: MallocTouch/N:1048576/manual_time                                                                                                                                               48.0 us         19.6 us        14836 20.8201k/s
19: MallocTouch/N:16777216/manual_time                                                                                                                                              68.1 us         29.1 us        10310 14.6834k/s
19: MallocTouch/N:268435456/manual_time                                                                                                                                            40570 us        34829 us           17  24.6489/s
19: MallocTouch/N:4294967296/manual_time                                                                                                                                          643482 us       495363 us            1  1.55405/s
19: MallocTouchFree/N:1/manual_time                                                                                                                                                 47.1 us         18.9 us        15079 21.2257k/s
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o
19: MallocTouchFree/N:16/manual_time                                                                                                                                                47.7 us         18.9 us        15123 20.9555k/s
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
19: MallocTouchFree/N:256/manual_time                                                                                                                                               46.5 us         18.6 us        14777 21.4986k/s
33: Test_Atomic<unsigned long int>/100000/iterations:10            4.08 s          4.06 s            10          1            8    2.24137m        1.54099m        118u     4.99995G          11.262k     4.99995G
19: MallocTouchFree/N:4096/manual_time                                                                                                                                              46.2 us         18.9 us        15250 21.6249k/s
19: MallocTouchFree/N:65536/manual_time                                                                                                                                             47.6 us         19.5 us        14521 20.9867k/s
19: MallocTouchFree/N:1048576/manual_time                                                                                                                                           48.8 us         19.5 us        14415 20.5081k/s
19: MallocTouchFree/N:16777216/manual_time                                                                                                                                          68.4 us         29.3 us        10384 14.6119k/s
19: MallocTouchFree/N:268435456/manual_time                                                                                                                                        55290 us        34651 us           12  18.0865/s
19: MallocTouchFree/N:4294967296/manual_time                                                                                                                                      819732 us       496285 us            1  1.21991/s
19: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s         MB
19: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.119 s         0.094 s             6  6.69692/s        800
19: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.116 s         0.092 s             6  6.90649/s        800
19: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.118 s         0.093 s             6    6.793/s        800
19: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.117 s         0.093 s             6  6.81294/s        800
19: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.117 s         0.093 s             6  6.81885/s        800
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
19: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.118 s         0.093 s             6  6.78487/s        800
19: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.119 s         0.094 s             6  6.70638/s        800
19: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.119 s         0.094 s             6  6.74102/s        800
19: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.117 s         0.093 s             6  6.82489/s        800
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
19: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.118 s         0.094 s             6   6.7552/s        800
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
19: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.116 s         0.091 s             6  6.91199/s        800
19: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.117 s         0.092 s             6  6.86083/s        800
19: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.118 s         0.093 s             6  6.80168/s        800
19: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.118 s         0.093 s             6  6.80676/s        800
19: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.118 s         0.093 s             6  6.80427/s        800
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
19: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.117 s         0.093 s             6  6.81525/s        800
19: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time      0.035 s         0.016 s            20  46.0025/s       1.6k
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
19: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time      0.035 s         0.016 s            20  45.5534/s       1.6k
19: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.035 s         0.016 s            20   45.556/s       1.6k
19: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.035 s         0.016 s            20  45.6482/s       1.6k
19: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.035 s         0.016 s            20  45.4771/s       1.6k
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
19: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time                                           0.033 s         0.016 s            21   24.365/s        800
33: Test_Atomic<unsigned long long int>/100000/iterations:10       4.08 s          4.07 s            10          1            8    2.23787m        1.52158m      103.2u     4.99995G          102.27k     4.99995G
19: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time                                   0.033 s         0.016 s            21  24.2619/s        800
19: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.035 s         0.016 s            20  45.7078/s       1.6k
19: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.035 s         0.016 s            20  45.5376/s       1.6k
19: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.035 s         0.016 s            20  45.4773/s       1.6k
19: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.035 s         0.016 s            20  45.7105/s       1.6k
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
19: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.347 s         0.171 s             2  4.60676/s       1.6k
19: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.348 s         0.168 s             2  4.59369/s       1.6k
19: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.035 s         0.016 s            20  45.6823/s       1.6k
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
19: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.351 s         0.174 s             2   4.5588/s       1.6k
19: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.249 s         0.122 s             3  6.41376/s       1.6k
19: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.035 s         0.016 s            20  46.1527/s       1.6k
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o
19: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.035 s         0.016 s            20  45.5616/s       1.6k
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
19: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.035 s         0.016 s            20  46.0506/s       1.6k
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
19: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.035 s         0.016 s            20  45.9146/s       1.6k
19: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.363 s         0.178 s             2  4.41069/s       1.6k
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
19: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.497 s         0.243 s             2  3.21614/s       1.6k
19: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.359 s         0.174 s             2  4.45523/s       1.6k
33: Test_Atomic<float>/100000/iterations:10                        3.56 s          3.54 s            10          0            4   0.0105082        1.67528m     852.29u     4.99995G           60.28k     4.99989G
19: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.477 s         0.238 s             2  3.35412/s       1.6k
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
19: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.035 s         0.016 s            16  46.0117/s       1.6k
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o
19: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.035 s         0.016 s            20  45.7506/s       1.6k
19: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.525 s         0.237 s             1  3.04529/s       1.6k
19: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.504 s         0.241 s             1  3.17349/s       1.6k
19: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.035 s         0.016 s            18  45.7503/s       1.6k
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 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
19: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.035 s         0.016 s            20  45.2035/s       1.6k
19: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.330 s         0.163 s             2  4.85517/s       1.6k
19: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.328 s         0.163 s             2  4.87337/s       1.6k
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
19: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.035 s         0.016 s            20  45.5329/s       1.6k
19: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.035 s         0.016 s            20  45.5719/s       1.6k
19: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.378 s         0.186 s             2  4.23734/s       1.6k
19: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.291 s         0.139 s             2  5.50655/s       1.6k
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c15.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
19: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                      0.037 s         0.017 s            19  43.7982/s       1.6k
[ 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_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
19: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    0.038 s         0.018 s            19  42.4132/s       1.6k
19: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                     0.037 s         0.017 s            19  43.7373/s       1.6k
19: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                     0.038 s         0.018 s            18  42.0781/s       1.6k
19: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.024 s         0.011 s            30  33.5572/s        800
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
19: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time                                                                                                       0.024 s         0.011 s            29  33.0302/s        800
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
19: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.024 s         0.011 s            29  33.4121/s        800
[ 90%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2
19: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time                                                                                                      0.024 s         0.011 s            29  33.8275/s        800
19: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.024 s         0.011 s            29  33.5497/s        800
[ 90%] Built target Kokkos_CoreUnitTest_Cuda2
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
19: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.024 s         0.011 s            30  33.6728/s        800
19: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.024 s         0.011 s            29  33.7945/s        800
19: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.024 s         0.011 s            30  33.6842/s        800
19: ViewFill_Rank1Strided/N:10/manual_time                                                                                                                                         0.023 s         0.011 s            31  17.7347/s        400
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
19: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.024 s         0.011 s            30  33.5989/s        800
19: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.024 s         0.011 s            29  33.6182/s        800
19: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.024 s         0.011 s            30  33.7788/s        800
19: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.024 s         0.011 s            29  34.0054/s        800
33: Test_Atomic<double>/100000/iterations:10                       4.09 s          4.07 s            10          1            8   0.0110593        2.02697m     857.79u     4.99995G          40.894k     4.99995G
33/59 Test #33: Kokkos_PerformanceTest_Atomic ..............................   Passed  278.56 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-10_T18-01-51.json"
34: Test timeout computed to be: 1500
34: 2025-09-10T18:27:03+00:00
34: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Reduction
34: Run on (255 X 3440.57 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: 3.74, 5.35, 6.56
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.7 us         38.5 us           10
34: ReductionCheapScalarResult<double>/100000/iterations:10         39.7 us         39.3 us           10
34: ReductionCheapScalarResult<double>/1000000/iterations:10        49.5 us         49.5 us           10
34: ReductionCheapScalarResult<double>/10000000/iterations:10        151 us          150 us           10
34: ReductionCheapHostResult<double>/10000/iterations:10            29.7 us         29.6 us           10
34: ReductionCheapHostResult<double>/100000/iterations:10           31.4 us         31.4 us           10
34: ReductionCheapHostResult<double>/1000000/iterations:10          42.7 us         42.7 us           10
34: ReductionCheapHostResult<double>/10000000/iterations:10          148 us          148 us           10
34: ReductionCheapDeviceResult<double>/10000/iterations:10          21.5 us         21.5 us           10
34: ReductionCheapDeviceResult<double>/100000/iterations:10         24.0 us         24.0 us           10
34: ReductionCheapDeviceResult<double>/1000000/iterations:10        35.0 us         34.9 us           10
34: ReductionCheapDeviceResult<double>/10000000/iterations:10        140 us          140 us           10
34: ReductionExpensive<double>/10000/iterations:10                   110 us          107 us           10
34: ReductionExpensive<double>/100000/iterations:10                  302 us          301 us           10
34: ReductionExpensive<double>/1000000/iterations:10                2579 us         2571 us           10
34: ReductionExpensive<double>/10000000/iterations:10              22176 us        22084 us           10
34/59 Test #34: Kokkos_PerformanceTest_Reduction ...........................   Passed    0.75 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 (1342 ms)
35: [ RUN      ] serial_DeathTest.offsetview_unmanaged_construction
19: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.024 s         0.011 s            28  33.6539/s        800
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
19: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.024 s         0.011 s            30  33.9158/s        800
19: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.024 s         0.011 s            30  33.8769/s        800
19: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.024 s         0.011 s            29  33.3145/s        800
19: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.024 s         0.011 s            29  33.9394/s        800
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
19: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.024 s         0.011 s            29  33.5891/s        800
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
19: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                              0.025 s         0.013 s            28  31.5212/s        800
19: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                             0.025 s         0.013 s            27   31.419/s        800
19: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.016 s         0.008 s            10  97.5014/s       1.6k
19: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.016 s         0.008 s            10   97.971/s       1.6k
35: [       OK ] serial_DeathTest.offsetview_unmanaged_construction (16200 ms)
35: [----------] 2 tests from serial_DeathTest (17543 ms total)
35: 
35: [----------] 75 tests from serial
35: [ RUN      ] serial.bitset
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
19: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.016 s         0.008 s            10  98.4925/s       1.6k
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
19: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.016 s         0.008 s            10  97.8566/s       1.6k
19: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.017 s         0.008 s            10   92.863/s       1.6k
35: [       OK ] serial.bitset (1647 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 (7 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: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.024 s         0.011 s            10  67.5328/s       1.6k
19: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.012 s         0.006 s            10  134.888/s       1.6k
35: [       OK ] serial.scatterview (962 ms)
35: [ RUN      ] serial.scatterview_devicetype
35: [       OK ] serial.scatterview_devicetype (0 ms)
35: [ RUN      ] serial.staticcrsgraph
35: [       OK ] serial.staticcrsgraph (6 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: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.012 s         0.006 s            10  133.615/s       1.6k
19: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.014 s         0.007 s            10  117.767/s       1.6k
19: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.013 s         0.006 s            10  122.276/s       1.6k
19: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.015 s         0.007 s            10  105.396/s       1.6k
19: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.021 s         0.010 s            10  75.0402/s       1.6k
19: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.022 s         0.011 s            10  71.8641/s       1.6k
19: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.022 s         0.011 s            10  71.7756/s       1.6k
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
19: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.022 s         0.011 s            10  71.6641/s       1.6k
19: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.023 s         0.011 s            10  69.0132/s       1.6k
19: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.022 s         0.011 s            10  72.0442/s       1.6k
19: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.020 s         0.010 s            10  78.9099/s       1.6k
35: [       OK ] serial.UnorderedMap_insert (3583 ms)
35: [ RUN      ] serial.UnorderedMap_failed_insert
19: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.022 s         0.011 s            10  73.1588/s       1.6k
19: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.020 s         0.010 s            10    78.57/s       1.6k
19: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.024 s         0.011 s            10  67.9312/s       1.6k
35: [       OK ] serial.UnorderedMap_failed_insert (1898 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 (8126 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 77 tests from 2 test suites ran. (25670 ms total)
35: [  PASSED  ] 76 tests.
35: [  SKIPPED ] 1 test, listed below:
35: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
19: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.023 s         0.011 s            10  68.1658/s       1.6k
35/59 Test #35: Kokkos_ContainersUnitTest_Serial ...........................   Passed   26.12 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
19: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.022 s         0.010 s            10  74.0779/s       1.6k
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: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.021 s         0.010 s            10   76.065/s       1.6k
19: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.022 s         0.011 s            10  72.0432/s       1.6k
19: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.029 s         0.015 s            10  54.6302/s       1.6k
19: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.019 s         0.010 s            10  84.8191/s       1.6k
19: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.030 s         0.014 s            10   53.918/s       1.6k
19: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.028 s         0.014 s            10  56.4819/s       1.6k
19: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.025 s         0.013 s            10  64.0034/s       1.6k
19: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.027 s         0.013 s            10  58.8006/s       1.6k
19: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.030 s         0.014 s            10  53.9433/s       1.6k
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
19: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                       0.133 s         0.096 s            10  12.0228/s       1.6k
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
19: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                      0.133 s         0.096 s            10  12.0234/s       1.6k
19/49 Test #19: Kokkos_PerformanceTest_Benchmark ...........................   Passed  217.17 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-10_T17-54-46.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-10T18:21:10+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: 6.01, 6.47, 5.87
20: CPU architecture: none
20: Default Device: OpenMP
20: GIT_BRANCH: HEAD
20: GIT_CLEAN_STATUS: CLEAN
20: GIT_COMMIT_DATE: 2025-09-10T13:54:38-04:00
20: GIT_COMMIT_DESCRIPTION: Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD
20: GIT_COMMIT_HASH: f2e86a73e
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.001 s         0.001 s            10
20: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.001 s         0.001 s            10
20: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
20: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
20: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.002 s         0.001 s            10
20: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.002 s         0.001 s            10
20: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.001 s         0.001 s            10
20: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.001 s         0.001 s            10
20: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
20: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
20: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.002 s         0.001 s            10
20: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.002 s         0.001 s            10
20: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.001 s         0.001 s            10
20: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.001 s         0.001 s            10
20: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
20: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
20: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.002 s         0.001 s            10
20: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.002 s         0.001 s            10
20: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.001 s         0.001 s            10
20: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.001 s         0.001 s            10
20: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
20: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
20: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.002 s         0.001 s            10
20: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.002 s         0.001 s            10
20: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.001 s         0.001 s            10
20: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.001 s         0.001 s            10
20: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
20: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
20: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.002 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
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.002 s         0.001 s            10
20: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.002 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.002 s         0.001 s            10
20: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.002 s         0.001 s            10
20/49 Test #20: Kokkos_Benchmark_Atomic_MinMax .............................   Passed    0.71 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-10_T17-54-46.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-10T18:21:10+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: 6.01, 6.47, 5.87
21: CPU architecture: none
21: Default Device: OpenMP
21: GIT_BRANCH: HEAD
21: GIT_CLEAN_STATUS: CLEAN
21: GIT_COMMIT_DATE: 2025-09-10T13:54:38-04:00
21: GIT_COMMIT_DESCRIPTION: Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD
21: GIT_COMMIT_HASH: f2e86a73e
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
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       1301206  0.95772/s       512u
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
21: ViewFirstTouch_Initialize<double>/N:512/manual_time                      0.000 s         0.000 s       1172383  6.94633/s     4.096m
21: ViewFirstTouch_Initialize<double>/N:4096/manual_time                     0.000 s         0.000 s        782734  36.2821/s   0.032768
21: ViewFirstTouch_Initialize<double>/N:32768/manual_time                    0.000 s         0.000 s         14211  5.32506/s   0.262144
21: ViewFirstTouch_Initialize<double>/N:262144/manual_time                   0.000 s         0.000 s         11252  35.1467/s    2.09715
21: ViewFirstTouch_Initialize<double>/N:2097152/manual_time                  0.000 s         0.000 s          5827   138.32/s    16.7772
21: ViewFirstTouch_Initialize<double>/N:16777216/manual_time                 0.022 s         0.021 s            33  6.21368/s    134.218
21: ViewFirstTouch_ParallelFor<double>/N:64/manual_time                      0.000 s         0.000 s         15631 0.0229609/s      1024u
36: [       OK ] hip_DeathTest.offsetview_unmanaged_construction (16209 ms)
36: [----------] 2 tests from hip_DeathTest (16209 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 (2 ms)
36: [ RUN      ] hip.dualview_sync_should_fence
36: [       OK ] hip.dualview_sync_should_fence (8 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 (40 ms)
36: [ RUN      ] hip.dyn_rank_view_api_generic
36: [       OK ] hip.dyn_rank_view_api_generic (14 ms)
36: [ RUN      ] hip.dyn_rank_view_api_operator_rank12345
36: [       OK ] hip.dyn_rank_view_api_operator_rank12345 (1 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
21: ViewFirstTouch_ParallelFor<double>/N:512/manual_time                     0.000 s         0.000 s         15246 0.177865/s     8.192m
21: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time                    0.000 s         0.000 s         12115  1.14829/s   0.065536
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
21: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time                   0.000 s         0.000 s         12657  9.48119/s   0.524288
21: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time                  0.000 s         0.000 s          7495  42.2888/s     4.1943
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
21: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time                 0.000 s         0.000 s          1838  86.0714/s    33.5544
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
21: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time                0.005 s         0.020 s           145  55.0332/s    268.435
21: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time            0.000 s         0.000 s       2715276  3.95003/s      1024u
21: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time           0.000 s         0.000 s       2431085  28.5144/s     8.192m
21: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time          0.000 s         0.000 s       1119351  104.858/s   0.065536
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
21: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time         0.000 s         0.000 s         13301    10.14/s   0.524288
21: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time        0.000 s         0.000 s         11767  69.3556/s     4.1943
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
21: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time       0.000 s         0.000 s          5755   273.52/s    33.5544
21: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time      0.004 s         0.002 s           164  62.4077/s    268.435
21: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time            0.000 s         0.000 s         13761 0.0207043/s      1024u
21: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time           0.000 s         0.000 s         14620 0.169823/s     8.192m
21: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time          0.000 s         0.000 s         13975  1.35567/s   0.065536
21: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time         0.000 s         0.000 s         13651  10.2764/s   0.524288
21: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time        0.000 s         0.000 s         10846  67.1681/s     4.1943
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
21: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time       0.000 s         0.000 s          5457  268.236/s    33.5544
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
21: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time      0.004 s         0.002 s           163  61.8637/s    268.435
21/49 Test #21: Kokkos_PerformanceTest_ViewFirstTouch ......................   Passed   37.51 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-10_T17-54-46.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-10T18:21:48+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: 4.76, 6.09, 5.76
22: CPU architecture: none
22: Default Device: OpenMP
22: GIT_BRANCH: HEAD
22: GIT_CLEAN_STATUS: CLEAN
22: GIT_COMMIT_DATE: 2025-09-10T13:54:38-04:00
22: GIT_COMMIT_DESCRIPTION: Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD
22: GIT_COMMIT_HASH: f2e86a73e
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
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          1160               9.38635M/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          2382                38.4794M/s
22/49 Test #22: Kokkos_PerformanceTest_Mempool .............................   Passed    1.83 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-10_T17-54-46.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-10T18:21:50+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: 4.70, 6.05, 5.75
23: CPU architecture: none
23: Default Device: OpenMP
23: GIT_BRANCH: HEAD
23: GIT_CLEAN_STATUS: CLEAN
23: GIT_COMMIT_DATE: 2025-09-10T13:54:38-04:00
23: GIT_COMMIT_DESCRIPTION: Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD
23: GIT_COMMIT_HASH: f2e86a73e
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.014 s         0.007 s            10          1            4    0.210207       0.0119072    448.667u     449.985M         186.016M     449.985M
23: Test_Atomic<long int>/100000/iterations:10                    0.046 s         0.023 s            10          1            8    0.206258       0.0136731      599.8u     4.99995G         1.99554G     4.99995G
23: Test_Atomic<long long int>/100000/iterations:10               0.046 s         0.023 s            10          1            8    0.206021        9.33942m      598.3u     4.99995G         1.51077G     4.99995G
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
23: Test_Atomic<unsigned int>/100000/iterations:10                0.047 s         0.023 s            10          1            4    0.206428       0.0129642      300.1u     704.983M         934.121M     704.983M
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
23: Test_Atomic<unsigned long int>/100000/iterations:10           0.046 s         0.023 s            10          1            8    0.204855       0.0107323      362.9u     4.99995G         2.49988G     4.99995G
36: [       OK ] hip.scatterview (29831 ms)
36: [ RUN      ] hip.scatterview_devicetype
23: Test_Atomic<unsigned long long int>/100000/iterations:10      0.047 s         0.023 s            10          1            8    0.203532        9.34833m      300.5u     4.99995G          1.5583G     4.99995G
23: Test_Atomic<float>/100000/iterations:10                       0.043 s         0.021 s            10          0            4    0.164428       0.0192811     902.79u     4.99995G         1.95608G     4.99989G
23: Test_Atomic<double>/100000/iterations:10                      0.047 s         0.023 s            10          1            8    0.187188        0.018233      897.6u     4.99995G         1.88222G     4.99995G
23/49 Test #23: Kokkos_PerformanceTest_Atomic ..............................   Passed    3.39 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-10_T17-54-46.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-10T18:21:53+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: 4.70, 6.05, 5.75
24: CPU architecture: none
24: Default Device: OpenMP
24: GIT_BRANCH: HEAD
24: GIT_CLEAN_STATUS: CLEAN
24: GIT_COMMIT_DATE: 2025-09-10T13:54:38-04:00
24: GIT_COMMIT_DESCRIPTION: Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD
24: GIT_COMMIT_HASH: f2e86a73e
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          50.6 us         23.2 us           10
24: ReductionCheapScalarResult<double>/100000/iterations:10         74.0 us         34.1 us           10
24: ReductionCheapScalarResult<double>/1000000/iterations:10         307 us          145 us           10
24: ReductionCheapScalarResult<double>/10000000/iterations:10       2815 us         1423 us           10
24: ReductionCheapHostResult<double>/10000/iterations:10            55.1 us         21.1 us           10
24: ReductionCheapHostResult<double>/100000/iterations:10           73.8 us         34.0 us           10
24: ReductionCheapHostResult<double>/1000000/iterations:10           289 us          140 us           10
24: ReductionCheapHostResult<double>/10000000/iterations:10         2944 us         1369 us           10
24: ReductionCheapDeviceResult<double>/10000/iterations:10          53.0 us         17.9 us           10
24: ReductionCheapDeviceResult<double>/100000/iterations:10          103 us         55.1 us           10
24: ReductionCheapDeviceResult<double>/1000000/iterations:10         311 us          143 us           10
24: ReductionCheapDeviceResult<double>/10000000/iterations:10       2884 us         1416 us           10
24: ReductionExpensive<double>/10000/iterations:10                  8799 us         4358 us           10
24: ReductionExpensive<double>/100000/iterations:10                85579 us        42522 us           10
[ 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%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
24: ReductionExpensive<double>/1000000/iterations:10              865250 us       430250 us           10
[ 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_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.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/TestStdAlgorithmsCommon.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/TestStdAlgorithmsTeamRemove.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
36: [       OK ] hip.scatterview_devicetype (46308 ms)
36: [ RUN      ] hip.staticcrsgraph
36: [       OK ] hip.staticcrsgraph (28 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 (2145 ms)
36: [ RUN      ] hip.UnorderedMap_failed_insert
36: [       OK ] hip.UnorderedMap_failed_insert (687 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 (79128 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 77 tests from 2 test suites ran. (95337 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   95.83 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.00316715
37:  View sum computation time: 0.00316715
37:  Strided View time (init only): 0.00194084
37:  View Rank7 time (init only): 0.00181922
37:  DynRankView time (init only): 0.00192021
37:  DynRankView sum computation time: 0.00154703
37:  Ratio of View to DynRankView time: 1.64938
37:  Ratio of View to DynRankView sum computation time: 0.874833
37:  Ratio of View to View Rank7  time: 1.74094
37:  Ratio of StrideView to DynRankView time: 1.01074
37:  Ratio of DynRankView to View Rank7  time: 1.05551
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.00102632, 1.377e-05, 0.00411915, 0.00546736
37: 512, 0.00108269, 1.199e-05, 3.309e-05, 0.00393915
37: 1024, 0.00108248, 1.1511e-05, 3.464e-05, 0.00398123
37: 2048, 0.00106589, 1.1429e-05, 3.5919e-05, 0.00405486
37: 4096, 0.000989928, 1.101e-05, 3.767e-05, 0.0040444
37: 8192, 0.000991268, 1.1089e-05, 3.644e-05, 0.00402757
37: 16384, 0.000994888, 1.107e-05, 3.819e-05, 0.0040863
37: 32768, 0.00108375, 1.128e-05, 3.8899e-05, 0.00421747
37: 65536, 0.00108042, 1.179e-05, 4.3779e-05, 0.00451773
37: 131072, 0.0011081, 1.189e-05, 6.8529e-05, 0.00528147
37: 262144, 0.00105948, 1.302e-05, 0.000115529, 0.00762213
37: 524288, 0.00104544, 1.52e-05, 0.000292246, 0.0123357
37: 1048576, 0.000665552, 2.057e-05, 0.000647332, 0.0213772
37: 2097152, 0.00118554, 2.818e-05, 0.00142391, 0.047729
37: 4194304, 0.00122814, 4.1609e-05, 0.00317301, 0.115132
37: [       OK ] TEST_CATEGORY.global_2_local (275 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 (291 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 4 tests from 1 test suite ran. (291 ms total)
37: [  PASSED  ] 4 tests.
37/59 Test #37: Kokkos_ContainersPerformanceTest_HIP .......................   Passed    0.73 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 (2699 ms)
38: [----------] 1 test from hip_DeathTest (2699 ms total)
38: 
38: [----------] 16 tests from hip
38: [ RUN      ] hip.SortUnsignedValueType
38: [       OK ] hip.SortUnsignedValueType (26 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 (12 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 (82 ms)
38: [ RUN      ] hip.BinSortGenericTests
38: [       OK ] hip.BinSortGenericTests (18 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
26: ReductionExpensive<double>/10000000/iterations:10           33914409 us     33912359 us           10
26/51 Test #26: Kokkos_PerformanceTest_Reduction ...........................   Passed  415.17 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 (28 ms)
27: [----------] 2 tests from serial_DeathTest (32 ms total)
27: 
27: [----------] 71 tests from serial
27: [ RUN      ] serial.bitset
27: [       OK ] serial.bitset (1245 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 (7 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 (1659 ms)
27: [ RUN      ] serial.scatterview_devicetype
27: [       OK ] serial.scatterview_devicetype (2 ms)
27: [ RUN      ] serial.resize_realloc_no_init_dualview
27: [       OK ] serial.resize_realloc_no_init_dualview (2 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 (6419 ms)
27: [ RUN      ] serial.UnorderedMap_failed_insert
27: [       OK ] serial.UnorderedMap_failed_insert (2699 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 (12083 ms total)
27: 
27: [----------] Global test environment tear-down
27: [==========] 73 tests from 2 test suites ran. (12116 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 (5 ms)
28: [----------] 1 test from serial_DeathTest (5 ms total)
28: 
28: [----------] 16 tests from serial
28: [ RUN      ] serial.SortUnsignedValueType
28: [       OK ] serial.SortUnsignedValueType (537 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 (111 ms)
28: [ RUN      ] serial.BinSortGenericTests
28: [       OK ] serial.BinSortGenericTests (1426 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
38: [       OK ] hip.BinSortUnsignedKeyLayoutStrideValues (6887 ms)
38: [ RUN      ] hip.NestedSort
38: [       OK ] hip.NestedSort (37 ms)
38: [ RUN      ] hip.NestedSortByKey
38: [       OK ] hip.NestedSortByKey (91 ms)
38: [----------] 16 tests from hip (7160 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 17 tests from 2 test suites ran. (9859 ms total)
38: [  PASSED  ] 17 tests.
38/59 Test #38: Kokkos_UnitTest_Sort .......................................   Passed   10.31 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:1757528957255774110
39: Test Scalar=int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 0.0183711 0.0212147 || 0.051031 28033 29344 || 28157.1 28674.4 || 293.272 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 0.0201853 0.0125859 || 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.00024825 -0.025084 || 0.051031 27995 29358 || 28681.5 28674.4 || -346.762 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 -0.0136584 0.00315202 || 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.015087 0.0150851 || 0.051031 28076 29342 || 28248.2 28674.4 || 208.536 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 0.00988001 0.0114303 || 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.00903676 0.0125888 || 0.051031 28075 29344 || 28935.9 28674.4 || 174.027 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 0.0158068 0.000120418 || 0.051031 1e+64 -1e+64
39: Test Scalar=half
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 0.000244564 -0.99999 -48250.7 || 0.051031 0 194927 || 2.92893e+09 28674.4 || -6.67018e+08 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 0.000732557 -0.302686 0.138134 || 0.051031 1e+64 -1e+64
39: Test Scalar=bhalf
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.68478e-07 -0.0181045 0.0186325 || 0.051031 27908 29340 || 29203.1 28674.4 || 257.575 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 7.18929e-07 0.00497967 0.000119129 || 0.051031 1e+64 -1e+64
39: Test Scalar=float
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.78568e-07 -0.00307287 -0.0159236 || 0.051031 27989 29356 || 28762.8 28674.4 || -220.129 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 7.49199e-07 -0.00452854 0.00553619 || 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.00842757 -0.00596132 || 0.051031 28009 29314 || 28434.8 28674.4 || -82.4093 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 0.00291188 0.00830188 || 0.051031 1e+64 -1e+64
39: Test Seed:1757528957414098829
39: Test Scalar=int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 -0.015879 0.0347685 || 0.051031 28057 29394 || 29137.1 28674.4 || 480.64 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 -0.0126794 -0.00730879 || 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.0130143 0.020405 || 0.051031 27873 29452 || 29052.5 28674.4 || 282.078 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 2.61847e-05 -0.000154118 || 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.0181719 -0.0214556 || 0.051031 28086 29289 || 29205.1 28674.4 || -296.602 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 -0.0164925 0.00693937 || 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.00345759 -0.0363145 || 0.051031 28009 29388 || 28575.6 28674.4 || -502.012 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 -0.00176115 -0.00719585 || 0.051031 1e+64 -1e+64
39: Test Scalar=half
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 0.000245136 -0.99999 -48245.3 || 0.051031 0 194903 || 2.92857e+09 28674.4 || -6.66944e+08 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 0.000734269 -0.30549 0.158937 || 0.051031 1e+64 -1e+64
39: Test Scalar=bhalf
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.65955e-07 -0.0259724 -0.00692316 || 0.051031 28006 29307 || 29439 28674.4 || -95.7058 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 7.11361e-07 -0.00181151 -0.00301566 || 0.051031 1e+64 -1e+64
39: Test Scalar=float
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.76045e-07 0.000194969 -0.00991459 || 0.051031 28014 29354 || 28668.8 28674.4 || -137.059 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 7.41632e-07 0.00413228 0.00474529 || 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.00919 -0.0180728 || 0.051031 28033 29377 || 28413.3 28674.4 || -249.838 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 0.0127939 -0.00885235 || 0.051031 1e+64 -1e+64
39: [       OK ] hip.Random_XorShift64 (311 ms)
39: [ RUN      ] hip.Random_XorShift1024_0
39: Test Seed:1757528957567593107
39: Test Scalar=int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 -0.00121478 0.00126235 || 0.051031 10964 11886 || 11390.8 11377 || 17.4507 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 0.0116157 0.00286965 || 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.00010468 -0.00614665 || 0.051031 10979 11778 || 11375.8 11377 || -84.9712 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 0.00888898 0.000210278 || 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.0215301 -0.000497904 || 0.051031 10989 11792 || 11137.2 11377 || -6.88302 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 0.00875794 -0.00164252 || 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.0175598 0.00062451 || 0.051031 10923 11824 || 11580.3 11377 || 8.63323 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 0.0138082 -0.00269774 || 0.051031 1e+64 -1e+64
39: Test Scalar=half
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 0.000243202 -0.999975 -7595.71 || 0.051031 0 77777 || 4.61081e+08 11377 || -1.05003e+08 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 0.000729272 -0.153572 0.0228149 || 0.051031 1e+64 -1e+64
39: Test Scalar=bhalf
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.79744e-07 0.0171902 0.000231885 || 0.051031 10964 11738 || 11184.7 11377 || 3.20558 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 3.43323e-07 0.0103282 -0.00114375 || 0.051031 1e+64 -1e+64
39: Test Scalar=float
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.79744e-07 0.00349974 -0.00959248 || 0.051031 10960 11797 || 11337.3 11377 || -132.606 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 3.43323e-07 0.0141805 -8.62798e-05 || 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.0108772 0.00810373 || 0.051031 10995 11761 || 11254.5 11377 || 112.026 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 -0.00731974 0.000644656 || 0.051031 1e+64 -1e+64
39: Test Seed:1757528957669974534
39: Test Scalar=int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 -0.0146301 0.00324976 || 0.051031 10945 11781 || 11545.9 11377 || 44.9247 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 -0.00310679 0.000593282 || 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.0192091 -0.00397018 || 0.051031 10958 11861 || 11599.8 11377 || -54.8838 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 0.0162983 0.00139459 || 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.0006379 -0.00360744 || 0.051031 10970 11797 || 11369.7 11377 || -49.8692 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 -0.000802009 0.00015223 || 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.0111515 -0.0122843 || 0.051031 10945 11856 || 11505.3 11377 || -169.818 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 0.0112923 0.00333015 || 0.051031 1e+64 -1e+64
39: Test Scalar=half
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 0.000244366 -0.999975 -7594.56 || 0.051031 0 77811 || 4.61011e+08 11377 || -1.04987e+08 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 0.000732634 -0.159441 0.0245128 || 0.051031 1e+64 -1e+64
39: Test Scalar=bhalf
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.67029e-07 0.0105345 -0.00267496 || 0.051031 10977 11765 || 11258.4 11377 || -36.9787 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 3.05176e-07 -0.0190519 -0.0041157 || 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.0232339 0.0037774 || 0.051031 10990 11762 || 11118.6 11377 || 52.2188 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 3.05176e-07 0.0108518 0.00244805 || 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.00458808 0.000711881 || 0.051031 10996 11783 || 11429.4 11377 || 9.84104 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 -0.000510432 0.00242308 || 0.051031 1e+64 -1e+64
39: [       OK ] hip.Random_XorShift1024_0 (236 ms)
39: [ RUN      ] hip.Multi_streams
39: [       OK ] hip.Multi_streams (684 ms)
39: [----------] 3 tests from hip (1232 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 3 tests from 1 test suite ran. (1232 ms total)
39: [  PASSED  ] 3 tests.
39/59 Test #39: Kokkos_UnitTest_Random .....................................   Passed    1.67 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
[ 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_StdSet_Team_M.dir/UnitTestMain.cpp.o
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.43 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 (11 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 (7 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 (7 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 (7 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 (12 ms)
41: [----------] 7 tests from std_algorithms_min_max_element_test (47 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 7 tests from 1 test suite ran. (47 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 (29 ms)
42: [----------] 1 test from std_algorithms_lexicographical_compare_test (29 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 (67 ms)
42: [----------] 1 test from std_algorithms_for_each_test (67 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 (32 ms)
42: [----------] 1 test from std_algorithms_find_test (32 ms total)
42: 
42: [----------] 4 tests from std_algorithms_non_mod_seq_ops
42: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
42: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (461 ms)
42: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
42: [       OK ] std_algorithms_non_mod_seq_ops.find_end (461 ms)
42: [ RUN      ] std_algorithms_non_mod_seq_ops.search
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
42: [       OK ] std_algorithms_non_mod_seq_ops.search (458 ms)
42: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
42: [       OK ] std_algorithms_non_mod_seq_ops.search_n (337 ms)
42: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1718 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
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 (33 ms)
42: [----------] 1 test from std_algorithms_all_any_none_of_test (33 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 (70 ms)
42: [----------] 1 test from std_algorithms_mismatch_test (70 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 (55 ms)
42: [----------] 1 test from std_algorithms_mod_seq_ops (55 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 13 tests from 10 test suites ran. (2112 ms total)
42: [  PASSED  ] 13 tests.
42/59 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    2.54 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 (34 ms)
43: [ RUN      ] std_algorithms_replace_ops_test.replace_if
43: [       OK ] std_algorithms_replace_ops_test.replace_if (112 ms)
43: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
43: [       OK ] std_algorithms_replace_ops_test.replace_copy (61 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 (264 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 (79 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
43: [       OK ] std_algorithms_mod_seq_ops.unique_copy (50 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.remove
43: [       OK ] std_algorithms_mod_seq_ops.remove (33 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
43: [       OK ] std_algorithms_mod_seq_ops.remove_copy (136 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
43: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (34 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.rotate
43: [       OK ] std_algorithms_mod_seq_ops.rotate (1141 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
43: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (460 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
43: [       OK ] std_algorithms_mod_seq_ops.shift_left (1368 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
43: [       OK ] std_algorithms_mod_seq_ops.shift_right (1352 ms)
43: [----------] 11 tests from std_algorithms_mod_seq_ops (4729 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 (57 ms)
43: [----------] 1 test from std_algorithms_modseq_test (57 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 31 tests from 5 test suites ran. (5060 ms total)
43: [  PASSED  ] 31 tests.
43/59 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    5.50 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
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 (13 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 (33 ms)
44: [----------] 1 test from std_algorithms_partitioning_ops (33 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 (6 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 (17 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
44: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (696 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
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 (201 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
44: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (345 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 (1866 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 (42 ms)
44: [----------] 1 test from std_algorithms_transform_ops_test (42 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 29 tests from 7 test suites ran. (2099 ms total)
44: [  PASSED  ] 29 tests.
44/59 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    2.54 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
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
45: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (319 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 (308 ms)
45: [----------] 2 tests from std_algorithms_adjacent_find_team_test (628 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 (147 ms)
45: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
45: [       OK ] std_algorithms_count_team_test.count_returns_zero (132 ms)
45: [----------] 2 tests from std_algorithms_count_team_test (280 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
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
45: [       OK ] std_algorithms_for_each_team_test.test (242 ms)
45: [----------] 1 test from std_algorithms_for_each_team_test (242 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 (255 ms)
45: [----------] 1 test from std_algorithms_for_each_n_team_test (255 ms total)
45: 
45: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
45: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
45: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (410 ms)
45: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
45: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (366 ms)
45: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
45: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (362 ms)
45: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1139 ms total)
45: 
45: [----------] 2 tests from std_algorithms_mismatch_team_test
45: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
45: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (439 ms)
45: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
45: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (408 ms)
45: [----------] 2 tests from std_algorithms_mismatch_team_test (847 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 12 tests from 7 test suites ran. (3564 ms total)
45: [  PASSED  ] 12 tests.
45/59 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed    3.99 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
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
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
46: [       OK ] std_algorithms_equal_team_test.views_are_equal (653 ms)
46: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
46: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (623 ms)
46: [----------] 2 tests from std_algorithms_equal_team_test (1277 ms total)
46: 
46: [----------] 2 tests from std_algorithms_search_team_test
46: [ RUN      ] std_algorithms_search_team_test.sequences_exist
46: [       OK ] std_algorithms_search_team_test.sequences_exist (307 ms)
46: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
46: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (312 ms)
46: [----------] 2 tests from std_algorithms_search_team_test (620 ms total)
46: 
46: [----------] 2 tests from std_algorithms_find_end_team_test
46: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
46: [       OK ] std_algorithms_find_end_team_test.sequences_exist (392 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 (347 ms)
46: [----------] 2 tests from std_algorithms_find_end_team_test (739 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
46: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (337 ms)
46: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
46: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (460 ms)
46: [----------] 2 tests from std_algorithms_find_first_of_team_test (798 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 8 tests from 4 test suites ran. (3435 ms total)
46: [  PASSED  ] 8 tests.
46/59 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed    3.86 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
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
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 (143 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 (141 ms)
47: [----------] 2 tests from std_algorithms_find_team_test (284 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 (134 ms)
47: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
47: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (140 ms)
47: [----------] 2 tests from std_algorithms_find_if_team_test (274 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 (143 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 (132 ms)
47: [----------] 2 tests from std_algorithms_find_if_not_team_test (275 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 (142 ms)
47: [----------] 1 test from std_algorithms_all_of_team_test (142 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 (138 ms)
47: [----------] 1 test from std_algorithms_any_of_team_test (138 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 (162 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 (153 ms)
47: [----------] 2 tests from std_algorithms_search_n_team_test (315 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 11 tests from 7 test suites ran. (1582 ms total)
47: [  PASSED  ] 11 tests.
47/59 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    2.01 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
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
48: [       OK ] std_algorithms_min_element_team_test.test (445 ms)
48: [----------] 1 test from std_algorithms_min_element_team_test (445 ms total)
48: 
48: [----------] 1 test from std_algorithms_max_element_team_test
48: [ RUN      ] std_algorithms_max_element_team_test.test
48: [       OK ] std_algorithms_max_element_team_test.test (432 ms)
48: [----------] 1 test from std_algorithms_max_element_team_test (432 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 (470 ms)
48: [----------] 1 test from std_algorithms_minmax_element_team_test (470 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 3 tests from 3 test suites ran. (1348 ms total)
48: [  PASSED  ] 3 tests.
48/59 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    1.77 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
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
49: [       OK ] std_algorithms_fill_n_team_test.test (394 ms)
49: [----------] 1 test from std_algorithms_fill_n_team_test (394 ms total)
49: 
49: [----------] 1 test from std_algorithms_replace_team_test
49: [ RUN      ] std_algorithms_replace_team_test.test
49: [       OK ] std_algorithms_replace_team_test.test (228 ms)
49: [----------] 1 test from std_algorithms_replace_team_test (228 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 (216 ms)
49: [----------] 1 test from std_algorithms_replace_if_team_test (216 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 (325 ms)
49: [----------] 1 test from std_algorithms_replace_copy_team_test (325 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 (279 ms)
49: [----------] 1 test from std_algorithms_replace_copy_if_team_test (279 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 6 tests from 6 test suites ran. (1616 ms total)
49: [  PASSED  ] 6 tests.
49/59 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    2.04 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
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 (190 ms)
50: [----------] 1 test from std_algorithms_reverse_team_test (190 ms total)
50: 
50: [----------] 1 test from std_algorithms_reverse_copy_team_test
50: [ RUN      ] std_algorithms_reverse_copy_team_test.test
50: [       OK ] std_algorithms_reverse_copy_team_test.test (244 ms)
50: [----------] 1 test from std_algorithms_reverse_copy_team_test (244 ms total)
50: 
50: [----------] 1 test from std_algorithms_rotate_team_test
50: [ RUN      ] std_algorithms_rotate_team_test.test
50: [       OK ] std_algorithms_rotate_team_test.test (471 ms)
50: [----------] 1 test from std_algorithms_rotate_team_test (471 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 (517 ms)
50: [----------] 1 test from std_algorithms_rotate_copy_team_test (517 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 4 tests from 4 test suites ran. (1424 ms total)
50: [  PASSED  ] 4 tests.
50/59 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    1.85 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
51: [       OK ] std_algorithms_move_team_test.test (395 ms)
51: [----------] 1 test from std_algorithms_move_team_test (395 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 (322 ms)
51: [----------] 1 test from std_algorithms_move_backward_team_test (322 ms total)
51: 
51: [----------] 1 test from std_algorithms_shift_left_team_test
51: [ RUN      ] std_algorithms_shift_left_team_test.test
51: [       OK ] std_algorithms_shift_left_team_test.test (1189 ms)
51: [----------] 1 test from std_algorithms_shift_left_team_test (1189 ms total)
51: 
51: [----------] 1 test from std_algorithms_shift_right_team_test
51: [ RUN      ] std_algorithms_shift_right_team_test.test
28: [       OK ] serial.BinSortUnsignedKeyLayoutStrideValues (29370 ms)
28: [ RUN      ] serial.NestedSort
28: [       OK ] serial.NestedSort (9 ms)
28: [ RUN      ] serial.NestedSortByKey
28: [       OK ] serial.NestedSortByKey (65 ms)
28: [----------] 16 tests from serial (31522 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 17 tests from 2 test suites ran. (31528 ms total)
28: [  PASSED  ] 17 tests.
28/51 Test #28: Kokkos_UnitTest_Sort .......................................   Passed   31.54 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:1757528597982596499
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.00678714 -0.000273104 || 0.051031 2018 2439 || 2207.08 2222.06 || -3.77539 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.0197362 0.000157572 || 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.00487874 0.0011089 || 0.051031 2033 2415 || 2211.27 2222.06 || 15.3294 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.00840706 0.000519694 || 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.00610132 -0.00122323 || 0.051031 2035 2421 || 2235.7 2222.06 || -16.9099 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.00656891 -2.21335e-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.00832197 0.0011915 || 0.051031 2040 2414 || 2240.71 2222.06 || 16.4713 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.0154326 0.000529438 || 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.0136121 -0.00261889 || 0.051031 2050 2419 || 2252.73 2222.06 || -36.2035 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 9.76563e-08 -0.000721215 8.78063e-05 || 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.00277374 -0.00113811 || 0.051031 2046 2385 || 2215.92 2222.06 || -15.7333 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 1.95313e-07 -0.00841327 4.9894e-06 || 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.0266486 0.00264373 || 0.051031 2062 2431 || 2164.38 2222.06 || 36.547 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 9.76563e-08 -0.00633797 -0.000407033 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.0091818 -0.00192139 || 0.051031 2060 2422 || 2201.84 2222.06 || -26.5613 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.0128004 -0.000740562 || 0.051031 1e+64 -1e+64
29: Test Seed:1757528600099361133
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 -0.00780793 0.000846306 || 0.051031 2032 2407 || 2239.55 2222.06 || 11.6993 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.0125875 -7.23286e-05 || 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.0126152 0.00250797 || 0.051031 2026 2404 || 2194.38 2222.06 || 34.6702 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.00034498 -0.000392252 || 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.00043635 -0.000744111 || 0.051031 2039 2411 || 2223.03 2222.06 || -10.2866 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.018361 -0.00141871 || 0.051031 1e+64 -1e+64
29: Test Scalar=uint64_t
29:  -- Testing randomness properties
51: [       OK ] std_algorithms_shift_right_team_test.test (1184 ms)
51: [----------] 1 test from std_algorithms_shift_right_team_test (1184 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 4 tests from 4 test suites ran. (3092 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
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.00054071 -0.00126622 || 0.051031 2048 2394 || 2220.86 2222.06 || -17.5042 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.0103277 8.89542e-05 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.00608959 0.000362477 || 0.051031 2046 2389 || 2208.61 2222.06 || 5.01089 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.00708398 -0.000715137 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
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
29:  -- Testing 1-D histogram
29: Density 1D: 3.25521e-08 -0.0101389 0.00130511 || 0.051031 2056 2397 || 2244.82 2222.06 || 18.0418 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 9.76563e-08 -0.00313859 -0.000458909 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
52: [       OK ] std_algorithms_copy_team_test.test (478 ms)
52: [----------] 1 test from std_algorithms_copy_team_test (478 ms total)
52: 
52: [----------] 1 test from std_algorithms_copy_n_team_test
52: [ RUN      ] std_algorithms_copy_n_team_test.test
29:  -- Testing 1-D histogram
29: Density 1D: 6.51042e-08 -0.0181837 0.00179154 || 0.051031 2050 2408 || 2263.22 2222.06 || 24.7662 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 1.95313e-07 -0.0123451 -0.000589101 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.00442201 0.00165884 || 0.051031 2057 2418 || 2212.28 2222.06 || 22.9318 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.0150023 0.000105531 || 0.051031 1e+64 -1e+64
29: [       OK ] serial.Random_XorShift64 (4231 ms)
29: [ RUN      ] serial.Random_XorShift1024_0
29: Test Seed:1757528602214180419
29: Test Scalar=int
29:  -- Testing randomness properties
52: [       OK ] std_algorithms_copy_n_team_test.test (493 ms)
52: [----------] 1 test from std_algorithms_copy_n_team_test (493 ms total)
52: 
52: [----------] 1 test from std_algorithms_copy_backward_team_test
52: [ RUN      ] std_algorithms_copy_backward_team_test.test
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.0191304 0.000835346 || 0.051031 2001 2370 || 2241.1 2198.22 || 11.5478 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.00204438 0.000667743 || 0.051031 1e+64 -1e+64
29: Test Scalar=unsigned int
29:  -- Testing randomness properties
52: [       OK ] std_algorithms_copy_backward_team_test.test (319 ms)
52: [----------] 1 test from std_algorithms_copy_backward_team_test (319 ms total)
52: 
52: [----------] 1 test from std_algorithms_copy_if_team_test
52: [ RUN      ] std_algorithms_copy_if_team_test.test
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.00269088 -0.00208914 || 0.051031 2021 2374 || 2192.32 2198.22 || -28.8803 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.0097795 -0.000743379 || 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.00578842 -0.000734081 || 0.051031 2025 2389 || 2185.57 2198.22 || -10.1479 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.00273214 -0.000812511 || 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.0172068 1.29698e-05 || 0.051031 2040 2382 || 2161.04 2198.22 || 0.179294 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.00693955 -0.000407511 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
52: [       OK ] std_algorithms_copy_if_team_test.test (299 ms)
52: [----------] 1 test from std_algorithms_copy_if_team_test (299 ms total)
52: 
52: [----------] 1 test from std_algorithms_unique_copy_team_test
52: [ RUN      ] std_algorithms_unique_copy_team_test.test
29:  -- Testing 1-D histogram
29: Density 1D: 7.26926e-05 0.014271 -0.00111784 || 0.051031 2024 2381 || 2167.29 2198.22 || -15.4531 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.27585e-05 -0.0161322 6.8867e-05 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
52: [       OK ] std_algorithms_unique_copy_team_test.test (308 ms)
52: [----------] 1 test from std_algorithms_unique_copy_team_test (308 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 (312 ms)
52: [----------] 1 test from std_algorithms_remove_team_test (312 ms total)
52: 
52: [----------] 1 test from std_algorithms_remove_if_team_test
52: [ RUN      ] std_algorithms_remove_if_team_test.test
52: [       OK ] std_algorithms_remove_if_team_test.test (295 ms)
52: [----------] 1 test from std_algorithms_remove_if_team_test (295 ms total)
52: 
52: [----------] 1 test from std_algorithms_remove_copy_team_test
52: [ RUN      ] std_algorithms_remove_copy_team_test.test
29:  -- Testing 1-D histogram
29: Density 1D: 7.26926e-05 0.015617 -0.000940458 || 0.051031 2031 2373 || 2164.42 2198.22 || -13.0009 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.27585e-05 0.0175299 0.000152875 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
52: [       OK ] std_algorithms_remove_copy_team_test.test (302 ms)
52: [----------] 1 test from std_algorithms_remove_copy_team_test (302 ms total)
52: 
52: [----------] 1 test from std_algorithms_remove_copy_if_team_test
52: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.00161268 0.00102828 || 0.051031 2014 2375 || 2194.68 2198.22 || 14.2149 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.0141082 0.00102287 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
52: [       OK ] std_algorithms_remove_copy_if_team_test.test (259 ms)
52: [----------] 1 test from std_algorithms_remove_copy_if_team_test (259 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 9 tests from 9 test suites ran. (3071 ms total)
52: [  PASSED  ] 9 tests.
52/59 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    3.50 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
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.0128563 0.00161519 || 0.051031 2031 2383 || 2170.32 2198.22 || 22.3284 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.0038012 0.000366614 || 0.051031 1e+64 -1e+64
29: Test Seed:1757528604448802133
29: Test Scalar=int
29:  -- Testing randomness properties
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.00601531 -0.00143072 || 0.051031 1997 2415 || 2185.08 2198.22 || -19.7783 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.0129906 0.000244135 || 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.0104616 0.000660413 || 0.051031 2028 2392 || 2175.46 2198.22 || 9.12956 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.00719787 -0.000527807 || 0.051031 1e+64 -1e+64
29: Test Scalar=int64_t
29:  -- Testing randomness properties
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
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.0183393 -0.000682043 || 0.051031 2030 2386 || 2239.29 2198.22 || -9.42857 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.00213153 -0.000252841 || 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.0377339 0.000436321 || 0.051031 2030 2386 || 2118.29 2198.22 || 6.0317 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.0153803 0.000439127 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
53: [       OK ] std_algorithms_unique_team_test.test_default_predicate (467 ms)
53: [----------] 1 test from std_algorithms_unique_team_test (467 ms total)
53: 
53: [----------] 1 test from std_algorithms_adjacent_difference_team_test
53: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
29:  -- Testing 1-D histogram
29: Density 1D: 7.27585e-05 0.0362521 -0.000167789 || 0.051031 2021 2387 || 2121.32 2198.22 || -2.31951 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.29559e-05 0.0222417 -7.00308e-05 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
53: [       OK ] std_algorithms_adjacent_difference_team_test.test (541 ms)
53: [----------] 1 test from std_algorithms_adjacent_difference_team_test (541 ms total)
53: 
53: [----------] 1 test from std_algorithms_reduce_team_test
53: [ RUN      ] std_algorithms_reduce_team_test.test
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.00230918 0.00257863 || 0.051031 2028 2396 || 2203.31 2198.22 || 35.647 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.00888094 -0.000441156 || 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.00140547 -0.000452237 || 0.051031 2015 2379 || 2195.14 2198.22 || -6.25173 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.27585e-05 0.00616135 -0.000232621 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
53: [       OK ] std_algorithms_reduce_team_test.test (454 ms)
53: [----------] 1 test from std_algorithms_reduce_team_test (454 ms total)
53: 
53: [----------] 1 test from std_algorithms_transform_reduce_team_test
53: [ RUN      ] std_algorithms_transform_reduce_team_test.test
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.0121233 0.00143868 || 0.051031 2002 2377 || 2171.89 2198.22 || 19.8884 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.00996113 -0.000577316 || 0.051031 1e+64 -1e+64
29: [       OK ] serial.Random_XorShift1024_0 (4470 ms)
29: [ RUN      ] serial.Multi_streams
29: [       OK ] serial.Multi_streams (3 ms)
29: [----------] 3 tests from serial (8705 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 3 tests from 1 test suite ran. (8705 ms total)
29: [  PASSED  ] 3 tests.
29/51 Test #29: Kokkos_UnitTest_Random .....................................   Passed    8.71 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.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: [==========] 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. (1 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
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
53: [       OK ] std_algorithms_transform_reduce_team_test.test (743 ms)
53: [----------] 1 test from std_algorithms_transform_reduce_team_test (743 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 4 tests from 4 test suites ran. (2206 ms total)
53: [  PASSED  ] 4 tests.
53/59 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    2.63 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
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 (443 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 (411 ms)
54: [----------] 2 tests from std_algorithms_is_sorted_team_test (855 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 (24 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
54: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (339 ms)
54: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
32: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (2197 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
54: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (384 ms)
54: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (772 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 (14 ms)
54: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
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 (2684 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 (8 ms)
32: [----------] 1 test from std_algorithms_count_test (8 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
32: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (36 ms)
32: [----------] 1 test from std_algorithms_nonmod_seq_ops (36 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
54: [       OK ] std_algorithms_is_partitioned_team_test.all_true (181 ms)
54: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
54: [       OK ] std_algorithms_is_partitioned_team_test.all_false (177 ms)
54: [ RUN      ] std_algorithms_is_partitioned_team_test.random
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. (2856 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 (88 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 (128 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 (22 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
54: [       OK ] std_algorithms_is_partitioned_team_test.random (162 ms)
54: [----------] 4 tests from std_algorithms_is_partitioned_team_test (536 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
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
54: [       OK ] std_algorithms_partition_copy_team_test.all_true (518 ms)
54: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
33: [       OK ] std_algorithms_mod_seq_ops.rotate (889 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
54: [       OK ] std_algorithms_partition_copy_team_test.all_false (531 ms)
54: [ RUN      ] std_algorithms_partition_copy_team_test.random
33: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (318 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
54: [       OK ] std_algorithms_partition_copy_team_test.random (509 ms)
54: [----------] 4 tests from std_algorithms_partition_copy_team_test (1579 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 (14 ms)
54: [ RUN      ] std_algorithms_partition_point_team_test.all_true
54: [       OK ] std_algorithms_partition_point_team_test.all_true (184 ms)
54: [ RUN      ] std_algorithms_partition_point_team_test.all_false
54: [       OK ] std_algorithms_partition_point_team_test.all_false (185 ms)
54: [ RUN      ] std_algorithms_partition_point_team_test.random
54: [       OK ] std_algorithms_partition_point_team_test.random (166 ms)
54: [----------] 4 tests from std_algorithms_partition_point_team_test (550 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 18 tests from 5 test suites ran. (4295 ms total)
54: [  PASSED  ] 18 tests.
54/59 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    4.73 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
33: [       OK ] std_algorithms_mod_seq_ops.shift_left (897 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
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
33: [       OK ] std_algorithms_mod_seq_ops.shift_right (909 ms)
33: [----------] 11 tests from std_algorithms_mod_seq_ops (3232 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 (10 ms)
33: [----------] 1 test from std_algorithms_modseq_test (10 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 31 tests from 5 test suites ran. (3372 ms total)
33: [  PASSED  ] 31 tests.
33/51 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    3.38 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 (6 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 (29 ms)
34: [----------] 1 test from std_algorithms_numerics_ops_test (29 ms total)
34: 
34: [----------] 8 tests from std_algorithms_numeric_ops_test
34: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
55: [       OK ] std_algorithms_transform_team_test.test_unary_op (537 ms)
55: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
34: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (165 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 (130 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 (43 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
55: [       OK ] std_algorithms_transform_team_test.test_binary_op (502 ms)
55: [----------] 2 tests from std_algorithms_transform_team_test (1039 ms total)
55: 
55: [----------] 1 test from std_algorithms_generate_team_test
55: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
34: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (81 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 (420 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. (474 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
35: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (693 ms)
35: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
55: [       OK ] std_algorithms_generate_team_test.test_unary_op (914 ms)
55: [----------] 1 test from std_algorithms_generate_team_test (914 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 (366 ms)
55: [----------] 1 test from std_algorithms_generate_n_team_test (366 ms total)
55: 
55: [----------] 1 test from std_algorithms_swap_ranges_team_test
55: [ RUN      ] std_algorithms_swap_ranges_team_test.test
35: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (626 ms)
35: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1320 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 (241 ms)
35: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
55: [       OK ] std_algorithms_swap_ranges_team_test.test (448 ms)
55: [----------] 1 test from std_algorithms_swap_ranges_team_test (448 ms total)
55: 
55: [----------] Global test environment tear-down
55: [==========] 5 tests from 4 test suites ran. (2769 ms total)
55: [  PASSED  ] 5 tests.
55/59 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    3.25 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
35: [       OK ] std_algorithms_count_team_test.count_returns_zero (226 ms)
35: [----------] 2 tests from std_algorithms_count_team_test (467 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 (268 ms)
35: [----------] 1 test from std_algorithms_count_if_team_test (268 ms total)
35: 
35: [----------] 1 test from std_algorithms_for_each_team_test
35: [ RUN      ] std_algorithms_for_each_team_test.test
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
35: [       OK ] std_algorithms_for_each_team_test.test (494 ms)
35: [----------] 1 test from std_algorithms_for_each_team_test (494 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 (495 ms)
35: [----------] 1 test from std_algorithms_for_each_n_team_test (495 ms total)
35: 
35: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
35: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
56: [       OK ] std_algorithms_exclusive_scan_team_test.test (1267 ms)
56: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1267 ms total)
56: 
56: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
56: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
35: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (726 ms)
35: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
56: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (662 ms)
56: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (662 ms total)
56: 
56: [----------] Global test environment tear-down
56: [==========] 2 tests from 2 test suites ran. (1929 ms total)
56: [  PASSED  ] 2 tests.
56/59 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    2.36 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
35: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (713 ms)
35: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
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
35: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (717 ms)
35: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (2158 ms total)
35: 
35: [----------] 2 tests from std_algorithms_mismatch_team_test
35: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
35: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (733 ms)
35: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
57: [       OK ] std_algorithms_inclusive_scan_team_test.test (1712 ms)
57: [----------] 1 test from std_algorithms_inclusive_scan_team_test (1712 ms total)
57: 
57: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
57: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
35: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (948 ms)
35: [----------] 2 tests from std_algorithms_mismatch_team_test (1682 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 12 tests from 7 test suites ran. (6888 ms total)
35: [  PASSED  ] 12 tests.
35/51 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed    6.90 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
57: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (1135 ms)
57: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1135 ms total)
57: 
57: [----------] Global test environment tear-down
57: [==========] 2 tests from 2 test suites ran. (2848 ms total)
57: [  PASSED  ] 2 tests.
57/59 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    3.27 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-10_T18-01-51.json"
58: Test timeout computed to be: 1500
24: ReductionExpensive<double>/10000000/iterations:10            8599222 us      4275416 us           10
24/49 Test #24: Kokkos_PerformanceTest_Reduction ...........................   Passed  105.35 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 (36 ms total)
25: 
25: [----------] 75 tests from serial
25: [ RUN      ] serial.bitset
25: [       OK ] serial.bitset (1146 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 (7 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
58: 2025-09-10T18:30:09+00:00
58: Running /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan
58: Run on (255 X 3328.37 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.84, 4.21, 5.89
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
36: [       OK ] std_algorithms_equal_team_test.views_are_equal (1177 ms)
36: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
25: [       OK ] serial.scatterview (1710 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
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
36: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1435 ms)
36: [----------] 2 tests from std_algorithms_equal_team_test (2613 ms total)
36: 
36: [----------] 2 tests from std_algorithms_search_team_test
36: [ RUN      ] std_algorithms_search_team_test.sequences_exist
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
36: [       OK ] std_algorithms_search_team_test.sequences_exist (515 ms)
36: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
36: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (514 ms)
36: [----------] 2 tests from std_algorithms_search_team_test (1030 ms total)
36: 
36: [----------] 2 tests from std_algorithms_find_end_team_test
36: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 98%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 98%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
36: [       OK ] std_algorithms_find_end_team_test.sequences_exist (557 ms)
36: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
36: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (611 ms)
36: [----------] 2 tests from std_algorithms_find_end_team_test (1169 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
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
36: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (694 ms)
36: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
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           432  856.301/s       1.6k          1
36: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (894 ms)
36: [----------] 2 tests from std_algorithms_find_first_of_team_test (1589 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 (265 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 (245 ms)
37: [----------] 2 tests from std_algorithms_find_team_test (510 ms total)
37: 
37: [----------] 2 tests from std_algorithms_find_if_team_test
37: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
37: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (261 ms)
37: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
37: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (239 ms)
37: [----------] 2 tests from std_algorithms_find_if_team_test (501 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 (250 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 (236 ms)
37: [----------] 2 tests from std_algorithms_find_if_not_team_test (487 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 (240 ms)
37: [----------] 1 test from std_algorithms_all_of_team_test (240 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 (249 ms)
37: [----------] 1 test from std_algorithms_any_of_team_test (249 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 (241 ms)
37: [----------] 1 test from std_algorithms_none_of_team_test (241 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 (392 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 (268 ms)
37: [----------] 2 tests from std_algorithms_search_n_team_test (661 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 11 tests from 7 test suites ran. (2892 ms total)
37: [  PASSED  ] 11 tests.
37/51 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    2.90 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
25: [       OK ] serial.UnorderedMap_insert (8315 ms)
25: [ RUN      ] serial.UnorderedMap_failed_insert
38: [       OK ] std_algorithms_min_element_team_test.test (591 ms)
38: [----------] 1 test from std_algorithms_min_element_team_test (591 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 (562 ms)
38: [----------] 1 test from std_algorithms_max_element_team_test (562 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 (609 ms)
38: [----------] 1 test from std_algorithms_minmax_element_team_test (609 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 3 tests from 3 test suites ran. (1763 ms total)
38: [  PASSED  ] 3 tests.
38/51 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    1.77 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
39: [       OK ] std_algorithms_fill_team_test.test (377 ms)
39: [----------] 1 test from std_algorithms_fill_team_test (377 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 (53 ms)
39: [----------] 1 test from std_algorithms_fill_n_team_test (53 ms total)
39: 
39: [----------] 1 test from std_algorithms_replace_team_test
39: [ RUN      ] std_algorithms_replace_team_test.test
58: BM_inclusive_scan<std::int64_t>/100000000/manual_time                   0.002 s         0.002 s           431  932.507/s       1.6k          1
39: [       OK ] std_algorithms_replace_team_test.test (645 ms)
39: [----------] 1 test from std_algorithms_replace_team_test (645 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 (491 ms)
39: [----------] 1 test from std_algorithms_replace_if_team_test (491 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 (483 ms)
39: [----------] 1 test from std_algorithms_replace_copy_team_test (483 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 (409 ms)
39: [----------] 1 test from std_algorithms_replace_copy_if_team_test (409 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 6 tests from 6 test suites ran. (2461 ms total)
39: [  PASSED  ] 6 tests.
39/51 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    2.47 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
40: [       OK ] std_algorithms_reverse_team_test.test (396 ms)
40: [----------] 1 test from std_algorithms_reverse_team_test (396 ms total)
40: 
40: [----------] 1 test from std_algorithms_reverse_copy_team_test
40: [ RUN      ] std_algorithms_reverse_copy_team_test.test
25: [       OK ] serial.UnorderedMap_failed_insert (3343 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 (14580 ms total)
25: 
25: [----------] Global test environment tear-down
25: [==========] 77 tests from 2 test suites ran. (14616 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.67 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 (2 ms)
26: [ RUN      ] openmp_DeathTest.offsetview_unmanaged_construction
26: [       OK ] openmp_DeathTest.offsetview_unmanaged_construction (31 ms)
26: [----------] 2 tests from openmp_DeathTest (34 ms total)
26: 
26: [----------] 75 tests from openmp
26: [ RUN      ] openmp.bitset
26: [       OK ] openmp.bitset (315 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 (15 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 (9 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
40: [       OK ] std_algorithms_reverse_copy_team_test.test (407 ms)
40: [----------] 1 test from std_algorithms_reverse_copy_team_test (407 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 (246 ms)
40: [----------] 1 test from std_algorithms_rotate_copy_team_test (246 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 4 tests from 4 test suites ran. (1291 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
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
41: [       OK ] std_algorithms_move_team_test.test (600 ms)
41: [----------] 1 test from std_algorithms_move_team_test (600 ms total)
41: 
41: [----------] 1 test from std_algorithms_move_backward_team_test
41: [ RUN      ] std_algorithms_move_backward_team_test.test
26: [       OK ] openmp.scatterview (1457 ms)
26: [ RUN      ] openmp.scatterview_devicetype
26: [       OK ] openmp.scatterview_devicetype (15 ms)
26: [ RUN      ] openmp.staticcrsgraph
26: [       OK ] openmp.staticcrsgraph (6 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
58: BM_inclusive_scan<double>/100000000/manual_time                         0.002 s         0.002 s           433  1000.75/s       1.6k          1
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
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
41: [       OK ] std_algorithms_shift_left_team_test.test (1064 ms)
41: [----------] 1 test from std_algorithms_shift_left_team_test (1064 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 (1056 ms)
41: [----------] 1 test from std_algorithms_shift_right_team_test (1056 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 4 tests from 4 test suites ran. (3394 ms total)
41: [  PASSED  ] 4 tests.
41/51 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed    3.40 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
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
42: [       OK ] std_algorithms_copy_team_test.test (751 ms)
42: [----------] 1 test from std_algorithms_copy_team_test (751 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 (65 ms total)
42: 
42: [----------] 1 test from std_algorithms_copy_backward_team_test
42: [ RUN      ] std_algorithms_copy_backward_team_test.test
58: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time      0.002 s         0.002 s           434  1001.53/s       1.6k          1
42: [       OK ] std_algorithms_copy_backward_team_test.test (629 ms)
42: [----------] 1 test from std_algorithms_copy_backward_team_test (629 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 (477 ms)
42: [----------] 1 test from std_algorithms_copy_if_team_test (477 ms total)
42: 
42: [----------] 1 test from std_algorithms_unique_copy_team_test
42: [ RUN      ] std_algorithms_unique_copy_team_test.test
26: [       OK ] openmp.UnorderedMap_insert (4860 ms)
26: [ RUN      ] openmp.UnorderedMap_failed_insert
42: [       OK ] std_algorithms_unique_copy_team_test.test (644 ms)
42: [----------] 1 test from std_algorithms_unique_copy_team_test (644 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 (474 ms)
42: [----------] 1 test from std_algorithms_remove_team_test (474 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 (421 ms)
42: [----------] 1 test from std_algorithms_remove_if_team_test (421 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 (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
42: [       OK ] std_algorithms_remove_copy_if_team_test.test (389 ms)
42: [----------] 1 test from std_algorithms_remove_copy_if_team_test (389 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 9 tests from 9 test suites ran. (4345 ms total)
42: [  PASSED  ] 9 tests.
42/51 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    4.35 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
43: [       OK ] std_algorithms_unique_team_test.test_default_predicate (732 ms)
43: [----------] 1 test from std_algorithms_unique_team_test (732 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 (839 ms)
43: [----------] 1 test from std_algorithms_adjacent_difference_team_test (839 ms total)
43: 
43: [----------] 1 test from std_algorithms_reduce_team_test
43: [ RUN      ] std_algorithms_reduce_team_test.test
26: [       OK ] openmp.UnorderedMap_failed_insert (4438 ms)
26: [ RUN      ] openmp.UnorderedMap_deep_copy
26: [       OK ] openmp.UnorderedMap_deep_copy (7 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 (11158 ms total)
26: 
26: [----------] Global test environment tear-down
26: [==========] 77 tests from 2 test suites ran. (11192 ms total)
26: [  PASSED  ] 77 tests.
26/49 Test #26: Kokkos_ContainersUnitTest_OpenMP ...........................   Passed   11.26 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.00942962
27:  View sum computation time: 0.00942962
27:  Strided View time (init only): 0.00926085
27:  View Rank7 time (init only): 0.00912267
27:  DynRankView time (init only): 0.00943568
27:  DynRankView sum computation time: 0.00700202
27:  Ratio of View to DynRankView time: 0.999358
27:  Ratio of View to DynRankView sum computation time: 0.994706
27:  Ratio of View to View Rank7  time: 1.03365
27:  Ratio of StrideView to DynRankView time: 0.981472
27:  Ratio of DynRankView to View Rank7  time: 1.03431
27: [       OK ] TEST_CATEGORY.dynrankview_perf (165 ms)
27: [ RUN      ] TEST_CATEGORY.global_2_local
27: OpenMP
27: size, create, generate, fill, find
27: 256, 0.000164128, 4.824e-05, 8.2609e-05, 0.00489358
27: 512, 0.00011585, 4.506e-05, 0.000112159, 0.00472368
27: 1024, 0.000108639, 3.96e-05, 0.000190898, 0.00479029
27: 2048, 0.000125919, 6.514e-05, 0.000310607, 0.00584652
27: 4096, 0.000148719, 5.483e-05, 0.000553565, 0.00559792
27: 8192, 0.000215638, 5.716e-05, 0.00101916, 0.00761939
27: 16384, 0.000312109, 5.3099e-05, 0.00197413, 0.0194605
27: 32768, 0.000503667, 3.9889e-05, 0.00379227, 0.0480158
58: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time       0.002 s         0.002 s           432    999.5/s       1.6k          1
43: [       OK ] std_algorithms_reduce_team_test.test (727 ms)
43: [----------] 1 test from std_algorithms_reduce_team_test (727 ms total)
43: 
43: [----------] 1 test from std_algorithms_transform_reduce_team_test
43: [ RUN      ] std_algorithms_transform_reduce_team_test.test
27: 65536, 0.000773944, 7.2499e-05, 0.00797263, 0.115044
27: 131072, 0.0011507, 0.000117059, 0.015407, 0.234806
27: 262144, 0.00198258, 0.000141529, 0.0322202, 0.381284
43: [       OK ] std_algorithms_transform_reduce_team_test.test (1596 ms)
43: [----------] 1 test from std_algorithms_transform_reduce_team_test (1596 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 4 tests from 4 test suites ran. (3897 ms total)
43: [  PASSED  ] 4 tests.
43/51 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    3.90 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
27: 524288, 0.00383244, 0.000422696, 0.0659366, 0.789105
44: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (518 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 (412 ms)
44: [----------] 2 tests from std_algorithms_is_sorted_team_test (931 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 (1 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (411 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (539 ms)
44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (954 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 (0 ms)
44: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
44: [       OK ] std_algorithms_is_partitioned_team_test.all_true (242 ms)
44: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
44: [       OK ] std_algorithms_is_partitioned_team_test.all_false (256 ms)
44: [ RUN      ] std_algorithms_is_partitioned_team_test.random
58: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time             0.002 s         0.002 s           432  928.183/s       1.6k          1
44: [       OK ] std_algorithms_is_partitioned_team_test.random (201 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 (0 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
44: [       OK ] std_algorithms_partition_copy_team_test.all_true (556 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
27: 1048576, 0.00709571, 0.000431336, 0.130547, 2.94702
44: [       OK ] std_algorithms_partition_copy_team_test.all_false (559 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.random
44: [       OK ] std_algorithms_partition_copy_team_test.random (482 ms)
44: [----------] 4 tests from std_algorithms_partition_copy_team_test (1600 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
44: [       OK ] std_algorithms_partition_point_team_test.all_true (254 ms)
44: [ RUN      ] std_algorithms_partition_point_team_test.all_false
44: [       OK ] std_algorithms_partition_point_team_test.all_false (243 ms)
44: [ RUN      ] std_algorithms_partition_point_team_test.random
44: [       OK ] std_algorithms_partition_point_team_test.random (182 ms)
44: [----------] 4 tests from std_algorithms_partition_point_team_test (681 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 18 tests from 5 test suites ran. (4868 ms total)
44: [  PASSED  ] 18 tests.
44/51 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    4.87 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
45: [       OK ] std_algorithms_transform_team_test.test_unary_op (940 ms)
45: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
45: [       OK ] std_algorithms_transform_team_test.test_binary_op (1002 ms)
45: [----------] 2 tests from std_algorithms_transform_team_test (1942 ms total)
45: 
45: [----------] 1 test from std_algorithms_generate_team_test
45: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
58: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time      0.002 s         0.002 s           339  919.001/s       1.6k          1
45: [       OK ] std_algorithms_generate_team_test.test_unary_op (2657 ms)
45: [----------] 1 test from std_algorithms_generate_team_test (2657 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 (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
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
45: [       OK ] std_algorithms_swap_ranges_team_test.test (1094 ms)
45: [----------] 1 test from std_algorithms_swap_ranges_team_test (1094 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 5 tests from 4 test suites ran. (5749 ms total)
45: [  PASSED  ] 5 tests.
45/51 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    5.76 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
27: 2097152, 0.0136761, 0.000796345, 0.262503, 7.24836
58: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time       0.002 s         0.002 s           433  964.839/s       1.6k          1
46: [       OK ] std_algorithms_exclusive_scan_team_test.test (1903 ms)
46: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1903 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 (918 ms)
46: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (918 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 2 tests from 2 test suites ran. (2821 ms total)
46: [  PASSED  ] 2 tests.
46/51 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    2.83 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
47: [       OK ] std_algorithms_inclusive_scan_team_test.test (2746 ms)
47: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2746 ms total)
47: 
47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
47: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
58: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time             0.002 s         0.002 s           433   1001.4/s       1.6k          1
58/59 Test #58: Kokkos_PerformanceTest_InclusiveScan .......................   Passed   42.05 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    = 529.46 sec*proc (51 tests)

Total Test time (real) = 1070.34 sec
Post stage
[Pipeline] sh
+ ccache --show-stats
Summary:
  Hits:               0 /    0
    Direct:           0 /    0
    Preprocessed:     0 /    0
  Misses:             0
    Direct:           0
    Preprocessed:     0
Primary storage:
  Hits:               0 /    0
  Misses:             0
  Cache size (GB): 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 c14c8f6881d0498b5a5342f15e8c927cf8400c73577ff5ccbcb21aff76d35ba5
47: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (1835 ms)
47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1835 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 2 tests from 2 test suites ran. (4582 ms total)
47: [  PASSED  ] 2 tests.
47/51 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    4.59 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-10_T17-56-07.json"
48: Working Directory: /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/perf_test
48: Test timeout computed to be: 1500
48: 2025-09-10T18:24:24+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.05, 1.41, 2.57
48: CPU architecture: none
48: Default Device: Serial
48: GIT_BRANCH: HEAD
48: GIT_CLEAN_STATUS: CLEAN
48: GIT_COMMIT_DATE: 2025-09-10T13:54:57-04:00
48: GIT_COMMIT_DESCRIPTION: Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD
48: GIT_COMMIT_HASH: f413584d6
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
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 c14c8f6881d0498b5a5342f15e8c927cf8400c73577ff5ccbcb21aff76d35ba5
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
48: ----------------------------------------------------------------------------------------------------------------------------------------------
48: Benchmark                                                                   Time             CPU   Iterations  FOM: GB/s         MB     Passed
48: ----------------------------------------------------------------------------------------------------------------------------------------------
48: BM_inclusive_scan<std::uint64_t>/100000000/manual_time                  0.261 s         0.261 s             3  6.12896/s       1.6k          1
48: BM_inclusive_scan<std::int64_t>/100000000/manual_time                   0.260 s         0.260 s             3  6.14246/s       1.6k          1
48: BM_inclusive_scan<double>/100000000/manual_time                         0.337 s         0.337 s             2  4.74472/s       1.6k          1
27: 4194304, 0.0223689, 0.00148639, 0.544272, 15.2957
27: [       OK ] TEST_CATEGORY.global_2_local (28251 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.108753 seconds
27: test took 0.107434 seconds
27: num_threads 8
27: hand-coded test took 0.107431 seconds
27: test took 0.107176 seconds
27: num_threads 8
27: hand-coded test took 0.108602 seconds
27: test took 0.106603 seconds
27: num_threads 8
27: hand-coded test took 0.106633 seconds
27: test took 0.108264 seconds
27: num_threads 8
27: hand-coded test took 0.107113 seconds
27: test took 0.107448 seconds
27: [       OK ] TEST_CATEGORY.scatter_view (1301 ms)
27: [----------] 5 tests from TEST_CATEGORY (29718 ms total)
27: 
27: [----------] Global test environment tear-down
27: [==========] 5 tests from 1 test suite ran. (29718 ms total)
27: [  PASSED  ] 5 tests.
27/49 Test #27: Kokkos_ContainersPerformanceTest_OpenMP ....................   Passed   29.74 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 (5 ms)
28: [----------] 1 test from openmp_DeathTest (5 ms total)
28: 
28: [----------] 16 tests from openmp
28: [ RUN      ] openmp.SortUnsignedValueType
28: [       OK ] openmp.SortUnsignedValueType (478 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 (127 ms)
28: [ RUN      ] openmp.BinSortGenericTests
28: [       OK ] openmp.BinSortGenericTests (519 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
48: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time      0.260 s         0.260 s             3  6.14224/s       1.6k          1
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
48: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time       0.261 s         0.261 s             3  6.13625/s       1.6k          1
48: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time             0.337 s         0.337 s             2  4.74841/s       1.6k          1
48: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time      0.330 s         0.330 s             2  4.85212/s       1.6k          1
48: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time       0.330 s         0.330 s             2  4.85282/s       1.6k          1
28: [       OK ] openmp.BinSortUnsignedKeyLayoutStrideValues (13903 ms)
28: [ RUN      ] openmp.NestedSort
28: [       OK ] openmp.NestedSort (6 ms)
28: [ RUN      ] openmp.NestedSortByKey
28: [       OK ] openmp.NestedSortByKey (47 ms)
28: [----------] 16 tests from openmp (15087 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 17 tests from 2 test suites ran. (15092 ms total)
28: [  PASSED  ] 17 tests.
28/49 Test #28: Kokkos_UnitTest_Sort .......................................   Passed   15.10 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:1757528689782147485
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 -0.00862704 -0.000840737 || 0.051031 2033 2424 || 2241.4 2222.06 || -11.6224 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.0185751 -0.000584438 || 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.0145969 -3.55832e-05 || 0.051031 2017 2396 || 2254.98 2222.06 || -0.491902 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.00173671 0.000869261 || 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.017184 0.00186452 || 0.051031 2013 2397 || 2184.52 2222.06 || 25.7751 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.00564836 0.000470249 || 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.00151779 0.000522376 || 0.051031 2006 2396 || 2218.69 2222.06 || 7.22133 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.00633708 0.000166908 || 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.021351 -0.000100593 || 0.051031 2037 2433 || 2270.54 2222.06 || -1.3906 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 9.76563e-08 -0.00564107 -0.000253506 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.0239285 0.00178025 || 0.051031 2034 2409 || 2170.13 2222.06 || 24.6102 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.0170251 0.000512854 || 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.00450459 -0.00120735 || 0.051031 2036 2405 || 2232.12 2222.06 || -16.6904 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 9.76563e-08 0.0013292 0.000279963 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.00813592 0.000963741 || 0.051031 2028 2400 || 2204.13 2222.06 || 13.3228 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.00724724 0.000120521 || 0.051031 1e+64 -1e+64
29: Test Seed:1757528692553463319
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.0143692 -0.00109852 || 0.051031 2051 2428 || 2190.58 2222.06 || -15.1859 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.00306569 -0.00023361 || 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.0116191 -0.0037174 || 0.051031 2051 2422 || 2248.18 2222.06 || -51.3894 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.0248215 -0.000379917 || 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.0145939 0.00100121 || 0.051031 2044 2412 || 2190.1 2222.06 || 13.8407 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.00609833 -0.00108689 || 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.0211549 -0.00229061 || 0.051031 2038 2409 || 2270.08 2222.06 || -31.6654 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.0133747 -0.00143964 || 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.00256005 0.00209192 || 0.051031 2054 2437 || 2227.76 2222.06 || 28.9188 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 9.76563e-08 0.0344549 -0.000639082 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
48: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time             0.278 s         0.278 s             3  5.76421/s       1.6k          1
48/51 Test #48: Kokkos_PerformanceTest_InclusiveScan .......................   Passed   29.49 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 (1 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 18 tests from 1 test suite ran. (1 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
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.0179037 -0.000769443 || 0.051031 2056 2405 || 2182.98 2222.06 || -10.6368 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 -0.00751643 -3.24909e-05 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
51: 1.000000e+01 1.087100e-05s (relocatable) vs. 7.520000e-07s (inline)
51: 1.000000e+02 5.210000e-07s (relocatable) vs. 3.310000e-07s (inline)
51: 1.000000e+03 2.434000e-06s (relocatable) vs. 4.510000e-07s (inline)
51: 1.000000e+04 2.124000e-05s (relocatable) vs. 1.713000e-06s (inline)
51: 1.000000e+05 2.096340e-04s (relocatable) vs. 1.338500e-05s (inline)
51: 1.000000e+06 2.132341e-03s (relocatable) vs. 1.449230e-04s (inline)
51: 1.000000e+07 2.119562e-02s (relocatable) vs. 1.240253e-03s (inline)
51: 1.000000e+08 2.110997e-01s (relocatable) vs. 1.337631e-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    = 149.65 sec*proc (41 tests)

Total Test time (real) = 867.12 sec
Post stage
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
$ docker stop --time=1 2f0b1e28b47e13afe1bb389a8ecd5507a1c9bdc6fa990c8f033c2134f4645466
29:  -- Testing 1-D histogram
29: Density 1D: 0 -0.0177467 0.00112094 || 0.051031 2016 2421 || 2262.21 2222.06 || 15.4959 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.0448513 0.000251523 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0 0.00145392 -0.0010254 || 0.051031 2049 2388 || 2218.84 2222.06 || -14.1751 -0.160751
29:  -- Testing 3-D histogram
29: Density 3D: 0 0.000994658 -2.74903e-05 || 0.051031 1e+64 -1e+64
29: [       OK ] openmp.Random_XorShift64 (5524 ms)
29: [ RUN      ] openmp.Random_XorShift1024_0
29: Test Seed:1757528695305995816
29: Test Scalar=int
29:  -- Testing randomness properties
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)'.
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.00727616 -0.00195615 || 0.051031 2017 2387 || 2214.33 2198.22 || -27.0418 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.00069815 -6.55901e-05 || 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.00564113 1.84135e-05 || 0.051031 2034 2362 || 2210.69 2198.22 || 0.254548 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.00275453 -0.00030565 || 0.051031 1e+64 -1e+64
29: Test Scalar=int64_t
29:  -- Testing randomness properties
$ docker rm -f --volumes 2f0b1e28b47e13afe1bb389a8ecd5507a1c9bdc6fa990c8f033c2134f4645466
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.00328259 0.000482952 || 0.051031 2012 2372 || 2191.03 2198.22 || 6.67633 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.00681826 0.000302558 || 0.051031 1e+64 -1e+64
29: Test Scalar=uint64_t
29:  -- Testing randomness properties
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 0.00127935 0.00186125 || 0.051031 2009 2375 || 2195.41 2198.22 || 25.7299 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.0189507 0.000205899 || 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.0285572 -0.00236927 || 0.051031 2009 2385 || 2137.19 2198.22 || -32.7528 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.27585e-05 0.00341405 -0.000235085 || 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.011889 0.00296961 || 0.051031 2020 2384 || 2224.67 2198.22 || 41.0519 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.0070334 8.34623e-05 || 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.00800175 -0.00289041 || 0.051031 1990 2385 || 2215.95 2198.22 || -39.957 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.00219181 3.06417e-05 || 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.0135033 0.00125087 || 0.051031 2024 2372 || 2168.94 2198.22 || 17.292 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.0118693 0.000251661 || 0.051031 1e+64 -1e+64
29: Test Seed:1757528698213092906
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 7.26597e-05 -0.0157578 0.00197429 || 0.051031 1958 2372 || 2233.42 2198.22 || 27.2925 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.0148086 -0.000141501 || 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.00839589 -0.00124539 || 0.051031 2031 2368 || 2216.84 2198.22 || -17.2162 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.00478642 0.000775637 || 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.00221896 0.000379047 || 0.051031 2018 2379 || 2203.11 2198.22 || 5.23994 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.00526062 0.000111961 || 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.00835874 -0.000772363 || 0.051031 2008 2393 || 2180 2198.22 || -10.6772 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.00321536 -4.86582e-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.0231203 0.00171379 || 0.051031 1989 2403 || 2250.25 2198.22 || 23.6915 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.27585e-05 -0.0161192 -7.59562e-05 || 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.00241196 -0.000327832 || 0.051031 2035 2370 || 2203.54 2198.22 || -4.53194 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 -0.0198202 0.000631821 || 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.00128352 0.000582709 || 0.051031 2035 2376 || 2201.05 2198.22 || 8.05537 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.27585e-05 0.0149974 0.00056523 || 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.00550107 -0.000938265 || 0.051031 2016 2361 || 2210.38 2198.22 || -12.9706 -0.159026
29:  -- Testing 3-D histogram
29: Density 3D: 7.26597e-05 0.00324794 -6.72475e-05 || 0.051031 1e+64 -1e+64
29: [       OK ] openmp.Random_XorShift1024_0 (5715 ms)
29: [ RUN      ] openmp.Multi_streams
29: [       OK ] openmp.Multi_streams (174 ms)
29: [----------] 3 tests from openmp (11414 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 3 tests from 1 test suite ran. (11414 ms total)
29: [  PASSED  ] 3 tests.
29/49 Test #29: Kokkos_UnitTest_Random .....................................   Passed   11.42 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 (3 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.05 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 (79 ms)
32: [----------] 1 test from std_algorithms_lexicographical_compare_test (79 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 (57 ms)
32: [----------] 1 test from std_algorithms_for_each_test (57 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 (33 ms)
32: [----------] 1 test from std_algorithms_find_test (33 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 (998 ms)
32: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
32: [       OK ] std_algorithms_non_mod_seq_ops.find_end (408 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 (352 ms)
32: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2163 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 (24 ms)
32: [----------] 1 test from std_algorithms_equal_test (24 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 (44 ms)
32: [----------] 1 test from std_algorithms_nonmod_seq_ops (44 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 (82 ms)
32: [----------] 1 test from std_algorithms_mismatch_test (82 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 (61 ms)
32: [----------] 1 test from std_algorithms_mod_seq_ops (61 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 13 tests from 10 test suites ran. (2606 ms total)
32: [  PASSED  ] 13 tests.
32/49 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    2.62 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 (2 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 (35 ms)
33: [ RUN      ] std_algorithms_replace_ops_test.replace_if
33: [       OK ] std_algorithms_replace_ops_test.replace_if (88 ms)
33: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
33: [       OK ] std_algorithms_replace_ops_test.replace_copy (61 ms)
33: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
33: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (56 ms)
33: [----------] 4 tests from std_algorithms_replace_ops_test (242 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 (48 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.unique
33: [       OK ] std_algorithms_mod_seq_ops.unique (112 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
33: [       OK ] std_algorithms_mod_seq_ops.unique_copy (68 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 (54 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
33: [       OK ] std_algorithms_mod_seq_ops.remove_copy (83 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
33: [       OK ] std_algorithms_mod_seq_ops.rotate (490 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
33: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (328 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
33: [       OK ] std_algorithms_mod_seq_ops.shift_left (570 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
33: [       OK ] std_algorithms_mod_seq_ops.shift_right (584 ms)
33: [----------] 11 tests from std_algorithms_mod_seq_ops (2439 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 (53 ms)
33: [----------] 1 test from std_algorithms_modseq_test (53 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 31 tests from 5 test suites ran. (2738 ms total)
33: [  PASSED  ] 31 tests.
33/49 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    2.74 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 (2 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 (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 (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 (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 (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 (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 (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 (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 (1 ms)
34: [----------] 12 tests from std_algorithms_numerics_test (14 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 (74 ms)
34: [----------] 1 test from std_algorithms_numerics_ops_test (74 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 (842 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 (757 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 (348 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 (2160 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 (36 ms)
34: [----------] 1 test from std_algorithms_transform_ops_test (36 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 29 tests from 7 test suites ran. (2344 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
35: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (637 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 (603 ms)
35: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1241 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 (269 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 (527 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 (305 ms)
35: [----------] 1 test from std_algorithms_count_if_team_test (305 ms total)
35: 
35: [----------] 1 test from std_algorithms_for_each_team_test
35: [ RUN      ] std_algorithms_for_each_team_test.test
35: [       OK ] std_algorithms_for_each_team_test.test (455 ms)
35: [----------] 1 test from std_algorithms_for_each_team_test (455 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 (466 ms)
35: [----------] 1 test from std_algorithms_for_each_n_team_test (466 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 (648 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 (633 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 (630 ms)
35: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1913 ms total)
35: 
35: [----------] 2 tests from std_algorithms_mismatch_team_test
35: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
35: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (661 ms)
35: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
35: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (967 ms)
35: [----------] 2 tests from std_algorithms_mismatch_team_test (1629 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 12 tests from 7 test suites ran. (6539 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 (1038 ms)
36: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
36: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1438 ms)
36: [----------] 2 tests from std_algorithms_equal_team_test (2477 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 (580 ms)
36: [----------] 2 tests from std_algorithms_search_team_test (1137 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 (581 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 (640 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 (821 ms)
36: [----------] 2 tests from std_algorithms_find_first_of_team_test (1462 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 8 tests from 4 test suites ran. (6346 ms total)
36: [  PASSED  ] 8 tests.
36/49 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed    6.35 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 (284 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 (562 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 (295 ms)
37: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
37: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (284 ms)
37: [----------] 2 tests from std_algorithms_find_if_team_test (579 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 (296 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 (282 ms)
37: [----------] 2 tests from std_algorithms_find_if_not_team_test (579 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 (279 ms)
37: [----------] 1 test from std_algorithms_all_of_team_test (279 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 (268 ms)
37: [----------] 1 test from std_algorithms_any_of_team_test (268 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 (279 ms)
37: [----------] 1 test from std_algorithms_none_of_team_test (279 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 (343 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 (635 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 11 tests from 7 test suites ran. (3185 ms total)
37: [  PASSED  ] 11 tests.
37/49 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    3.20 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 (595 ms)
38: [----------] 1 test from std_algorithms_min_element_team_test (595 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 (572 ms)
38: [----------] 1 test from std_algorithms_max_element_team_test (572 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 (607 ms)
38: [----------] 1 test from std_algorithms_minmax_element_team_test (607 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 3 tests from 3 test suites ran. (1775 ms total)
38: [  PASSED  ] 3 tests.
38/49 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    1.78 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
39: [       OK ] std_algorithms_fill_team_test.test (337 ms)
39: [----------] 1 test from std_algorithms_fill_team_test (337 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 (278 ms)
39: [----------] 1 test from std_algorithms_fill_n_team_test (278 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 (473 ms)
39: [----------] 1 test from std_algorithms_replace_team_test (473 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 (375 ms)
39: [----------] 1 test from std_algorithms_replace_if_team_test (375 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 (481 ms)
39: [----------] 1 test from std_algorithms_replace_copy_team_test (481 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 (396 ms)
39: [----------] 1 test from std_algorithms_replace_copy_if_team_test (396 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 6 tests from 6 test suites ran. (2343 ms total)
39: [  PASSED  ] 6 tests.
39/49 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    2.35 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 (341 ms)
40: [----------] 1 test from std_algorithms_reverse_team_test (342 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 (346 ms)
40: [----------] 1 test from std_algorithms_reverse_copy_team_test (346 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 (496 ms)
40: [----------] 1 test from std_algorithms_rotate_team_test (496 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 (495 ms)
40: [----------] 1 test from std_algorithms_rotate_copy_team_test (495 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 4 tests from 4 test suites ran. (1680 ms total)
40: [  PASSED  ] 4 tests.
40/49 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    1.69 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
41: [       OK ] std_algorithms_move_team_test.test (501 ms)
41: [----------] 1 test from std_algorithms_move_team_test (501 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 (515 ms)
41: [----------] 1 test from std_algorithms_move_backward_team_test (515 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 (1329 ms)
41: [----------] 1 test from std_algorithms_shift_left_team_test (1329 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 (1331 ms)
41: [----------] 1 test from std_algorithms_shift_right_team_test (1331 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 4 tests from 4 test suites ran. (3678 ms total)
41: [  PASSED  ] 4 tests.
41/49 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed    3.68 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 (627 ms)
42: [----------] 1 test from std_algorithms_copy_team_test (627 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 (326 ms)
42: [----------] 1 test from std_algorithms_copy_n_team_test (326 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 (511 ms)
42: [----------] 1 test from std_algorithms_copy_backward_team_test (511 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 (451 ms)
42: [----------] 1 test from std_algorithms_copy_if_team_test (451 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 (554 ms)
42: [----------] 1 test from std_algorithms_unique_copy_team_test (554 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 (416 ms)
42: [----------] 1 test from std_algorithms_remove_team_test (416 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 (359 ms)
42: [----------] 1 test from std_algorithms_remove_if_team_test (360 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 (488 ms)
42: [----------] 1 test from std_algorithms_remove_copy_team_test (488 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 (360 ms)
42: [----------] 1 test from std_algorithms_remove_copy_if_team_test (360 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 9 tests from 9 test suites ran. (4097 ms total)
42: [  PASSED  ] 9 tests.
42/49 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    4.11 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 (603 ms)
43: [----------] 1 test from std_algorithms_unique_team_test (603 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 (790 ms)
43: [----------] 1 test from std_algorithms_adjacent_difference_team_test (790 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 (831 ms)
43: [----------] 1 test from std_algorithms_reduce_team_test (831 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 (1520 ms)
43: [----------] 1 test from std_algorithms_transform_reduce_team_test (1521 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 4 tests from 4 test suites ran. (3746 ms total)
43: [  PASSED  ] 4 tests.
43/49 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    3.76 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 (570 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 (377 ms)
44: [----------] 2 tests from std_algorithms_is_sorted_team_test (948 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 (13 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (335 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (521 ms)
44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (885 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 (257 ms)
44: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
44: [       OK ] std_algorithms_is_partitioned_team_test.all_false (260 ms)
44: [ RUN      ] std_algorithms_is_partitioned_team_test.random
44: [       OK ] std_algorithms_is_partitioned_team_test.random (167 ms)
44: [----------] 4 tests from std_algorithms_is_partitioned_team_test (692 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 (12 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
44: [       OK ] std_algorithms_partition_copy_team_test.all_true (463 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
44: [       OK ] std_algorithms_partition_copy_team_test.all_false (455 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.random
44: [       OK ] std_algorithms_partition_copy_team_test.random (414 ms)
44: [----------] 4 tests from std_algorithms_partition_copy_team_test (1347 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 (6 ms)
44: [ RUN      ] std_algorithms_partition_point_team_test.all_true
44: [       OK ] std_algorithms_partition_point_team_test.all_true (253 ms)
44: [ RUN      ] std_algorithms_partition_point_team_test.all_false
44: [       OK ] std_algorithms_partition_point_team_test.all_false (254 ms)
44: [ RUN      ] std_algorithms_partition_point_team_test.random
44: [       OK ] std_algorithms_partition_point_team_test.random (161 ms)
44: [----------] 4 tests from std_algorithms_partition_point_team_test (676 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 18 tests from 5 test suites ran. (4550 ms total)
44: [  PASSED  ] 18 tests.
44/49 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    4.56 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 (708 ms)
45: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
45: [       OK ] std_algorithms_transform_team_test.test_binary_op (940 ms)
45: [----------] 2 tests from std_algorithms_transform_team_test (1649 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 (1704 ms)
45: [----------] 1 test from std_algorithms_generate_team_test (1704 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 (275 ms)
45: [----------] 1 test from std_algorithms_generate_n_team_test (275 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 (860 ms)
45: [----------] 1 test from std_algorithms_swap_ranges_team_test (860 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 5 tests from 4 test suites ran. (4489 ms total)
45: [  PASSED  ] 5 tests.
45/49 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    4.50 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 (1816 ms)
46: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1816 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 (911 ms)
46: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (912 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 2 tests from 2 test suites ran. (2729 ms total)
46: [  PASSED  ] 2 tests.
46/49 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    2.73 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
47: [       OK ] std_algorithms_inclusive_scan_team_test.test (2662 ms)
47: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2662 ms total)
47: 
47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
47: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
47: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (1785 ms)
47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1785 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 2 tests from 2 test suites ran. (4447 ms total)
47: [  PASSED  ] 2 tests.
47/49 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    4.45 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-10_T17-54-46.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-10T18:25:58+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: 4.14, 5.74, 5.76
48: CPU architecture: none
48: Default Device: OpenMP
48: GIT_BRANCH: HEAD
48: GIT_CLEAN_STATUS: CLEAN
48: GIT_COMMIT_DATE: 2025-09-10T13:54:38-04:00
48: GIT_COMMIT_DESCRIPTION: Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD
48: GIT_COMMIT_HASH: f2e86a73e
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
48: ----------------------------------------------------------------------------------------------------------------------------------------------
48: Benchmark                                                                   Time             CPU   Iterations  FOM: GB/s         MB     Passed
48: ----------------------------------------------------------------------------------------------------------------------------------------------
48: BM_inclusive_scan<std::uint64_t>/100000000/manual_time                  0.090 s         0.044 s             8  17.7936/s       1.6k          1
[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: 9b681fb55e2a
   Build name: Linux-nvcc_wrapper
Create new tag: 20250910-1825 - 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.37 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.33 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 (579 ms)
3: [ RUN      ] serial_DeathTest.abort_from_device
3: [       OK ] serial_DeathTest.abort_from_device (585 ms)
3: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
3: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (565 ms)
3: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
3: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (571 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 (6 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 (3 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 (2320 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 (69 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 (1075 ms)
3: [ RUN      ] serial.exec_space_thread_safety_mdrange
3: [       OK ] serial.exec_space_thread_safety_mdrange (108 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 (108 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 (107 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 (1858 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
48: BM_inclusive_scan<std::int64_t>/100000000/manual_time                   0.091 s         0.044 s             8   17.615/s       1.6k          1
48: BM_inclusive_scan<double>/100000000/manual_time                         0.113 s         0.056 s             6  14.1043/s       1.6k          1
48: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time      0.092 s         0.037 s             8  17.4806/s       1.6k          1
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (7700 ms)
3: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
3: [       OK ] serial.local_deepcopy_teampolicy_layoutright (585 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
48: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time       0.082 s         0.038 s             9   19.562/s       1.6k          1
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (579 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 (525 ms)
3: [ RUN      ] serial.mdrange_6d
3: [       OK ] serial.mdrange_6d (932 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 (62 ms)
3: [ RUN      ] serial.mdrange_4d
48: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time             0.116 s         0.056 s             6  13.8167/s       1.6k          1
3: [       OK ] serial.mdrange_4d (307 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 (915 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
48: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time      0.093 s         0.046 s             8  17.2071/s       1.6k          1
3: [       OK ] serial.mdrange_parallel_reduce_primitive_types (3053 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 (2 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 (54 ms)
3: [ RUN      ] serial.double_reduce
3: [       OK ] serial.double_reduce (144 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic
48: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time       0.089 s         0.042 s             8  18.0358/s       1.6k          1
3: [       OK ] serial.int64_t_reduce_dynamic (857 ms)
3: [ RUN      ] serial.double_reduce_dynamic
3: [       OK ] serial.double_reduce_dynamic (1106 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic_view
48: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time             0.143 s         0.071 s             5  11.1741/s       1.6k          1
48/49 Test #48: Kokkos_PerformanceTest_InclusiveScan .......................   Passed   18.14 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    = 372.99 sec*proc (42 tests)

Total Test time (real) = 757.13 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 2a9f4a690df6c094033e336b00cf73370ecf7b0a7c2c2070011e653f1f81c26a
3: [       OK ] serial.int64_t_reduce_dynamic_view (254 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
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 2a9f4a690df6c094033e336b00cf73370ecf7b0a7c2c2070011e653f1f81c26a
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
3: [       OK ] serial.reduce_device_view_team_policy (1641 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 (22555 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. (24877 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   25.20 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 (3822 ms)
4: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
4: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (3727 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 (1087 ms)
4: [----------] 10 tests from serial_DeathTest (8637 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 (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 (4 ms)
4: [ RUN      ] serial.triple_nested_parallelism
4: [       OK ] serial.triple_nested_parallelism (255 ms)
4: [ RUN      ] serial.parallel_scan_with_reducers
4: [       OK ] serial.parallel_scan_with_reducers (52 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 (144 ms)
4: [ RUN      ] serial.team_long_reduce
4: [       OK ] serial.team_long_reduce (76 ms)
4: [ RUN      ] serial.team_double_reduce
4: [       OK ] serial.team_double_reduce (67 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 (4381 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 (83 ms)
4: [ RUN      ] serial.team_scan_ret_val
4: [       OK ] serial.team_scan_ret_val (73 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 (32 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 (461 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 (4 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 (9411 ms)
4: [ RUN      ] serial.view_fill_tests_layout_left
4: [       OK ] serial.view_fill_tests_layout_left (10044 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 (43 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 (81 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 (98 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
4: [       OK ] serial.view_subview_3d_from_5d_left_atomic (98 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 (141 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
4: [       OK ] serial.view_subview_3d_from_5d_right_atomic (142 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (143 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 (26284 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 147 tests from 2 test suites ran. (34922 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   35.27 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 (1274 ms)
5: [ RUN      ] cuda_DeathTest.abort_from_device
5: [       OK ] cuda_DeathTest.abort_from_device (1153 ms)
5: [ RUN      ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort
5: [       OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (1164 ms)
5: [ RUN      ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions
5: [       OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (1168 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 (5 ms)
5: [ RUN      ] cuda_DeathTest.range_policy_implicitly_converted_bounds
5: [       OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (6 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
5: [       OK ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (1099 ms)
5: [----------] 11 tests from cuda_DeathTest (5883 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 (23 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 (31 ms)
5: [ RUN      ] cuda.atomic_operations_float
5: [       OK ] cuda.atomic_operations_float (30 ms)
5: [ RUN      ] cuda.atomic_operations_int8
5: [       OK ] cuda.atomic_operations_int8 (82 ms)
5: [ RUN      ] cuda.atomic_operations_int16
5: [       OK ] cuda.atomic_operations_int16 (83 ms)
5: [ RUN      ] cuda.atomic_operations_int
5: [       OK ] cuda.atomic_operations_int (82 ms)
5: [ RUN      ] cuda.atomic_operations_long
5: [       OK ] cuda.atomic_operations_long (82 ms)
5: [ RUN      ] cuda.atomic_operations_longlong
5: [       OK ] cuda.atomic_operations_longlong (82 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 (66 ms)
5: [ RUN      ] cuda.atomic_operations_unsignedlong
5: [       OK ] cuda.atomic_operations_unsignedlong (66 ms)
5: [ RUN      ] cuda.atomics
5: [       OK ] cuda.atomics (227 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 (47 ms)
5: [ RUN      ] cuda.atomic_views_nonintegral
5: [       OK ] cuda.atomic_views_nonintegral (102 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 (5 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 (24 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 (2 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 (2 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 (6 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 (109 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 (1 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 (1986 ms)
5: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutleft
5: [       OK ] cuda.local_deepcopy_rangepolicy_layoutleft (3072 ms)
5: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutright
5: [       OK ] cuda.local_deepcopy_teampolicy_layoutright (1946 ms)
5: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutright
5: [       OK ] cuda.local_deepcopy_rangepolicy_layoutright (2280 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 (1 ms)
5: [ RUN      ] cuda.mathspecialfunc_cbesselh2ndkind
5: [       OK ] cuda.mathspecialfunc_cbesselh2ndkind (1 ms)
5: [ RUN      ] cuda.mdrange_5d
5: [       OK ] cuda.mdrange_5d (140 ms)
5: [ RUN      ] cuda.mdrange_6d
5: [       OK ] cuda.mdrange_6d (223 ms)
5: [ RUN      ] cuda.mdrange_2d
5: [       OK ] cuda.mdrange_2d (10 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 (29 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 (81 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 (473 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 (1749 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 (36 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 (1 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 (11 ms)
5: [ RUN      ] cuda.numeric_traits_digits
5: [       OK ] cuda.numeric_traits_digits (6 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 (6 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 (20 ms)
5: [ RUN      ] cuda.cxx11
5: [       OK ] cuda.cxx11 (5 ms)
5: [ RUN      ] cuda.parallel_scan_range_policy
5: [       OK ] cuda.parallel_scan_range_policy (77 ms)
5: [ RUN      ] cuda.kokkos_printf
5: [       OK ] cuda.kokkos_printf (2 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 (2869 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 (4 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 (17 ms)
5: [ RUN      ] cuda.reducers_double
5: [       OK ] cuda.reducers_double (17 ms)
5: [ RUN      ] cuda.reducers_complex_double
5: [       OK ] cuda.reducers_complex_double (3 ms)
5: [ RUN      ] cuda.reducers_struct
5: [       OK ] cuda.reducers_struct (12 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 (11 ms)
5: [ RUN      ] cuda.reducers_int16_t
5: [       OK ] cuda.reducers_int16_t (13 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 (24 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 (2 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 (141 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 (69 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 (25 ms)
5: [ RUN      ] cuda.reduceMDRangePolicyViewSizeLimit
5: [       OK ] cuda.reduceMDRangePolicyViewSizeLimit (93 ms)
5: [----------] 226 tests from cuda (18787 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 (16 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 255 tests from 4 test suites ran. (24688 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   25.15 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
6: [       OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (7558 ms)
6: [ RUN      ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment
6: [       OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (7629 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
6: [       OK ] cuda_DeathTest.view_memory_access_violations_from_device (20731 ms)
6: [----------] 8 tests from cuda_DeathTest (35919 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 (2220 ms)
6: [----------] 2 tests from cuda_uvm_DeathTest (2220 ms total)
6: 
6: [----------] 109 tests from cuda
6: [ RUN      ] cuda.team_for
6: [       OK ] cuda.team_for (10 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 (291 ms)
6: [ RUN      ] cuda.team_parallel_single
6: [       OK ] cuda.team_parallel_single (45 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 (80 ms)
6: [ RUN      ] cuda.triple_nested_parallelism
6: [       OK ] cuda.triple_nested_parallelism (228 ms)
6: [ RUN      ] cuda.parallel_scan_with_reducers
6: [       OK ] cuda.parallel_scan_with_reducers (97 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 (32 ms)
6: [ RUN      ] cuda.ThreadVectorMDRangeParallelFor
6: [       OK ] cuda.ThreadVectorMDRangeParallelFor (15 ms)
6: [ RUN      ] cuda.TeamVectorMDRangeParallelFor
6: [       OK ] cuda.TeamVectorMDRangeParallelFor (17 ms)
6: [ RUN      ] cuda.TeamThreadMDRangeParallelReduce
6: [       OK ] cuda.TeamThreadMDRangeParallelReduce (25 ms)
6: [ RUN      ] cuda.ThreadVectorMDRangeParallelReduce
6: [       OK ] cuda.ThreadVectorMDRangeParallelReduce (11 ms)
6: [ RUN      ] cuda.TeamVectorMDRangeParallelReduce
6: [       OK ] cuda.TeamVectorMDRangeParallelReduce (11 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 (1494 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 (1 ms)
6: [ RUN      ] cuda.team_scan
6: [       OK ] cuda.team_scan (223 ms)
6: [ RUN      ] cuda.team_scan_ret_val
6: [       OK ] cuda.team_scan_ret_val (227 ms)
6: [ RUN      ] cuda.team_shared_request
6: [       OK ] cuda.team_shared_request (0 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 (11 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 (14 ms)
6: [ RUN      ] cuda.view_api_a
6: [       OK ] cuda.view_api_a (21 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
6: [       OK ] cuda.view_allocation_large_rank (1158 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
6: [       OK ] cuda.view_fill_tests_layout_right (275 ms)
6: [ RUN      ] cuda.view_fill_tests_layout_left
6: [       OK ] cuda.view_fill_tests_layout_left (268 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 (59 ms)
6: [ RUN      ] cuda.view_layoutstride_right_to_layoutright_assignment
6: [       OK ] cuda.view_layoutstride_right_to_layoutright_assignment (59 ms)
6: [ RUN      ] cuda.view_mapping
6: [       OK ] cuda.view_mapping (65 ms)
6: [ RUN      ] cuda.view_mapping_operator
6: [       OK ] cuda.view_mapping_operator (16 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 (35 ms)
6: [ RUN      ] cuda.view_realloc
6: [       OK ] cuda.view_realloc (6 ms)
6: [ RUN      ] cuda.workgraph_fib
6: [       OK ] cuda.workgraph_fib (1407 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 (6557 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 (59 ms)
6: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_atomic
6: [       OK ] cuda_uvm.view_subview_2d_from_3d_atomic (59 ms)
6: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_randomaccess
6: [       OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (59 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_left (143 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_atomic
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (144 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (143 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_right (154 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_atomic
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (155 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (154 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 (1116 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 147 tests from 4 test suites ran. (45812 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   46.26 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
7: [       OK ] cuda.team_scratch_1_streams (11741 ms)
7: [ RUN      ] cuda.space_access
7: [       OK ] cuda.space_access (0 ms)
7: [ RUN      ] cuda.uvm
7: [       OK ] cuda.uvm (1 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 (11744 ms total)
7: 
7: [----------] 28 tests from cuda_hostpinned
7: [ RUN      ] cuda_hostpinned.impl_shared_alloc
7: [       OK ] cuda_hostpinned.impl_shared_alloc (34 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 (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
7: [       OK ] cuda_hostpinned.view_allocation_large_rank (4624 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
7: [       OK ] cuda_hostpinned.view_fill_tests_layout_right (11206 ms)
7: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_left
7: [       OK ] cuda_hostpinned.view_fill_tests_layout_left (14128 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping
7: [       OK ] cuda_hostpinned.view_mapping (60 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 (30094 ms total)
7: 
7: [----------] 28 tests from cuda_uvm
7: [ RUN      ] cuda_uvm.impl_shared_alloc
7: [       OK ] cuda_uvm.impl_shared_alloc (55 ms)
7: [ RUN      ] cuda_uvm.view_api_a
7: [       OK ] cuda_uvm.view_api_a (25 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 (27 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 (1183 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 (6 ms)
7: [ RUN      ] cuda_uvm.view_copy_tests
7: [       OK ] cuda_uvm.view_copy_tests (23 ms)
7: [ RUN      ] cuda_uvm.view_copy_tests_rank_0
7: [       OK ] cuda_uvm.view_copy_tests_rank_0 (3 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 (282 ms)
7: [ RUN      ] cuda_uvm.view_fill_tests_layout_left
7: [       OK ] cuda_uvm.view_fill_tests_layout_left (274 ms)
7: [ RUN      ] cuda_uvm.view_mapping
7: [       OK ] cuda_uvm.view_mapping (68 ms)
7: [ RUN      ] cuda_uvm.view_mapping_operator
7: [       OK ] cuda_uvm.view_mapping_operator (16 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 (1988 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 62 tests from 3 test suites ran. (43827 ms total)
7: [  PASSED  ] 62 tests.
 7/56 Test  #7: Kokkos_CoreUnitTest_Cuda3 ..................................   Passed   44.17 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 (139 ms)
9: [ RUN      ] cuda.debug_pin_um_to_host
9: [       OK ] cuda.debug_pin_um_to_host (529 ms)
9: [----------] 2 tests from cuda (669 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 2 tests from 1 test suite ran. (669 ms total)
9: [  PASSED  ] 2 tests.
 9/56 Test  #9: Kokkos_CoreUnitTest_CudaTimingBased ........................   Passed    0.96 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
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 (189 ms)
10: [----------] 1 test from cuda (189 ms total)
10: 
10: [----------] Global test environment tear-down
10: [==========] 1 test from 1 test suite ran. (189 ms total)
10: [  PASSED  ] 1 test.
10/56 Test #10: Kokkos_CoreUnitTest_CudaInterOpInit ........................   Passed    0.30 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 (182 ms)
11: [----------] 1 test from cuda (182 ms total)
11: 
11: [----------] Global test environment tear-down
11: [==========] 1 test from 1 test suite ran. (182 ms total)
11: [  PASSED  ] 1 test.
11/56 Test #11: Kokkos_CoreUnitTest_CudaInterOpStreams .....................   Passed    0.29 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.29 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 (2 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.29 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
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 (1 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 (98 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 (2 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 (11 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
15: [       OK ] defaultdevicetype.reduce_instantiation_b1 (33 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
15: [       OK ] defaultdevicetype.reduce_instantiation_c1 (11 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 (44 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
15: [       OK ] defaultdevicetype.reduce_instantiation_c2 (15 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
15: [       OK ] defaultdevicetype.reduce_instantiation_a3 (18 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
15: [       OK ] defaultdevicetype.reduce_instantiation_b3 (48 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
15: [       OK ] defaultdevicetype.reduce_instantiation_c3 (17 ms)
15: [----------] 19 tests from defaultdevicetype (330 ms total)
15: 
15: [----------] 1 test from kokkosresize
15: [ RUN      ] kokkosresize.host_space_access
15: [       OK ] kokkosresize.host_space_access (35 ms)
15: [----------] 1 test from kokkosresize (35 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. (374 ms total)
15: [  PASSED  ] 59 tests.
15/56 Test #15: Kokkos_CoreUnitTest_Default ................................   Passed    0.72 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 (593 ms)
16: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views
16: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1889 ms)
16: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management
16: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (2504 ms)
16: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (4987 ms total)
16: 
16: [----------] 4 tests from InitializeFinalize_DeathTest
16: [ RUN      ] InitializeFinalize_DeathTest.initialize
16: [       OK ] InitializeFinalize_DeathTest.initialize (1483 ms)
16: [ RUN      ] InitializeFinalize_DeathTest.finalize
16: [       OK ] InitializeFinalize_DeathTest.finalize (1022 ms)
16: [ RUN      ] InitializeFinalize_DeathTest.is_initialized
16: [       OK ] InitializeFinalize_DeathTest.is_initialized (284 ms)
16: [ RUN      ] InitializeFinalize_DeathTest.is_finalized
16: [       OK ] InitializeFinalize_DeathTest.is_finalized (295 ms)
16: [----------] 4 tests from InitializeFinalize_DeathTest (3086 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 (289 ms)
16: [----------] 1 test from Legion_DeathTest (289 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 (313 ms)
16: [ RUN      ] PushFinalizeHook_DeathTest.terminate_on_throw
16: [       OK ] PushFinalizeHook_DeathTest.terminate_on_throw (577 ms)
16: [----------] 2 tests from PushFinalizeHook_DeathTest (891 ms total)
16: 
16: [----------] 6 tests from ScopeGuard_DeathTest
16: [ RUN      ] ScopeGuard_DeathTest.create
16: [       OK ] ScopeGuard_DeathTest.create (284 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_argument
16: [       OK ] ScopeGuard_DeathTest.create_argument (294 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_while_initialize
16: [       OK ] ScopeGuard_DeathTest.create_while_initialize (616 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_after_initialize
16: [       OK ] ScopeGuard_DeathTest.create_after_initialize (574 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_after_finalize
16: [       OK ] ScopeGuard_DeathTest.create_after_finalize (617 ms)
16: [ RUN      ] ScopeGuard_DeathTest.destroy_after_finalize
16: [       OK ] ScopeGuard_DeathTest.destroy_after_finalize (617 ms)
16: [----------] 6 tests from ScopeGuard_DeathTest (3004 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 (8 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 (10 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. (12294 ms total)
16: [  PASSED  ] 30 tests.
16/56 Test #16: Kokkos_CoreUnitTest_InitializeFinalize .....................   Passed   12.31 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.31 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 (10 ms total)
18: 
18: [----------] Global test environment tear-down
18: [==========] 32 tests from 1 test suite ran. (10 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.30 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.28 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.30 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
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 (556 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 (561 ms)
24: [----------] 2 tests from defaultdevicetype_DeathTest (1117 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. (1118 ms total)
24: [  PASSED  ] 3 tests.
24/56 Test #24: Kokkos_CoreUnitTest_StackTraceTest .........................   Passed    1.42 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 (146 ms)
25: [ RUN      ] ctest_environment_DeathTest.no_type_str
25: [       OK ] ctest_environment_DeathTest.no_type_str (160 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 (146 ms)
25: [ RUN      ] ctest_environment_DeathTest.invalid_id_str
25: [       OK ] ctest_environment_DeathTest.invalid_id_str (304 ms)
25: [----------] 5 tests from ctest_environment_DeathTest (1068 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. (1068 ms total)
25: [  PASSED  ] 8 tests.
25/56 Test #25: Kokkos_CoreUnitTest_CTestDevice ............................   Passed    1.08 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.00 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
30: test_device_id (__main__.KokkosInitializationTestCase) ... ok
30: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok
30: test_num_devices (__main__.KokkosInitializationTestCase) ... ok
30: test_num_threads (__main__.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled'
30: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok
30: 
30: ----------------------------------------------------------------------
30: Ran 5 tests in 3.540s
30: 
30: OK (skipped=1)
30/56 Test #30: Kokkos_CoreUnitTest_DeviceAndThreads .......................   Passed    3.84 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
31: [       OK ] serial_DeathTest.dualview_external_view_construction (568 ms)
31: [ RUN      ] serial_DeathTest.offsetview_unmanaged_construction
31: [       OK ] serial_DeathTest.offsetview_unmanaged_construction (6908 ms)
31: [----------] 2 tests from serial_DeathTest (7476 ms total)
31: 
31: [----------] 75 tests from serial
31: [ RUN      ] serial.bitset
31: [       OK ] serial.bitset (1177 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 (1 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 (8 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 (38 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 (6 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 (1720 ms)
31: [ RUN      ] serial.scatterview_devicetype
31: [       OK ] serial.scatterview_devicetype (1 ms)
31: [ RUN      ] serial.staticcrsgraph
31: [       OK ] serial.staticcrsgraph (10 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 (1 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 (5869 ms)
31: [ RUN      ] serial.UnorderedMap_failed_insert
31: [       OK ] serial.UnorderedMap_failed_insert (2571 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 (11433 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 77 tests from 2 test suites ran. (18910 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.26 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 (693 ms)
32: [ RUN      ] cuda_DeathTest.offsetview_unmanaged_construction
32: [       OK ] cuda_DeathTest.offsetview_unmanaged_construction (8256 ms)
32: [----------] 2 tests from cuda_DeathTest (8950 ms total)
32: 
32: [----------] 75 tests from cuda
32: [ RUN      ] cuda.bitset
32: [       OK ] cuda.bitset (12 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 (0 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 (1 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 (96 ms)
32: [ RUN      ] cuda.dyn_rank_view_api_generic
32: [       OK ] cuda.dyn_rank_view_api_generic (35 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 (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 (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 (13495 ms)
32: [ RUN      ] cuda.scatterview_devicetype
32: [       OK ] cuda.scatterview_devicetype (34 ms)
32: [ RUN      ] cuda.staticcrsgraph
32: [       OK ] cuda.staticcrsgraph (67 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 (14587 ms)
32: [ RUN      ] cuda.UnorderedMap_failed_insert
32: [       OK ] cuda.UnorderedMap_failed_insert (4978 ms)
32: [ RUN      ] cuda.UnorderedMap_deep_copy
32: [       OK ] cuda.UnorderedMap_deep_copy (24 ms)
32: [ RUN      ] cuda.UnorderedMap_valid_empty
32: [       OK ] cuda.UnorderedMap_valid_empty (7 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 (33421 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 77 tests from 2 test suites ran. (42371 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   42.75 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.000652239
33:  View sum computation time: 0.000652239
33:  Strided View time (init only): 0.000593989
33:  View Rank7 time (init only): 0.000635677
33:  DynRankView time (init only): 0.000636599
33:  DynRankView sum computation time: 0.00217677
33:  Ratio of View to DynRankView time: 1.02457
33:  Ratio of View to DynRankView sum computation time: 1.0196
33:  Ratio of View to View Rank7  time: 1.02605
33:  Ratio of StrideView to DynRankView time: 0.933066
33:  Ratio of DynRankView to View Rank7  time: 1.00145
33: [       OK ] TEST_CATEGORY.dynrankview_perf (731 ms)
33: [ RUN      ] TEST_CATEGORY.global_2_local
33: Cuda
33: size, create, generate, fill, find
33: 256, 0.00130974, 3.3823e-05, 0.00476617, 0.00204353
33: 512, 0.00126128, 1.1692e-05, 2.3704e-05, 0.00203992
33: 1024, 0.00123269, 1.1451e-05, 3.6237e-05, 0.00209363
33: 2048, 0.00123787, 1.1271e-05, 2.5548e-05, 0.00211191
33: 4096, 0.00104156, 1.1452e-05, 2.6297e-05, 0.00213859
33: 8192, 0.00145123, 1.1813e-05, 3.1629e-05, 0.00211824
33: 16384, 0.00125668, 1.7433e-05, 3.0857e-05, 0.00217827
33: 32768, 0.0015212, 1.1511e-05, 3.8412e-05, 0.00221755
33: 65536, 0.00238422, 1.1602e-05, 4.1267e-05, 0.00234897
33: 131072, 0.00334187, 1.2162e-05, 6.8368e-05, 0.00269538
33: 262144, 0.00561591, 1.2373e-05, 8.8274e-05, 0.00371714
33: 524288, 0.00868619, 1.6441e-05, 0.000121747, 0.00689079
33: 1048576, 0.0127822, 1.9767e-05, 0.000254946, 0.00923156
33: 2097152, 0.0233424, 2.6881e-05, 0.000795105, 0.0272696
33: 4194304, 0.0465154, 3.9083e-05, 0.0017243, 0.0718374
33: [       OK ] TEST_CATEGORY.global_2_local (275 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 (1007 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 4 tests from 1 test suite ran. (1007 ms total)
33: [  PASSED  ] 4 tests.
33/56 Test #33: Kokkos_ContainersPerformanceTest_Cuda ......................   Passed    1.32 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 (1348 ms)
34: [----------] 1 test from cuda_DeathTest (1348 ms total)
34: 
34: [----------] 16 tests from cuda
34: [ RUN      ] cuda.SortUnsignedValueType
34: [       OK ] cuda.SortUnsignedValueType (32 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 (0 ms)
34: [ RUN      ] cuda.SortWithCustomComparator
34: [       OK ] cuda.SortWithCustomComparator (138 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 (12416 ms)
34: [ RUN      ] cuda.NestedSort
34: [       OK ] cuda.NestedSort (72 ms)
34: [ RUN      ] cuda.NestedSortByKey
34: [       OK ] cuda.NestedSortByKey (174 ms)
34: [----------] 16 tests from cuda (12898 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 17 tests from 2 test suites ran. (14246 ms total)
34: [  PASSED  ] 17 tests.
34/56 Test #34: Kokkos_UnitTest_Sort .......................................   Passed   14.58 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:1757529031932070955
35: Test Scalar=int
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.43252e-07 -0.00260898 0.0209446 || 0.051031 28010 29354 || 28749.4 28674.4 || 289.538 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 0.0168352 -0.000128442 || 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.0086595 -0.00181302 || 0.051031 28070 29462 || 28428.2 28674.4 || -25.0632 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 -0.0251761 0.00166619 || 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.000827836 0.00438227 || 0.051031 28020 29368 || 28650.7 28674.4 || 60.5805 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 0.0199533 0.00360269 || 0.051031 1e+64 -1e+64
35: Test Scalar=uint64_t
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.43252e-07 0.00230056 -0.0187206 || 0.051031 27954 29408 || 28608.6 28674.4 || -258.794 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 -0.0171206 -0.00857276 || 0.051031 1e+64 -1e+64
35: Test Scalar=half
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 0.000245487 -0.99999 -48245.8 || 0.051031 0 195021 || 2.92881e+09 28674.4 || -6.6695e+08 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 0.000735353 -0.305644 0.154978 || 0.051031 1e+64 -1e+64
35: Test Scalar=bhalf
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 0.00195647 -0.999999 -57858 || 0.051031 0 1.55314e+06 || 2.86899e+10 28674.4 || -7.99829e+08 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 0.00587964 -0.967883 10.2551 || 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.0133794 0.00647417 || 0.051031 28069 29459 || 28295.8 28674.4 || 89.499 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 7.34064e-07 -0.00752678 -0.00709523 || 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.0140837 0.0112952 || 0.051031 28043 29308 || 29084 28674.4 || 156.144 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 0.00295659 -0.00120238 || 0.051031 1e+64 -1e+64
35: Test Seed:1757529032088834944
35: Test Scalar=int
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.43252e-07 -0.0192902 -0.00688918 || 0.051031 27999 29416 || 29238.4 28674.4 || -95.236 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 -0.00790105 0.00346359 || 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.013248 0.000295252 || 0.051031 28052 29431 || 29059.4 28674.4 || 4.08156 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 -0.00834301 -0.00140453 || 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.00960064 -0.00621274 || 0.051031 28043 29318 || 28401.7 28674.4 || -85.885 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 0.00548714 -0.00106801 || 0.051031 1e+64 -1e+64
35: Test Scalar=uint64_t
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.43252e-07 0.00959172 0.0172087 || 0.051031 28034 29357 || 28402 28674.4 || 237.893 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 -0.00353756 -0.00357442 || 0.051031 1e+64 -1e+64
35: Test Scalar=half
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 0.000246984 -0.99999 -48246.2 || 0.051031 0 195068 || 2.92872e+09 28674.4 || -6.66955e+08 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 0.000739779 -0.316729 0.158248 || 0.051031 1e+64 -1e+64
35: Test Scalar=bhalf
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 0.00195836 -0.999999 -57855.1 || 0.051031 0 1.55087e+06 || 2.86903e+10 28674.4 || -7.99789e+08 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 0.00588549 -0.96785 10.2043 || 0.051031 1e+64 -1e+64
35: Test Scalar=float
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.65955e-07 0.0217179 -0.0200543 || 0.051031 28033 29321 || 28064.9 28674.4 || -277.231 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 7.11361e-07 -0.00769563 -0.00529562 || 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.00241942 0.00582574 || 0.051031 28014 29364 || 28605.2 28674.4 || 80.5351 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 -0.00439497 0.00201794 || 0.051031 1e+64 -1e+64
35: [       OK ] cuda.Random_XorShift64 (321 ms)
35: [ RUN      ] cuda.Random_XorShift1024_0
35: Test Seed:1757529032253444720
35: Test Scalar=int
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.47955e-07 0.0142045 0.00457131 || 0.051031 10982 11758 || 11217.6 11377 || 63.1938 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 0.0340126 0.00183884 || 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.0104532 -0.000336332 || 0.051031 10989 11775 || 11497.1 11377 || -4.64946 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 0.00523256 0.000146241 || 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.00796455 -0.0157612 || 0.051031 10981 11857 || 11468.3 11377 || -217.883 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 -0.000388844 0.00384541 || 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.00741633 0.010664 || 0.051031 10989 11770 || 11462 11377 || 147.419 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 0.00523375 -0.00393385 || 0.051031 1e+64 -1e+64
35: Test Scalar=half
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 0.000243691 -0.999975 -7594.31 || 0.051031 0 77664 || 4.6104e+08 11377 || -1.04984e+08 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 0.000730762 -0.147504 0.0278626 || 0.051031 1e+64 -1e+64
35: Test Scalar=bhalf
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 0.00195569 -0.999997 -9108.52 || 0.051031 0 616265 || 4.51697e+09 11377 || -1.25916e+08 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 0.00587841 -0.923167 1.65088 || 0.051031 1e+64 -1e+64
35: Test Scalar=float
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.9246e-07 0.0156564 0.000326393 || 0.051031 11006 11804 || 11201.6 11377 || 4.51206 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 3.8147e-07 0.00266853 -0.00159834 || 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.0102804 0.00096602 || 0.051031 10966 11769 || 11261.2 11377 || 13.3543 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 0.00966744 0.00267745 || 0.051031 1e+64 -1e+64
35: Test Seed:1757529032422282802
35: Test Scalar=int
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.47955e-07 0.0227727 0.00396007 || 0.051031 10957 11780 || 11123.6 11377 || 54.744 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 -0.00485239 0.00210742 || 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.0136901 0.00401018 || 0.051031 10988 11840 || 11534.9 11377 || 55.4368 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.67029e-07 -0.0132054 0.0027312 || 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.00877724 0.00505794 || 0.051031 10996 11812 || 11477.7 11377 || 69.921 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 6.70891e-05 0.0014858 || 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.00174982 -0.00211753 || 0.051031 11011 11805 || 11357.1 11377 || -29.2727 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 0.00109661 -0.00146598 || 0.051031 1e+64 -1e+64
35: Test Scalar=half
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 0.000245695 -0.999975 -7595.36 || 0.051031 0 77592 || 4.61087e+08 11377 || -1.04998e+08 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 0.000736798 -0.153053 0.0242509 || 0.051031 1e+64 -1e+64
35: Test Scalar=bhalf
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 0.00195562 -0.999997 -9108.26 || 0.051031 0 616504 || 4.51711e+09 11377 || -1.25913e+08 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 0.00587743 -0.922371 1.61737 || 0.051031 1e+64 -1e+64
35: Test Scalar=float
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.79744e-07 0.00887014 0.00980163 || 0.051031 11006 11797 || 11276.9 11377 || 135.498 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 3.43323e-07 -0.0265739 -0.00210609 || 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.0220209 -0.000908476 || 0.051031 10976 11846 || 11131.8 11377 || -12.5588 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 0.00606176 0.00210032 || 0.051031 1e+64 -1e+64
35: [       OK ] cuda.Random_XorShift1024_0 (423 ms)
35: [ RUN      ] cuda.Multi_streams
35: [       OK ] cuda.Multi_streams (684 ms)
35: [----------] 3 tests from cuda (1429 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 3 tests from 1 test suite ran. (1430 ms total)
35: [  PASSED  ] 3 tests.
35/56 Test #35: Kokkos_UnitTest_Random .....................................   Passed    1.74 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 (2 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 (3 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 (14 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 (14 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 (13 ms)
37: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
37: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (17 ms)
37: [----------] 7 tests from std_algorithms_min_max_element_test (75 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 7 tests from 1 test suite ran. (75 ms total)
37: [  PASSED  ] 7 tests.
37/56 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_B .........................   Passed    0.38 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 (56 ms)
38: [----------] 1 test from std_algorithms_lexicographical_compare_test (56 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 (150 ms)
38: [----------] 1 test from std_algorithms_for_each_test (150 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 (66 ms)
38: [----------] 1 test from std_algorithms_find_test (66 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 (1544 ms)
38: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
38: [       OK ] std_algorithms_non_mod_seq_ops.find_end (1105 ms)
38: [ RUN      ] std_algorithms_non_mod_seq_ops.search
38: [       OK ] std_algorithms_non_mod_seq_ops.search (1099 ms)
38: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
38: [       OK ] std_algorithms_non_mod_seq_ops.search_n (900 ms)
38: [----------] 4 tests from std_algorithms_non_mod_seq_ops (4650 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 (43 ms)
38: [----------] 1 test from std_algorithms_count_test (43 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 (46 ms)
38: [----------] 1 test from std_algorithms_equal_test (46 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 (64 ms)
38: [----------] 1 test from std_algorithms_all_any_none_of_test (64 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 (141 ms)
38: [----------] 1 test from std_algorithms_nonmod_seq_ops (141 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 (188 ms)
38: [----------] 1 test from std_algorithms_mismatch_test (188 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 (289 ms)
38: [----------] 1 test from std_algorithms_mod_seq_ops (289 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 13 tests from 10 test suites ran. (5699 ms total)
38: [  PASSED  ] 13 tests.
38/56 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    6.02 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 (1 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 (4 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 (1 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 (20 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 (126 ms)
39: [ RUN      ] std_algorithms_replace_ops_test.replace_if
39: [       OK ] std_algorithms_replace_ops_test.replace_if (271 ms)
39: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
39: [       OK ] std_algorithms_replace_ops_test.replace_copy (301 ms)
39: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
39: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (239 ms)
39: [----------] 4 tests from std_algorithms_replace_ops_test (938 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 (122 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.unique
39: [       OK ] std_algorithms_mod_seq_ops.unique (271 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
39: [       OK ] std_algorithms_mod_seq_ops.unique_copy (189 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.remove
39: [       OK ] std_algorithms_mod_seq_ops.remove (141 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
39: [       OK ] std_algorithms_mod_seq_ops.remove_if (142 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
39: [       OK ] std_algorithms_mod_seq_ops.remove_copy (291 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
39: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (144 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.rotate
39: [       OK ] std_algorithms_mod_seq_ops.rotate (1565 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
39: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (1032 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
39: [       OK ] std_algorithms_mod_seq_ops.shift_left (2604 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
39: [       OK ] std_algorithms_mod_seq_ops.shift_right (2594 ms)
39: [----------] 11 tests from std_algorithms_mod_seq_ops (9101 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. (10311 ms total)
39: [  PASSED  ] 31 tests.
39/56 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed   10.63 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 (29 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 (56 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 (10 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 (130 ms)
40: [----------] 1 test from std_algorithms_partitioning_ops (130 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 (19 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 (309 ms)
40: [----------] 1 test from std_algorithms_numerics_ops_test (309 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 (2043 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 (1912 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 (728 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 (1229 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 (5914 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 (181 ms)
40: [----------] 1 test from std_algorithms_transform_ops_test (182 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 29 tests from 7 test suites ran. (6624 ms total)
40: [  PASSED  ] 29 tests.
40/56 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    6.95 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 (1314 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 (1296 ms)
41: [----------] 2 tests from std_algorithms_adjacent_find_team_test (2611 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 (621 ms)
41: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
41: [       OK ] std_algorithms_count_team_test.count_returns_zero (600 ms)
41: [----------] 2 tests from std_algorithms_count_team_test (1222 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 (585 ms)
41: [----------] 1 test from std_algorithms_count_if_team_test (585 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 (715 ms)
41: [----------] 1 test from std_algorithms_for_each_team_test (716 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 (822 ms)
41: [----------] 1 test from std_algorithms_for_each_n_team_test (822 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 (1416 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 (1355 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 (1365 ms)
41: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (4137 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 (1437 ms)
41: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
41: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (1535 ms)
41: [----------] 2 tests from std_algorithms_mismatch_team_test (2972 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 12 tests from 7 test suites ran. (13068 ms total)
41: [  PASSED  ] 12 tests.
41/56 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed   13.39 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 (2248 ms)
42: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
42: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (2415 ms)
42: [----------] 2 tests from std_algorithms_equal_team_test (4664 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 (1349 ms)
42: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
42: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (1363 ms)
42: [----------] 2 tests from std_algorithms_search_team_test (2713 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 (1415 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 (1445 ms)
42: [----------] 2 tests from std_algorithms_find_end_team_test (2861 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 (1385 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 (1517 ms)
42: [----------] 2 tests from std_algorithms_find_first_of_team_test (2902 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 8 tests from 4 test suites ran. (13141 ms total)
42: [  PASSED  ] 8 tests.
42/56 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed   13.45 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 (627 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 (630 ms)
43: [----------] 2 tests from std_algorithms_find_team_test (1258 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 (643 ms)
43: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
43: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (654 ms)
43: [----------] 2 tests from std_algorithms_find_if_team_test (1297 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 (642 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 (627 ms)
43: [----------] 2 tests from std_algorithms_find_if_not_team_test (1270 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 (563 ms)
43: [----------] 1 test from std_algorithms_all_of_team_test (563 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 (549 ms)
43: [----------] 1 test from std_algorithms_any_of_team_test (549 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 (561 ms)
43: [----------] 1 test from std_algorithms_none_of_team_test (561 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 (679 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 (673 ms)
43: [----------] 2 tests from std_algorithms_search_n_team_test (1353 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 11 tests from 7 test suites ran. (6854 ms total)
43: [  PASSED  ] 11 tests.
43/56 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    7.16 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 (1551 ms)
44: [----------] 1 test from std_algorithms_min_element_team_test (1551 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 (1550 ms)
44: [----------] 1 test from std_algorithms_max_element_team_test (1550 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 (1564 ms)
44: [----------] 1 test from std_algorithms_minmax_element_team_test (1564 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 3 tests from 3 test suites ran. (4665 ms total)
44: [  PASSED  ] 3 tests.
44/56 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    4.97 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 (426 ms)
45: [----------] 1 test from std_algorithms_fill_team_test (426 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 (2102 ms)
45: [----------] 1 test from std_algorithms_fill_n_team_test (2102 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 (554 ms)
45: [----------] 1 test from std_algorithms_replace_team_test (554 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 (496 ms)
45: [----------] 1 test from std_algorithms_replace_if_team_test (496 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 (1004 ms)
45: [----------] 1 test from std_algorithms_replace_copy_team_test (1004 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 (953 ms)
45: [----------] 1 test from std_algorithms_replace_copy_if_team_test (953 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 6 tests from 6 test suites ran. (5538 ms total)
45: [  PASSED  ] 6 tests.
45/56 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    5.84 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 (490 ms)
46: [----------] 1 test from std_algorithms_reverse_team_test (490 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 (855 ms)
46: [----------] 1 test from std_algorithms_reverse_copy_team_test (855 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 (2375 ms)
46: [----------] 1 test from std_algorithms_rotate_team_test (2375 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 (2431 ms)
46: [----------] 1 test from std_algorithms_rotate_copy_team_test (2431 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 4 tests from 4 test suites ran. (6153 ms total)
46: [  PASSED  ] 4 tests.
46/56 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    6.47 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 (1095 ms)
47: [----------] 1 test from std_algorithms_move_team_test (1095 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 (1082 ms)
47: [----------] 1 test from std_algorithms_move_backward_team_test (1082 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 (4223 ms)
47: [----------] 1 test from std_algorithms_shift_left_team_test (4223 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 (4223 ms)
47: [----------] 1 test from std_algorithms_shift_right_team_test (4223 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 4 tests from 4 test suites ran. (10624 ms total)
47: [  PASSED  ] 4 tests.
47/56 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed   10.93 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 (1203 ms)
48: [----------] 1 test from std_algorithms_copy_team_test (1203 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 (2374 ms)
48: [----------] 1 test from std_algorithms_copy_n_team_test (2374 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 (1067 ms)
48: [----------] 1 test from std_algorithms_copy_backward_team_test (1067 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 (956 ms)
48: [----------] 1 test from std_algorithms_copy_if_team_test (956 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 (974 ms)
48: [----------] 1 test from std_algorithms_unique_copy_team_test (974 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 (891 ms)
48: [----------] 1 test from std_algorithms_remove_team_test (891 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 (828 ms)
48: [----------] 1 test from std_algorithms_remove_if_team_test (829 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 (952 ms)
48: [----------] 1 test from std_algorithms_remove_copy_team_test (952 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 (880 ms)
48: [----------] 1 test from std_algorithms_remove_copy_if_team_test (880 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 9 tests from 9 test suites ran. (10129 ms total)
48: [  PASSED  ] 9 tests.
48/56 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed   10.43 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 (1108 ms)
49: [----------] 1 test from std_algorithms_unique_team_test (1108 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 (2081 ms)
49: [----------] 1 test from std_algorithms_adjacent_difference_team_test (2081 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 (2180 ms)
49: [----------] 1 test from std_algorithms_reduce_team_test (2180 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 (3047 ms)
49: [----------] 1 test from std_algorithms_transform_reduce_team_test (3047 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 4 tests from 4 test suites ran. (8417 ms total)
49: [  PASSED  ] 4 tests.
49/56 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    8.73 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 (1532 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 (1403 ms)
50: [----------] 2 tests from std_algorithms_is_sorted_team_test (2936 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 (91 ms)
50: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
50: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (147 ms)
50: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
50: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1024 ms)
50: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
50: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (1147 ms)
50: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2412 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 (46 ms)
50: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
50: [       OK ] std_algorithms_is_partitioned_team_test.all_true (580 ms)
50: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
50: [       OK ] std_algorithms_is_partitioned_team_test.all_false (577 ms)
50: [ RUN      ] std_algorithms_is_partitioned_team_test.random
50: [       OK ] std_algorithms_is_partitioned_team_test.random (527 ms)
50: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1731 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 (1158 ms)
50: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
50: [       OK ] std_algorithms_partition_copy_team_test.all_false (1164 ms)
50: [ RUN      ] std_algorithms_partition_copy_team_test.random
50: [       OK ] std_algorithms_partition_copy_team_test.random (1091 ms)
50: [----------] 4 tests from std_algorithms_partition_copy_team_test (3476 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 (556 ms)
50: [ RUN      ] std_algorithms_partition_point_team_test.all_false
50: [       OK ] std_algorithms_partition_point_team_test.all_false (553 ms)
50: [ RUN      ] std_algorithms_partition_point_team_test.random
50: [       OK ] std_algorithms_partition_point_team_test.random (496 ms)
50: [----------] 4 tests from std_algorithms_partition_point_team_test (1647 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 18 tests from 5 test suites ran. (12204 ms total)
50: [  PASSED  ] 18 tests.
50/56 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed   12.52 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 (1338 ms)
51: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
51: [       OK ] std_algorithms_transform_team_test.test_binary_op (1533 ms)
51: [----------] 2 tests from std_algorithms_transform_team_test (2871 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 (1578 ms)
51: [----------] 1 test from std_algorithms_generate_team_test (1578 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 (2012 ms)
51: [----------] 1 test from std_algorithms_generate_n_team_test (2012 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 (1433 ms)
51: [----------] 1 test from std_algorithms_swap_ranges_team_test (1433 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 5 tests from 4 test suites ran. (7895 ms total)
51: [  PASSED  ] 5 tests.
51/56 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    8.20 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 (3822 ms)
52: [----------] 1 test from std_algorithms_exclusive_scan_team_test (3822 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 (1918 ms)
52: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1919 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 2 tests from 2 test suites ran. (5741 ms total)
52: [  PASSED  ] 2 tests.
52/56 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    6.04 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 (5768 ms)
53: [----------] 1 test from std_algorithms_inclusive_scan_team_test (5768 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 (3847 ms)
53: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (3847 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 2 tests from 2 test suites ran. (9615 ms total)
53: [  PASSED  ] 2 tests.
53/56 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    9.94 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.33 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.29 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.761500e-05s (relocatable) vs. 4.311000e-05s (inline)
56: 1.000000e+02 1.881600e-05s (relocatable) vs. 2.341400e-05s (inline)
56: 1.000000e+03 1.882500e-05s (relocatable) vs. 1.791300e-05s (inline)
56: 1.000000e+04 1.853500e-05s (relocatable) vs. 1.815400e-05s (inline)
56: 1.000000e+05 1.988700e-05s (relocatable) vs. 1.940700e-05s (inline)
56: 1.000000e+06 2.524700e-05s (relocatable) vs. 2.378300e-05s (inline)
56: 1.000000e+07 4.136800e-05s (relocatable) vs. 2.902500e-05s (inline)
56: 1.000000e+08 1.905250e-04s (relocatable) vs. 8.695300e-05s (inline)
56/56 Test #56: Kokkos_Example_RelocatableFunction .........................   Passed    0.29 sec

100% tests passed, 0 tests failed out of 56

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

Total Test time (real) = 423.84 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
[ 66%] Building Fortran object CMakeFiles/example.dir/foo.f.o
[ 66%] 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_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.32 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.32 sec

100% tests passed, 0 tests failed out of 2

Total Test time (real) =   0.33 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:             655 / 1250 (52.40 %)
  Misses:           595
  Cache size (GB): 4.30 / 5.00 (85.92 %)
  Cleanups:           2

Use the -v/--verbose option for more details.
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
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)'.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 9b681fb55e2a9e44328a771c2ac6a0e38d2a014608ee6d9656875e3dd13c6d6f
$ docker rm -f --volumes 9b681fb55e2a9e44328a771c2ac6a0e38d2a014608ee6d9656875e3dd13c6d6f
[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_03 in /var/jenkins/workspace/Kokkos_PR-8428
[Pipeline] node
Running on villars06 in /var/jenkins/workspace/Kokkos_PR-8428
[Pipeline] node
Running on padirac11 in /var/jenkins/workspace/Kokkos_PR-8428
Running on fetnat_07 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
Running on fetnat_09 in /var/jenkins/workspace/Kokkos_PR-8428
[Pipeline] node
Running on fetnat_06 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
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
[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
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
Fetching changes from the remote Git repository
Fetching without tags
Fetching without tags
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Fetching changes from the remote Git repository
Fetching changes from the remote Git repository
Fetching changes from the remote Git repository
Fetching changes from the remote Git repository
Fetching changes from the remote Git repository
Fetching without tags
Fetching without tags
Fetching changes from the remote Git repository
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
[Pipeline] }
Fetching without tags
Fetching without tags
Fetching without tags
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Merging remotes/origin/develop commit e02c7913f95f44f8f060e1dd56c41a418a9de276 into PR head commit 5866f317284987bf49445a87d9e5a45fd2c411c4
Failed in branch OPENMPTARGET-Clang
Merging remotes/origin/develop commit e02c7913f95f44f8f060e1dd56c41a418a9de276 into PR head commit 5866f317284987bf49445a87d9e5a45fd2c411c4
Merge succeeded, producing 605edeba2eac548b093fc12cdfd416989079a1a3
Checking out Revision 605edeba2eac548b093fc12cdfd416989079a1a3 (PR-8428)
Commit message: "Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD"
First time build. Skipping changelog.
Merge succeeded, producing fbde99c30659f959ff06695dc60374586145ab17
Checking out Revision fbde99c30659f959ff06695dc60374586145ab17 (PR-8428)
Commit message: "Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' 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 5866f317284987bf49445a87d9e5a45fd2c411c4 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge e02c7913f95f44f8f060e1dd56c41a418a9de276 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 605edeba2eac548b093fc12cdfd416989079a1a3 # timeout=10
 > git rev-list --no-walk b981b7d9f481dc5ebca258f140d63b2fc02ad0c6 # 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 5866f317284987bf49445a87d9e5a45fd2c411c4 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge e02c7913f95f44f8f060e1dd56c41a418a9de276 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fbde99c30659f959ff06695dc60374586145ab17 # timeout=10
 > git rev-list --no-walk b981b7d9f481dc5ebca258f140d63b2fc02ad0c6 # timeout=10
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8428/.git # 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 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 e02c7913f95f44f8f060e1dd56c41a418a9de276 into PR head commit 5866f317284987bf49445a87d9e5a45fd2c411c4
Merging remotes/origin/develop commit e02c7913f95f44f8f060e1dd56c41a418a9de276 into PR head commit 5866f317284987bf49445a87d9e5a45fd2c411c4
Merging remotes/origin/develop commit e02c7913f95f44f8f060e1dd56c41a418a9de276 into PR head commit 5866f317284987bf49445a87d9e5a45fd2c411c4
Merging remotes/origin/develop commit e02c7913f95f44f8f060e1dd56c41a418a9de276 into PR head commit 5866f317284987bf49445a87d9e5a45fd2c411c4
Merging remotes/origin/develop commit e02c7913f95f44f8f060e1dd56c41a418a9de276 into PR head commit 5866f317284987bf49445a87d9e5a45fd2c411c4
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
[Pipeline] isUnix
[Pipeline] readFile
[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
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5866f317284987bf49445a87d9e5a45fd2c411c4 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
[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
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5866f317284987bf49445a87d9e5a45fd2c411c4 # timeout=10
Merge succeeded, producing 9f9846ec1eff65d2518f9181ea2e2525ceeb6663
Checking out Revision 9f9846ec1eff65d2518f9181ea2e2525ceeb6663 (PR-8428)
Merge succeeded, producing 9f9846ec1eff65d2518f9181ea2e2525ceeb6663
Checking out Revision 9f9846ec1eff65d2518f9181ea2e2525ceeb6663 (PR-8428)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5866f317284987bf49445a87d9e5a45fd2c411c4 # timeout=10
[Pipeline] sh
Commit message: "Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD"
First time build. Skipping changelog.
Commit message: "Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD"
 > git merge e02c7913f95f44f8f060e1dd56c41a418a9de276 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9f9846ec1eff65d2518f9181ea2e2525ceeb6663 # timeout=10
 > git rev-list --no-walk b981b7d9f481dc5ebca258f140d63b2fc02ad0c6 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5866f317284987bf49445a87d9e5a45fd2c411c4 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5866f317284987bf49445a87d9e5a45fd2c411c4 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge e02c7913f95f44f8f060e1dd56c41a418a9de276 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9f9846ec1eff65d2518f9181ea2e2525ceeb6663 # timeout=10
+ docker inspect -f . 3388fa7cf099076b040734f298ec89f688cf0d59
.
[Pipeline] }
[Pipeline] // withEnv
+ docker inspect -f . 189ba28d4a735be421dc5c6946d99f7f03f6dacb
.
[Pipeline] withDockerContainer
padirac11 seems to be running inside container 8a68f147197a3e12d82f8b252075b0da1ab6150e99784b93932741e618cdc66e
Merge succeeded, producing 9f9846ec1eff65d2518f9181ea2e2525ceeb6663
Checking out Revision 9f9846ec1eff65d2518f9181ea2e2525ceeb6663 (PR-8428)
$ 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 ******** -e ******** -e ******** 3388fa7cf099076b040734f298ec89f688cf0d59 cat
Commit message: "Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD"
Merge succeeded, producing 9f9846ec1eff65d2518f9181ea2e2525ceeb6663
Checking out Revision 9f9846ec1eff65d2518f9181ea2e2525ceeb6663 (PR-8428)
Commit message: "Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD"
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge e02c7913f95f44f8f060e1dd56c41a418a9de276 # timeout=10
Merge succeeded, producing 81031348006b61942dfba3545db2df06416a1ec3
Checking out Revision 81031348006b61942dfba3545db2df06416a1ec3 (PR-8428)
Commit message: "Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD"
First time build. Skipping changelog.
$ docker top dc96713828f5b599c4d58087540dd0ac8a528733991ee9eb97a8526dc3199dcc -eo pid,comm
[Pipeline] {
[Pipeline] }
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge e02c7913f95f44f8f060e1dd56c41a418a9de276 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9f9846ec1eff65d2518f9181ea2e2525ceeb6663 # timeout=10
[Pipeline] // withEnv
[Pipeline] withDockerContainer
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 81031348006b61942dfba3545db2df06416a1ec3 # timeout=10
 > git rev-list --no-walk b981b7d9f481dc5ebca258f140d63b2fc02ad0c6 # 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 ******** -e ******** -e ******** 189ba28d4a735be421dc5c6946d99f7f03f6dacb cat
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge e02c7913f95f44f8f060e1dd56c41a418a9de276 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9f9846ec1eff65d2518f9181ea2e2525ceeb6663 # timeout=10
$ docker top 818c480ed5e8d36d0710bbe3383f9453632f560b6fa8a8c31fba882ca1bd3097 -eo pid,comm
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[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
 ---> 4e56eecb7860
Step 4/9 : RUN apt-get update && apt-get install -y         ${ADDITIONAL_PACKAGES}         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 940d2d118cde
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
 ---> c9de334ad128
Step 6/9 : ARG CMAKE_VERSION=3.23.1
 ---> Using cache
 ---> f04935a01681
Step 7/9 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> 0dc85dbaa63f
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
 ---> 1449f74d2294
Step 9/9 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> 3bda9a32528a
Successfully built 3bda9a32528a
Successfully tagged dfec89ee4c1d2e8d961b8675845decef566b2932:latest
[Pipeline] isUnix
[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
 ---> 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
[Pipeline] sh
+ 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
+ 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
 ---> 5cdda87f68c3
Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
 ---> Using cache
 ---> 9a44bdd5e626
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
 ---> d0a76f25f620
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
 ---> f53c84f0dbe4
Step 7/10 : ARG CMAKE_VERSION=3.22.6
 ---> Using cache
 ---> 9c5fddc3f13c
Step 8/10 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> 9a68f42cf611
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
 ---> 91e654b5367a
Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH
+ 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
[Pipeline] isUnix
+ ccache --zero-stats
Statistics zeroed
[Pipeline] withEnv
[Pipeline] {
+ ccache --zero-stats
Statistics zeroed
[Pipeline] sh
[Pipeline] sh
 ---> Using cache
 ---> a71946b53700
Successfully built a71946b53700
Successfully tagged a4df8b93963c789f249fe7a313c431abd959cffb:latest
[Pipeline] sh
Successfully built a6e7cb4dc910
Successfully tagged fd5a912abdd86dccc5484dfe7d3ebf76d17a3889:latest
+ docker inspect -f . dfec89ee4c1d2e8d961b8675845decef566b2932
.
[Pipeline] }
 ---> Using cache
 ---> a8c4ab088c4f
Successfully built a8c4ab088c4f
Successfully tagged 5efa81269cefd7a2c3c6499f2e9ef3c9d0e69a26:latest
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat_03 seems to be running inside container fa22bb0d4570d60e034036097699b83f4f4c6fe9c72d75b5b5559b36dce0927d
$ docker run -t -d -u 0:0 --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 ******** -e ******** -e ******** dfec89ee4c1d2e8d961b8675845decef566b2932 cat
+ rm -rf build
+ echo /opt/rocm/llvm/lib
+ ldconfig
+ docker inspect -f . 3199147a8c032977f88c91e3021f4b3ac4762183
.
+ 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
$ docker top 2b095a9cd70f3b52dae7da93b733dfba8c50bc515357d3dfb94c69acf5a85028 -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] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] }
[Pipeline] sh
[Pipeline] sh
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[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 --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 ******** -e ******** -e ******** 3199147a8c032977f88c91e3021f4b3ac4762183 cat
+ rm -rf build
+ docker inspect -f . a4df8b93963c789f249fe7a313c431abd959cffb
.
+ docker inspect -f . fd5a912abdd86dccc5484dfe7d3ebf76d17a3889
.
+ docker inspect -f . 5efa81269cefd7a2c3c6499f2e9ef3c9d0e69a26
.
-- 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
+ 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
-- [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_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
-- The CXX compiler identification is Clang 18.0.0
-- Detecting CXX compiler ABI info
-- [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
$ docker top 9d63979096ff84c1ac2d9fc923f40528d9f55c2d4b96d720d3c08db629b8f594 -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
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] sh
[Pipeline] // withEnv
[Pipeline] // withEnv
-- [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
[Pipeline] // withEnv
[Pipeline] withDockerContainer
villars06 seems to be running inside container 1d9d310c823c457bcb2a4977fb2894a87a539a66b0b512478f73482f69384666
+ ccache --zero-stats
Statistics zeroed
$ 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 ******** -e ******** -e ******** a4df8b93963c789f249fe7a313c431abd959cffb cat
-- 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
-- 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
+ 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_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
[  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 _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_Core.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_Error.cpp.o
[  1%] 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_name.cc.o
[  2%] 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 core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[  2%] Built target AlwaysCheckGit
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
[  2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
$ docker top 18744e1f71f0f21c143b6f6d9e30226d8313172460493e148de9486d9caa9586 -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_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 ******** -e ******** -e ******** fd5a912abdd86dccc5484dfe7d3ebf76d17a3889 cat
[  3%] Linking CXX shared library libimpl_git_version.so
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[  3%] Built target impl_git_version
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
[  3%] Linking CXX shared library libkokkosprinter-tool.so
[  3%] Built target kokkosprinter-tool
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
+ mkdir -p build
+ 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 ..
-- Setting default Kokkos CXX standard to 20
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
-- The CXX compiler identification is NVHPC 23.7.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvc++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Setting build type to 'RelWithDebInfo' as none was specified.
-- Kokkos version: 4.7.99
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
-- The project name is: Kokkos
-- Using internal gtest for testing
$ docker top 6227355e20ebd91c27fafdb56edd70f5f3a58415e7a1af9f8c3e74870bb61a41 -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_06 seems to be running inside container 42fd795b45d8686715eb6595d5d8529a69ab3a8815b3b4788d9f182d885734a7
$ 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 42fd795b45d8686715eb6595d5d8529a69ab3a8815b3b4788d9f182d885734a7 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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
-- 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
-- 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
Fetching without tags
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
Merging remotes/origin/develop commit e02c7913f95f44f8f060e1dd56c41a418a9de276 into PR head commit 5866f317284987bf49445a87d9e5a45fd2c411c4
-- 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/console_reporter.cc.o
Merge succeeded, producing a7c8e32b047528c1ab33c616288711a964604d88
Checking out Revision a7c8e32b047528c1ab33c616288711a964604d88 (PR-8428)
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o
Commit message: "Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD"
First time build. Skipping changelog.
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Instance.cpp.o
-- SIMD: AVX512 detected
-- Built-in Execution Spaces:
--     Device Parallel: Kokkos::Experimental::OpenACC
--     Host Parallel: NoTypeDefined
--       Host Serial: SERIAL
-- 
-- Architectures:
--  NATIVE
--  VOLTA70
-- Found TPLLIBDL: /usr/include/  
-- Using bundled desul_atomics copy (desul/desul@fd8da8299519d7ecde91a1c11a3ac8469ce29cac)
-- Experimental mdspan support is enabled
-- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931)
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
 > 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
 > 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 5866f317284987bf49445a87d9e5a45fd2c411c4 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge e02c7913f95f44f8f060e1dd56c41a418a9de276 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a7c8e32b047528c1ab33c616288711a964604d88 # timeout=10
 > git rev-list --no-walk b981b7d9f481dc5ebca258f140d63b2fc02ad0c6 # timeout=10
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_IsXnack.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
$ docker top e0ec6e6346c5dc38c58766f396373b3e46f98411169f6962a76b505b1887d19a -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
+ rm -rf build
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_SharedAllocationRecord.cpp.o
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
+ ccache --zero-stats
Statistics zeroed
+ ccache --zero-stats
Statistics zeroed
[Pipeline] sh
+ ccache --zero-stats
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
 ---> 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] sh
-- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) 
-- Kokkos Backends: SERIAL;OPENACC
-- Configuring done
+ rm -rf build
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
+ rm -rf build
+ rm -rf build
+ 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 ..
+ docker inspect -f . dfec89ee4c1d2e8d961b8675845decef566b2932
.
[Pipeline] }
[Pipeline] // withEnv
[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 ******** -e ******** -e ******** dfec89ee4c1d2e8d961b8675845decef566b2932 cat
-- Setting default Kokkos CXX standard to 20
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8428/build
+ make -j8
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  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%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
[  5%] Linking CXX shared library libkokkos_gtest.so
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  5%] Built target kokkos_gtest
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_ZeroMemset.cpp.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success
[  2%] Built target AlwaysCheckGit
-- The CXX compiler identification is Clang 17.0.6
-- Detecting CXX compiler ABI info
[  2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
-- 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
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
-- 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
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
-- 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
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
$ docker top a2c49d1da1723e435a9f0e56b56d43848469b3b2a59fda24fd23b5b9899b5c75 -eo pid,comm
ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements).
Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`.
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
-- 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 "12.5.82") 
-- Looking for C++ include pthread.h
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o
[  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
+ rm -rf build
-- 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/  
+ mkdir -p build
-- 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_LINK_OPTIONS_CHECK - Success
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK
+ 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 ..
[  2%] Linking CXX static library libimpl_git_version.a
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  2%] Built target impl_git_version
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
+ 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
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[  2%] Linking CXX shared library libkokkosprinter-tool.so
+ 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
[  2%] Built target kokkosprinter-tool
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
-- Setting default Kokkos CXX standard to 20
-- The CXX compiler identification is Clang 15.0.7
-- Detecting CXX compiler ABI info
[  6%] Linking CXX shared library libbenchmark_main.so
[  6%] Built target benchmark_main
-- 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
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success
-- Found Python3: /usr/bin/python3 (found version "3.12.3") found components: Interpreter 
-- No installed google benchmark found, fetching from GitHub
-- The project name is: Kokkos
-- Using internal gtest for testing
-- [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
-- 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
-- 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
  -fgpu-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
-- The CXX compiler identification is GNU 13.3.0
-- Detecting CXX compiler ABI info
+ ccache --show-stats
Local storage:
  Cache size (GB): 4.5 / 5.0 (90.81%)
[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.199.178/10.64.199.178:47906
		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: 891cd68f-04be-4f65-8f21-4c8ca4002b79
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 e0ec6e6346c5dc38c58766f396373b3e46f98411169f6962a76b505b1887d19a
+ 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
-- SIMD: AVX512 detected
-- Built-in Execution Spaces:
--     Device Parallel: Kokkos::Cuda
--     Host Parallel: NoTypeDefined
--       Host Serial: SERIAL
-- 
-- Architectures:
--  NATIVE
--  VOLTA70
-- The CXX compiler identification is IntelLLVM 2025.0.4
-- Detecting CXX compiler ABI info
-- 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
-- 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
-- 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] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
-- 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
$ docker rm -f --volumes e0ec6e6346c5dc38c58766f396373b3e46f98411169f6962a76b505b1887d19a
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.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
-- The project name is: Kokkos
-- Using internal gtest for testing
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch CUDA-12.5.1-Clang-17-RDC
-- 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
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW
-- 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_WSHADOW - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
-- SIMD: AVX512 detected
-- Looking for SYCL_EXT_ONEAPI_GRAPH
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
-- 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_WFLOAT_EQUAL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
-- [benchmark] Failed to find LLVM FileCheck
-- [benchmark] Could NOT find Git (missing: GIT_EXECUTABLE) 
-- [benchmark] Version: 1.7.1
-- [benchmark] Looking for shm_open in rt
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
-- The CXX compiler identification is NVHPC 23.7.0
-- Detecting CXX compiler ABI info
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
-- [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
-- 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
-- [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
-- 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_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- Compiler Version: 12.2.91
-- kokkos_launch_compiler (/var/jenkins/workspace/Kokkos_PR-8428/bin/kokkos_launch_compiler) is enabled...
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
-- [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
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
-- Using -std=c++20 for C++20 standard as feature
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
-- 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_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
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
-- [benchmark] Performing Test HAVE_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
-- SIMD: AVX512 detected
-- 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
-- [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
-- 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_STD_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- [benchmark] Compiling and running to test HAVE_POSIX_REGEX
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACCSpace.cpp.o
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- Sources TestCuda.cpp
-- 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 CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- No installed google benchmark found, fetching from GitHub
-- Kokkos Backends: SERIAL;CUDA
-- Configuring done
-- Performing Test KOKKOS_NO_TBB_CONFLICT - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
-- 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
-- Performing Test _fsycl_option - Success
-- Looking for C++ include sycl/sycl.hpp
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8428/build
-- [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
+ 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 _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.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%] Built target AlwaysCheckGit
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC_Instance.cpp.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o
[  2%] Linking CXX static library libkokkos_gtest.a
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.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
-- 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
[  2%] Built target kokkos_gtest
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[  2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.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/check.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
-- Looking for a CUDA compiler - /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvcc
-- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
[  6%] Linking CXX shared library libkokkoscore.so
[  6%] Built target kokkoscore
[  6%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[  6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.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_THREAD_SAFETY_ATTRIBUTES -- success
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
-- The CUDA compiler identification is NVIDIA 12.2.91
-- Detecting CUDA compiler ABI info
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC_SharedAllocationRecord.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
[  3%] Linking CXX static library libimpl_git_version.a
[  3%] Linking CXX shared library libkokkosprinter-tool.so
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  3%] Built target impl_git_version
[  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
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success
[  4%] Built target kokkosprinter-tool
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[  4%] Linking CXX static library libbenchmark.a
[  4%] Built target benchmark
-- 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
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.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
-- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) 
-- No installed google benchmark found, fetching from GitHub
-- [benchmark] Failed to find LLVM FileCheck
-- [benchmark] Could NOT find Git (missing: GIT_EXECUTABLE) 
-- [benchmark] Version: 1.7.1
-- [benchmark] Looking for shm_open in rt
[  6%] Linking CXX shared library libkokkosalgorithms.so
[  6%] Built target kokkosalgorithms
[  7%] Linking CXX shared library libkokkossimd.so
[  7%] Built target kokkossimd
-- 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
-- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success
-- Experimental mdspan support is enabled
-- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931)
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[  4%] Linking CXX static library libbenchmark_main.a
[  4%] Built target benchmark_main
[  4%] 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
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Found TPLLIBDL: /usr/include/  
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
-- 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)
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
-- [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
-- 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_WEXTRA - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
-- [benchmark] 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] Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
-- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) 
-- Sources TestOpenMP.cpp
-- Sources TestCuda.cpp
-- Kokkos Backends: OPENMP;CUDA
-- Configuring done
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
-- [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
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
[  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
-- 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
[  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
[  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_Error.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.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_ExecPolicy.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_api_internal.cc.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%] Built target AlwaysCheckGit
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
-- [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_WERROR - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
-- 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_Command_Line_Parsing.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
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
[  0%] Built target AlwaysCheckGit
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.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
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[  2%] Linking CXX shared library libkokkosprinter-tool.so
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
[  2%] Built target kokkosprinter-tool
[  3%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.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
-- [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
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
[  4%] Linking CXX static library libimpl_git_version.a
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[  4%] Built target impl_git_version
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.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
[  5%] Linking CXX static library libkokkosalgorithms.a
[  6%] Linking CXX static library libkokkossimd.a
[  6%] Built target kokkosalgorithms
[  6%] Built target kokkossimd
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
-- [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 _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- [benchmark] Found Threads: TRUE  
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
-- No installed google benchmark found, fetching from GitHub
-- Kokkos Backends: SERIAL;SYCL
-- Configuring done
[  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
[  0%] Linking CXX shared library libkokkosprinter-tool.so
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_SharedAllocationRecord.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_ZeroMemset.cpp.o
-- Generating done
[  0%] Built target kokkosprinter-tool
[  0%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[  7%] Linking CXX shared library libkokkoscontainers.so
[  7%] Linking CXX executable 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_HIPGraphAtomicLocks.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_HIPInterOpInit.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_HIPInterOpStreams.dir/UnitTestMain.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_Default.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_ToolIndependence.dir/tools/TestIndependence.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_Serial1.dir/UnitTestMainInit.cpp.o
[  8%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.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 _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o
[  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/benchmark_name.cc.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o
[  6%] Linking CXX static library libbenchmark.a
[  0%] Built target AlwaysCheckGit
[  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%] Linking CXX shared library libkokkosprinter-tool.so
[  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%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
[  2%] Linking CXX static library libkokkos_gtest.a
[  6%] Built target benchmark
[  6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[  7%] Linking CXX static library libkokkoscontainers.a
[  7%] Built target kokkoscontainers
[  7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[  8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[  8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o
[  8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[  2%] Built target kokkosprinter-tool
[  2%] Built target kokkos_gtest
[  2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.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/reporter.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[  8%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  8%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[  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 _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  4%] Linking CXX static library libbenchmark.a
[  4%] Built target benchmark
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[  4%] Linking CXX static library libimpl_git_version.a
[  4%] Built target impl_git_version
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[  4%] Linking CXX static library libbenchmark_main.a
-- [benchmark] Performing Test HAVE_STD_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX
-- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- [benchmark] Compiling and running to test HAVE_POSIX_REGEX
[  8%] Linking CXX static library libkokkos_gtest.a
[  4%] Built target benchmark_main
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[  8%] Built target kokkos_gtest
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[  6%] Linking CXX static library libbenchmark_main.a
[  6%] Built target benchmark_main
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[  8%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[  8%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[  8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[  8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
[  9%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- Sources TestOpenMP.cpp
-- Sources TestCuda.cpp
-- No installed google benchmark found, fetching from GitHub
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
-- Kokkos Backends: OPENMP;CUDA
-- Configuring done
[  9%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[  9%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[  9%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[  0%] Linking CXX static library libimpl_git_version.a
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 10%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[  0%] Built target impl_git_version
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8428/build
+ make -j8
[ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.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 core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o
[  0%] Building CXX object 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 _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o
[  0%] Built target AlwaysCheckGit
[  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
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[  1%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
nvcc_wrapper has been given GNU extension standard flag -std=gnu++20 - reverting flag to -std=c++20
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[  1%] Linking CXX shared library libimpl_git_version.so
[  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
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[  2%] Linking CXX shared library libkokkos_gtest.so
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
[  2%] Built target impl_git_version
[  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
[  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 containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.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
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[  4%] Built target kokkos_gtest
[  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
[ 12%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
[  5%] Linking CXX shared library libbenchmark.so
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[  5%] Built target benchmark
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o
[  7%] Linking CXX static library libkokkossimd.a
[  7%] Linking CXX static library libkokkosalgorithms.a
[  7%] Built target kokkossimd
[  7%] Built target kokkosalgorithms
[ 13%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[  9%] 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%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o
[ 10%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 10%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.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
[ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[  7%] Linking CXX static library libkokkoscontainers.a
[  7%] Built target kokkoscontainers
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.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_InitializeFinalize.dir/UnitTestMain.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_KokkosP.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_ToolIndependence.dir/tools/TestIndependence.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
[  7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Abort.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
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 15%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o
[  8%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/hip/TestHIP_InterOp_Init.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o
[  9%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/hip/TestHIP_InterOp_Streams.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o
[  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%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[  5%] Built target benchmark_main
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL_Instance.cpp.o
[ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL_Space.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_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.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
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.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_Serial1.dir/serial/TestSerial_Abort.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_HIP_ViewSupport.dir/hip/TestHIP_View_ReferenceCountedAccessor.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_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.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_Develop.dir/default/TestDefaultDeviceDevelop.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_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_SYCL.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o
[ 11%] 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/TestEventCorrectness.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_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.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_HIPInterOpGraph.dir/hip/TestHIP_InterOp_Graph.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU.dir/hip/TestHIP_InterOp_StreamsMultiGPU.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[ 12%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 12%] Built target Kokkos_ProfilingAllCalls
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 17%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 17%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ArrayOps.cpp.o
[ 17%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o
[ 17%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[ 17%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp
[ 12%] Built target Kokkos_CoreUnitTest_OpenMPInterOp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o
[ 12%] Built target Kokkos_CoreUnitTest_HIPInterOpInit
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o
[ 17%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.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 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
[  5%] Linking CXX shared library libkokkosalgorithms.so
[  6%] Linking CXX shared library libkokkossimd.so
[ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[  6%] Built target kokkosalgorithms
[  6%] Built target kokkossimd
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o
[ 13%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreams
[ 13%] Built target Kokkos_CoreUnitTest_HIPInterOpStreams
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/UnitTestMainInit.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 14%] Built target Kokkos_CoreUnitTest_Develop
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o
[ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[  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 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%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[  5%] Linking CXX static library libkokkosalgorithms.a
[  6%] Linking CXX static library libkokkossimd.a
[  6%] Built target kokkosalgorithms
[  6%] Built target kokkossimd
[ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.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_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o
[ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_HIPGraphAtomicLocks
[ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit
[ 12%] Built target Kokkos_CoreUnitTest_HIPInterOpInit
[ 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_InitializeFinalize.dir/TestInitializationSettings.cpp.o
[ 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/TestBitManipulation.cpp.o
[ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[  1%] Linking CXX static library libkokkos_gtest.a
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.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
[ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreams
[ 12%] Built target Kokkos_CoreUnitTest_HIPInterOpStreams
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ArrayOps.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.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
[ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 14%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 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
[ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 23%] 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_CTestDevice.dir/TestCTestDevice.cpp.o
[ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[  6%] Linking CXX shared library libkokkoscontainers.so
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU
[  6%] Built target kokkoscontainers
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.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%] Built target Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o
[ 10%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[ 10%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o
[ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 14%] Linking CXX executable Kokkos_ToolsInitialization
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 14%] Built target Kokkos_ToolsInitialization
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpGraph
[ 14%] Built target Kokkos_CoreUnitTest_HIPInterOpGraph
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o
[ 26%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 15%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 15%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 15%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o
[ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[ 28%] Built target Kokkos_CoreTestCompileOnly
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 16%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o
[ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 12%] Built target Kokkos_CoreUnitTest_Develop
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[  6%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  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_SYCL1B.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_SYCL1A.dir/UnitTestMainInit.cpp.o
[  8%] 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_Serial2.dir/UnitTestMainInit.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 17%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 17%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[  9%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ReferenceCountedDataHandle.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.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_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.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_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.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_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_HIP.cpp.o
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.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/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 36%] 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/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.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/TestRangePolicyCTAD.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/cuda/TestCuda_GraphAtomicLocks.cpp.o
[ 10%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp
[ 10%] Built target Kokkos_CoreUnitTest_OpenMPInterOp
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_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_CudaTimingBased.dir/UnitTestMainInit.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o
[ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 19%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 19%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o
[ 19%] Built target Kokkos_CoreUnitTest_KokkosP
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o
[ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 19%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 19%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o
[ 19%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o
[  6%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  6%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  6%] Linking CXX static library libkokkoscontainers.a
[  6%] Built target kokkoscontainers
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.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_Cuda_ViewSupport.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.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%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Abort.cpp.o
[  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
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_a.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_BasicView.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_ReferenceCountedAccessor.cpp.o
[ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test06_ParallelFor_MDRangePolicy_HIP.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 19%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int8.cpp.o
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 38%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 38%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test08_deep_copy_HIP.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test10_HierarchicalBasics_HIP.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o
[ 13%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraphAtomicLocks
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 13%] Built target Kokkos_CoreUnitTest_CudaGraphAtomicLocks
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 22%] Linking CXX executable Kokkos_StackTraceTestExec
[ 22%] Built target Kokkos_StackTraceTestExec
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC_ViewSupport.dir/UnitTestMainInit.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 22%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize
[ 22%] Built target Kokkos_CoreUnitTest_InitializeFinalize
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAccessorArg.cpp.o
[ 15%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 15%] Built target Kokkos_ProfilingAllCalls
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAllocationType.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int16.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[  2%] Linking CXX static library libkokkoscore.a
[  2%] Built target kokkoscore
[  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
[  2%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int8.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 43%] 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_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ArrayOps.cpp.o
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 15%] 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_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[  3%] Linking CXX static library libkokkossimd.a
[  3%] Linking CXX static library libkokkosalgorithms.a
[  3%] Built target kokkossimd
[  3%] Built target kokkosalgorithms
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int16.cpp.o
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit
[ 15%] 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_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_ReferenceCountedDataHandle.cpp.o
[ 14%] Built target Kokkos_CoreUnitTest_CudaInterOpInit
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC_ViewSupport.dir/openacc/TestOpenACC_View_BasicView.cpp.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o
[ 14%] Built target Kokkos_CoreUnitTest_CudaTimingBased
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 25%] 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_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_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_Serial1.dir/serial/TestSerial_Abort.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_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o
[ 10%] 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_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o
[ 16%] Linking CXX executable Kokkos_ToolsInitialization
[ 16%] Built target Kokkos_ToolsInitialization
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.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_ReferenceCountedDataHandle.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_b.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_complexdouble.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.cpp.o
[ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o
[ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Abort.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ArrayOps.cpp.o
[ 17%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 17%] Built target Kokkos_CoreUnitTest_KokkosP
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.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_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.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
[  4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.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_Cuda_ViewSupport.dir/UnitTestMainInit.cpp.o
[  4%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[ 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_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o
[ 18%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize
[ 18%] Built target Kokkos_CoreUnitTest_InitializeFinalize
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int8.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o
[ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 27%] 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_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int16.cpp.o
[  4%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_BasicView.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_double.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_ViewCustomizationAccessorArg.cpp.o
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int8.cpp.o
[ 14%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int16.cpp.o
[ 14%] 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_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 14%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 27%] 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_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.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_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 19%] Linking CXX executable Kokkos_CoreUnitTest_HIP_ViewSupport
[ 19%] Built target Kokkos_CoreUnitTest_HIP_ViewSupport
[ 19%] 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_IncrementalTest_HIP.dir/generated/Test17_CompleteAtomic_HIP.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_complexfloat.cpp.o
[ 44%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport
[ 44%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o
[ 28%] 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_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_ViewCustomizationAllocationType.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o
[ 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%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.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_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 30%] Linking CXX executable Kokkos_IncrementalTest_HIP
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 30%] Built target Kokkos_IncrementalTest_HIP
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/UnitTestMainInit.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_c.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 31%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 31%] Built target Kokkos_CoreTestCompileOnly
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC_ViewSupport.dir/openacc/TestOpenACC_View_ReferenceCountedAccessor.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_BasicView.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_double.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o
[ 32%] Linking CXX executable Kokkos_IncrementalTest_OPENMP
[ 32%] Built target Kokkos_IncrementalTest_OPENMP
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_float.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 37%] 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_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int8.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Assignment.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.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_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Narrowing.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedAccessor.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC_ViewSupport.dir/openacc/TestOpenACC_View_ReferenceCountedDataHandle.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_float.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_d.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o
[ 47%] 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_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Complex.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 39%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 39%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 40%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 40%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 40%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o
[ 40%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 12%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_int8.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_SYCL_ViewSupport
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o
[  7%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 41%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 41%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o
[ 20%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o
[ 20%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int16.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Assignment.cpp.o
[ 43%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o
[  7%] Built target Kokkos_CoreUnitTest_OpenMPInterOp
[ 43%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedAccessor.cpp.o
[ 43%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o
[ 43%] Built target Kokkos_PerformanceTest_SharedSpace
[ 43%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 47%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 43%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 47%] Built target Kokkos_CoreUnitTest_Develop
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_int8.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.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_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 44%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ReferenceCountedAccessor.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o
[ 44%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 44%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_int16.cpp.o
[ 17%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o
[ 17%] Built target Kokkos_CoreTestCompileOnly
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o
[ 45%] 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_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o
[ 48%] Linking CXX executable Kokkos_CoreUnitTest_OpenACC_ViewSupport
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 48%] Built target Kokkos_CoreUnitTest_OpenACC_ViewSupport
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o
[ 13%] Built target Kokkos_CoreUnitTest_SYCL_ViewSupport
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Narrowing.cpp.o
[ 46%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o
[ 46%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 48%] 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_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o
[ 46%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch
[ 46%] Built target Kokkos_PerformanceTest_ViewFirstTouch
[ 46%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o
[ 22%] Linking CXX executable Kokkos_StackTraceTestExec
[ 22%] Built target Kokkos_StackTraceTestExec
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_e.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_HIP.cpp.o
[ 23%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 23%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o
[ 46%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 48%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.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_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedDataHandle.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o
[ 13%] 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_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 48%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_int.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o
[ 46%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 46%] Built target Kokkos_PerformanceTest_Mempool
[ 46%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o
[ 46%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 46%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o
[ 46%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 46%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o
[ 19%] 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_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ReferenceCountedDataHandle.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o
[ 46%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_longint.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 46%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 46%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 46%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_longlongint.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 46%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[  8%] 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_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 46%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 46%] Built target Kokkos_PerformanceTest_Atomic
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o
[ 46%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o
[ 46%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o
[ 46%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test06_ParallelFor_MDRangePolicy_HIP.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 26%] 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_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_shared.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedDataHandle.cpp.o
[ 46%] Linking CXX executable Kokkos_PerformanceTest_Reduction
[ 46%] Built target Kokkos_PerformanceTest_Reduction
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_f.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Assignment.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Narrowing.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicViews.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_unsignedint.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_int16.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAccessorArg.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o
[ 47%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.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_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_unsignedlongint.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 47%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[ 51%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 51%] Built target Kokkos_ProfilingAllCalls
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_g.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test08_deep_copy_HIP.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ViewCustomizationAccessorArg.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/UnitTestMainInit.cpp.o
[ 20%] 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_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/UnitTestMainInit.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/cuda/TestCuda_InterOp_GraphMultiGPU.cpp.o
[ 47%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 48%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test10_HierarchicalBasics_HIP.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 20%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 48%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 20%] Built target Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o
[ 20%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRangePolicyConstructors.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Atomics.cpp.o
[ 17%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 20%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraph
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 20%] Built target Kokkos_CoreUnitTest_Cuda3
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o
[ 21%] Built target Kokkos_CoreUnitTest_CudaInterOpGraph
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAllocationType.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o
[ 52%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicViews.cpp.o
[ 17%] Built target Kokkos_CoreTestCompileOnly
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_BitManipulationBuiltins.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o
[ 52%] Built target Kokkos_CoreUnitTest_InitializeFinalize
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 27%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 27%] Built target Kokkos_CoreTestCompileOnly
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o
[ 49%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_Ctors.cpp.o
[ 49%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_LayoutMember.cpp.o
[ 52%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAccessorArg.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 49%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o
[ 52%] Built target Kokkos_CoreUnitTest_Default
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_int.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 22%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 22%] Built target Kokkos_CoreUnitTest_Develop
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o
[ 50%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_TeamScratch.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRangeReduce.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDSpan.cpp.o
[ 51%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o
[ 51%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o
[ 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
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ViewCustomizationAllocationType.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o
[ 52%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_BlockSizeDeduction.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CheckedIntegerOps.cpp.o
[ 52%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 52%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 22%] 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_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDSpanAtomicAccessor.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CommonPolicyConstructors.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 52%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Complex.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o
[ 22%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o
[ 22%] Built target Kokkos_CoreUnitTest_KokkosP
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDSpanConversion.cpp.o
[ 53%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CommonPolicyInterface.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Complex.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o
[ 53%] Built target Kokkos_CoreUnitTest_KokkosP
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_longint.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_longlongint.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Timer.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 53%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynamicView.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MinMaxClamp.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[ 53%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o
[ 10%] 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_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_NumericTraits.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_unsignedint.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_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_OccupancyControlTrait.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 53%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 54%] Linking CXX executable Kokkos_ToolsInitialization
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o
[ 54%] Built target Kokkos_ToolsInitialization
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 24%] 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_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Other.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.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_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o
[ 26%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o
[ 26%] Built target Kokkos_CoreUnitTest_InitializeFinalize
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[ 54%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_ParallelScanRangePolicy.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_Timer.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpaceThreadSafety.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Printf.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 28%] 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_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Concepts.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorProp.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o
[ 54%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank12345.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 54%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank67.cpp.o
[ 55%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_Ctors.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test16_ParallelScan_HIP.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_QuadPrecisionMath.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int8.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicy.cpp.o
[ 32%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 32%] Built target Kokkos_IncrementalTest_SERIAL
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Assignment.cpp.o
[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Crs.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Graph.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Narrowing.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int16.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 28%] Linking CXX executable Kokkos_StackTraceTestExec
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_DeepCopy_Assignment.cpp.o
[ 28%] Built target Kokkos_StackTraceTestExec
[ 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
[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_LayoutMember.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
[ 28%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 32%] 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_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_TeamScratch.cpp.o
[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicyConstructors.cpp.o
[ 32%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 32%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test17_CompleteAtomic_HIP.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_Cuda_ViewSupport
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int8.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_unsignedlongint.cpp.o
[ 11%] Built target Kokkos_CoreUnitTest_Cuda_ViewSupport
[ 11%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/UnitTestMainInit.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 56%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP
[ 56%] Built target Kokkos_ContainersUnitTest_OpenMP
[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o
[ 56%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 56%] Built target Kokkos_CoreUnitTest_Default
[ 56%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpaceThreadSafety.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o
[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o
[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_OffsetView.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o
[ 56%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfViews.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_DeepCopy_Narrowing.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Atomics.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_DeepCopyAlignment.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicyRequire.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o
[ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o
[ 57%] Linking CXX executable Kokkos_StackTraceTestExec
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 57%] Built target Kokkos_StackTraceTestExec
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o
[ 34%] 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_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicViews.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 58%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP
[ 58%] Built target Kokkos_ContainersPerformanceTest_OpenMP
[ 59%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o
[ 34%] Linking CXX executable Kokkos_IncrementalTest_HIP
[ 34%] Built target Kokkos_IncrementalTest_HIP
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAccessorFromMapping.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Assignment.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/cuda/TestCuda_GraphAtomicLocks.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP_ViewSupport
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int8.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o
[ 60%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o
[ 12%] Built target Kokkos_CoreUnitTest_OpenMP_ViewSupport
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/UnitTestMainInit.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecSpacePartitioning.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecSpaceThreadSafety.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o
[ 34%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 34%] Built target Kokkos_CoreUnitTest_Default
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o
[ 14%] 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_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 61%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP
[ 61%] Built target Kokkos_ContainersPerformanceTest_HIP
[ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 14%] 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_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecutionSpace.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ViewCtorPropEmbeddedDim.cpp.o
[ 35%] 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_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_BitManipulationBuiltins.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Narrowing.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_FunctorAnalysis.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 30%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 30%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o
[ 30%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSort.cpp.o
[ 30%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortByKey.cpp.o
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraphAtomicLocks
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Graph.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 35%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 62%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 62%] Built target Kokkos_ContainersTestCompileOnly
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 30%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o
[ 14%] Built target Kokkos_CoreUnitTest_CudaGraphAtomicLocks
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/cuda/TestCuda_GraphAtomicLocks.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CheckedIntegerOps.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_ReducerCTADs.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_Cuda_ViewSupport
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_a.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_b.cpp.o
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o
[ 12%] Built target Kokkos_CoreUnitTest_Cuda_ViewSupport
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_c.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CommonPolicyConstructors.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.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_UnitTest_Sort.dir/hip/TestBinSortA.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_d.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 33%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c15.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_HostSharedPtr.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o
[ 66%] Linking CXX executable Kokkos_ContainersUnitTest_HIP
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 66%] Built target Kokkos_ContainersUnitTest_HIP
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 15%] Built target Kokkos_CoreUnitTest_CudaTimingBased
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_HostSharedPtrAccessOnDevice.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CommonPolicyInterface.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraphAtomicLocks
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 67%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
[ 67%] Built target Kokkos_PerformanceTest_Benchmark
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o
[ 24%] 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_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[ 12%] Built target Kokkos_CoreUnitTest_CudaGraphAtomicLocks
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o
[ 70%] Linking CXX executable Kokkos_UnitTest_Random
[ 70%] Built target Kokkos_UnitTest_Random
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_JoinBackwardCompatibility.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 16%] Built target Kokkos_CoreUnitTest_CudaInterOpInit
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Complex.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o
[ 70%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 70%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 70%] 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_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o
[ 70%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 70%] Built target Kokkos_CoreUnitTest_OpenMP
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Concepts.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_DeepCopy_Assignment.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorProp.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[ 70%] Linking CXX executable Kokkos_UnitTest_Sort
[ 70%] Built target Kokkos_UnitTest_Sort
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 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_Assert_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_LocalDeepCopy.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_DeepCopy_Narrowing.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 64%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 64%] Built target Kokkos_IncrementalTest_SERIAL
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o
[ 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_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o
[ 72%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 72%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecSpacePartitioning.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.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_MDRange_f.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o
[ 16%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 36%] Linking CXX executable Kokkos_IncrementalTest_OPENMP
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 36%] Built target Kokkos_IncrementalTest_OPENMP
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 42%] 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_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o
[ 65%] 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_IncrementalTest_OPENACC.dir/UnitTestMainInit.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 72%] 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_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o
[ 42%] 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_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test01_execspace_OPENACC.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 73%] 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
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_e.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 14%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o
[ 44%] 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_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test02_atomic_host_OPENACC.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanAtomicAccessor.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecSpaceThreadSafety.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalConstants.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanConversion.cpp.o
[ 14%] Built target Kokkos_CoreTestCompileOnly
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 75%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 75%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test03a_MemorySpace_malloc_OPENACC.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reductions.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o
[ 75%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 75%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reductions_DeviceView.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_NumericTraits.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 44%] 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_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 39%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 39%] Built target Kokkos_CoreUnitTest_Default
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test03b_MemorySpace_free_OPENACC.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_SharedAlloc.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o
[ 40%] Linking CXX executable Kokkos_IncrementalTest_CUDA
[ 40%] Built target Kokkos_IncrementalTest_CUDA
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 67%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 67%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test04_ParallelFor_RangePolicy_OPENACC.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_SpaceAwareAccessorAccessViolation.cpp.o
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_SpaceAwareAccessor.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions1.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Swap.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions2.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/UnitTestMainInit.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamBasic.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_NumericTraits.cpp.o
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test05_ParallelReduce_RangePolicy_OPENACC.cpp.o
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENACC.cpp.o
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamCombinedReducers.cpp.o
[ 27%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 17%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o
[ 27%] Linking CXX executable Kokkos_CoreUnitTest_SYCL1B
[ 14%] 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_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamMDRange.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o
[ 17%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 17%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/UnitTestMainInit.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 17%] Built target Kokkos_CoreTestCompileOnly
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 47%] 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_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 16%] 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_CudaInterOpGraphMultiGPU.dir/UnitTestMainInit.cpp.o
[ 28%] Built target Kokkos_CoreUnitTest_Serial2
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/UnitTestMainInit.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecutionSpace.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 16%] Built target Kokkos_CoreUnitTest_CudaTimingBased
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test08_deep_copy_OPENACC.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test10_HierarchicalBasics_OPENACC.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamPolicyConstructors.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_a.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_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicy.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamReductionScan.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.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_HIP.dir/hip/TestHIP_RangePolicy.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o
[ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/cuda/TestCuda_InterOp_Graph.cpp.o
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o
[ 16%] Built target Kokkos_CoreUnitTest_CudaInterOpInit
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_a.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o
[ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[ 48%] 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_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/cuda/TestCuda_InterOp_GraphMultiGPU.cpp.o
[ 48%] 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_IncrementalTest_OPENACC.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENACC.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_b.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o
[ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamScan.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c01.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_b.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_FunctorAnalysis.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENACC.cpp.o
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamScratch.cpp.o
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o
[ 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_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o
[ 53%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 53%] Built target Kokkos_CoreUnitTest_Serial2
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_e.cpp.o
[ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENACC.cpp.o
[ 54%] 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_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 17%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 18%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraph
[ 19%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o
[ 19%] Built target Kokkos_CoreUnitTest_CudaInterOpGraph
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o
[ 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_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c02.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o
[ 17%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/UnitTestMainInit.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 54%] 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_SYCL2A.dir/sycl/TestSYCL_TeamTeamSize.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/cuda/TestCuda_InterOp_Graph.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test12a_ThreadScratch_OPENACC.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamVectorRange.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_a.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_b.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessor.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_Timer.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test12b_TeamScratch_OPENACC.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENACC.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c03.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Graph.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c04.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o
[ 87%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o
[ 87%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 87%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c05.cpp.o
[ 59%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 59%] Built target Kokkos_CoreUnitTest_Serial1
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_UniqueToken.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENACC.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o
[ 87%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o
[ 87%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MathematicalConstants.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/UnitTestMainInit.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
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MathematicalSpecialFunctions.cpp.o
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_e.cpp.o
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_View_64bit.cpp.o
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o
[ 18%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o
[ 73%] 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_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions3.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 18%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/UnitTestMainInit.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 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/PerfTest_CustomReduction.cpp.o
[ 88%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan
[ 88%] Built target Kokkos_PerformanceTest_InclusiveScan
[ 88%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c06.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.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/BenchmarkMain.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_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 88%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalSpecialFunctions.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 88%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_a.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENACC.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 88%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o
[ 58%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 18%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraph
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 88%] Linking CXX executable Kokkos_atomic
[ 88%] Built target Kokkos_atomic
[ 88%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o
[ 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_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.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_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Assignment.cpp.o
[ 89%] Linking CXX executable Kokkos_gups
[ 89%] Built target Kokkos_gups
[ 89%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o
[ 58%] Built target Kokkos_CoreUnitTest_Cuda1
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.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_HIP.dir/hip/TestHIP_Timer.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 89%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o
[ 89%] Linking CXX executable Kokkos_launch_latency
[ 89%] Built target Kokkos_launch_latency
[ 89%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[ 89%] Linking CXX executable Kokkos_stream
[ 89%] Built target Kokkos_stream
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 18%] Built target Kokkos_CoreUnitTest_CudaInterOpGraph
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o
[ 89%] Linking CXX executable Kokkos_view_copy_constructor
[ 89%] Built target Kokkos_view_copy_constructor
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 58%] 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_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_b.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c07.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Timer.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test14_MDRangeReduce_OPENACC.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o
[ 90%] Linking CXX executable Kokkos_gather
[ 90%] Built target Kokkos_gather
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/cuda/TestCuda_InterOp_GraphMultiGPU.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_b.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_Timer.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_c.cpp.o
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o
[ 62%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 62%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Narrowing.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 63%] Linking CXX executable Kokkos_PerformanceTest_Reduction
[ 63%] Built target Kokkos_PerformanceTest_Reduction
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o
[ 59%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
[ 59%] Built target Kokkos_PerformanceTest_SharedSpace
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 91%] Linking CXX executable Kokkos_policy_performance
[ 91%] Built target Kokkos_policy_performance
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewBadAlloc.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test16_ParallelScan_OPENACC.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_a.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_b.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 92%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_c.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_c.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorProp.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_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_d.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewHooks.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o
[ 92%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 92%] Built target Kokkos_UnitTest_SIMD
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o
[ 62%] 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_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 65%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch
[ 65%] Built target Kokkos_PerformanceTest_ViewFirstTouch
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfViews.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o
[ 65%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 65%] Built target Kokkos_PerformanceTest_Mempool
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynamicView.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/UnitTestMainInit.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_d.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c02.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 32%] Linking CXX executable Kokkos_CoreUnitTest_SYCL1A
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c03.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c04.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c10.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[ 20%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test17_CompleteAtomic_OPENACC.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 94%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[ 32%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2B
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o
[ 62%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch
[ 62%] Built target Kokkos_PerformanceTest_ViewFirstTouch
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 63%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_e.cpp.o
[ 63%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 20%] Built target Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank12345.cpp.o
[ 68%] 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_TeamMDRange.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 94%] 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_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c10.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o
[ 68%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 68%] Built target Kokkos_PerformanceTest_Atomic
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c11.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c12.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 64%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 64%] Built target Kokkos_PerformanceTest_Mempool
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c13.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 64%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 64%] Built target Kokkos_PerformanceTest_Atomic
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c08.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_e.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c14.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c15.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_g.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRangePolicyConstructors.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.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/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_c.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewBadAlloc.cpp.o
[ 76%] Linking CXX executable Kokkos_IncrementalTest_OPENACC
[ 95%] 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_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o
[ 64%] Linking CXX executable Kokkos_PerformanceTest_Reduction
[ 64%] Built target Kokkos_PerformanceTest_Reduction
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o
[ 76%] Built target Kokkos_IncrementalTest_OPENACC
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o
[ 95%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o
[ 66%] 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_c.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewBadAlloc.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_b.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_c.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_c.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o
[ 77%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 77%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 66%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCopy_a.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[ 66%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCopy_b.cpp.o
[ 69%] 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_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRangeReduce.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 66%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o
[ 69%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
[ 70%] Built target Kokkos_ContainersTestCompileOnly
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDSpan.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 66%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o
[ 70%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_c.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 70%] 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_SYCL2A.dir/sycl/TestSYCL_ViewCopy_c.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_a.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o
[ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o
[ 67%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP
[ 67%] Built target Kokkos_ContainersPerformanceTest_OpenMP
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortByKey.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCtorDimMatch.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 67%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda
[ 67%] Built target Kokkos_ContainersPerformanceTest_Cuda
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDSpanAtomicAccessor.cpp.o
[ 97%] Linking CXX executable Kokkos_bytes_and_flops
[ 97%] Built target Kokkos_bytes_and_flops
[ 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
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDSpanConversion.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
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 32%] Built target Kokkos_CoreUnitTest_SYCL1B
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/UnitTestMainInit.cpp.o
[ 71%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 67%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 67%] Built target Kokkos_ContainersTestCompileOnly
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.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
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_c.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_a.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCL_TeamScratchStreams.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c11.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.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
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedResourceLock.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Spaces.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Memory_Requirements.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Timer.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratchStreams.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.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
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_Ctors.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_SharedAlloc.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o
[ 33%] 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_HIP.dir/hip/TestHIP_ViewCtorProp.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o
[ 72%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP
[ 72%] Built target Kokkos_ContainersPerformanceTest_HIP
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_a.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o
[ 68%] 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_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_Ctors.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCtorProp.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o
[ 34%] Built target Kokkos_CoreUnitTest_SYCL2B
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_b.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_LayoutMember.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_c.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 73%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[ 73%] Built target Kokkos_ContainersUnitTest_Serial
[ 73%] 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_SYCL2C.dir/sycl/TestSYCL_SubView_c09.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_LayoutMember.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_d.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_TeamScratch.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewEmptyRuntimeUnmanaged.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.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_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_e.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_TeamScratch.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MinMaxClamp.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_a.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewLayoutStrideAssignment.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_Ctors.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_b.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.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: dc96713828f5
   Build name: Linux-hipcc
Create new tag: 20250910-1854 - 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 (1607 ms)
1: [ RUN      ] openmp_DeathTest.abort_from_device
1: [       OK ] openmp_DeathTest.abort_from_device (1698 ms)
1: [ RUN      ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort
1: [       OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (1661 ms)
1: [ RUN      ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions
[ 74%] Linking CXX executable Kokkos_UnitTest_Random
[ 74%] Built target Kokkos_UnitTest_Random
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
1: [       OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (1631 ms)
1: [ RUN      ] openmp_DeathTest.policy_invalid_bounds
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_ViewCustomization.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o
1: [       OK ] openmp_DeathTest.policy_invalid_bounds (1575 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_invalid_bounds
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_OccupancyControlTrait.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
1: [       OK ] openmp_DeathTest.range_policy_invalid_bounds (3229 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_round_trip_conversion_fires
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_c.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_LayoutMember.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
1: [       OK ] openmp_DeathTest.range_policy_round_trip_conversion_fires (1580 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_check_sign_changes
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_a.cpp.o
[ 74%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 74%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c12.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ParallelScanRangePolicy.cpp.o
1: [       OK ] openmp_DeathTest.range_policy_check_sign_changes (3189 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_implicitly_converted_bounds
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Printf.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_Timer.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_TeamScratch.cpp.o
1: [       OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (6553 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
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_a.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 75%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 75%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o
[ 24%] 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_InitializeFinalize.dir/TestInitializeFinalize.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Assignment.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_QuadPrecisionMath.cpp.o
1: [       OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (11642 ms)
1: [ RUN      ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_OffsetView.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 71%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c13.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o
[ 82%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 71%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_b.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 82%] Built target Kokkos_UnitTest_SIMD
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_RangePolicyConstructors.cpp.o
[ 71%] Linking CXX executable Kokkos_UnitTest_Random
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o
[ 71%] Built target Kokkos_UnitTest_Random
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c14.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o
1: [       OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (11950 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
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 75%] Linking CXX executable Kokkos_UnitTest_Sort
[ 75%] Built target Kokkos_UnitTest_Sort
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
1: [       OK ] openmp_DeathTest.view_subview_constructor_layout_compatibility (3312 ms)
1: [----------] 19 tests from openmp_DeathTest (49631 ms total)
1: 
1: [----------] 1 test from openmp_graph_DeathTest
1: [ RUN      ] openmp_graph_DeathTest.can_instantiate_only_once
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c15.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_subview.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o
1: [       OK ] openmp_graph_DeathTest.can_instantiate_only_once (3611 ms)
1: [----------] 1 test from openmp_graph_DeathTest (3612 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 (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 (2 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 (3 ms)
1: [ RUN      ] openmp.atomic_shared
1: [       OK ] openmp.atomic_shared (0 ms)
1: [ RUN      ] openmp.atomic_operations_unsigned
1: [       OK ] openmp.atomic_operations_unsigned (2 ms)
1: [ RUN      ] openmp.atomic_operations_unsignedlong
1: [       OK ] openmp.atomic_operations_unsignedlong (2 ms)
1: [ RUN      ] openmp.atomics
1: [       OK ] openmp.atomics (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 (177 ms)
1: [ RUN      ] openmp.atomic_views_nonintegral
1: [       OK ] openmp.atomic_views_nonintegral (58 ms)
1: [ RUN      ] openmp.atomic_view_api
1: [       OK ] openmp.atomic_view_api (8 ms)
1: [ RUN      ] openmp.bit_manip_countl_zero
1: [       OK ] openmp.bit_manip_countl_zero (0 ms)
1: [ RUN      ] openmp.bit_manip_countl_one
1: [       OK ] openmp.bit_manip_countl_one (0 ms)
1: [ RUN      ] openmp.bit_manip_countr_zero
1: [       OK ] openmp.bit_manip_countr_zero (0 ms)
1: [ RUN      ] openmp.bit_manip_countr_one
1: [       OK ] openmp.bit_manip_countr_one (0 ms)
1: [ RUN      ] openmp.bit_manip_popcount
1: [       OK ] openmp.bit_manip_popcount (0 ms)
1: [ RUN      ] openmp.bit_manip_has_single_bit
1: [       OK ] openmp.bit_manip_has_single_bit (0 ms)
1: [ RUN      ] openmp.bit_manip_bit_floor
1: [       OK ] openmp.bit_manip_bit_floor (0 ms)
1: [ RUN      ] openmp.bit_manip_bit_ceil
1: [       OK ] openmp.bit_manip_bit_ceil (0 ms)
1: [ RUN      ] openmp.bit_manip_bit_width
1: [       OK ] openmp.bit_manip_bit_width (0 ms)
1: [ RUN      ] openmp.bit_manip_rotl
1: [       OK ] openmp.bit_manip_rotl (0 ms)
1: [ RUN      ] openmp.bit_manip_rotr
1: [       OK ] openmp.bit_manip_rotr (0 ms)
1: [ RUN      ] openmp.bit_manip_byeswap
1: [       OK ] openmp.bit_manip_byeswap (0 ms)
1: [ RUN      ] openmp.bit_manip_bit_cast
1: [       OK ] openmp.bit_manip_bit_cast (0 ms)
1: [ RUN      ] openmp.test_block_deduction_bug_pr_3103
1: [       OK ] openmp.test_block_deduction_bug_pr_3103 (0 ms)
1: [ RUN      ] openmp.checked_integer_operations_multiply_overflow
1: [       OK ] openmp.checked_integer_operations_multiply_overflow (0 ms)
1: [ RUN      ] openmp.execution_policy_occupancy_and_hint
1: [       OK ] openmp.execution_policy_occupancy_and_hint (0 ms)
1: [ RUN      ] openmp.complex_construction
1: [       OK ] openmp.complex_construction (0 ms)
1: [ RUN      ] openmp.complex_basic_math
1: [       OK ] openmp.complex_basic_math (0 ms)
1: [ RUN      ] openmp.complex_special_funtions
1: [       OK ] openmp.complex_special_funtions (0 ms)
1: [ RUN      ] openmp.complex_io
1: [       OK ] openmp.complex_io (0 ms)
1: [ RUN      ] openmp.complex_trivially_copyable
1: [       OK ] openmp.complex_trivially_copyable (0 ms)
1: [ RUN      ] openmp.complex_issue_3865
1: [       OK ] openmp.complex_issue_3865 (0 ms)
1: [ RUN      ] openmp.complex_operations_arithmetic_types_overloads
1: [       OK ] openmp.complex_operations_arithmetic_types_overloads (0 ms)
1: [ RUN      ] openmp.complex_structured_bindings
1: [       OK ] openmp.complex_structured_bindings (0 ms)
1: [ RUN      ] openmp.crs_count_fill
1: [       OK ] openmp.crs_count_fill (0 ms)
1: [ RUN      ] openmp.crs_copy_constructor
1: [       OK ] openmp.crs_copy_constructor (2 ms)
1: [ RUN      ] openmp.deep_copy_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 (8 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 (2 ms)
1: [ RUN      ] openmp.deep_copy_conversion
1: [       OK ] openmp.deep_copy_conversion (24 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 (413 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 (48 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 (42 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
1: [       OK ] openmp.local_deepcopy_teampolicy_layoutleft (465 ms)
1: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutleft
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
1: [       OK ] openmp.local_deepcopy_rangepolicy_layoutleft (771 ms)
1: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutright
1: [       OK ] openmp.local_deepcopy_teampolicy_layoutright (328 ms)
1: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutright
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
1: [       OK ] openmp.local_deepcopy_rangepolicy_layoutright (327 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
1: [       OK ] openmp.mdrange_5d (324 ms)
1: [ RUN      ] openmp.mdrange_6d
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o
1: [       OK ] openmp.mdrange_6d (530 ms)
1: [ RUN      ] openmp.mdrange_2d
1: [       OK ] openmp.mdrange_2d (1 ms)
1: [ RUN      ] openmp.mdrange_array_reduce
1: [       OK ] openmp.mdrange_array_reduce (0 ms)
1: [ RUN      ] openmp.mdrange_3d
1: [       OK ] openmp.mdrange_3d (8 ms)
1: [ RUN      ] openmp.mdrange_neg_idx
1: [       OK ] openmp.mdrange_neg_idx (26 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
1: [       OK ] openmp.mdrange_large_deep_copy (152 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 (579 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 (8 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 (0 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 (34 ms)
1: [ RUN      ] openmp.double_reduce
1: [       OK ] openmp.double_reduce (49 ms)
1: [ RUN      ] openmp.int64_t_reduce_dynamic
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_b.cpp.o
1: [       OK ] openmp.int64_t_reduce_dynamic (112 ms)
1: [ RUN      ] openmp.double_reduce_dynamic
1: [       OK ] openmp.double_reduce_dynamic (132 ms)
1: [ RUN      ] openmp.int64_t_reduce_dynamic_view
1: [       OK ] openmp.int64_t_reduce_dynamic_view (29 ms)
1: [ RUN      ] openmp.int_combined_reduce
1: [       OK ] openmp.int_combined_reduce (0 ms)
1: [ RUN      ] openmp.mdrange_combined_reduce
1: [       OK ] openmp.mdrange_combined_reduce (0 ms)
1: [ RUN      ] openmp.int_combined_reduce_mixed
1: [       OK ] openmp.int_combined_reduce_mixed (0 ms)
1: [ RUN      ] openmp.reduction_with_large_iteration_count
1: /var/jenkins/workspace/Kokkos_PR-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 (6 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
1: [       OK ] openmp.reduce_device_view_mdrange_policy (347 ms)
1: [ RUN      ] openmp.reduce_device_view_team_policy
1: [       OK ] openmp.reduce_device_view_team_policy (40 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 (12 ms)
1: [ RUN      ] openmp.team_reduce
1: [       OK ] openmp.team_reduce (9 ms)
1: [ RUN      ] openmp.team_reduce_large
1: [       OK ] openmp.team_reduce_large (129 ms)
1: [ RUN      ] openmp.team_parallel_single
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
1: [       OK ] openmp.team_parallel_single (1791 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 (57 ms)
1: [ RUN      ] openmp.team_broadcast_long_wrapper
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o
1: [       OK ] openmp.team_broadcast_long_wrapper (57 ms)
1: [ RUN      ] openmp.team_broadcast_char
1: [       OK ] openmp.team_broadcast_char (57 ms)
1: [ RUN      ] openmp.team_broadcast_float
1: [       OK ] openmp.team_broadcast_float (58 ms)
1: [ RUN      ] openmp.team_broadcast_double
1: [       OK ] openmp.team_broadcast_double (58 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
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
1: [       OK ] openmp.team_vector (189 ms)
1: [ RUN      ] openmp.triple_nested_parallelism
1: [       OK ] openmp.triple_nested_parallelism (95 ms)
1: [ RUN      ] openmp.parallel_scan_with_reducers
1: [       OK ] openmp.parallel_scan_with_reducers (41 ms)
1: [ RUN      ] openmp.team_thread_range_combined_reducers
1: [       OK ] openmp.team_thread_range_combined_reducers (0 ms)
1: [ RUN      ] openmp.thread_vector_range_combined_reducers
1: [       OK ] openmp.thread_vector_range_combined_reducers (0 ms)
1: [ RUN      ] openmp.team_vector_range_combined_reducers
1: [       OK ] openmp.team_vector_range_combined_reducers (0 ms)
1: [ RUN      ] openmp.TeamThreadMDRangeParallelFor
1: [       OK ] openmp.TeamThreadMDRangeParallelFor (5 ms)
1: [ RUN      ] openmp.ThreadVectorMDRangeParallelFor
1: [       OK ] openmp.ThreadVectorMDRangeParallelFor (3 ms)
1: [ RUN      ] openmp.TeamVectorMDRangeParallelFor
1: [       OK ] openmp.TeamVectorMDRangeParallelFor (4 ms)
1: [ RUN      ] openmp.TeamThreadMDRangeParallelReduce
1: [       OK ] openmp.TeamThreadMDRangeParallelReduce (5 ms)
1: [ RUN      ] openmp.ThreadVectorMDRangeParallelReduce
1: [       OK ] openmp.ThreadVectorMDRangeParallelReduce (4 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
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_subview.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_SharedAlloc.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMemoryAccessViolation.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ReducerCTADs.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
1: [       OK ] openmp.team_reduction_scan (6331 ms)
1: [ RUN      ] openmp.team_long_reduce
1: [       OK ] openmp.team_long_reduce (14 ms)
1: [ RUN      ] openmp.team_double_reduce
1: [       OK ] openmp.team_double_reduce (15 ms)
1: [ RUN      ] openmp.team_long_array_reduce
1: [       OK ] openmp.team_long_array_reduce (13 ms)
1: [ RUN      ] openmp.team_double_array_reduce
1: [       OK ] openmp.team_double_array_reduce (15 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
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o
1: [       OK ] openmp.repeated_team_reduce (607 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 (103 ms)
1: [ RUN      ] openmp.team_scan_ret_val
1: [       OK ] openmp.team_scan_ret_val (91 ms)
1: [ RUN      ] openmp.team_shared_request
1: [       OK ] openmp.team_shared_request (273 ms)
1: [ RUN      ] openmp.team_scratch_request
1: [       OK ] openmp.team_scratch_request (49 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 (3 ms)
1: [ RUN      ] openmp.team_scratch_memory_index_parallel_for
1: [       OK ] openmp.team_scratch_memory_index_parallel_for (0 ms)
1: [ RUN      ] openmp.team_policy_max_recommended
1: [       OK ] openmp.team_policy_max_recommended (1587 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 (51 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 (5 ms)
1: [ RUN      ] openmp.view_layout_left_with_stride
1: [       OK ] openmp.view_layout_left_with_stride (0 ms)
1: [ RUN      ] openmp.view_layout_right_with_stride
1: [       OK ] openmp.view_layout_right_with_stride (0 ms)
1: [ RUN      ] openmp.view_api_b
1: [       OK ] openmp.view_api_b (1 ms)
1: [ RUN      ] openmp.view_api_c
1: [       OK ] openmp.view_api_c (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 (0 ms)
1: [ RUN      ] openmp.anonymous_space
1: [       OK ] openmp.anonymous_space (0 ms)
1: [ RUN      ] openmp.view_overload_resolution
1: [       OK ] openmp.view_overload_resolution (0 ms)
1: [ RUN      ] openmp.view_allocation_large_rank
1: [       OK ] openmp.view_allocation_large_rank (338 ms)
1: [ RUN      ] openmp.view_shmem_size_on_device
1: [       OK ] openmp.view_shmem_size_on_device (0 ms)
1: [ RUN      ] openmp.view_is_assignable
1: [       OK ] openmp.view_is_assignable (0 ms)
1: [ RUN      ] openmp.view_bad_alloc
1: [       OK ] openmp.view_bad_alloc (0 ms)
1: [ RUN      ] openmp.view_copy_tests
1: [       OK ] openmp.view_copy_tests (2 ms)
1: [ RUN      ] openmp.view_copy_tests_rank_0
1: [       OK ] openmp.view_copy_tests_rank_0 (0 ms)
1: [ RUN      ] openmp.view_copy_degenerated
1: [       OK ] openmp.view_copy_degenerated (0 ms)
1: [ RUN      ] openmp.view_fill_tests_layout_right
1: [       OK ] openmp.view_fill_tests_layout_right (668 ms)
1: [ RUN      ] openmp.view_fill_tests_layout_left
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
1: [       OK ] openmp.view_fill_tests_layout_left (577 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 (32 ms)
1: [ RUN      ] openmp.view_layoutstride_right_to_layoutright_assignment
1: [       OK ] openmp.view_layoutstride_right_to_layoutright_assignment (32 ms)
1: [ RUN      ] openmp.view_irregular_layout
1: [       OK ] openmp.view_irregular_layout (0 ms)
1: [ RUN      ] openmp.view_mapping
1: [       OK ] openmp.view_mapping (58 ms)
1: [ RUN      ] openmp.view_mapping_operator
1: [       OK ] openmp.view_mapping_operator (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
[ 37%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2C
1: [       OK ] openmp.workgraph_fib (693 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 (4 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d_randomaccess
1: [       OK ] openmp.view_subview_2d_from_3d_randomaccess (4 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left
1: [       OK ] openmp.view_subview_3d_from_5d_left (86 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left_atomic
1: [       OK ] openmp.view_subview_3d_from_5d_left_atomic (84 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
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o
1: [       OK ] openmp.view_subview_3d_from_5d_right (114 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right_atomic
1: [       OK ] openmp.view_subview_3d_from_5d_right_atomic (113 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right_randomaccess
1: [       OK ] openmp.view_subview_3d_from_5d_right_randomaccess (112 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 (20473 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. (73718 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   74.21 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
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOfClass.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
2: [       OK ] openmp.raw_openmp_interop (405 ms)
2: [----------] 1 test from openmp (405 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 1 test from 1 test suite ran. (405 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
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_a.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
3: [       OK ] hip_DeathTest.abort_from_host (1655 ms)
3: [ RUN      ] hip_DeathTest.abort_from_device
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o
3: [       OK ] hip_DeathTest.abort_from_device (3174 ms)
3: [ RUN      ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_b.cpp.o
3: [       OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (1704 ms)
3: [ RUN      ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOfViews.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
3: [       OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (1658 ms)
3: [ RUN      ] hip_DeathTest.policy_invalid_bounds
3: [       OK ] hip_DeathTest.policy_invalid_bounds (1625 ms)
3: [ RUN      ] hip_DeathTest.range_policy_invalid_bounds
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOutOfBoundsAccess.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_c.cpp.o
3: [       OK ] hip_DeathTest.range_policy_invalid_bounds (3271 ms)
3: [ RUN      ] hip_DeathTest.range_policy_round_trip_conversion_fires
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o
3: [       OK ] hip_DeathTest.range_policy_round_trip_conversion_fires (1618 ms)
3: [ RUN      ] hip_DeathTest.range_policy_check_sign_changes
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_e.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c15.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
3: [       OK ] hip_DeathTest.range_policy_check_sign_changes (3328 ms)
3: [ RUN      ] hip_DeathTest.range_policy_implicitly_converted_bounds
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewResize.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_b.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_WithoutInitializing.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfViews.cpp.o
3: [       OK ] hip_DeathTest.range_policy_implicitly_converted_bounds (6946 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
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 73%] Linking CXX executable Kokkos_UnitTest_Sort
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.cpp.o
[ 73%] Built target Kokkos_UnitTest_Sort
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 73%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SharedAlloc.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 39%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2D
[ 74%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorProp.cpp.o
[ 74%] Built target Kokkos_CoreUnitTest_Cuda2
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 75%] Built target Kokkos_ContainersUnitTest_OpenMP
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 76%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SpaceAwareAccessorAccessViolation.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
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
3: [       OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (11741 ms)
3: [ RUN      ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SpaceAwareAccessor.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Swap.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o
[ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_c.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
3: [       OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (11598 ms)
3: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_host
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o
[ 27%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_TeamPolicyConstructors.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 81%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
[ 81%] Built target Kokkos_PerformanceTest_Benchmark
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 77%] 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_Team_D.dir/UnitTestMain.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o
[ 77%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda
[ 39%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2A
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_d.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 77%] Built target Kokkos_ContainersUnitTest_Cuda
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o
[ 27%] Built target Kokkos_CoreUnitTest_Cuda3
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Timer.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Assignment.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_View_64bit.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_e.cpp.o
[ 84%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_StaticCrsGraph.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o
[ 84%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
3: [       OK ] hip_DeathTest.view_memory_access_violations_from_host (31936 ms)
3: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_device
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 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/TestStdAlgorithmsTeamFindIf.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 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/TestStdAlgorithmsTeamFindIfNot.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfViews.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_a.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_a.cpp.o
[ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit.dir/sycl/TestSYCL_InterOp_Init.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 85%] 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_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit_Context.dir/UnitTestMainInit.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o
[ 40%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o
[ 41%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpInit
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 41%] Built target Kokkos_CoreUnitTest_SYCLInterOpInit
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreams.dir/UnitTestMain.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit_Context.dir/sycl/TestSYCL_InterOp_Init_Context.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreams.dir/sycl/TestSYCL_InterOp_Streams.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 27%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o
[ 27%] Built target Kokkos_CoreUnitTest_Develop
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBuiltins.dir/tools/TestBuiltinTuners.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 26%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o
[ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 26%] Built target Kokkos_CoreUnitTest_InitializeFinalize
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_b.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 41%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpInit_Context
[ 85%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_b.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_c.cpp.o
[ 41%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpStreams
[ 27%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize
[ 27%] Built target Kokkos_CoreUnitTest_InitializeFinalize
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_d.cpp.o
[ 41%] Built target Kokkos_CoreUnitTest_SYCLInterOpInit_Context
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 41%] Built target Kokkos_CoreUnitTest_SYCLInterOpStreams
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpGraph.dir/UnitTestMainInit.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o
[ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[ 85%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Vector.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_c.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU.dir/sycl/TestSYCL_InterOp_StreamsMultiGPU.cpp.o
[ 29%] Linking CXX executable Kokkos_CoreUnitTest_TuningBuiltins
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 41%] Built target Kokkos_CoreUnitTest_Serial1
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpGraph.dir/sycl/TestSYCL_InterOp_Graph.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 29%] Built target Kokkos_CoreUnitTest_TuningBuiltins
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBasics.dir/tools/TestTuning.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o
[ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 82%] 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/TestStdAlgorithmsShiftRight.cpp.o
3: [       OK ] hip_DeathTest.view_memory_access_violations_from_device (69929 ms)
3: [----------] 17 tests from hip_DeathTest (150190 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 (3486 ms)
3: [----------] 1 test from hip_graph_DeathTest (3486 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 (3221 ms)
3: [----------] 2 tests from hip_managed_DeathTest (3221 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 (10 ms)
3: [ RUN      ] hip.atomic_operations_int8
3: [       OK ] hip.atomic_operations_int8 (27 ms)
3: [ RUN      ] hip.atomic_operations_int16
3: [       OK ] hip.atomic_operations_int16 (26 ms)
3: [ RUN      ] hip.atomic_operations_int
3: [       OK ] hip.atomic_operations_int (26 ms)
3: [ RUN      ] hip.atomic_operations_long
3: [       OK ] hip.atomic_operations_long (26 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 (24 ms)
3: [ RUN      ] hip.atomics
3: [       OK ] hip.atomics (197 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
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 83%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
[ 41%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 83%] Built target Kokkos_PerformanceTest_Benchmark
[ 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_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 41%] Built target Kokkos_CoreUnitTest_SYCL2D
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o
[ 42%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpGraph
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewBadAlloc.cpp.o
[ 42%] Built target Kokkos_CoreUnitTest_SYCLInterOpGraph
[ 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_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o
3: [       OK ] hip.atomic_views_nonintegral (16338 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 (18 ms)
3: [ RUN      ] hip.deep_copy_conversion
3: [       OK ] hip.deep_copy_conversion (9 ms)
3: [ RUN      ] hip.partitioning_by_args
3: [       OK ] hip.partitioning_by_args (9 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 (1 ms)
3: [ RUN      ] hip.exec_space_thread_safety_range
[ 27%] 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_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Narrowing.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c02.cpp.o
[ 42%] Built target Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o
[ 29%] Linking CXX executable Kokkos_CoreUnitTest_TuningBasics
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
3: [       OK ] hip.exec_space_thread_safety_range (9707 ms)
3: [ RUN      ] hip.exec_space_thread_safety_mdrange
[ 29%] Built target Kokkos_CoreUnitTest_TuningBasics
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
3: [       OK ] hip.exec_space_thread_safety_mdrange (972 ms)
3: [ RUN      ] hip.exec_space_thread_safety_team_policy
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CategoricalTuner.dir/tools/TestCategoricalTuner.cpp.o
3: [       OK ] hip.exec_space_thread_safety_team_policy (962 ms)
3: [ RUN      ] hip.exec_space_thread_safety_range_reduce
[ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 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
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 44%] Built target Kokkos_CoreUnitTest_SYCL2C
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
3: [       OK ] hip.exec_space_thread_safety_range_reduce (967 ms)
3: [ RUN      ] hip.exec_space_thread_safety_mdrange_reduce
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o
3: [       OK ] hip.exec_space_thread_safety_mdrange_reduce (967 ms)
3: [ RUN      ] hip.exec_space_thread_safety_team_policy_reduce
[ 87%] Linking CXX executable Kokkos_ContainersUnitTest_HIP
[ 87%] Built target Kokkos_ContainersUnitTest_HIP
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c03.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
3: [       OK ] hip.exec_space_thread_safety_team_policy_reduce (963 ms)
3: [ RUN      ] hip.exec_space_thread_safety_range_scan
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 (4 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 (1 ms)
3: [ RUN      ] hip.join_backward_compatibility
3: [       OK ] hip.join_backward_compatibility (0 ms)
3: [ RUN      ] hip.local_deepcopy_teampolicy_layoutleft
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
3: [       OK ] hip.local_deepcopy_teampolicy_layoutleft (945 ms)
3: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutleft
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
3: [       OK ] hip.local_deepcopy_rangepolicy_layoutleft (2284 ms)
3: [ RUN      ] hip.local_deepcopy_teampolicy_layoutright
[ 44%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
3: [       OK ] hip.local_deepcopy_teampolicy_layoutright (1277 ms)
3: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutright
[ 44%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_a.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorProp.cpp.o
3: [       OK ] hip.local_deepcopy_rangepolicy_layoutright (2221 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 (32 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
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o
3: [       OK ] hip.mathematical_functions_power_functions (35 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 (2 ms)
3: [ RUN      ] hip.mathematical_functions_floating_point_manipulation_functions
3: [       OK ] hip.mathematical_functions_floating_point_manipulation_functions (1 ms)
3: [ RUN      ] hip.mathematical_functions_absolute_value
3: [       OK ] hip.mathematical_functions_absolute_value (0 ms)
3: [ RUN      ] hip.mathematical_functions_floating_point_absolute_value
3: [       OK ] hip.mathematical_functions_floating_point_absolute_value (0 ms)
3: [ RUN      ] hip.mathematical_functions_remainder_function
3: [       OK ] hip.mathematical_functions_remainder_function (0 ms)
3: [ RUN      ] hip.mathematical_functions_isfinite
3: [       OK ] hip.mathematical_functions_isfinite (0 ms)
3: [ RUN      ] hip.mathematical_functions_isinf
3: [       OK ] hip.mathematical_functions_isinf (0 ms)
3: [ RUN      ] hip.mathematical_functions_isnan
3: [       OK ] hip.mathematical_functions_isnan (0 ms)
3: [ RUN      ] hip.mathematical_functions_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 (17 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 (130 ms)
3: [ RUN      ] hip.mdrange_6d
[ 45%] Linking CXX executable Kokkos_CoreUnitTest_Develop
3: [       OK ] hip.mdrange_6d (206 ms)
3: [ RUN      ] hip.mdrange_2d
3: [       OK ] hip.mdrange_2d (5 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
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
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
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 45%] Built target Kokkos_CoreUnitTest_Develop
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
3: [       OK ] hip.mdrange_parallel_reduce_primitive_types (3569 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 (19 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 (26 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 (8 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 (15 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 (24 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 (8 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 (30 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 (9 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 (15 ms)
3: [ RUN      ] hip.impl_shared_alloc
3: [       OK ] hip.impl_shared_alloc (228 ms)
3: [ RUN      ] hip.kokkos_swap
3: [       OK ] hip.kokkos_swap (0 ms)
3: [ RUN      ] hip.team_for
3: [       OK ] hip.team_for (43 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
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
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
3: [       OK ] hip.parallel_scan_with_reducers (132 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 (46 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 (23 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
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_a.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c04.cpp.o
[ 28%] Linking CXX executable Kokkos_CoreUnitTest_Develop
3: [       OK ] hip.team_reduction_scan (2316 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 (24 ms)
3: [ RUN      ] hip.team_parallel_dummy_with_reducer_and_scratch_space
3: [       OK ] hip.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
3: [ RUN      ] hip.repeated_team_reduce
3: [       OK ] hip.repeated_team_reduce (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 (126 ms)
3: [ RUN      ] hip.team_scan_ret_val
3: [       OK ] hip.team_scan_ret_val (88 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 (24 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 (30 ms)
3: [ RUN      ] hip.unique_token_instance
3: [       OK ] hip.unique_token_instance (25 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 (1 ms)
3: [ RUN      ] hip.view_overload_resolution
3: [       OK ] hip.view_overload_resolution (0 ms)
3: [ RUN      ] hip.view_allocation_large_rank
3: [       OK ] hip.view_allocation_large_rank (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 (9 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
3: [       OK ] hip.view_fill_tests_layout_right (74 ms)
3: [ RUN      ] hip.view_fill_tests_layout_left
3: [       OK ] hip.view_fill_tests_layout_left (41 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 (42 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 (55 ms)
3: [ RUN      ] hip.view_mapping_operator
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
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 (19 ms)
3: [ RUN      ] hip.view_realloc
3: [       OK ] hip.view_realloc (0 ms)
3: [ RUN      ] hip.workgraph_fib
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o
[ 45%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 45%] Built target Kokkos_ProfilingAllCalls
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
3: [       OK ] hip.workgraph_fib (3208 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 (3 ms)
3: [ RUN      ] hip.memory_requirements
3: [       OK ] hip.memory_requirements (0 ms)
3: [ RUN      ] hip.team_scratch_1_streams
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[ 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
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 30%] Linking CXX executable Kokkos_CoreUnitTest_CategoricalTuner
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 30%] Built target Kokkos_CoreUnitTest_CategoricalTuner
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 45%] Linking CXX executable Kokkos_ToolsInitialization
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_b.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_c.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o
[ 28%] Built target Kokkos_CoreUnitTest_Develop
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Narrowing.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 45%] Built target Kokkos_ToolsInitialization
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 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_Team_D.dir/UnitTestMain.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o
[ 28%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_b.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 28%] Built target Kokkos_CoreUnitTest_Cuda3
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o
[ 93%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 86%] 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_LocalDeepCopy.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 93%] Built target Kokkos_CoreUnitTest_Serial2
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.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_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 31%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCtorDimMatch.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[ 45%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 45%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c10.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_subview.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 45%] Built target Kokkos_CoreUnitTest_InitializeFinalize
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/UnitTestMainInit.cpp.o
[ 31%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 45%] Built target Kokkos_CoreUnitTest_KokkosP
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test01_execspace_SYCL.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 45%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCL_Spaces.cpp.o
[ 45%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 28%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 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_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
3: [       OK ] hip.team_scratch_1_streams (51294 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 (102497 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 (3 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 (18 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 (3 ms)
3: [ RUN      ] hip_managed.view_subview_2d_from_3d
3: [       OK ] hip_managed.view_subview_2d_from_3d (47 ms)
3: [ RUN      ] hip_managed.view_subview_2d_from_3d_atomic
3: [       OK ] hip_managed.view_subview_2d_from_3d_atomic (48 ms)
3: [ RUN      ] hip_managed.view_subview_2d_from_3d_randomaccess
3: [       OK ] hip_managed.view_subview_2d_from_3d_randomaccess (48 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 (130 ms)
3: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_randomaccess
3: [       OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (130 ms)
3: [ RUN      ] hip_managed.view_subview_3d_from_5d_right
3: [       OK ] hip_managed.view_subview_3d_from_5d_right (138 ms)
3: [ RUN      ] hip_managed.view_subview_3d_from_5d_right_atomic
3: [       OK ] hip_managed.view_subview_3d_from_5d_right_atomic (136 ms)
3: [ RUN      ] hip_managed.view_subview_3d_from_5d_right_randomaccess
3: [       OK ] hip_managed.view_subview_3d_from_5d_right_randomaccess (122 ms)
3: [ RUN      ] hip_managed.view_test_unmanaged_subview_reset
3: [       OK ] hip_managed.view_test_unmanaged_subview_reset (0 ms)
3: [ RUN      ] hip_managed.view_subview_memory_traits_construction
3: [       OK ] hip_managed.view_subview_memory_traits_construction (0 ms)
3: [ RUN      ] hip_managed.impl_shared_alloc
3: [       OK ] hip_managed.impl_shared_alloc (320 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 (17 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 (1 ms)
3: [ RUN      ] hip_managed.view_mirror_nonconst
3: [       OK ] hip_managed.view_mirror_nonconst (0 ms)
3: [ RUN      ] hip_managed.view_stride_method
3: [       OK ] hip_managed.view_stride_method (0 ms)
3: [ RUN      ] hip_managed.anonymous_space
3: [       OK ] hip_managed.anonymous_space (0 ms)
3: [ RUN      ] hip_managed.view_overload_resolution
3: [       OK ] hip_managed.view_overload_resolution (0 ms)
3: [ RUN      ] hip_managed.view_allocation_large_rank
3: [       OK ] hip_managed.view_allocation_large_rank (713 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 (15 ms)
3: [ RUN      ] hip_managed.view_copy_tests_rank_0
3: [       OK ] hip_managed.view_copy_tests_rank_0 (4 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 (1356 ms)
3: [ RUN      ] hip_managed.view_fill_tests_layout_left
3: [       OK ] hip_managed.view_fill_tests_layout_left (757 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 (4245 ms total)
3: 
3: [----------] 28 tests from hip_hostpinned
3: [ RUN      ] hip_hostpinned.impl_shared_alloc
3: [       OK ] hip_hostpinned.impl_shared_alloc (190 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 (699 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
[ 45%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
3: [       OK ] hip_hostpinned.view_fill_tests_layout_right (1103 ms)
3: [ RUN      ] hip_hostpinned.view_fill_tests_layout_left
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCtorProp.cpp.o
3: [       OK ] hip_hostpinned.view_fill_tests_layout_left (1020 ms)
3: [ RUN      ] hip_hostpinned.view_mapping
3: [       OK ] hip_hostpinned.view_mapping (57 ms)
3: [ RUN      ] hip_hostpinned.view_mapping_operator
3: [       OK ] hip_hostpinned.view_mapping_operator (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 (3097 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 (83 ms)
3: [ RUN      ] hip_constant_memory.one_stream_per_device
3: [       OK ] hip_constant_memory.one_stream_per_device (66 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. (266908 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
[ 45%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o
 3/58 Test  #3: Kokkos_CoreUnitTest_HIP ....................................   Passed  267.58 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
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.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
5: [       OK ] hip.raw_hip_interop (406 ms)
5: [----------] 1 test from hip (406 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 1 test from 1 test suite ran. (406 ms total)
5: [  PASSED  ] 1 test.
 5/58 Test  #5: Kokkos_CoreUnitTest_HIPInterOpInit .........................   Passed    0.46 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 (403 ms)
6: [----------] 1 test from hip (403 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 1 test from 1 test suite ran. (403 ms total)
6: [  PASSED  ] 1 test.
 6/58 Test  #6: Kokkos_CoreUnitTest_HIPInterOpStreams ......................   Passed    0.46 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
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
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.47 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
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
[ 45%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
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 (8 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 (8 ms)
9: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
9: [       OK ] defaultdevicetype.reduce_instantiation_a2 (14 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 (15 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
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
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.67 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
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
10: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (995 ms)
10: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 45%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 28%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test02_atomic_host_SYCL.cpp.o
10: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (4424 ms)
10: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
[ 31%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewEmptyRuntimeUnmanaged.cpp.o
10: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (7021 ms)
10: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (12441 ms total)
10: 
10: [----------] 4 tests from InitializeFinalize_DeathTest
10: [ RUN      ] InitializeFinalize_DeathTest.initialize
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewLayoutStrideAssignment.cpp.o
[ 46%] Linking CXX executable Kokkos_CoreUnitTest_SYCL3
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c11.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_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 31%] Built target Kokkos_ProfilingAllCalls
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
10: [       OK ] InitializeFinalize_DeathTest.initialize (3365 ms)
10: [ RUN      ] InitializeFinalize_DeathTest.finalize
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 32%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMapping_a.cpp.o
10: [       OK ] InitializeFinalize_DeathTest.finalize (2441 ms)
10: [ RUN      ] InitializeFinalize_DeathTest.is_initialized
10: [       OK ] InitializeFinalize_DeathTest.is_initialized (455 ms)
10: [ RUN      ] InitializeFinalize_DeathTest.is_finalized
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
10: [       OK ] InitializeFinalize_DeathTest.is_finalized (444 ms)
10: [----------] 4 tests from InitializeFinalize_DeathTest (6707 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 (453 ms)
10: [----------] 1 test from Legion_DeathTest (453 ms total)
10: 
10: [----------] 2 tests from PushFinalizeHook_DeathTest
10: [ RUN      ] PushFinalizeHook_DeathTest.called_in_reverse_order
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMapping_b.cpp.o
10: [       OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (448 ms)
10: [ RUN      ] PushFinalizeHook_DeathTest.terminate_on_throw
[ 46%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 46%] Built target Kokkos_CoreUnitTest_SYCL1A
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
10: [       OK ] PushFinalizeHook_DeathTest.terminate_on_throw (1444 ms)
10: [----------] 2 tests from PushFinalizeHook_DeathTest (1893 ms total)
10: 
10: [----------] 6 tests from ScopeGuard_DeathTest
10: [ RUN      ] ScopeGuard_DeathTest.create
10: [       OK ] ScopeGuard_DeathTest.create (452 ms)
10: [ RUN      ] ScopeGuard_DeathTest.create_argument
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMemoryAccessViolation.cpp.o
10: [       OK ] ScopeGuard_DeathTest.create_argument (449 ms)
10: [ RUN      ] ScopeGuard_DeathTest.create_while_initialize
[ 32%] Built target Kokkos_CoreUnitTest_Default
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewOfViews.cpp.o
10: [       OK ] ScopeGuard_DeathTest.create_while_initialize (1425 ms)
10: [ RUN      ] ScopeGuard_DeathTest.create_after_initialize
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewOutOfBoundsAccess.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test03a_MemorySpace_malloc_SYCL.cpp.o
[ 90%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o
10: [       OK ] ScopeGuard_DeathTest.create_after_initialize (1441 ms)
10: [ RUN      ] ScopeGuard_DeathTest.create_after_finalize
[ 90%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
10: [       OK ] ScopeGuard_DeathTest.create_after_finalize (1421 ms)
10: [ RUN      ] ScopeGuard_DeathTest.destroy_after_finalize
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test03b_MemorySpace_free_SYCL.cpp.o
10: [       OK ] ScopeGuard_DeathTest.destroy_after_finalize (1400 ms)
10: [----------] 6 tests from ScopeGuard_DeathTest (6590 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. (28110 ms total)
10: [  PASSED  ] 30 tests.
10/58 Test #10: Kokkos_CoreUnitTest_InitializeFinalize .....................   Passed   28.13 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.45 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.48 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_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
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().
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
16: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device: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:0x2acd3c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x23099c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x2309ac0:Host:source:0x2acd4c0: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:0x23099c0:40::kokkosp_deallocate_data:Host:source:0x2acd3c0:40::kokkosp_finalize_library::
16/58 Test #16: Kokkos_ProfilingTestLibraryLoad ............................   Passed    0.45 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:0x1da1e00:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x14f6140:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x14f6240:Host:source:0x1da1f00: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:0x14f6140:40::kokkosp_deallocate_data:Host:source:0x1da1e00: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
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) [0x7f610c4901ca]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f610c49028b]
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: [0x7f610c4901ca] 
18: [0x7f610c49028b] __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) [0x7f610c4901ca]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f610c49028b]
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: [0x7f610c4901ca] 
18: [0x7f610c49028b] __libc_start_main
18: [0x25ff85] _start
18:  
18: Test setting std::terminate handler that prints the last saved stack trace
[ 47%] Linking CXX executable Kokkos_StackTraceTestExec
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
18: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (1527 ms)
18: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.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) [0x7f2a2f2ff1ca]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f2a2f2ff28b]
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: [0x7f2a2f2ff1ca] 
18: [0x7f2a2f2ff28b] __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) [0x7f2a2f2ff1ca]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f2a2f2ff28b]
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: [0x7f2a2f2ff1ca] 
18: [0x7f2a2f2ff28b] __libc_start_main
18: [0x25ff85] _start
18:  
18: Test setting std::terminate handler that prints the last saved stack trace
18: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (1510 ms)
18: [----------] 2 tests from defaultdevicetype_DeathTest (3037 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) [0x7f4bc86551ca]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f4bc865528b]
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: [0x7f4bc86551ca] 
18: [0x7f4bc865528b] __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) [0x7f4bc86551ca]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f4bc865528b]
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: [0x7f4bc86551ca] 
18: [0x7f4bc865528b] __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. (3038 ms total)
18: [  PASSED  ] 3 tests.
18/58 Test #18: Kokkos_CoreUnitTest_StackTraceTest .........................   Passed    3.48 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
[ 47%] Built target Kokkos_StackTraceTestExec
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
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 (44 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 (3 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 (42 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 (93 ms total)
19: 
19: [----------] Global test environment tear-down
19: [==========] 28 tests from 1 test suite ran. (93 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
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
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_WithoutInitializing.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test04_ParallelFor_RangePolicy_SYCL.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
20: [       OK ] HIP.IncrTest_03b_memspace_free (4359 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 (193 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 (3 ms)
20: [ RUN      ] HIP.incr_17_atomicView
20: [       OK ] HIP.incr_17_atomicView (1 ms)
20: [----------] 28 tests from HIP (4591 ms total)
20: 
20: [----------] Global test environment tear-down
20: [==========] 28 tests from 1 test suite ran. (4591 ms total)
20: [  PASSED  ] 28 tests.
20/58 Test #20: Kokkos_IncrementalTest_HIP .................................   Passed    5.06 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 (653 ms)
21: [ RUN      ] ctest_environment_DeathTest.no_type_str
[ 29%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
21: [       OK ] ctest_environment_DeathTest.no_type_str (530 ms)
21: [ RUN      ] ctest_environment_DeathTest.missing_type
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test05_ParallelReduce_RangePolicy_SYCL.cpp.o
[ 47%] Built target Kokkos_CoreUnitTest_SYCL2A
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
21: [       OK ] ctest_environment_DeathTest.missing_type (1077 ms)
21: [ RUN      ] ctest_environment_DeathTest.no_id_str
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c12.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
21: [       OK ] ctest_environment_DeathTest.no_id_str (526 ms)
21: [ RUN      ] ctest_environment_DeathTest.invalid_id_str
[ 30%] Built target Kokkos_ProfilingAllCalls
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
21: [       OK ] ctest_environment_DeathTest.invalid_id_str (1051 ms)
21: [----------] 5 tests from ctest_environment_DeathTest (3840 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. (3840 ms total)
21: [  PASSED  ] 8 tests.
21/58 Test #21: Kokkos_CoreUnitTest_CTestDevice ............................   Passed    3.86 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%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
26: test_device_id (__main__.KokkosInitializationTestCase.test_device_id) ... ok
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_a.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
26: test_disable_warnings (__main__.KokkosInitializationTestCase.test_disable_warnings) ... ok
26: test_num_devices (__main__.KokkosInitializationTestCase.test_num_devices) ... ok
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_b.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test06_ParallelFor_MDRangePolicy_SYCL.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
26: test_num_threads (__main__.KokkosInitializationTestCase.test_num_threads) ... ok
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
26: test_tune_internals (__main__.KokkosInitializationTestCase.test_tune_internals) ... ok
26: 
26: ----------------------------------------------------------------------
26: Ran 5 tests in 8.514s
26: 
26: OK
26/58 Test #26: Kokkos_CoreUnitTest_DeviceAndThreads .......................   Passed    8.56 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-10_T18-40-45.json"
27: Test timeout computed to be: 1500
27: 2025-09-10T19:00:52+00:00
27: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
27: Run on (255 X 3473.39 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.77, 8.76, 9.76
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.23891u
27: GramSchmidt<double>/Count:2048/iterations:5/manual_time                                                                                                                        0.006 s         0.007 s             5     2.048k        3.10349u
27: GramSchmidt<double>/Count:4096/iterations:5/manual_time                                                                                                                        0.006 s         0.007 s             5     4.096k        1.54576u
27: GramSchmidt<double>/Count:8192/iterations:5/manual_time                                                                                                                        0.006 s         0.008 s             5     8.192k        767.464n
27: GramSchmidt<double>/Count:16384/iterations:5/manual_time                                                                                                                       0.006 s         0.008 s             5    16.384k        382.791n
27: GramSchmidt<double>/Count:32768/iterations:5/manual_time                                                                                                                       0.007 s         0.009 s             5    32.768k        201.349n
27: GramSchmidt<double>/Count:65536/iterations:5/manual_time                                                                                                                       0.008 s         0.012 s             5    65.536k        117.065n
27: GramSchmidt<double>/Count:131072/iterations:5/manual_time                                                                                                                      0.010 s         0.020 s             5   131.072k        73.8986n
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
27: GramSchmidt<double>/Count:262144/iterations:5/manual_time                                                                                                                      0.031 s         0.050 s             5   262.144k        116.679n
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
27: GramSchmidt<double>/Count:524288/iterations:5/manual_time                                                                                                                      0.033 s         0.082 s             5   524.288k        62.6306n
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c13.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.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.373k/s       11.5
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
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.521 s         0.511 s             1        0.103113    0.0481822               0.0868809             0.043047   0.0445555           5.56u
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test08_deep_copy_SYCL.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.187m     4.03747m                7.70844m                   3.8639m    3.83776m            4.5u
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
27: OverlapTeamPolicy/N:20/M:1000000/R:10                                                                                                                                          0.200 s         0.197 s             4       0.0349663    0.0177398               0.0375033                 0.0183323   0.0189785           4.92u
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         26.874n
27: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     2.048k        12.6611n
27: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     4.096k        4.95361n
27: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     8.192k        2.58655n
27: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    16.384k        1.43799n
27: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    32.768k        970.459p
27: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    65.536k        648.651p
27: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                                                                                                                0.000 s         0.000 s             5   131.072k        508.492p
27: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                                                                                                                0.000 s         0.001 s             5   262.144k        432.159p
27: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                                                                                                                0.000 s         0.001 s             5   524.288k        381.044p
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c01.cpp.o
[ 33%] Linking CXX executable Kokkos_ToolsInitialization
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 33%] Built target Kokkos_ToolsInitialization
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o
27: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: rate
27: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Malloc/N:1/manual_time                                                                                                                                                          25.0 us         53.3 us        27841 39.9509k/s
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 93%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 93%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o
27: Malloc/N:16/manual_time                                                                                                                                                         25.0 us         53.4 us        28029 39.9688k/s
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 31%] Linking CXX executable Kokkos_CoreUnitTest_Default
27: Malloc/N:256/manual_time                                                                                                                                                        20.1 us         46.3 us        28097 49.6488k/s
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test10_HierarchicalBasics_SYCL.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
27: Malloc/N:4096/manual_time                                                                                                                                                       23.1 us         50.7 us        37105 43.3465k/s
[ 97%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c14.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
27: Malloc/N:65536/manual_time                                                                                                                                                      24.9 us         53.2 us        28172 40.2227k/s
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c15.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 93%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.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_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SYCL.cpp.o
27: Malloc/N:1048576/manual_time                                                                                                                                                    25.2 us         53.6 us        27949 39.6069k/s
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c02.cpp.o
[ 98%] Built target Kokkos_CoreUnitTest_Serial1
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c03.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SYCL.cpp.o
[ 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_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[ 31%] Built target Kokkos_CoreUnitTest_Default
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
27: Malloc/N:16777216/manual_time                                                                                                                                                    504 us          217 us         6154 1.98358k/s
27: Malloc/N:268435456/manual_time                                                                                                                                                  9371 us          428 us           75  106.717/s
27: Malloc/N:4294967296/manual_time                                                                                                                                               149894 us         1779 us            5  6.67137/s
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
27: MallocFree/N:1/manual_time                                                                                                                                                       155 us          152 us         4509 6.46064k/s
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o
[ 93%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 93%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SYCL.cpp.o
27: MallocFree/N:16/manual_time                                                                                                                                                     48.2 us         47.5 us        12981 20.7348k/s
[ 94%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan
[ 94%] Built target Kokkos_PerformanceTest_InclusiveScan
[ 94%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
27: MallocFree/N:256/manual_time                                                                                                                                                    55.7 us         51.2 us        13000 17.9572k/s
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
27: MallocFree/N:4096/manual_time                                                                                                                                                   51.6 us         50.8 us        13025 19.3711k/s
27: MallocFree/N:65536/manual_time                                                                                                                                                  45.0 us         44.4 us        15510 22.1979k/s
27: MallocFree/N:1048576/manual_time                                                                                                                                                54.2 us         53.3 us        10000 18.4476k/s
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c04.cpp.o
[ 94%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test12a_ThreadScratch_SYCL.cpp.o
27: MallocFree/N:16777216/manual_time                                                                                                                                                506 us          213 us         3842 1.97823k/s
27: MallocFree/N:268435456/manual_time                                                                                                                                              9455 us          456 us           74  105.769/s
27: MallocFree/N:4294967296/manual_time                                                                                                                                           150553 us         1176 us            5   6.6422/s
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c05.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test12b_TeamScratch_SYCL.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
27: MallocTouch/N:1/manual_time                                                                                                                                                      123 us          152 us         5699 8.13359k/s
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SYCL.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c06.cpp.o
27: MallocTouch/N:16/manual_time                                                                                                                                                    25.9 us         54.0 us        21483 38.6734k/s
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o
27: MallocTouch/N:256/manual_time                                                                                                                                                   25.9 us         53.9 us        27199 38.6003k/s
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o
[ 94%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
27: MallocTouch/N:4096/manual_time                                                                                                                                                  37.2 us         66.8 us        18850 26.9054k/s
[ 94%] Linking CXX executable Kokkos_atomic
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 94%] Built target Kokkos_atomic
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_b.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o
27: MallocTouch/N:65536/manual_time                                                                                                                                                 38.9 us         67.6 us        18845 25.7116k/s
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
27: MallocTouch/N:1048576/manual_time                                                                                                                                               40.5 us         69.7 us        17283 24.6941k/s
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SYCL.cpp.o
[ 94%] Linking CXX executable Kokkos_gups
[ 94%] Built target Kokkos_gups
[ 94%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_c.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SYCL.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 52%] Built target Kokkos_CoreUnitTest_SYCL3
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
27: MallocTouch/N:16777216/manual_time                                                                                                                                               496 us          243 us         5986 2.01463k/s
[ 95%] Linking CXX executable Kokkos_launch_latency
[ 95%] Built target Kokkos_launch_latency
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o
27: MallocTouch/N:268435456/manual_time                                                                                                                                             9374 us          522 us           75  106.676/s
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test14_MDRangeReduce_SYCL.cpp.o
27: MallocTouch/N:4294967296/manual_time                                                                                                                                          150430 us         2014 us            5  6.64763/s
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 96%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test16_ParallelScan_SYCL.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
27: MallocTouchFree/N:1/manual_time                                                                                                                                                  156 us          153 us         4484 6.42539k/s
[ 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_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o
[ 96%] Linking CXX executable Kokkos_stream
[ 96%] Built target Kokkos_stream
[ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 31%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 31%] Linking CXX executable Kokkos_ToolsInitialization
[ 31%] Built target Kokkos_ToolsInitialization
[ 31%] Built target Kokkos_CoreUnitTest_KokkosP
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.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
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.cpp.o
27: MallocTouchFree/N:16/manual_time                                                                                                                                                59.2 us         56.2 us         8483 16.8999k/s
27: MallocTouchFree/N:256/manual_time                                                                                                                                               54.7 us         53.9 us        12795 18.2917k/s
[ 31%] 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_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o
27: MallocTouchFree/N:4096/manual_time                                                                                                                                              67.5 us         66.6 us        10358 14.8053k/s
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
27: MallocTouchFree/N:65536/manual_time                                                                                                                                             67.6 us         66.6 us        10407  14.799k/s
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c07.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c08.cpp.o
27: MallocTouchFree/N:1048576/manual_time                                                                                                                                           70.8 us         69.7 us         9864 14.1325k/s
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o
[ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_c.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
27: MallocTouchFree/N:16777216/manual_time                                                                                                                                           502 us          228 us         3778 1.99321k/s
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 98%] Linking CXX executable Kokkos_gather
[ 98%] Built target Kokkos_gather
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_a.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 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: MallocTouchFree/N:268435456/manual_time                                                                                                                                         9443 us          522 us           74  105.896/s
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c15.cpp.o
27: MallocTouchFree/N:4294967296/manual_time                                                                                                                                      150294 us         2107 us            5  6.65364/s
[ 98%] Linking CXX executable Kokkos_view_copy_constructor
[ 98%] Built target Kokkos_view_copy_constructor
[ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s         MB
27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.025 s         0.001 s            29  32.4013/s        800
27: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.028 s         0.001 s            26  28.6524/s        800
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
27: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.028 s         0.001 s            26  28.7301/s        800
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o
27: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.7793/s        800
[ 35%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test17_CompleteAtomic_SYCL.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c09.cpp.o
27: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26    29.78/s        800
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o
27: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            28  29.7728/s        800
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 35%] Built target Kokkos_CoreUnitTest_KokkosP
27: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.026 s         0.001 s            26  30.9565/s        800
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
27: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.028 s         0.001 s            26  28.6631/s        800
27: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.8118/s        800
[ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
27: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.028 s         0.001 s            28  28.7446/s        800
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o
[ 94%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP
27: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.026 s         0.001 s            24  31.0525/s        800
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
27: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            28  29.8146/s        800
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_SharedAlloc.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
27: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            28  29.7312/s        800
27: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.026 s         0.001 s            24  31.0185/s        800
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c10.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_a.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_b.cpp.o
27: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.7073/s        800
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
27: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.8237/s        800
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
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.6823/s       1.6k
[ 94%] Built target Kokkos_CoreUnitTest_OpenMP
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_c.cpp.o
[ 99%] Linking CXX executable Kokkos_policy_performance
[ 99%] Built target Kokkos_policy_performance
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_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.5079/s       1.6k
27: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           403  927.274/s       1.6k
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 53%] Linking CXX executable Kokkos_IncrementalTest_SYCL
27: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           333  931.548/s       1.6k
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 99%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 99%] Built target Kokkos_UnitTest_SIMD
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
27: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           399  931.776/s       1.6k
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
27: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time                                           0.003 s         0.003 s           254  296.942/s        800
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
27: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time                                   0.015 s         0.015 s            43  51.6197/s        800
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
27: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           403  931.992/s       1.6k
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
27: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           399  932.118/s       1.6k
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o
27: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           399  932.081/s       1.6k
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 33%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_c.cpp.o
27: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.002 s         0.002 s           399  932.324/s       1.6k
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_a.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
27: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.003 s         0.003 s           223  486.608/s       1.6k
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
27: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.003 s         0.003 s           224  517.185/s       1.6k
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_b.cpp.o
27: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.002 s         0.002 s           399  932.266/s       1.6k
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 33%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o
27: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.002 s         0.002 s           329   752.57/s       1.6k
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o
27: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.002 s         0.002 s           277  643.314/s       1.6k
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_subview.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ScanUnit.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedResourceLock.cpp.o
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
27: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           400   932.18/s       1.6k
27: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           400  932.267/s       1.6k
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
27: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           399   931.79/s       1.6k
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Spaces.cpp.o
27: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           399  931.952/s       1.6k
27: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.014 s         0.014 s            49  111.984/s       1.6k
[100%] Linking CXX executable Kokkos_bytes_and_flops
[100%] Built target Kokkos_bytes_and_flops
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Memory_Requirements.cpp.o
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
27: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.014 s         0.014 s            49  112.335/s       1.6k
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
27: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.003 s         0.003 s           224  488.809/s       1.6k
27: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.007 s         0.007 s           103  234.991/s       1.6k
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
27: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           399  932.222/s       1.6k
27: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           399  931.416/s       1.6k
27: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.016 s         0.016 s            44  101.394/s       1.6k
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratchStreams.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AsyncLauncher.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
27: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.018 s         0.018 s            39  88.6006/s       1.6k
27: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           399  932.311/s       1.6k
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlocksizeDeduction.cpp.o
[ 54%] Built target Kokkos_IncrementalTest_SYCL
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
27: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           399  932.267/s       1.6k
27: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.017 s         0.017 s            40   91.531/s       1.6k
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
27: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.018 s         0.018 s            38  86.6682/s       1.6k
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c11.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
27: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           400  931.765/s       1.6k
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
27: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           399  931.985/s       1.6k
[ 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
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
27: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.019 s         0.018 s            38  83.4108/s       1.6k
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o
27: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.019 s         0.019 s            37  84.9031/s       1.6k
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
27: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                      0.002 s         0.002 s           445  1031.99/s       1.6k
27: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    0.002 s         0.002 s           444  1031.92/s       1.6k
27: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                     0.002 s         0.002 s           444  1031.94/s       1.6k
27: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                     0.002 s         0.002 s           444  1031.88/s       1.6k
27: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           887  1043.63/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.
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 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
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
27: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time                                                                                                       0.030 s         0.030 s            23  26.2661/s        800
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 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
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
27: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           898  1043.96/s        800
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
27: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time                                                                                                      0.030 s         0.030 s            23  26.2733/s        800
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
27: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           900  1044.64/s        800
27: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           890  1044.38/s        800
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
27: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           892  1043.96/s        800
27: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           891  1043.82/s        800
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o
27: ViewFill_Rank1Strided/N:10/manual_time                                                                                                                                         0.002 s         0.002 s           342   190.02/s        400
27: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           889  1043.52/s        800
27: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           892  1043.89/s        800
27: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           890  1044.45/s        800
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
27: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           891  1043.68/s        800
27: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           891  1044.32/s        800
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
27: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           892  1044.04/s        800
[ 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
27: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           892  1044.07/s        800
27: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           890  1043.84/s        800
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 37%] Linking CXX executable Kokkos_StackTraceTestExec
27: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           890  1044.03/s        800
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
27: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           892  1043.46/s        800
27: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                              0.001 s         0.001 s           893  1043.52/s        800
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 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
27: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                             0.001 s         0.001 s           892   1043.3/s        800
27: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 3.77497k/s       1.6k
27: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 5.74202k/s       1.6k
27: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 5.04413k/s       1.6k
27: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 3.45547k/s       1.6k
27: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 5.34676k/s       1.6k
27: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 4.09456k/s       1.6k
27: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 9.53579k/s       1.6k
27: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 9.56343k/s       1.6k
27: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 6.83235k/s       1.6k
27: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 5.93915k/s       1.6k
27: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 8.32875k/s       1.6k
27: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 5.57232k/s       1.6k
27: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 4.36093k/s       1.6k
27: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 4.08211k/s       1.6k
27: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 3.64048k/s       1.6k
27: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.001 s            10 3.04167k/s       1.6k
27: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 7.21275k/s       1.6k
27: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 5.38439k/s       1.6k
27: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 4.65821k/s       1.6k
27: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 3.74228k/s       1.6k
27: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.001 s         0.001 s            10   2.277k/s       1.6k
27: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.004 s         0.001 s            10  425.294/s       1.6k
27: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.003 s         0.001 s            10  505.345/s       1.6k
27: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.004 s         0.001 s            10  437.066/s       1.6k
27: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.003 s         0.000 s            10  533.332/s       1.6k
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
27: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.003 s         0.000 s            10  542.152/s       1.6k
27: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.003 s         0.000 s            10  556.619/s       1.6k
27: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.006 s         0.000 s            10   275.21/s       1.6k
27: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.006 s         0.001 s            10  276.696/s       1.6k
27: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.002 s         0.000 s            10  666.583/s       1.6k
27: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.003 s         0.000 s            10  537.934/s       1.6k
27: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.003 s         0.000 s            10  562.701/s       1.6k
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
27: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                       0.028 s         0.002 s            10  56.6431/s       1.6k
27: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                      0.031 s         0.002 s            10  51.2833/s       1.6k
27/58 Test #27: Kokkos_PerformanceTest_Benchmark ...........................   Passed  132.99 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-10_T18-40-45.json"
28: Test timeout computed to be: 1500
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
28: 2025-09-10T19:03:05+00:00
28: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
28: Run on (255 X 3482.17 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: 6.61, 8.27, 9.45
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
[ 37%] Built target Kokkos_StackTraceTestExec
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.55 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-10_T18-40-45.json"
29: Test timeout computed to be: 1500
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
29: 2025-09-10T19:03:06+00:00
29: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch
29: Run on (255 X 3175.43 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: 6.61, 8.27, 9.45
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
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.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         19787 0.0142209/s       512u
[ 57%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
29: ViewFirstTouch_Initialize<double>/N:512/manual_time                      0.000 s         0.000 s         18750 0.108272/s     4.096m
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
29: ViewFirstTouch_Initialize<double>/N:4096/manual_time                     0.000 s         0.000 s         18577 0.863075/s   0.032768
[ 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_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 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_Initialize<double>/N:32768/manual_time                    0.000 s         0.000 s         17983   6.8177/s   0.262144
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
29: ViewFirstTouch_Initialize<double>/N:262144/manual_time                   0.000 s         0.000 s          5252    15.36/s    2.09715
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.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_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
29: ViewFirstTouch_Initialize<double>/N:2097152/manual_time                  0.001 s         0.000 s          5179  33.1436/s    16.7772
[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: 818c480ed5e8
   Build name: Linux-amdclang++
Create new tag: 20250910-1855 - 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 (2 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
[ 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
3: [       OK ] serial_DeathTest.abort_from_host (1087 ms)
3: [ RUN      ] serial_DeathTest.abort_from_device
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
29: ViewFirstTouch_Initialize<double>/N:16777216/manual_time                 0.005 s         0.000 s           149  28.3107/s    134.218
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
3: [       OK ] serial_DeathTest.abort_from_device (991 ms)
3: [ RUN      ] serial_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
3: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (986 ms)
3: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
3: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (988 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 (4055 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 (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: 
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
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
3: [       OK ] serial.exec_space_thread_safety_range (1059 ms)
3: [ RUN      ] serial.exec_space_thread_safety_mdrange
3: [       OK ] serial.exec_space_thread_safety_mdrange (105 ms)
3: [ RUN      ] serial.exec_space_thread_safety_team_policy
3: [       OK ] serial.exec_space_thread_safety_team_policy (105 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range_reduce
3: [       OK ] serial.exec_space_thread_safety_range_reduce (106 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 (106 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range_scan
3: [       OK ] serial.exec_space_thread_safety_range_scan (106 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
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
29: ViewFirstTouch_ParallelFor<double>/N:64/manual_time                      0.000 s         0.000 s         54026 0.0766499/s      1024u
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o
3: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (2212 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[ 33%] Linking CXX executable Kokkos_StackTraceTestExec
29: ViewFirstTouch_ParallelFor<double>/N:512/manual_time                     0.000 s         0.000 s         47923 0.589437/s     8.192m
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (2073 ms)
3: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
3: [       OK ] serial.local_deepcopy_teampolicy_layoutright (953 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 95%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (950 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
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
3: [       OK ] serial.mdrange_5d (639 ms)
3: [ RUN      ] serial.mdrange_6d
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o
29: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time                    0.000 s         0.000 s         44874  4.23178/s   0.065536
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 34%] Built target Kokkos_StackTraceTestExec
3: [       OK ] serial.mdrange_6d (1062 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 (89 ms)
3: [ RUN      ] serial.mdrange_4d
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
3: [       OK ] serial.mdrange_4d (343 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 (645 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
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
29: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time                   0.000 s         0.000 s         43993  32.9493/s   0.524288
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 95%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
3: [       OK ] serial.mdrange_parallel_reduce_primitive_types (3024 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 (115 ms)
3: [ RUN      ] serial.double_reduce
3: [       OK ] serial.double_reduce (275 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic
3: [       OK ] serial.int64_t_reduce_dynamic (1008 ms)
3: [ RUN      ] serial.double_reduce_dynamic
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
3: [       OK ] serial.double_reduce_dynamic (1065 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic_view
3: [       OK ] serial.int64_t_reduce_dynamic_view (221 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
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o
3: [       OK ] serial.reduce_device_view_mdrange_policy (2314 ms)
3: [ RUN      ] serial.reduce_device_view_team_policy
3: [       OK ] serial.reduce_device_view_team_policy (189 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 (19105 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. (23161 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   23.57 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
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_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
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 38%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
29: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time                  0.000 s         0.000 s         31807  189.847/s     4.1943
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 96%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 96%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 96%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o
[ 38%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 34%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 96%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
4: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (7023 ms)
4: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 34%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 97%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 97%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 64%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 97%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 97%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
29: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time                 0.000 s         0.000 s         13728  659.738/s    33.5544
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 64%] Built target Kokkos_IncrementalTest_SERIAL
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 98%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
4: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (6966 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
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
4: [       OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (1969 ms)
4: [----------] 10 tests from serial_DeathTest (15959 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 (385 ms)
4: [ RUN      ] serial.team_parallel_single
4: [       OK ] serial.team_parallel_single (9 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
[ 98%] Linking CXX executable Kokkos_atomic
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 98%] Built target Kokkos_atomic
[ 98%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o
4: [       OK ] serial.triple_nested_parallelism (501 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
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
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
4: [       OK ] serial.team_reduction_scan (75 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
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o
[ 35%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 98%] Linking CXX executable Kokkos_gups
[ 98%] Built target Kokkos_gups
[ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[ 98%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan
[ 98%] Linking CXX executable Kokkos_launch_latency
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o
[ 98%] Built target Kokkos_launch_latency
[ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 98%] Built target Kokkos_PerformanceTest_InclusiveScan
[ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[ 98%] Linking CXX executable Kokkos_stream
[ 98%] Built target Kokkos_stream
[ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
4: [       OK ] serial.repeated_team_reduce (4587 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 (86 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 (28 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 (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 (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
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[ 38%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 38%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
4: [       OK ] serial.view_allocation_large_rank (1298 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
[ 35%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o
4: [       OK ] serial.view_fill_tests_layout_right (2186 ms)
4: [ RUN      ] serial.view_fill_tests_layout_left
[ 98%] Linking CXX executable Kokkos_view_copy_constructor
[ 98%] Built target Kokkos_view_copy_constructor
[ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
4: [       OK ] serial.view_fill_tests_layout_left (2428 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 (42 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 (65 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
4: [       OK ] serial.view_subview_3d_from_5d_right_atomic (115 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 (12836 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 147 tests from 2 test suites ran. (28796 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.20 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
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
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
5: [       OK ] hip_DeathTest.abort_from_host (1075 ms)
5: [ RUN      ] hip_DeathTest.abort_from_device
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_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/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
29: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time                0.000 s         0.001 s          2462   943.76/s    268.435
29: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time            0.000 s         0.000 s         57931 0.0848981/s      1024u
29: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time           0.000 s         0.000 s         57542 0.673874/s     8.192m
29: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time          0.000 s         0.000 s         57678   5.3953/s   0.065536
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
29: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time         0.000 s         0.000 s         55564  41.5879/s   0.524288
29: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time        0.000 s         0.000 s         45065  270.559/s     4.1943
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o
5: [       OK ] hip_DeathTest.abort_from_device (2194 ms)
5: [ RUN      ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o
5: [       OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (1021 ms)
5: [ RUN      ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions
29: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time       0.000 s         0.000 s         23922 1.14656k/s    33.5544
[ 98%] Linking CXX executable Kokkos_policy_performance
[ 98%] Built target Kokkos_policy_performance
29: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time      0.000 s         0.000 s          4715 1.80935k/s    268.435
5: [       OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (1007 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
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
29: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time            0.000 s         0.000 s         62342 0.0912265/s      1024u
5: [       OK ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (1017 ms)
5: [ RUN      ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o
29: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time           0.000 s         0.000 s         61922 0.722555/s     8.192m
[ 38%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 99%] Linking CXX executable Kokkos_gather
[ 99%] Built target Kokkos_gather
29: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time          0.000 s         0.000 s         61409  5.72563/s   0.065536
5: [       OK ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (2001 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
29: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time         0.000 s         0.000 s         59915  44.2095/s   0.524288
[ 38%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
29: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time        0.000 s         0.000 s         48701  291.231/s     4.1943
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
29: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time       0.000 s         0.000 s         24178 1.15964k/s    33.5544
29: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time      0.000 s         0.000 s          5030   1.929k/s    268.435
29/58 Test #29: Kokkos_PerformanceTest_ViewFirstTouch ......................   Passed   74.68 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-10_T18-40-45.json"
30: Test timeout computed to be: 1500
30: 2025-09-10T19:04:20+00:00
30: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Mempool
30: Run on (255 X 3524.22 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: 9.74, 8.77, 9.52
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
[ 65%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
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          2416               19.0356M/s
[ 65%] Built target Kokkos_PerformanceTest_SharedSpace
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
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          7693                119.926M/s
30/58 Test #30: Kokkos_PerformanceTest_Mempool .............................   Passed    3.50 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-10_T18-40-45.json"
31: Test timeout computed to be: 1500
31: 2025-09-10T19:04:24+00:00
31: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Atomic
31: Run on (255 X 3490.73 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: 9.76, 8.79, 9.52
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
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o
5: [       OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (7225 ms)
5: [ RUN      ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.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.361 s         0.358 s            10          1            4    6.55793m        5.77427m    62.6667u     449.985M          23.352k     449.985M
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 99%] Linking CXX executable Kokkos_bytes_and_flops
[ 99%] Built target Kokkos_bytes_and_flops
5: [       OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (7065 ms)
5: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_host
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 67%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch
[ 67%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[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: 9d63979096ff
   Build name: Linux-nvcc_wrapper
Create new tag: 20250910-1858 - 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
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
1: [       OK ] openmp_DeathTest.abort_from_host (945 ms)
1: [ RUN      ] openmp_DeathTest.abort_from_device
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
1: [       OK ] openmp_DeathTest.abort_from_device (892 ms)
1: [ RUN      ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 38%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
1: [       OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (928 ms)
1: [ RUN      ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions
[ 36%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
1: [       OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (886 ms)
1: [ RUN      ] openmp_DeathTest.policy_invalid_bounds
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 67%] Built target Kokkos_PerformanceTest_Mempool
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[ 67%] Built target Kokkos_PerformanceTest_ViewFirstTouch
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
1: [       OK ] openmp_DeathTest.policy_invalid_bounds (817 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_invalid_bounds
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
1: [       OK ] openmp_DeathTest.range_policy_invalid_bounds (1767 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_round_trip_conversion_fires
1: [       OK ] openmp_DeathTest.range_policy_round_trip_conversion_fires (826 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_check_sign_changes
1: [       OK ] openmp_DeathTest.range_policy_check_sign_changes (1685 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_implicitly_converted_bounds
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
5: [       OK ] hip_DeathTest.view_memory_access_violations_from_host (18123 ms)
5: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_device
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o
1: [       OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (3309 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_dyn
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 67%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o
[ 40%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c12.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c13.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c14.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c15.cpp.o
[ 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
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 67%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
31: Test_Atomic<long int>/100000/iterations:10                     3.94 s          3.90 s            10          1            8    2.47807m        1.80878m      105.4u     4.99995G         149.502k     4.99995G
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 68%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 68%] Built target Kokkos_PerformanceTest_Atomic
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 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
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
5: [       OK ] hip_DeathTest.view_memory_access_violations_from_device (48563 ms)
5: [----------] 19 tests from hip_DeathTest (89296 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 (2228 ms)
5: [----------] 2 tests from hip_managed_DeathTest (2228 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 (15 ms)
5: [ RUN      ] hip.atomic_operations_complexfloat
5: [       OK ] hip.atomic_operations_complexfloat (9 ms)
5: [ RUN      ] hip.atomic_operations_double
5: [       OK ] hip.atomic_operations_double (13 ms)
5: [ RUN      ] hip.atomic_operations_float
5: [       OK ] hip.atomic_operations_float (11 ms)
5: [ RUN      ] hip.atomic_operations_int8
5: [       OK ] hip.atomic_operations_int8 (32 ms)
5: [ RUN      ] hip.atomic_operations_int16
5: [       OK ] hip.atomic_operations_int16 (31 ms)
5: [ RUN      ] hip.atomic_operations_int
5: [       OK ] hip.atomic_operations_int (31 ms)
5: [ RUN      ] hip.atomic_operations_long
5: [       OK ] hip.atomic_operations_long (32 ms)
5: [ RUN      ] hip.atomic_operations_longlong
5: [       OK ] hip.atomic_operations_longlong (32 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 (25 ms)
5: [ RUN      ] hip.atomic_operations_unsignedlong
5: [       OK ] hip.atomic_operations_unsignedlong (26 ms)
5: [ RUN      ] hip.atomics
5: [       OK ] hip.atomics (247 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
5: [       OK ] hip.atomic_views_nonintegral (7592 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 (8 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 (9 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 (13 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 (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 (8 ms)
5: [ RUN      ] hip.partitioning_by_args_with_structured_bindings
5: [       OK ] hip.partitioning_by_args_with_structured_bindings (0 ms)
5: [ RUN      ] hip.partitioning_by_vector
5: [       OK ] hip.partitioning_by_vector (0 ms)
5: [ RUN      ] hip.exec_space_thread_safety_range
[ 70%] Linking CXX executable Kokkos_PerformanceTest_Reduction
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
31: Test_Atomic<long long int>/100000/iterations:10                4.08 s          4.06 s            10          1            8    2.44347m        1.70428m      102.8u     4.99995G          102.91k     4.99995G
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 70%] Built target Kokkos_PerformanceTest_Reduction
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/UnitTestMain.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
5: [       OK ] hip.exec_space_thread_safety_range (8641 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
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
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
5: [       OK ] hip.exec_space_thread_safety_mdrange_reduce (864 ms)
5: [ RUN      ] hip.exec_space_thread_safety_team_policy_reduce
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 (2 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
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
5: [       OK ] hip.local_deepcopy_teampolicy_layoutleft (978 ms)
5: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutleft
5: [       OK ] hip.local_deepcopy_rangepolicy_layoutleft (2266 ms)
5: [ RUN      ] hip.local_deepcopy_teampolicy_layoutright
[ 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
5: [       OK ] hip.local_deepcopy_teampolicy_layoutright (920 ms)
5: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutright
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
5: [       OK ] hip.local_deepcopy_rangepolicy_layoutright (1602 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 (20 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
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_Bitset.cpp.o
5: [       OK ] hip.mathematical_functions_power_functions (21 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 (3 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 (101 ms)
5: [ RUN      ] hip.mdrange_6d
5: [       OK ] hip.mdrange_6d (165 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 (7 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 (50 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 (55 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
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DualView.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynamicView.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
5: [       OK ] hip.mdrange_parallel_reduce_primitive_types (3794 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 (35 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 (17 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 (39 ms)
5: [ RUN      ] hip.double_reduce
5: [       OK ] hip.double_reduce (26 ms)
5: [ RUN      ] hip.int64_t_reduce_dynamic
5: [       OK ] hip.int64_t_reduce_dynamic (32 ms)
5: [ RUN      ] hip.double_reduce_dynamic
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
5: [       OK ] hip.double_reduce_dynamic (32 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 (225 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
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
5: [       OK ] hip.reduce_device_view_range_policy (9767 ms)
5: [ RUN      ] hip.reduce_device_view_mdrange_policy
31: Test_Atomic<unsigned int>/100000/iterations:10                 3.53 s          3.52 s            10          1            4    2.47397m        1.75598m       49.9u     704.983M          94.904k     704.983M
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorProp.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_generic.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_rank12345.cpp.o
5: [       OK ] hip.reduce_device_view_mdrange_policy (10578 ms)
5: [ RUN      ] hip.reduce_device_view_team_policy
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o
[ 73%] Built target Kokkos_CoreUnitTest_Default
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
5: [       OK ] hip.reduce_device_view_team_policy (10998 ms)
5: [ RUN      ] hip.impl_shared_alloc
5: [       OK ] hip.impl_shared_alloc (159 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 (11 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 (66 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 (35 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 (21 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
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o
5: [       OK ] hip.team_reduction_scan (1967 ms)
5: [ RUN      ] hip.team_long_reduce
5: [       OK ] hip.team_long_reduce (22 ms)
5: [ RUN      ] hip.team_double_reduce
5: [       OK ] hip.team_double_reduce (22 ms)
5: [ RUN      ] hip.team_long_array_reduce
5: [       OK ] hip.team_long_array_reduce (23 ms)
5: [ RUN      ] hip.team_double_array_reduce
5: [       OK ] hip.team_double_array_reduce (23 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 (19 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 (120 ms)
5: [ RUN      ] hip.team_scan_ret_val
5: [       OK ] hip.team_scan_ret_val (110 ms)
5: [ RUN      ] hip.team_shared_request
5: [       OK ] hip.team_shared_request (2 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 (2 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 (4 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 (10 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 (60 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 (53 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 (68 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 (13 ms)
5: [ RUN      ] hip.view_realloc
5: [       OK ] hip.view_realloc (1 ms)
5: [ RUN      ] hip.workgraph_fib
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
5: [       OK ] hip.workgraph_fib (2676 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 (73 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 (3 ms)
5: [ RUN      ] hip.memory_requirements
5: [       OK ] hip.memory_requirements (0 ms)
5: [ RUN      ] hip.team_scratch_1_streams
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSort.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSortByKey.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
1: [       OK ] openmp_DeathTest.view_construction_with_wrong_params_dyn (124594 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_stat
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 74%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSortCustomComp.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestBinSortA.cpp.o
31: Test_Atomic<unsigned long int>/100000/iterations:10            4.06 s          4.05 s            10          1            8    2.44737m        1.75128m      103.5u     4.99995G         111.166k     4.99995G
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o
[ 74%] Built target Kokkos_ContainersTestCompileOnly
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o
[ 42%] 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_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/sycl/TestRandom.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[100%] Linking CXX executable Kokkos_CoreUnitTest_OpenACC
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o
[100%] Built target Kokkos_CoreUnitTest_OpenACC
+ 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: 2b095a9cd70f
   Build name: Linux-nvc++
Create new tag: 20250910-1901 - 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
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
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. (0 ms total)
1: [  PASSED  ] 14 tests.
 1/23 Test  #1: Kokkos_CoreUnitTest_Serial_ViewSupport .....................   Passed    0.38 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 (30 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 (32 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 14 tests from 1 test suite ran. (32 ms total)
2: [  PASSED  ] 14 tests.
 2/23 Test  #2: Kokkos_CoreUnitTest_OpenACC_ViewSupport ....................   Passed    0.23 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
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_rank67.cpp.o
3: [       OK ] serial_DeathTest.abort_from_host (456 ms)
3: [ RUN      ] serial_DeathTest.abort_from_device
3: [       OK ] serial_DeathTest.abort_from_device (458 ms)
3: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
3: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (460 ms)
3: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
3: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (444 ms)
3: [ RUN      ] serial_DeathTest.policy_invalid_bounds
3: [       OK ] serial_DeathTest.policy_invalid_bounds (445 ms)
3: [ RUN      ] serial_DeathTest.range_policy_invalid_bounds
3: [       OK ] serial_DeathTest.range_policy_invalid_bounds (955 ms)
3: [ RUN      ] serial_DeathTest.range_policy_round_trip_conversion_fires
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o
3: [       OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (456 ms)
3: [ RUN      ] serial_DeathTest.range_policy_check_sign_changes
3: [       OK ] serial_DeathTest.range_policy_check_sign_changes (916 ms)
3: [ RUN      ] serial_DeathTest.range_policy_implicitly_converted_bounds
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynRankView_Ctors.cpp.o
3: [       OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (1773 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 (6367 ms total)
3: 
3: [----------] 1 test from serial_graph_DeathTest
3: [ RUN      ] serial_graph_DeathTest.can_instantiate_only_once
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o
3: [       OK ] serial_graph_DeathTest.can_instantiate_only_once (853 ms)
3: [----------] 1 test from serial_graph_DeathTest (853 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 (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 (156 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 (13 ms)
3: [ RUN      ] serial.deep_copy_conversion
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
3: [       OK ] serial.deep_copy_conversion (97 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
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
3: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (3309 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynRankView_LayoutMember.cpp.o
5: [       OK ] hip.team_scratch_1_streams (55568 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 (125628 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 (40 ms)
5: [ RUN      ] hip_managed.view_subview_2d_from_3d_atomic
5: [       OK ] hip_managed.view_subview_2d_from_3d_atomic (41 ms)
5: [ RUN      ] hip_managed.view_subview_2d_from_3d_randomaccess
5: [       OK ] hip_managed.view_subview_2d_from_3d_randomaccess (41 ms)
5: [ RUN      ] hip_managed.view_subview_3d_from_5d_left
5: [       OK ] hip_managed.view_subview_3d_from_5d_left (123 ms)
5: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_atomic
5: [       OK ] hip_managed.view_subview_3d_from_5d_left_atomic (123 ms)
5: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_randomaccess
5: [       OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (123 ms)
5: [ RUN      ] hip_managed.view_subview_3d_from_5d_right
5: [       OK ] hip_managed.view_subview_3d_from_5d_right (127 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 (126 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 (198 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 (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
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynRankView_TeamScratch.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (7830 ms)
3: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestBinSortB.cpp.o
31: Test_Atomic<unsigned long long int>/100000/iterations:10       4.09 s          4.08 s            10          1            8    2.42087m        1.68378m      105.7u     4.99995G         145.214k     4.99995G
3: [       OK ] serial.local_deepcopy_teampolicy_layoutright (1519 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
5: [       OK ] hip_managed.view_allocation_large_rank (4686 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 (10 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
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (1553 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 (100 ms)
3: [ RUN      ] serial.mdrange_6d
3: [       OK ] serial.mdrange_6d (276 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 (155 ms)
3: [ RUN      ] serial.mdrange_4d
3: [       OK ] serial.mdrange_4d (27 ms)
3: [ RUN      ] serial.mdrange_scalar
3: [       OK ] serial.mdrange_scalar (0 ms)
3: [ RUN      ] serial.mdrange_large_deep_copy
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
5: [       OK ] hip_managed.view_fill_tests_layout_right (2047 ms)
5: [ RUN      ] hip_managed.view_fill_tests_layout_left
5: [       OK ] hip_managed.view_fill_tests_layout_left (821 ms)
5: [ RUN      ] hip_managed.view_mapping
5: [       OK ] hip_managed.view_mapping (69 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 (8792 ms total)
5: 
5: [----------] 27 tests from hip_hostpinned
5: [ RUN      ] hip_hostpinned.impl_shared_alloc
5: [       OK ] hip_hostpinned.impl_shared_alloc (105 ms)
5: [ RUN      ] hip_hostpinned.view_api_a
5: [       OK ] hip_hostpinned.view_api_a (4 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 (4 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
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
5: [       OK ] hip_hostpinned.view_fill_tests_layout_right (1968 ms)
5: [ RUN      ] hip_hostpinned.view_fill_tests_layout_left
3: [       OK ] serial.mdrange_large_deep_copy (4032 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
[ 74%] 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_left (2280 ms)
5: [ RUN      ] hip_hostpinned.view_mapping
5: [       OK ] hip_hostpinned.view_mapping (73 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 (4448 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 (74 ms)
5: [ RUN      ] hip_constant_memory.one_stream_per_device
5: [       OK ] hip_constant_memory.one_stream_per_device (63 ms)
5: [----------] 2 tests from hip_constant_memory (138 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 464 tests from 8 test suites ran. (230550 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  231.03 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
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestNestedSort.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o
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 (356 ms)
7: [----------] 1 test from hip (356 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 1 test from 1 test suite ran. (356 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
8: [       OK ] hip.raw_hip_streams (355 ms)
8: [----------] 1 test from hip (355 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 1 test from 1 test suite ran. (355 ms total)
8: [  PASSED  ] 1 test.
 8/58 Test  #8: Kokkos_CoreUnitTest_HIPInterOpStreams ......................   Passed    0.39 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
3: [       OK ] serial.mdrange_parallel_reduce_primitive_types (3271 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 (1 ms)
3: [ RUN      ] serial.view_mdspan_conversion_with_stride
3: [       OK ] serial.view_mdspan_conversion_with_stride (41 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 (15 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 (2 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 (36 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 (36 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 (301 ms)
3: [ RUN      ] serial.double_reduce
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 (0 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 (6 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
10: [       OK ] defaultdevicetype.reduce_instantiation_b1 (17 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
10: [       OK ] defaultdevicetype.reduce_instantiation_c1 (6 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 (23 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 (12 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
10: [       OK ] defaultdevicetype.reduce_instantiation_b3 (29 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
10: [       OK ] defaultdevicetype.reduce_instantiation_c3 (12 ms)
10: [----------] 19 tests from defaultdevicetype (139 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. (155 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
3: [       OK ] serial.double_reduce (300 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic
11: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (859 ms)
11: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_ErrorReporter.cpp.o
3: [       OK ] serial.int64_t_reduce_dynamic (1062 ms)
3: [ RUN      ] serial.double_reduce_dynamic
3: [       OK ] serial.double_reduce_dynamic (1073 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic_view
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
3: [       OK ] serial.int64_t_reduce_dynamic_view (626 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
11: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (3038 ms)
11: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management
3: [       OK ] serial.reduce_device_view_team_policy (2485 ms)
3: [ RUN      ] serial.impl_shared_alloc
3: [       OK ] serial.impl_shared_alloc (9 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 (28492 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. (35715 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   35.94 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 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
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
11: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (4521 ms)
11: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (8420 ms total)
11: 
11: [----------] 4 tests from InitializeFinalize_DeathTest
11: [ RUN      ] InitializeFinalize_DeathTest.initialize
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o
4: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (3041 ms)
4: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
11: [       OK ] InitializeFinalize_DeathTest.initialize (2374 ms)
11: [ RUN      ] InitializeFinalize_DeathTest.finalize
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_OffsetView.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o
4: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (2831 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
[ 75%] Linking CXX executable Kokkos_UnitTest_Random
11: [       OK ] InitializeFinalize_DeathTest.finalize (1664 ms)
11: [ RUN      ] InitializeFinalize_DeathTest.is_initialized
4: [       OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (1252 ms)
4: [----------] 10 tests from serial_DeathTest (7126 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
11: [       OK ] InitializeFinalize_DeathTest.is_initialized (390 ms)
11: [ RUN      ] InitializeFinalize_DeathTest.is_finalized
4: [       OK ] serial.team_reduce_large (349 ms)
4: [ RUN      ] serial.team_parallel_single
4: [       OK ] serial.team_parallel_single (15 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
11: [       OK ] InitializeFinalize_DeathTest.is_finalized (389 ms)
11: [----------] 4 tests from InitializeFinalize_DeathTest (4817 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 (386 ms)
11: [----------] 1 test from Legion_DeathTest (386 ms total)
11: 
11: [----------] 2 tests from PushFinalizeHook_DeathTest
11: [ RUN      ] PushFinalizeHook_DeathTest.called_in_reverse_order
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o
4: [       OK ] serial.triple_nested_parallelism (949 ms)
4: [ RUN      ] serial.parallel_scan_with_reducers
[ 76%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
11: [       OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (386 ms)
11: [ RUN      ] PushFinalizeHook_DeathTest.terminate_on_throw
4: [       OK ] serial.parallel_scan_with_reducers (411 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
4: [       OK ] serial.ThreadVectorMDRangeParallelFor (13 ms)
4: [ RUN      ] serial.TeamVectorMDRangeParallelFor
4: [       OK ] serial.TeamVectorMDRangeParallelFor (12 ms)
4: [ RUN      ] serial.TeamThreadMDRangeParallelReduce
4: [       OK ] serial.TeamThreadMDRangeParallelReduce (10 ms)
4: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
4: [       OK ] serial.ThreadVectorMDRangeParallelReduce (10 ms)
4: [ RUN      ] serial.TeamVectorMDRangeParallelReduce
4: [       OK ] serial.TeamVectorMDRangeParallelReduce (12 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 (204 ms)
4: [ RUN      ] serial.team_long_reduce
4: [       OK ] serial.team_long_reduce (142 ms)
4: [ RUN      ] serial.team_double_reduce
4: [       OK ] serial.team_double_reduce (112 ms)
4: [ RUN      ] serial.team_long_array_reduce
4: [       OK ] serial.team_long_array_reduce (144 ms)
4: [ RUN      ] serial.team_double_array_reduce
11: [       OK ] PushFinalizeHook_DeathTest.terminate_on_throw (978 ms)
11: [----------] 2 tests from PushFinalizeHook_DeathTest (1365 ms total)
11: 
11: [----------] 6 tests from ScopeGuard_DeathTest
11: [ RUN      ] ScopeGuard_DeathTest.create
4: [       OK ] serial.team_double_array_reduce (114 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
11: [       OK ] ScopeGuard_DeathTest.create (385 ms)
11: [ RUN      ] ScopeGuard_DeathTest.create_argument
11: [       OK ] ScopeGuard_DeathTest.create_argument (387 ms)
11: [ RUN      ] ScopeGuard_DeathTest.create_while_initialize
4: [       OK ] serial.repeated_team_reduce (1246 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 (323 ms)
4: [ RUN      ] serial.team_shared_request
4: [       OK ] serial.team_shared_request (32 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 (3 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 (17 ms)
4: [ RUN      ] serial.unique_token_instance
4: [       OK ] serial.unique_token_instance (17 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 (17 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
11: [       OK ] ScopeGuard_DeathTest.create_while_initialize (974 ms)
11: [ RUN      ] ScopeGuard_DeathTest.create_after_initialize
11: [       OK ] ScopeGuard_DeathTest.create_after_initialize (996 ms)
11: [ RUN      ] ScopeGuard_DeathTest.create_after_finalize
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
11: [       OK ] ScopeGuard_DeathTest.create_after_finalize (982 ms)
11: [ RUN      ] ScopeGuard_DeathTest.destroy_after_finalize
4: [       OK ] serial.view_allocation_large_rank (1608 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 (18 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
11: [       OK ] ScopeGuard_DeathTest.destroy_after_finalize (996 ms)
11: [----------] 6 tests from ScopeGuard_DeathTest (4722 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. (19803 ms total)
11: [  PASSED  ] 30 tests.
11/58 Test #11: Kokkos_CoreUnitTest_InitializeFinalize .....................   Passed   19.90 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 (2 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 (6 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 31 tests from 1 test suite ran. (6 ms total)
13: [  PASSED  ] 31 tests.
13/58 Test #13: Kokkos_CoreUnitTest_KokkosP ................................   Passed    0.40 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().
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_ScatterView.cpp.o
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
31: Test_Atomic<float>/100000/iterations:10                        3.48 s          3.47 s            10          0            4   0.0100958        1.79328m     902.59u     4.99995G          159.48k     4.99989G
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().
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o
17: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device: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:0x2989280:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x2901d40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x2901e40:Host:source:0x2989380: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:0x2989400: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:0x2901d40:40::kokkosp_deallocate_data:Host:source:0x2989280:40::kokkosp_finalize_library::
17/58 Test #17: Kokkos_ProfilingTestLibraryLoad ............................   Passed    0.39 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:0x22f5800:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x29e7780:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x29e7880:Host:source:0x22f5900: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:0x26c68c0: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:0x29e7780:40::kokkosp_deallocate_data:Host:source:0x22f5800:40::kokkosp_finalize_library::
18/58 Test #18: Kokkos_ProfilingTestLibraryCmdLine .........................   Passed    0.39 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
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) [0x7fc2ac5b7a62]
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) [0x7fc2ade73b09]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7fc2ade4f2b8]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7fc2ade5052d]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7fc2ade50e08]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7fc2ade5fced]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fc2ade74839]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7fc2ade5f88a]
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) [0x7fc2abc721ca]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7fc2abc7228b]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x29a065]
19:  
19: demangled test_f1:
19: [0x7fc2ac5b7a62] 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: [0x7fc2ade73b09] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x7fc2ade4f2b8] testing::Test::Run()
19: [0x7fc2ade5052d] testing::TestInfo::Run()
19: [0x7fc2ade50e08] testing::TestSuite::Run()
19: [0x7fc2ade5fced] testing::internal::UnitTestImpl::RunAllTests()
19: [0x7fc2ade74839] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x7fc2ade5f88a] testing::UnitTest::Run()
19: [0x29c070] main
19: [0x7fc2abc721ca] 
19: [0x7fc2abc7228b] __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) [0x7fc2ac5b7a62]
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) [0x7fc2ade73b09]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7fc2ade4f2b8]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7fc2ade5052d]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7fc2ade50e08]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7fc2ade5fced]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fc2ade74839]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7fc2ade5f88a]
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) [0x7fc2abc721ca]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7fc2abc7228b]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x29a065]
19:  
19: demangled test_f3:
19: [0x7fc2ac5b7a62] 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: [0x7fc2ade73b09] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x7fc2ade4f2b8] testing::Test::Run()
19: [0x7fc2ade5052d] testing::TestInfo::Run()
19: [0x7fc2ade50e08] testing::TestSuite::Run()
19: [0x7fc2ade5fced] testing::internal::UnitTestImpl::RunAllTests()
19: [0x7fc2ade74839] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x7fc2ade5f88a] testing::UnitTest::Run()
19: [0x29c070] main
19: [0x7fc2abc721ca] 
19: [0x7fc2abc7228b] __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 (983 ms)
19: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.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) [0x7ff5bf5b7a62]
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) [0x7ff5c0eaab09]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7ff5c0e862b8]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7ff5c0e8752d]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7ff5c0e87e08]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7ff5c0e96ced]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7ff5c0eab839]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7ff5c0e9688a]
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) [0x7ff5bec721ca]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7ff5bec7228b]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x29a065]
19:  
19: demangled test_f1:
19: [0x7ff5bf5b7a62] 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: [0x7ff5c0eaab09] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x7ff5c0e862b8] testing::Test::Run()
19: [0x7ff5c0e8752d] testing::TestInfo::Run()
19: [0x7ff5c0e87e08] testing::TestSuite::Run()
19: [0x7ff5c0e96ced] testing::internal::UnitTestImpl::RunAllTests()
19: [0x7ff5c0eab839] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x7ff5c0e9688a] testing::UnitTest::Run()
19: [0x29c070] main
19: [0x7ff5bec721ca] 
19: [0x7ff5bec7228b] __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) [0x7ff5bf5b7a62]
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) [0x7ff5c0eaab09]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7ff5c0e862b8]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7ff5c0e8752d]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7ff5c0e87e08]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7ff5c0e96ced]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7ff5c0eab839]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7ff5c0e9688a]
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) [0x7ff5bec721ca]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7ff5bec7228b]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x29a065]
19:  
19: demangled test_f3:
19: [0x7ff5bf5b7a62] 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: [0x7ff5c0eaab09] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x7ff5c0e862b8] testing::Test::Run()
19: [0x7ff5c0e8752d] testing::TestInfo::Run()
19: [0x7ff5c0e87e08] testing::TestSuite::Run()
19: [0x7ff5c0e96ced] testing::internal::UnitTestImpl::RunAllTests()
19: [0x7ff5c0eab839] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x7ff5c0e9688a] testing::UnitTest::Run()
19: [0x29c070] main
19: [0x7ff5bec721ca] 
19: [0x7ff5bec7228b] __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 (965 ms)
19: [----------] 2 tests from defaultdevicetype_DeathTest (1948 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) [0x7fc4ef5b7a62]
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) [0x7fc4f0dbab09]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7fc4f0d962b8]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7fc4f0d9752d]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7fc4f0d97e08]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7fc4f0da6ced]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fc4f0dbb839]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7fc4f0da688a]
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) [0x7fc4eeb891ca]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7fc4eeb8928b]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x29a065]
19:  
19: demangled test_f1:
19: [0x7fc4ef5b7a62] Kokkos::Impl::save_stacktrace()
19: [0x29e3be] Test::stacktrace_test_f1(std::ostream&)
19: [0x29a1f2] Test::test_stacktrace(bool, bool)
19: [0x7fc4f0dbab09] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x7fc4f0d962b8] testing::Test::Run()
19: [0x7fc4f0d9752d] testing::TestInfo::Run()
19: [0x7fc4f0d97e08] testing::TestSuite::Run()
19: [0x7fc4f0da6ced] testing::internal::UnitTestImpl::RunAllTests()
19: [0x7fc4f0dbb839] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x7fc4f0da688a] testing::UnitTest::Run()
19: [0x29c070] main
19: [0x7fc4eeb891ca] 
19: [0x7fc4eeb8928b] __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) [0x7fc4ef5b7a62]
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) [0x7fc4f0dbab09]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7fc4f0d962b8]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7fc4f0d9752d]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x158) [0x7fc4f0d97e08]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7fc4f0da6ced]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fc4f0dbb839]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x5a) [0x7fc4f0da688a]
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) [0x7fc4eeb891ca]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7fc4eeb8928b]
19: /var/jenkins/workspace/Kokkos_PR-8428/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x29a065]
19:  
19: demangled test_f3:
19: [0x7fc4ef5b7a62] 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: [0x7fc4f0dbab09] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x7fc4f0d962b8] testing::Test::Run()
19: [0x7fc4f0d9752d] testing::TestInfo::Run()
19: [0x7fc4f0d97e08] testing::TestSuite::Run()
19: [0x7fc4f0da6ced] testing::internal::UnitTestImpl::RunAllTests()
19: [0x7fc4f0dbb839] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x7fc4f0da688a] testing::UnitTest::Run()
19: [0x29c070] main
19: [0x7fc4eeb891ca] 
19: [0x7fc4eeb8928b] __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. (1949 ms total)
19: [  PASSED  ] 3 tests.
19/58 Test #19: Kokkos_CoreUnitTest_StackTraceTest .........................   Passed    2.34 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
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[ 76%] Linking CXX executable Kokkos_UnitTest_Sort
20: [       OK ] SERIAL.IncrTest_03b_memspace_free (68 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 (130 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 (202 ms total)
20: 
20: [----------] Global test environment tear-down
20: [==========] 28 tests from 1 test suite ran. (202 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
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.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 (0 ms)
21: [ RUN      ] HIP.IncrTest_03b_memspace_free
4: [       OK ] serial.view_fill_tests_layout_right (7995 ms)
4: [ RUN      ] serial.view_fill_tests_layout_left
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
21: [       OK ] HIP.IncrTest_03b_memspace_free (6072 ms)
21: [ RUN      ] HIP.IncrTest_04_simple_parallelFor
21: [       OK ] HIP.IncrTest_04_simple_parallelFor (1 ms)
21: [ RUN      ] HIP.IncrTest_04_RangePolicy_parallelFor
21: [       OK ] HIP.IncrTest_04_RangePolicy_parallelFor (0 ms)
21: [ RUN      ] HIP.IncrTest_05_reduction
21: [       OK ] HIP.IncrTest_05_reduction (8 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 (99 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 (4 ms)
21: [ RUN      ] HIP.incr_17_atomicView
21: [       OK ] HIP.incr_17_atomicView (1 ms)
21: [----------] 28 tests from HIP (6206 ms total)
21: 
21: [----------] Global test environment tear-down
21: [==========] 28 tests from 1 test suite ran. (6206 ms total)
21: [  PASSED  ] 28 tests.
21/58 Test #21: Kokkos_IncrementalTest_HIP .................................   Passed    6.62 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
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
22: [       OK ] ctest_environment_DeathTest.no_type_str (301 ms)
22: [ RUN      ] ctest_environment_DeathTest.missing_type
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
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
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
22: [       OK ] ctest_environment_DeathTest.invalid_id_str (604 ms)
22: [----------] 5 tests from ctest_environment_DeathTest (2125 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. (2125 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
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
27: test_device_id (__main__.KokkosInitializationTestCase.test_device_id) ... ok
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
4: [       OK ] serial.view_fill_tests_layout_left (8914 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 (66 ms)
4: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (61 ms)
4: [ RUN      ] serial.view_mapping
4: [       OK ] serial.view_mapping (58 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 (39 ms)
4: [ RUN      ] serial.view_realloc
4: [       OK ] serial.view_realloc (0 ms)
4: [ RUN      ] serial.workgraph_fib
4: [       OK ] serial.workgraph_fib (231 ms)
4: [ RUN      ] serial.resize_realloc_no_init
4: [       OK ] serial.resize_realloc_no_init (1 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 (13 ms)
4: [ RUN      ] serial.view_subview_2d_from_3d_randomaccess
4: [       OK ] serial.view_subview_2d_from_3d_randomaccess (13 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left
4: [       OK ] serial.view_subview_3d_from_5d_left (374 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
4: [       OK ] serial.view_subview_3d_from_5d_left_atomic (374 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o
4: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (376 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right
27: test_disable_warnings (__main__.KokkosInitializationTestCase.test_disable_warnings) ... ok
27: test_num_devices (__main__.KokkosInitializationTestCase.test_num_devices) ... ok
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
4: [       OK ] serial.view_subview_3d_from_5d_right (477 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
27: test_num_threads (__main__.KokkosInitializationTestCase.test_num_threads) ... skipped 'no host parallel backend enabled'
4: [       OK ] serial.view_subview_3d_from_5d_right_atomic (479 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (477 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 (25854 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 146 tests from 2 test suites ran. (32980 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   33.24 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
27: test_tune_internals (__main__.KokkosInitializationTestCase.test_tune_internals) ... ok
27: 
27: ----------------------------------------------------------------------
27: Ran 5 tests in 4.631s
27: 
27: OK (skipped=1)
27/58 Test #27: Kokkos_CoreUnitTest_DeviceAndThreads .......................   Passed    4.67 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-10_T18-32-37.json"
28: Test timeout computed to be: 1500
28: 2025-09-10T19:01:10+00:00
28: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
28: Run on (128 X 3326.47 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.41, 6.90, 9.87
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
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o
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.04406u
28: GramSchmidt<double>/Count:2048/iterations:5/manual_time                                                                                                                        0.007 s         0.008 s             5     2.048k        3.52738u
28: GramSchmidt<double>/Count:4096/iterations:5/manual_time                                                                                                                        0.007 s         0.008 s             5     4.096k        1.76143u
28: GramSchmidt<double>/Count:8192/iterations:5/manual_time                                                                                                                        0.007 s         0.009 s             5     8.192k        879.076n
28: GramSchmidt<double>/Count:16384/iterations:5/manual_time                                                                                                                       0.007 s         0.009 s             5    16.384k        439.344n
28: GramSchmidt<double>/Count:32768/iterations:5/manual_time                                                                                                                       0.007 s         0.010 s             5    32.768k        218.759n
28: GramSchmidt<double>/Count:65536/iterations:5/manual_time                                                                                                                       0.008 s         0.013 s             5    65.536k        114.499n
28: GramSchmidt<double>/Count:131072/iterations:5/manual_time                                                                                                                      0.009 s         0.026 s             5   131.072k         67.762n
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_WithoutInitializing.cpp.o
28: GramSchmidt<double>/Count:262144/iterations:5/manual_time                                                                                                                      0.012 s         0.045 s             5   262.144k         46.347n
28: GramSchmidt<double>/Count:524288/iterations:5/manual_time                                                                                                                      0.016 s         0.081 s             5   524.288k        30.9975n
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
5: [       OK ] openacc_DeathTest.abort_from_host (2628 ms)
5: [ RUN      ] openacc_DeathTest.abort_from_device
5: [       OK ] openacc_DeathTest.abort_from_device (52 ms)
5: [ RUN      ] openacc_DeathTest.checked_integer_operations_multiply_overflow_abort
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           107 22.4819k/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.614 s         0.613 s             1         0.10329    0.0493552               0.0958568            0.0455351   0.0538712         56.697u
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.59777m     3.75838m                7.00679m                  3.51565m    3.53819m          2.124u
5: [       OK ] openacc_DeathTest.checked_integer_operations_multiply_overflow_abort (2728 ms)
5: [ RUN      ] openacc_DeathTest.policy_bounds_unsafe_narrowing_conversions
28: OverlapTeamPolicy/N:20/M:1000000/R:10                                                                                                                                          0.182 s         0.182 s             4       0.0339262    0.0175008               0.0312222                 0.0155244   0.0156371          2.825u
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        31.7393n
28: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     2.048k        15.0186n
28: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     4.096k         6.4353n
28: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     8.192k        3.15173n
28: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    16.384k        1.96722n
28: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    32.768k         980.56p
28: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    65.536k        637.955p
28: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                                                                                                                0.000 s         0.000 s             5   131.072k        478.874p
28: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                                                                                                                0.000 s         0.001 s             5   262.144k        378.899p
28: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                                                                                                                0.000 s         0.001 s             5   524.288k        370.052p
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
[ 76%] Built target Kokkos_UnitTest_Random
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 44%] Linking CXX executable Kokkos_IncrementalTest_CUDA
1: [       OK ] openmp_DeathTest.view_construction_with_wrong_params_stat (111231 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_mix
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o
5: [       OK ] openacc_DeathTest.policy_bounds_unsafe_narrowing_conversions (2693 ms)
5: [ RUN      ] openacc_DeathTest.policy_invalid_bounds
28: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: rate
28: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: Malloc/N:1/manual_time                                                                                                                                                          26.5 us         64.2 us        26327 37.7298k/s
[ 45%] Built target Kokkos_IncrementalTest_CUDA
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o
5: [       OK ] openacc_DeathTest.policy_invalid_bounds (2614 ms)
5: [ RUN      ] openacc_DeathTest.range_policy_invalid_bounds
28: Malloc/N:16/manual_time                                                                                                                                                         26.3 us         63.6 us        26468 38.0718k/s
28: Malloc/N:256/manual_time                                                                                                                                                        26.2 us         63.3 us        26672 38.1402k/s
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
28: Malloc/N:4096/manual_time                                                                                                                                                       26.2 us         63.2 us        26625 38.1242k/s
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
5: [       OK ] openacc_DeathTest.range_policy_invalid_bounds (5297 ms)
5: [ RUN      ] openacc_DeathTest.range_policy_round_trip_conversion_fires
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
28: Malloc/N:65536/manual_time                                                                                                                                                      26.3 us         63.2 us        26638  38.072k/s
5: [       OK ] openacc_DeathTest.range_policy_round_trip_conversion_fires (2562 ms)
5: [ RUN      ] openacc_DeathTest.range_policy_check_sign_changes
28: Malloc/N:1048576/manual_time                                                                                                                                                    26.4 us         63.3 us        26667 37.8378k/s
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
31: Test_Atomic<double>/100000/iterations:10                       4.07 s          4.05 s            10          1            8   0.0102681        1.91307m     857.69u     4.99995G          37.694k     4.99995G
31/58 Test #31: Kokkos_PerformanceTest_Atomic ..............................   Passed  276.72 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-10_T18-40-45.json"
32: Test timeout computed to be: 1500
32: 2025-09-10T19:09:01+00:00
32: Running /var/jenkins/workspace/Kokkos_PR-8428/build/core/perf_test/Kokkos_PerformanceTest_Reduction
32: Run on (255 X 3099.16 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.56, 4.90, 7.67
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          39.8 us         39.5 us           10
32: ReductionCheapScalarResult<double>/100000/iterations:10         39.1 us         39.1 us           10
32: ReductionCheapScalarResult<double>/1000000/iterations:10        50.1 us         49.3 us           10
32: ReductionCheapScalarResult<double>/10000000/iterations:10        147 us          146 us           10
32: ReductionCheapHostResult<double>/10000/iterations:10            35.7 us         35.3 us           10
32: ReductionCheapHostResult<double>/100000/iterations:10           38.5 us         38.0 us           10
32: ReductionCheapHostResult<double>/1000000/iterations:10          49.5 us         49.4 us           10
32: ReductionCheapHostResult<double>/10000000/iterations:10          156 us          152 us           10
32: ReductionCheapDeviceResult<double>/10000/iterations:10          21.0 us         21.0 us           10
32: ReductionCheapDeviceResult<double>/100000/iterations:10         23.7 us         23.7 us           10
32: ReductionCheapDeviceResult<double>/1000000/iterations:10        34.6 us         34.0 us           10
32: ReductionCheapDeviceResult<double>/10000000/iterations:10        145 us          144 us           10
32: ReductionExpensive<double>/10000/iterations:10                   107 us          107 us           10
32: ReductionExpensive<double>/100000/iterations:10                  302 us          301 us           10
32: ReductionExpensive<double>/1000000/iterations:10                2580 us         2569 us           10
32: ReductionExpensive<double>/10000000/iterations:10              22177 us        22079 us           10
32/58 Test #32: Kokkos_PerformanceTest_Reduction ...........................   Passed    0.79 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
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
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
5: [       OK ] openacc_DeathTest.range_policy_check_sign_changes (4210 ms)
5: [ RUN      ] openacc_DeathTest.range_policy_implicitly_converted_bounds
33: [       OK ] openmp_DeathTest.dualview_external_view_construction (1636 ms)
33: [ RUN      ] openmp_DeathTest.offsetview_unmanaged_construction
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
[ 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_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
28: Malloc/N:16777216/manual_time                                                                                                                                                    135 us          326 us         6356 7.39664k/s
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_UnorderedMap.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_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 77%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_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_Clamp_hpp
28: Malloc/N:268435456/manual_time                                                                                                                                                  8780 us          343 us         1000  113.891/s
28: Malloc/N:4294967296/manual_time                                                                                                                                               147040 us          736 us            5  6.80089/s
5: [       OK ] openacc_DeathTest.range_policy_implicitly_converted_bounds (10633 ms)
5: [ RUN      ] openacc_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
28: MallocFree/N:1/manual_time                                                                                                                                                       309 us          290 us         2251 3.24011k/s
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 77%] Built target Kokkos_ContainersUnitTest_Serial
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
28: MallocFree/N:16/manual_time                                                                                                                                                      309 us          291 us         2277 3.23533k/s
5: [       OK ] openacc_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (2645 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
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
28: MallocFree/N:256/manual_time                                                                                                                                                    63.2 us         63.0 us        10244 15.8138k/s
28: MallocFree/N:4096/manual_time                                                                                                                                                   63.2 us         63.0 us        10995 15.8182k/s
28: MallocFree/N:65536/manual_time                                                                                                                                                  63.2 us         63.0 us        11102 15.8343k/s
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o
28: MallocFree/N:1048576/manual_time                                                                                                                                                63.4 us         63.2 us        11055 15.7819k/s
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o
28: MallocFree/N:16777216/manual_time                                                                                                                                                306 us          294 us         2370  3.2697k/s
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
28: MallocFree/N:268435456/manual_time                                                                                                                                              8720 us          346 us          348  114.676/s
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o
33: [       OK ] openmp_DeathTest.offsetview_unmanaged_construction (19302 ms)
33: [----------] 2 tests from openmp_DeathTest (20939 ms total)
33: 
33: [----------] 70 tests from openmp
33: [ RUN      ] openmp.bitset
33: [       OK ] openmp.bitset (224 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 (4 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 (635 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 (1 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 (2313 ms)
33: [ RUN      ] openmp.UnorderedMap_failed_insert
28: MallocFree/N:4294967296/manual_time                                                                                                                                           146865 us          862 us            5  6.80899/s
[ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
28: MallocTouch/N:1/manual_time                                                                                                                                                      148 us          295 us         4813 6.76096k/s
[ 78%] Built target Kokkos_PerformanceTest_Benchmark
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
33: [       OK ] openmp.UnorderedMap_failed_insert (2876 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 (6088 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 72 tests from 2 test suites ran. (27028 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.55 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
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o
28: MallocTouch/N:16/manual_time                                                                                                                                                    29.8 us         66.2 us        23550 33.5613k/s
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
28: MallocTouch/N:256/manual_time                                                                                                                                                   29.8 us         66.2 us        23544 33.6107k/s
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
28: MallocTouch/N:4096/manual_time                                                                                                                                                  38.2 us         74.7 us        18348 26.2029k/s
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
28: MallocTouch/N:65536/manual_time                                                                                                                                                 38.2 us         74.7 us        18341 26.1961k/s
5: [       OK ] openacc_DeathTest.view_layoutstride_right_to_layoutleft_assignment (19366 ms)
5: [ RUN      ] openacc_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o
28: MallocTouch/N:1048576/manual_time                                                                                                                                               42.3 us         71.0 us        17096 23.6224k/s
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
28: MallocTouch/N:16777216/manual_time                                                                                                                                               167 us          307 us         5367 5.97168k/s
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 80%] Linking CXX executable Kokkos_ContainersUnitTest_SYCL
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
34: [       OK ] hip_DeathTest.offsetview_unmanaged_construction (18726 ms)
34: [----------] 2 tests from hip_DeathTest (18726 ms total)
34: 
34: [----------] 70 tests from hip
34: [ RUN      ] hip.bitset
34: [       OK ] hip.bitset (22 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 (11 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 (38 ms)
34: [ RUN      ] hip.dyn_rank_view_api_generic
34: [       OK ] hip.dyn_rank_view_api_generic (26 ms)
34: [ RUN      ] hip.dyn_rank_view_api_operator_rank12345
34: [       OK ] hip.dyn_rank_view_api_operator_rank12345 (3 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
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
28: MallocTouch/N:268435456/manual_time                                                                                                                                             8656 us          349 us         1000  115.523/s
28: MallocTouch/N:4294967296/manual_time                                                                                                                                          147093 us         1530 us            5  6.79841/s
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
28: MallocTouchFree/N:1/manual_time                                                                                                                                                  309 us          290 us         2261 3.23952k/s
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o
28: MallocTouchFree/N:16/manual_time                                                                                                                                                 309 us          291 us         2277  3.2315k/s
[ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
5: [       OK ] openacc_DeathTest.view_layoutstride_left_to_layoutright_assignment (19495 ms)
5: [ RUN      ] openacc_DeathTest.view_memory_access_violations_from_host
28: MallocTouchFree/N:256/manual_time                                                                                                                                               66.5 us         66.2 us        10515 15.0451k/s
28: MallocTouchFree/N:4096/manual_time                                                                                                                                              75.9 us         75.6 us         9226 13.1688k/s
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
28: MallocTouchFree/N:65536/manual_time                                                                                                                                             76.2 us         75.9 us         9208 13.1297k/s
28: MallocTouchFree/N:1048576/manual_time                                                                                                                                           79.1 us         78.7 us         8889 12.6493k/s
28: MallocTouchFree/N:16777216/manual_time                                                                                                                                           300 us          294 us         2343 3.32997k/s
28: MallocTouchFree/N:268435456/manual_time                                                                                                                                         8722 us          405 us          348   114.65/s
28: MallocTouchFree/N:4294967296/manual_time                                                                                                                                      146751 us         1438 us            5  6.81426/s
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.4977/s        800
28: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.028 s         0.001 s            25  28.8955/s        800
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o
28: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            50  29.4744/s        800
34: [       OK ] hip.scatterview (20233 ms)
34: [ RUN      ] hip.scatterview_devicetype
28: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.6686/s        800
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
28: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.6137/s        800
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
28: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26   29.691/s        800
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
28: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26   29.677/s        800
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
28: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.6008/s        800
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
28: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.6665/s        800
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
28: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.6127/s        800
28: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.6681/s        800
28: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.6437/s        800
28: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.6696/s        800
28: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.6687/s        800
28: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.027 s         0.001 s            26  29.6431/s        800
28: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.027 s         0.001 s            26  29.6654/s        800
28: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time      0.030 s         0.030 s            23    53.12/s       1.6k
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
28: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time      0.030 s         0.030 s            23  53.5484/s       1.6k
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
28: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.001 s         0.001 s           523 1.20513k/s       1.6k
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
28: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.001 s         0.001 s           527 1.20378k/s       1.6k
[ 52%] 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           485 1.22275k/s       1.6k
28: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time                                           0.002 s         0.002 s           346  412.878/s        800
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
28: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time                                   0.080 s         0.080 s             9  9.94815/s        800
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
28: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.001 s         0.001 s           531 1.24635k/s       1.6k
28: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.001 s         0.001 s           523 1.24606k/s       1.6k
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o
28: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.001 s         0.001 s           523 1.24625k/s       1.6k
28: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.001 s         0.001 s           523 1.24642k/s       1.6k
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_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_MathematicalConstants_hpp
28: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.002 s         0.002 s           299  694.022/s       1.6k
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
28: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.004 s         0.004 s           196  449.474/s       1.6k
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
28: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.001 s         0.001 s           523 1.24628k/s       1.6k
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
28: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.002 s         0.002 s           292  672.384/s       1.6k
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
28: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.003 s         0.003 s           250  576.562/s       1.6k
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o
28: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.001 s         0.001 s           523 1.24616k/s       1.6k
1: [       OK ] openmp_DeathTest.view_construction_with_wrong_params_mix (109800 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_static_extents
28: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.001 s         0.001 s           522 1.24635k/s       1.6k
28: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.001 s         0.001 s           523 1.24612k/s       1.6k
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
28: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.001 s         0.001 s           523 1.24625k/s       1.6k
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o
28: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.011 s         0.011 s            61  143.907/s       1.6k
28: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.011 s         0.011 s            62  145.463/s       1.6k
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
28: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.004 s         0.004 s           194  445.953/s       1.6k
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
28: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.005 s         0.005 s           128  296.762/s       1.6k
28: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.001 s         0.001 s           523 1.24643k/s       1.6k
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
28: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.001 s         0.001 s           523 1.24617k/s       1.6k
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
28: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.012 s         0.012 s            57  133.589/s       1.6k
[ 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_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
28: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.010 s         0.010 s            73  167.825/s       1.6k
28: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.001 s         0.001 s           523 1.24553k/s       1.6k
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
28: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.001 s         0.001 s           523 1.24642k/s       1.6k
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
28: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.013 s         0.013 s            52  121.275/s       1.6k
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 80%] Built target Kokkos_UnitTest_Sort
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
1: [       OK ] openmp_DeathTest.view_construction_with_wrong_static_extents (13924 ms)
1: [ RUN      ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment
28: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.010 s         0.010 s            70  159.714/s       1.6k
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
28: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.001 s         0.001 s           523 1.24573k/s       1.6k
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
5: [       OK ] openacc_DeathTest.view_memory_access_violations_from_host (48527 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
5: [       OK ] openacc_DeathTest.view_subview_constructor_layout_compatibility (5264 ms)
5: [----------] 21 tests from openacc_DeathTest (128721 ms total)
5: 
5: [----------] 1 test from openacc_graph_DeathTest
5: [ RUN      ] openacc_graph_DeathTest.can_instantiate_only_once
28: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.001 s         0.001 s           523 1.24651k/s       1.6k
28: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.013 s         0.013 s            53  123.394/s       1.6k
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
5: [       OK ] openacc_graph_DeathTest.can_instantiate_only_once (5465 ms)
5: [----------] 1 test from openacc_graph_DeathTest (5465 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 (10 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 (52 ms)
5: [ RUN      ] openacc.atomic_operations_long
5: [       OK ] openacc.atomic_operations_long (53 ms)
5: [ RUN      ] openacc.atomic_operations_longlong
5: [       OK ] openacc.atomic_operations_longlong (50 ms)
5: [ RUN      ] openacc.atomic_operations_unsigned
28: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.013 s         0.013 s            50  119.089/s       1.6k
5: [       OK ] openacc.atomic_operations_unsigned (49 ms)
5: [ RUN      ] openacc.atomic_operations_unsignedlong
5: [       OK ] openacc.atomic_operations_unsignedlong (52 ms)
5: [ RUN      ] openacc.atomics
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
34: [       OK ] hip.scatterview_devicetype (46375 ms)
34: [ RUN      ] hip.resize_realloc_no_init_dualview
34: [       OK ] hip.resize_realloc_no_init_dualview (13 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
28: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                      0.001 s         0.001 s           569 1.34767k/s       1.6k
1: [       OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (5973 ms)
1: [ RUN      ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment
28: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    0.001 s         0.001 s           569 1.34643k/s       1.6k
34: [       OK ] hip.UnorderedMap_insert (3059 ms)
34: [ RUN      ] hip.UnorderedMap_failed_insert
28: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                     0.001 s         0.001 s           569 1.33758k/s       1.6k
34: [       OK ] hip.UnorderedMap_failed_insert (831 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 (2 ms)
34: [----------] 70 tests from hip (70660 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 72 tests from 2 test suites ran. (89386 ms total)
34: [  PASSED  ] 71 tests.
34: [  SKIPPED ] 1 test, listed below:
34: [  SKIPPED ] hip_DeathTest.dualview_external_view_construction
28: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                     0.001 s         0.001 s           569  1.3469k/s       1.6k
34/58 Test #34: Kokkos_ContainersUnitTest_HIP ..............................   Passed   89.96 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
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.00222027
35:  View sum computation time: 0.00222027
35:  Strided View time (init only): 0.00134505
28: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s          1250 1.48852k/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.
35:  View Rank7 time (init only): 0.00198939
35:  DynRankView time (init only): 0.00182753
35:  DynRankView sum computation time: 0.00300908
35:  Ratio of View to DynRankView time: 1.21491
35:  Ratio of View to DynRankView sum computation time: 0.912523
35:  Ratio of View to View Rank7  time: 1.11606
35:  Ratio of StrideView to DynRankView time: 0.735996
35:  Ratio of DynRankView to View Rank7  time: 0.918639
35: [       OK ] TEST_CATEGORY.dynrankview_perf (42 ms)
35: [ RUN      ] TEST_CATEGORY.global_2_local
35: OpenMP
35: size, create, generate, fill, find
35: 256, 5.876e-05, 1.0251e-05, 6.3059e-05, 0.000432425
35: 512, 3.081e-05, 1.258e-05, 7.3519e-05, 0.000470304
35: 1024, 2.828e-05, 9.449e-06, 0.000105479, 0.000556954
35: 2048, 2.6919e-05, 6.58e-06, 0.000172778, 0.000600253
35: 4096, 3.2669e-05, 5.14e-06, 0.000294106, 0.000758591
35: 8192, 4.5999e-05, 5.52e-06, 0.000542803, 0.00111619
35: 16384, 9.1399e-05, 8.84e-06, 0.00102453, 0.00210645
35: 32768, 0.000153228, 1.381e-05, 0.00200075, 0.00464735
35: 65536, 0.000245037, 2.161e-05, 0.00482706, 0.0111014
35: 131072, 0.0014306, 4.9719e-05, 0.00859521, 0.0298423
35: 262144, 0.00343525, 6.2919e-05, 0.0160055, 0.0642733
35: 524288, 0.00276547, 0.000114149, 0.0335623, 0.131015
35: 1048576, 0.00513379, 0.000137268, 0.0635679, 0.270046
28: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time                                                                                                       0.028 s         0.028 s            25  28.1415/s        800
28: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s          1257  1.4941k/s        800
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
35: 2097152, 0.0066, 0.000180188, 0.13192, 1.32061
1: [       OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (5925 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
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
28: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time                                                                                                      0.028 s         0.028 s            25  28.1403/s        800
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
28: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s          1262 1.49465k/s        800
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
28: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s          1251 1.48981k/s        800
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
28: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s          1253 1.49203k/s        800
28: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s          1245 1.49276k/s        800
35: 4194304, 0.0232381, 0.000257737, 0.263069, 4.28464
35: [       OK ] TEST_CATEGORY.global_2_local (6695 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.024278 seconds
35: test took 0.0240385 seconds
35: num_threads 8
35: hand-coded test took 0.0240428 seconds
35: test took 0.0239415 seconds
35: num_threads 8
35: hand-coded test took 0.0242316 seconds
35: test took 0.0260406 seconds
35: num_threads 8
35: hand-coded test took 0.0263475 seconds
35: test took 0.0240026 seconds
35: num_threads 8
35: hand-coded test took 0.0243323 seconds
35: test took 0.0240224 seconds
35: [       OK ] TEST_CATEGORY.scatter_view (312 ms)
35: [----------] 5 tests from TEST_CATEGORY (7050 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 5 tests from 1 test suite ran. (7050 ms total)
35: [  PASSED  ] 5 tests.
35/58 Test #35: Kokkos_ContainersPerformanceTest_OpenMP ....................   Passed    7.53 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.00444377
36:  View sum computation time: 0.00444377
36:  Strided View time (init only): 0.00192872
36:  View Rank7 time (init only): 0.00178706
36:  DynRankView time (init only): 0.00712961
36:  DynRankView sum computation time: 0.00156038
36:  Ratio of View to DynRankView time: 0.623283
36:  Ratio of View to DynRankView sum computation time: 0.889823
36:  Ratio of View to View Rank7  time: 2.48664
36:  Ratio of StrideView to DynRankView time: 0.270522
36:  Ratio of DynRankView to View Rank7  time: 3.98958
36: [       OK ] TEST_CATEGORY.dynrankview_perf (22 ms)
36: [ RUN      ] TEST_CATEGORY.global_2_local
36: HIP
36: size, create, generate, fill, find
36: 256, 0.00100863, 1.634e-05, 3.3349e-05, 0.00475284
36: 512, 0.00109811, 1.151e-05, 3.251e-05, 0.00382243
36: 1024, 0.0010601, 1.168e-05, 3.7069e-05, 0.00385153
36: 2048, 0.00106797, 1.1329e-05, 3.7169e-05, 0.00393704
36: 4096, 0.00109218, 1.089e-05, 3.8299e-05, 0.00412887
36: 8192, 0.00104523, 1.0919e-05, 3.5399e-05, 0.0039217
36: 16384, 0.00110262, 1.121e-05, 3.798e-05, 0.00418786
36: 32768, 0.0011211, 1.144e-05, 3.784e-05, 0.0040798
36: 65536, 0.00108182, 1.153e-05, 4.2799e-05, 0.0046317
36: 131072, 0.00113847, 1.2011e-05, 6.673e-05, 0.00550884
36: 262144, 0.00113439, 1.274e-05, 0.000114779, 0.00717517
36: 524288, 0.00107668, 1.504e-05, 0.000288256, 0.0110698
36: 1048576, 0.00113729, 2.054e-05, 0.000711602, 0.0217463
28: ViewFill_Rank1Strided/N:10/manual_time                                                                                                                                         0.002 s         0.002 s           445  260.338/s        400
36: 2097152, 0.00119429, 2.818e-05, 0.00156935, 0.0476164
36: 4194304, 0.00124413, 4.1299e-05, 0.00354015, 0.102045
36: [       OK ] TEST_CATEGORY.global_2_local (257 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 (280 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 4 tests from 1 test suite ran. (280 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
28: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s          1253 1.48948k/s        800
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
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: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s          1251 1.48906k/s        800
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
28: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s          1250 1.49289k/s        800
28: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s          1251 1.49075k/s        800
28: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s          1252 1.49362k/s        800
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
37: [       OK ] hip_DeathTest.SortByKeyKeysLargerThanValues (3123 ms)
37: [----------] 1 test from hip_DeathTest (3123 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
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
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
28: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s          1250 1.48975k/s        800
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
28: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s          1251 1.49217k/s        800
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
28: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s          1254 1.49088k/s        800
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
28: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s          1247 1.49368k/s        800
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
28: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s          1247 1.49316k/s        800
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
28: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                              0.001 s         0.001 s          1252  1.4936k/s        800
28: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                             0.001 s         0.001 s          1252 1.49455k/s        800
28: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10  5.4762k/s       1.6k
28: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 7.60852k/s       1.6k
28: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10  5.6027k/s       1.6k
28: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 3.75267k/s       1.6k
28: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 6.38177k/s       1.6k
28: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 3.94837k/s       1.6k
28: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 11.5875k/s       1.6k
28: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 12.0124k/s       1.6k
28: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10  7.7131k/s       1.6k
28: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 5.39661k/s       1.6k
28: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 9.16493k/s       1.6k
28: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10  4.9048k/s       1.6k
28: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 5.14621k/s       1.6k
28: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 3.98019k/s       1.6k
28: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 4.22226k/s       1.6k
28: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10  3.2119k/s       1.6k
28: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 7.62031k/s       1.6k
28: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 4.92375k/s       1.6k
28: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 5.29035k/s       1.6k
28: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 3.80009k/s       1.6k
28: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.001 s         0.001 s            10 2.63798k/s       1.6k
28: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.001 s            10 2.12172k/s       1.6k
28: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.001 s         0.001 s            10  3.1803k/s       1.6k
28: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.001 s         0.001 s            10 2.34746k/s       1.6k
28: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 4.02333k/s       1.6k
28: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 4.95699k/s       1.6k
28: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 5.37965k/s       1.6k
28: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 5.93503k/s       1.6k
28: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.001 s         0.001 s            10  2.9567k/s       1.6k
28: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 4.37055k/s       1.6k
28: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 3.67939k/s       1.6k
28: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 5.53656k/s       1.6k
28: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                       0.001 s         0.001 s            10 1.13549k/s       1.6k
28: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                      0.004 s         0.001 s            10  448.721/s       1.6k
28/58 Test #28: Kokkos_PerformanceTest_Benchmark ...........................   Passed  154.99 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-10_T18-32-37.json"
29: Test timeout computed to be: 1500
29: 2025-09-10T19:03:45+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.89, 6.42, 9.24
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.53 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-10_T18-32-37.json"
30: Test timeout computed to be: 1500
30: 2025-09-10T19:03:45+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.89, 6.42, 9.24
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
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o
1: [       OK ] openmp_DeathTest.view_out_of_bounds_access (14018 ms)
1: [ RUN      ] openmp_DeathTest.view_subview_wrong_extents
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          4885 3.58061m/s       512u
5: [       OK ] openacc.atomic_views_integral (21795 ms)
5: [ RUN      ] openacc.atomic_views_nonintegral
5: [       OK ] openacc.atomic_views_nonintegral (40 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 (71 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 (9 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 (60 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 (48 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 (90 ms)
5: [ RUN      ] openacc.partitioning_by_args_with_structured_bindings
5: [       OK ] openacc.partitioning_by_args_with_structured_bindings (84 ms)
5: [ RUN      ] openacc.partitioning_by_vector
5: [       OK ] openacc.partitioning_by_vector (83 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 (4 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 (44 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 (12 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
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 (66 ms)
5: [ RUN      ] openacc.mdrange_6d
5: [       OK ] openacc.mdrange_6d (113 ms)
5: [ RUN      ] openacc.mdrange_3d
5: [       OK ] openacc.mdrange_3d (35 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 (26 ms)
5: [ RUN      ] openacc.mdrange_large_deep_copy
5: [       OK ] openacc.mdrange_large_deep_copy (154 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
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
30: ViewFirstTouch_Initialize<double>/N:512/manual_time                      0.000 s         0.000 s         18269  0.10608/s     4.096m
37: [       OK ] hip.BinSortUnsignedKeyLayoutStrideValues (8792 ms)
37: [ RUN      ] hip.NestedSort
37: [       OK ] hip.NestedSort (41 ms)
37: [ RUN      ] hip.NestedSortByKey
37: [       OK ] hip.NestedSortByKey (98 ms)
37: [----------] 16 tests from hip (9080 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 17 tests from 2 test suites ran. (12203 ms total)
37: [  PASSED  ] 17 tests.
37/58 Test #37: Kokkos_UnitTest_Sort .......................................   Passed   12.67 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:1757531480356978791
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.45775e-07 -0.00655601 -0.0119101 || 0.051031 27928 29489 || 28863.6 28674.4 || -164.645 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.5082e-07 0.00319912 -0.000827434 || 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.00301978 -0.0256675 || 0.051031 27954 29305 || 28588.1 28674.4 || -354.827 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.0148326 -0.00496119 || 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.00719579 0.0375298 || 0.051031 28058 29344 || 28882.2 28674.4 || 518.812 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.00332762 -0.00546525 || 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.00197698 0.0127565 || 0.051031 28019 29308 || 28617.8 28674.4 || 176.346 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.00395515 0.00591661 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000245061 -0.99999 -48247.8 || 0.051031 0 194915 || 2.92882e+09 28674.4 || -6.66978e+08 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 0.000734118 -0.310569 0.144137 || 0.051031 1e+64 -1e+64
38: Test Scalar=bhalf
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.73523e-07 -0.0174278 0.0055855 || 0.051031 28002 29539 || 29183 28674.4 || 77.214 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.34064e-07 -0.0160315 0.00377797 || 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.000436103 -0.00793119 || 0.051031 28057 29297 || 28661.9 28674.4 || -109.641 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.34064e-07 -0.00740106 0.00538654 || 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.0166967 0.0215047 || 0.051031 28018 29329 || 28203.5 28674.4 || 297.282 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.0167339 0.00622839 || 0.051031 1e+64 -1e+64
38: Test Seed:1757531480494488342
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 -0.0122535 0.0184598 || 0.051031 27955 29341 || 29030.1 28674.4 || 255.188 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.00832569 -0.000615323 || 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.00550409 -0.0306749 || 0.051031 28081 29264 || 28517.4 28674.4 || -424.05 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.016351 0.00601059 || 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.0108996 0.00408625 || 0.051031 28003 29344 || 28365.2 28674.4 || 56.4883 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.0182671 -0.00743822 || 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.00830457 0.0164458 || 0.051031 27994 29377 || 28914.5 28674.4 || 227.346 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.00381352 0.00604177 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000245338 -0.99999 -48246.2 || 0.051031 0 195019 || 2.92867e+09 28674.4 || -6.66955e+08 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 0.00073483 -0.309254 0.150925 || 0.051031 1e+64 -1e+64
38: Test Scalar=bhalf
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.71e-07 0.00538216 -0.044486 || 0.051031 28020 29405 || 28520.9 28674.4 || -614.974 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.26496e-07 -0.000104274 -0.00994664 || 0.051031 1e+64 -1e+64
38: Test Scalar=float
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.68478e-07 0.000262942 -0.00776097 || 0.051031 27959 29305 || 28666.9 28674.4 || -107.288 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.18929e-07 0.00261438 0.00200614 || 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.0037421 -0.00555613 || 0.051031 28051 29354 || 28782.1 28674.4 || -76.8079 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.00564987 0.00153791 || 0.051031 1e+64 -1e+64
38: [       OK ] hip.Random_XorShift64 (259 ms)
38: [ RUN      ] hip.Random_XorShift1024_0
38: Test Seed:1757531480616162876
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 0.00621694 0.00246236 || 0.051031 10954 11768 || 11306.7 11377 || 34.0397 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.0105547 -0.000562158 || 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.00519116 -0.0239133 || 0.051031 10881 11825 || 11436.3 11377 || -330.577 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.00449505 0.00246694 || 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.00532931 -0.000270222 || 0.051031 10937 11811 || 11437.9 11377 || -3.73555 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.000281565 0.000286073 || 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.00368258 -0.00532618 || 0.051031 10948 11846 || 11419 11377 || -73.6291 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.00488364 -0.00518976 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000243011 -0.999975 -7595.45 || 0.051031 0 77676 || 4.61096e+08 11377 || -1.05e+08 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 0.000728756 -0.133421 0.0259937 || 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.034022 0.000576387 || 0.051031 10996 11809 || 11002.6 11377 || 7.96798 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 3.05176e-07 -0.00502163 -0.00210193 || 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.0147521 0.00109281 || 0.051031 10996 11789 || 11211.6 11377 || 15.107 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 3.43323e-07 -0.00215493 0.00290416 || 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.0239153 0.00600419 || 0.051031 10931 11822 || 11111.2 11377 || 83.0019 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.00343614 0.0037644 || 0.051031 1e+64 -1e+64
38: Test Seed:1757531480703768553
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 0.0168278 -0.0022232 || 0.051031 10998 11816 || 11188.7 11377 || -30.7335 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.00459999 0.00371529 || 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.00698425 -0.00148543 || 0.051031 10969 11761 || 11298 11377 || -20.5346 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.00296494 -0.00279992 || 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.0294345 0.00150237 || 0.051031 10977 11741 || 11722 11377 || 20.7688 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.0146984 -0.000657402 || 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.0302222 -0.00302969 || 0.051031 10954 11835 || 11731.5 11377 || -41.8824 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.00186374 -0.00138284 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000245301 -0.999975 -7594.48 || 0.051031 0 77571 || 4.61015e+08 11377 || -1.04986e+08 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 0.000735575 -0.138446 0.0250963 || 0.051031 1e+64 -1e+64
38: Test Scalar=bhalf
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.98818e-07 -0.0190208 0.0117443 || 0.051031 10900 11784 || 11597.6 11377 || 162.353 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 4.00543e-07 0.00810215 0.00240566 || 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.0053434 0.00546523 || 0.051031 10980 11792 || 11438.1 11377 || 75.5513 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.67029e-07 0.00439333 -0.000252486 || 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.000103599 -0.00533523 || 0.051031 10997 11839 || 11375.8 11377 || -73.7542 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.0223878 -0.0019905 || 0.051031 1e+64 -1e+64
38: [       OK ] hip.Random_XorShift1024_0 (207 ms)
38: [ RUN      ] hip.Multi_streams
30: ViewFirstTouch_Initialize<double>/N:4096/manual_time                     0.000 s         0.000 s         18622 0.868486/s   0.032768
38: [       OK ] hip.Multi_streams (694 ms)
38: [----------] 3 tests from hip (1161 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 3 tests from 1 test suite ran. (1161 ms total)
38: [  PASSED  ] 3 tests.
38/58 Test #38: Kokkos_UnitTest_Random .....................................   Passed    1.64 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
5: [       OK ] openacc.mdrange_parallel_reduce_primitive_types (2610 ms)
5: [ RUN      ] openacc.mdspan_minimal_functional
5: [       OK ] openacc.mdspan_minimal_functional (5 ms)
5: [ RUN      ] openacc.mdspan_atomic_accessor
5: [       OK ] openacc.mdspan_atomic_accessor (6 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 (7 ms)
5: [ RUN      ] openacc.parallel_scan_range_policy
5: [       OK ] openacc.parallel_scan_range_policy (194 ms)
5: [ RUN      ] openacc.kokkos_printf
5: [       OK ] openacc.kokkos_printf (6 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 (17 ms)
5: [ RUN      ] openacc.reducers_bool
5: [       OK ] openacc.reducers_bool (7 ms)
5: [ RUN      ] openacc.impl_shared_alloc
5: [       OK ] openacc.impl_shared_alloc (52 ms)
5: [ RUN      ] openacc.mdspan_space_aware_accessor
5: [       OK ] openacc.mdspan_space_aware_accessor (20 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 (21 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 (22 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 (34 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 (163 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 (90 ms)
5: [ RUN      ] openacc.view_layoutstride_right_to_layoutright_assignment
5: [       OK ] openacc.view_layoutstride_right_to_layoutright_assignment (83 ms)
5: [ RUN      ] openacc.view_mapping
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
5: [       OK ] openacc.view_mapping (58 ms)
5: [ RUN      ] openacc.view_mapping_operator
5: [       OK ] openacc.view_mapping_operator (363 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 (9 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 (7 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 (9 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 (15 ms)
5: [ RUN      ] openacc.view_subview_1d_assign_atomic
5: [       OK ] openacc.view_subview_1d_assign_atomic (13 ms)
5: [ RUN      ] openacc.view_subview_1d_assign_randomaccess
5: [       OK ] openacc.view_subview_1d_assign_randomaccess (13 ms)
5: [ RUN      ] openacc.view_subview_2d_from_3d
5: [       OK ] openacc.view_subview_2d_from_3d (184 ms)
5: [ RUN      ] openacc.view_subview_2d_from_3d_atomic
30: ViewFirstTouch_Initialize<double>/N:32768/manual_time                    0.000 s         0.000 s         18545  6.93529/s   0.262144
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
5: [       OK ] openacc.view_subview_2d_from_3d_atomic (188 ms)
5: [ RUN      ] openacc.view_subview_2d_from_3d_randomaccess
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
5: [       OK ] openacc.view_subview_2d_from_3d_randomaccess (186 ms)
5: [ RUN      ] openacc.view_subview_3d_from_5d_left
5: [       OK ] openacc.view_subview_3d_from_5d_left (203 ms)
5: [ RUN      ] openacc.view_subview_3d_from_5d_left_atomic
5: [       OK ] openacc.view_subview_3d_from_5d_left_atomic (206 ms)
5: [ RUN      ] openacc.view_subview_3d_from_5d_left_randomaccess
30: ViewFirstTouch_Initialize<double>/N:262144/manual_time                   0.000 s         0.000 s          3523  10.5427/s    2.09715
5: [       OK ] openacc.view_subview_3d_from_5d_left_randomaccess (207 ms)
5: [ RUN      ] openacc.view_subview_3d_from_5d_right
5: [       OK ] openacc.view_subview_3d_from_5d_right (120 ms)
5: [ RUN      ] openacc.view_subview_3d_from_5d_right_atomic
5: [       OK ] openacc.view_subview_3d_from_5d_right_atomic (120 ms)
5: [ RUN      ] openacc.view_subview_3d_from_5d_right_randomaccess
5: [       OK ] openacc.view_subview_3d_from_5d_right_randomaccess (119 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 (28943 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. (163135 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
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o
 5/23 Test  #5: Kokkos_CoreUnitTest_OpenACC ................................   Passed  163.96 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 (40 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 (5 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 (54 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 8 tests from 1 test suite ran. (54 ms total)
6: [  PASSED  ] 8 tests.
 6/23 Test  #6: Kokkos_CoreUnitTest_Default ................................   Passed    0.36 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
7: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (413 ms)
7: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
7: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1716 ms)
7: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management
30: ViewFirstTouch_Initialize<double>/N:2097152/manual_time                  0.000 s         0.000 s          5331  102.309/s    16.7772
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
39: [       OK ] std_algorithms_DeathTest.expect_no_overlap (7798 ms)
39: [----------] 1 test from std_algorithms_DeathTest (7798 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. (7807 ms total)
39: [  PASSED  ] 16 tests.
39/58 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_A .........................   Passed    8.27 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: [==========] 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 (13 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
7: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (2785 ms)
7: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (4916 ms total)
7: 
7: [----------] 4 tests from InitializeFinalize_DeathTest
7: [ RUN      ] InitializeFinalize_DeathTest.initialize
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 (53 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 7 tests from 1 test suite ran. (53 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
7: [       OK ] InitializeFinalize_DeathTest.initialize (971 ms)
7: [ RUN      ] InitializeFinalize_DeathTest.finalize
41: [       OK ] std_algorithms_lexicographical_compare_test.test (35 ms)
41: [----------] 1 test from std_algorithms_lexicographical_compare_test (35 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 (57 ms)
41: [----------] 1 test from std_algorithms_for_each_test (57 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
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
30: ViewFirstTouch_Initialize<double>/N:16777216/manual_time                 0.004 s         0.000 s          1000  35.9837/s    134.218
7: [       OK ] InitializeFinalize_DeathTest.finalize (753 ms)
7: [ RUN      ] InitializeFinalize_DeathTest.is_initialized
41: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (566 ms)
41: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
7: [       OK ] InitializeFinalize_DeathTest.is_initialized (196 ms)
7: [ RUN      ] InitializeFinalize_DeathTest.is_finalized
7: [       OK ] InitializeFinalize_DeathTest.is_finalized (209 ms)
7: [----------] 4 tests from InitializeFinalize_DeathTest (2132 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 (22 ms)
7: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (22 ms total)
7: 
7: [----------] 1 test from Legion_DeathTest
7: [ RUN      ] Legion_DeathTest.individual_backend_initialization
41: [       OK ] std_algorithms_non_mod_seq_ops.find_end (594 ms)
41: [ RUN      ] std_algorithms_non_mod_seq_ops.search
7: [       OK ] Legion_DeathTest.individual_backend_initialization (250 ms)
7: [----------] 1 test from Legion_DeathTest (250 ms total)
7: 
7: [----------] 2 tests from PushFinalizeHook_DeathTest
7: [ RUN      ] PushFinalizeHook_DeathTest.called_in_reverse_order
7: [       OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (181 ms)
7: [ RUN      ] PushFinalizeHook_DeathTest.terminate_on_throw
41: [       OK ] std_algorithms_non_mod_seq_ops.search (586 ms)
41: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
7: [       OK ] PushFinalizeHook_DeathTest.terminate_on_throw (432 ms)
7: [----------] 2 tests from PushFinalizeHook_DeathTest (613 ms total)
7: 
7: [----------] 6 tests from ScopeGuard_DeathTest
7: [ RUN      ] ScopeGuard_DeathTest.create
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
7: [       OK ] ScopeGuard_DeathTest.create (166 ms)
7: [ RUN      ] ScopeGuard_DeathTest.create_argument
7: [       OK ] ScopeGuard_DeathTest.create_argument (162 ms)
7: [ RUN      ] ScopeGuard_DeathTest.create_while_initialize
41: [       OK ] std_algorithms_non_mod_seq_ops.search_n (400 ms)
41: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2147 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 (26 ms)
41: [----------] 1 test from std_algorithms_count_test (26 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 (88 ms)
41: [----------] 1 test from std_algorithms_mismatch_test (88 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. (2594 ms total)
41: [  PASSED  ] 13 tests.
41/58 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    3.10 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
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
7: [       OK ] ScopeGuard_DeathTest.create_while_initialize (376 ms)
7: [ RUN      ] ScopeGuard_DeathTest.create_after_initialize
7: [       OK ] ScopeGuard_DeathTest.create_after_initialize (432 ms)
7: [ RUN      ] ScopeGuard_DeathTest.create_after_finalize
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 (9 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 (41 ms)
42: [ RUN      ] std_algorithms_replace_ops_test.replace_if
42: [       OK ] std_algorithms_replace_ops_test.replace_if (129 ms)
42: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
42: [       OK ] std_algorithms_replace_ops_test.replace_copy (74 ms)
42: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
42: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (68 ms)
42: [----------] 4 tests from std_algorithms_replace_ops_test (313 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 (47 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.unique
42: [       OK ] std_algorithms_mod_seq_ops.unique (105 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o
7: [       OK ] ScopeGuard_DeathTest.create_after_finalize (434 ms)
7: [ RUN      ] ScopeGuard_DeathTest.destroy_after_finalize
42: [       OK ] std_algorithms_mod_seq_ops.unique_copy (62 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove
42: [       OK ] std_algorithms_mod_seq_ops.remove (44 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
42: [       OK ] std_algorithms_mod_seq_ops.remove_if (48 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
7: [       OK ] ScopeGuard_DeathTest.destroy_after_finalize (429 ms)
7: [----------] 6 tests from ScopeGuard_DeathTest (2001 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 (7 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
7: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (2 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
7: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (9 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 (19 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 30 tests from 7 test suites ran. (9955 ms total)
7: [  PASSED  ] 30 tests.
 7/23 Test  #7: Kokkos_CoreUnitTest_InitializeFinalize .....................   Passed    9.98 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
42: [       OK ] std_algorithms_mod_seq_ops.remove_copy (167 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
42: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (49 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.rotate
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.20 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
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
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 (43 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 (45 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 27 tests from 1 test suite ran. (46 ms total)
9: [  PASSED  ] 27 tests.
 9/23 Test  #9: Kokkos_CoreUnitTest_KokkosP ................................   Passed    0.28 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.02 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.17 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.17 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.21 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
42: [       OK ] std_algorithms_mod_seq_ops.rotate (1337 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
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.19 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
42: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (528 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
15: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (397 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
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
15: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (412 ms)
15: [----------] 2 tests from defaultdevicetype_DeathTest (809 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. (810 ms total)
15: [  PASSED  ] 3 tests.
15/23 Test #15: Kokkos_CoreUnitTest_StackTraceTest .........................   Passed    0.98 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
30: ViewFirstTouch_ParallelFor<double>/N:64/manual_time                      0.000 s         0.000 s         60523 0.0878358/s      1024u
[ 57%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
16: [       OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (553 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 (700 ms total)
16: 
16: [----------] Global test environment tear-down
16: [==========] 28 tests from 1 test suite ran. (700 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.91 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
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 (29 ms)
17: [ RUN      ] OPENACC.IncrTest_03b_memspace_free
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
42: [       OK ] std_algorithms_mod_seq_ops.shift_left (1591 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
[ 57%] Built target Kokkos_IncrementalTest_SERIAL
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o
1: [       OK ] openmp_DeathTest.view_subview_wrong_extents (20757 ms)
1: [ RUN      ] openmp_DeathTest.view_subview_constructor_layout_compatibility
1: [       OK ] openmp_DeathTest.view_subview_constructor_layout_compatibility (1754 ms)
1: [----------] 20 tests from openmp_DeathTest (420041 ms total)
1: 
1: [----------] 1 test from openmp_graph_DeathTest
1: [ RUN      ] openmp_graph_DeathTest.can_instantiate_only_once
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
42: [       OK ] std_algorithms_mod_seq_ops.shift_right (1606 ms)
42: [----------] 11 tests from std_algorithms_mod_seq_ops (5589 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 (77 ms)
42: [----------] 1 test from std_algorithms_modseq_test (77 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 31 tests from 5 test suites ran. (5993 ms total)
42: [  PASSED  ] 31 tests.
42/58 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    6.49 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
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
1: [       OK ] openmp_graph_DeathTest.can_instantiate_only_once (1738 ms)
1: [----------] 1 test from openmp_graph_DeathTest (1738 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 (3 ms)
1: [ RUN      ] openmp.atomic_operations_complexfloat
1: [       OK ] openmp.atomic_operations_complexfloat (2 ms)
1: [ RUN      ] openmp.atomic_operations_double
1: [       OK ] openmp.atomic_operations_double (2 ms)
1: [ RUN      ] openmp.atomic_operations_float
1: [       OK ] openmp.atomic_operations_float (2 ms)
1: [ RUN      ] openmp.atomic_operations_int8
1: [       OK ] openmp.atomic_operations_int8 (6 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 (6 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 (6 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 (5 ms)
1: [ RUN      ] openmp.atomic_operations_unsignedlong
1: [       OK ] openmp.atomic_operations_unsignedlong (5 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: [==========] 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 (16 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 (31 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 (11 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 (1 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 (23 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
1: [       OK ] openmp.atomic_views_integral (444 ms)
1: [ RUN      ] openmp.atomic_views_nonintegral
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
17: [       OK ] OPENACC.IncrTest_03b_memspace_free (2134 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:512/manual_time                     0.000 s         0.000 s         52689  0.61686/s     8.192m
17: [       OK ] OPENACC.IncrTest_11c_Hierarchical_ForLoop (807 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 (2997 ms total)
17: 
17: [----------] Global test environment tear-down
17: [==========] 28 tests from 1 test suite ran. (2997 ms total)
17: [  PASSED  ] 26 tests.
17: [  SKIPPED ] 2 tests, listed below:
17: [  SKIPPED ] OPENACC.IncrTest_12a_ThreadScratch
17: [  SKIPPED ] OPENACC.IncrTest_12b_TeamScratch
1: [       OK ] openmp.atomic_views_nonintegral (310 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 (21 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 (3 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 (1 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
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
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
17/23 Test #17: Kokkos_IncrementalTest_OPENACC .............................   Passed    3.22 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 (114 ms)
18: [ RUN      ] ctest_environment_DeathTest.no_type_str
43: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (814 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
18: [       OK ] ctest_environment_DeathTest.no_type_str (122 ms)
18: [ RUN      ] ctest_environment_DeathTest.missing_type
18: [       OK ] ctest_environment_DeathTest.missing_type (207 ms)
18: [ RUN      ] ctest_environment_DeathTest.no_id_str
18: [       OK ] ctest_environment_DeathTest.no_id_str (107 ms)
18: [ RUN      ] ctest_environment_DeathTest.invalid_id_str
18: [       OK ] ctest_environment_DeathTest.invalid_id_str (228 ms)
18: [----------] 5 tests from ctest_environment_DeathTest (780 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. (780 ms total)
18: [  PASSED  ] 8 tests.
18/23 Test #18: Kokkos_CoreUnitTest_CTestDevice ............................   Passed    0.81 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
43: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (747 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
43: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
43: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (238 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
43: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
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 (48 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 (0 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 (54 ms total)
23: 
23: [----------] Global test environment tear-down
23: [==========] 18 tests from 1 test suite ran. (54 ms total)
23: [  PASSED  ] 18 tests.
[ 82%] 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_Team_C.dir/UnitTestMain.cpp.o
23/23 Test #23: Kokkos_UnitTest_SIMD .......................................   Passed    0.40 sec

100% tests passed, 0 tests failed out of 23

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

Total Test time (real) = 252.02 sec
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o
43: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (386 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 (2187 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. (2431 ms total)
43: [  PASSED  ] 29 tests.
43/58 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    2.91 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
Post stage
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 2b095a9cd70f3b52dae7da93b733dfba8c50bc515357d3dfb94c69acf5a85028
[ 83%] Built target Kokkos_ContainersUnitTest_SYCL
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
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 (419 ms)
44: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
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)'.
44: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (433 ms)
44: [----------] 2 tests from std_algorithms_adjacent_find_team_test (853 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
$ docker rm -f --volumes 2b095a9cd70f3b52dae7da93b733dfba8c50bc515357d3dfb94c69acf5a85028
44: [       OK ] std_algorithms_count_team_test.count_returns_zero (170 ms)
44: [----------] 2 tests from std_algorithms_count_team_test (372 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
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
44: [       OK ] std_algorithms_for_each_team_test.test (296 ms)
44: [----------] 1 test from std_algorithms_for_each_team_test (296 ms total)
44: 
44: [----------] 1 test from std_algorithms_for_each_n_team_test
44: [ RUN      ] std_algorithms_for_each_n_team_test.test
30: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time                    0.000 s         0.000 s         45623  4.27006/s   0.065536
44: [       OK ] std_algorithms_for_each_n_team_test.test (317 ms)
44: [----------] 1 test from std_algorithms_for_each_n_team_test (317 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 (525 ms)
44: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
1: [       OK ] openmp.local_deepcopy_teampolicy_layoutleft (4603 ms)
1: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutleft
44: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (444 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 (446 ms)
44: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1415 ms total)
44: 
44: [----------] 2 tests from std_algorithms_mismatch_team_test
44: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
44: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (591 ms)
44: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
44: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (520 ms)
44: [----------] 2 tests from std_algorithms_mismatch_team_test (1111 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 12 tests from 7 test suites ran. (4579 ms total)
44: [  PASSED  ] 12 tests.
44/58 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed    5.05 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
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
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_ParallelFor<double>/N:32768/manual_time                   0.000 s         0.000 s         44487  33.2997/s   0.524288
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
45: [       OK ] std_algorithms_equal_team_test.views_are_equal (888 ms)
45: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
45: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (825 ms)
45: [----------] 2 tests from std_algorithms_equal_team_test (1714 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 (394 ms)
45: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
1: [       OK ] openmp.local_deepcopy_rangepolicy_layoutleft (4543 ms)
1: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutright
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
45: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (403 ms)
45: [----------] 2 tests from std_algorithms_search_team_test (798 ms total)
45: 
45: [----------] 2 tests from std_algorithms_find_end_team_test
45: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
45: [       OK ] std_algorithms_find_end_team_test.sequences_exist (505 ms)
45: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
45: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (453 ms)
45: [----------] 2 tests from std_algorithms_find_end_team_test (958 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 (429 ms)
45: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
45: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (555 ms)
45: [----------] 2 tests from std_algorithms_find_first_of_team_test (985 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 8 tests from 4 test suites ran. (4457 ms total)
45: [  PASSED  ] 8 tests.
45/58 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed    4.94 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
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
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 (184 ms)
46: [----------] 2 tests from std_algorithms_find_team_test (370 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 (175 ms)
46: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
1: [       OK ] openmp.local_deepcopy_teampolicy_layoutright (3226 ms)
1: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutright
46: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (184 ms)
46: [----------] 2 tests from std_algorithms_find_if_team_test (360 ms total)
46: 
46: [----------] 2 tests from std_algorithms_find_if_not_team_test
46: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
46: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (221 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 (174 ms)
46: [----------] 2 tests from std_algorithms_find_if_not_team_test (396 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
46: [       OK ] std_algorithms_none_of_team_test.test (185 ms)
46: [----------] 1 test from std_algorithms_none_of_team_test (185 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 (231 ms)
46: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
46: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (221 ms)
46: [----------] 2 tests from std_algorithms_search_n_team_test (452 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 11 tests from 7 test suites ran. (2123 ms total)
46: [  PASSED  ] 11 tests.
46/58 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    2.61 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
[ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
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 (544 ms)
47: [----------] 1 test from std_algorithms_min_element_team_test (544 ms total)
47: 
47: [----------] 1 test from std_algorithms_max_element_team_test
47: [ RUN      ] std_algorithms_max_element_team_test.test
1: [       OK ] openmp.local_deepcopy_rangepolicy_layoutright (3214 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 (9 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesselj1y1
1: [       OK ] openmp.mathspecialfunc_cbesselj1y1 (8 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesseli0k0
1: [       OK ] openmp.mathspecialfunc_cbesseli0k0 (0 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesseli1k1
1: [       OK ] openmp.mathspecialfunc_cbesseli1k1 (0 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesselh1stkind
1: [       OK ] openmp.mathspecialfunc_cbesselh1stkind (0 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesselh2ndkind
1: [       OK ] openmp.mathspecialfunc_cbesselh2ndkind (0 ms)
1: [ RUN      ] openmp.mdrange_5d
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
47: [       OK ] std_algorithms_max_element_team_test.test (570 ms)
47: [----------] 1 test from std_algorithms_max_element_team_test (570 ms total)
47: 
47: [----------] 1 test from std_algorithms_minmax_element_team_test
47: [ RUN      ] std_algorithms_minmax_element_team_test.test
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
47: [       OK ] std_algorithms_minmax_element_team_test.test (544 ms)
47: [----------] 1 test from std_algorithms_minmax_element_team_test (544 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 3 tests from 3 test suites ran. (1659 ms total)
47: [  PASSED  ] 3 tests.
47/58 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    2.15 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: [==========] 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
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
48: [       OK ] std_algorithms_fill_team_test.test (217 ms)
48: [----------] 1 test from std_algorithms_fill_team_test (217 ms total)
48: 
48: [----------] 1 test from std_algorithms_fill_n_team_test
48: [ RUN      ] std_algorithms_fill_n_team_test.test
1: [       OK ] openmp.mdrange_5d (1749 ms)
1: [ RUN      ] openmp.mdrange_6d
48: [       OK ] std_algorithms_fill_n_team_test.test (429 ms)
48: [----------] 1 test from std_algorithms_fill_n_team_test (429 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 (360 ms)
48: [----------] 1 test from std_algorithms_replace_team_test (360 ms total)
48: 
48: [----------] 1 test from std_algorithms_replace_if_team_test
48: [ RUN      ] std_algorithms_replace_if_team_test.test
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
48: [       OK ] std_algorithms_replace_if_team_test.test (290 ms)
48: [----------] 1 test from std_algorithms_replace_if_team_test (290 ms total)
48: 
48: [----------] 1 test from std_algorithms_replace_copy_team_test
48: [ RUN      ] std_algorithms_replace_copy_team_test.test
48: [       OK ] std_algorithms_replace_copy_team_test.test (469 ms)
48: [----------] 1 test from std_algorithms_replace_copy_team_test (469 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 (338 ms)
48: [----------] 1 test from std_algorithms_replace_copy_if_team_test (339 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 6 tests from 6 test suites ran. (2106 ms total)
48: [  PASSED  ] 6 tests.
48/58 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    2.59 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
30: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time                  0.000 s         0.000 s         34463  205.136/s     4.1943
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
1: [       OK ] openmp.mdrange_6d (2455 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 (46 ms)
1: [ RUN      ] openmp.mdrange_neg_idx
49: [       OK ] std_algorithms_reverse_team_test.test (231 ms)
49: [----------] 1 test from std_algorithms_reverse_team_test (231 ms total)
49: 
49: [----------] 1 test from std_algorithms_reverse_copy_team_test
49: [ RUN      ] std_algorithms_reverse_copy_team_test.test
1: [       OK ] openmp.mdrange_neg_idx (161 ms)
1: [ RUN      ] openmp.mdrange_4d
49: [       OK ] std_algorithms_reverse_copy_team_test.test (295 ms)
49: [----------] 1 test from std_algorithms_reverse_copy_team_test (295 ms total)
49: 
49: [----------] 1 test from std_algorithms_rotate_team_test
49: [ RUN      ] std_algorithms_rotate_team_test.test
[ 45%] 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_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
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
49: [       OK ] std_algorithms_rotate_copy_team_test.test (606 ms)
49: [----------] 1 test from std_algorithms_rotate_copy_team_test (606 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 4 tests from 4 test suites ran. (1723 ms total)
49: [  PASSED  ] 4 tests.
49/58 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    2.20 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
1: [       OK ] openmp.mdrange_4d (1206 ms)
1: [ RUN      ] openmp.mdrange_scalar
1: [       OK ] openmp.mdrange_scalar (0 ms)
1: [ RUN      ] openmp.mdrange_large_deep_copy
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 (431 ms)
50: [----------] 1 test from std_algorithms_move_team_test (431 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 (437 ms)
50: [----------] 1 test from std_algorithms_move_backward_team_test (437 ms total)
50: 
50: [----------] 1 test from std_algorithms_shift_left_team_test
50: [ RUN      ] std_algorithms_shift_left_team_test.test
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
50: [       OK ] std_algorithms_shift_left_team_test.test (1328 ms)
50: [----------] 1 test from std_algorithms_shift_left_team_test (1328 ms total)
50: 
50: [----------] 1 test from std_algorithms_shift_right_team_test
50: [ RUN      ] std_algorithms_shift_right_team_test.test
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
50: [       OK ] std_algorithms_shift_right_team_test.test (1329 ms)
50: [----------] 1 test from std_algorithms_shift_right_team_test (1329 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 4 tests from 4 test suites ran. (3527 ms total)
50: [  PASSED  ] 4 tests.
50/58 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed    4.00 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
1: [       OK ] openmp.mdrange_large_deep_copy (4121 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 (591 ms)
51: [----------] 1 test from std_algorithms_copy_team_test (591 ms total)
51: 
51: [----------] 1 test from std_algorithms_copy_n_team_test
51: [ RUN      ] std_algorithms_copy_n_team_test.test
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
51: [       OK ] std_algorithms_copy_n_team_test.test (553 ms)
51: [----------] 1 test from std_algorithms_copy_n_team_test (553 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 (386 ms)
51: [----------] 1 test from std_algorithms_copy_backward_team_test (386 ms total)
51: 
51: [----------] 1 test from std_algorithms_copy_if_team_test
51: [ RUN      ] std_algorithms_copy_if_team_test.test
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
51: [       OK ] std_algorithms_copy_if_team_test.test (349 ms)
51: [----------] 1 test from std_algorithms_copy_if_team_test (349 ms total)
51: 
51: [----------] 1 test from std_algorithms_unique_copy_team_test
51: [ RUN      ] std_algorithms_unique_copy_team_test.test
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
51: [       OK ] std_algorithms_unique_copy_team_test.test (359 ms)
51: [----------] 1 test from std_algorithms_unique_copy_team_test (359 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 (359 ms)
51: [----------] 1 test from std_algorithms_remove_team_test (359 ms total)
51: 
51: [----------] 1 test from std_algorithms_remove_if_team_test
51: [ RUN      ] std_algorithms_remove_if_team_test.test
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
51: [       OK ] std_algorithms_remove_if_team_test.test (327 ms)
51: [----------] 1 test from std_algorithms_remove_if_team_test (327 ms total)
51: 
51: [----------] 1 test from std_algorithms_remove_copy_team_test
51: [ RUN      ] std_algorithms_remove_copy_team_test.test
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
51: [       OK ] std_algorithms_remove_copy_team_test.test (361 ms)
51: [----------] 1 test from std_algorithms_remove_copy_team_test (361 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 (306 ms)
51: [----------] 1 test from std_algorithms_remove_copy_if_team_test (306 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 9 tests from 9 test suites ran. (3595 ms total)
51: [  PASSED  ] 9 tests.
51/58 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    4.08 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: [==========] 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
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
52: [       OK ] std_algorithms_unique_team_test.test_default_predicate (550 ms)
52: [----------] 1 test from std_algorithms_unique_team_test (550 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 (5023 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 (1 ms)
1: [ RUN      ] openmp.min
1: [       OK ] openmp.min (0 ms)
1: [ RUN      ] openmp.min_within_parfor
1: [       OK ] openmp.min_within_parfor (0 ms)
1: [ RUN      ] openmp.minmax
1: [       OK ] openmp.minmax (0 ms)
1: [ RUN      ] openmp.minmax_within_parfor
1: [       OK ] openmp.minmax_within_parfor (0 ms)
1: [ RUN      ] openmp.clamp
1: [       OK ] openmp.clamp (0 ms)
1: [ RUN      ] openmp.clamp_within_parfor
1: [       OK ] openmp.clamp_within_parfor (0 ms)
1: [ RUN      ] openmp.numeric_traits_infinity
1: [       OK ] openmp.numeric_traits_infinity (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 (43 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 (57 ms)
1: [ RUN      ] openmp.kokkos_printf
1: [       OK ] openmp.kokkos_printf (1 ms)
1: [ RUN      ] openmp.range_for
1: [       OK ] openmp.range_for (1 ms)
1: [ RUN      ] openmp.range_reduce
1: [       OK ] openmp.range_reduce (0 ms)
1: [ RUN      ] openmp.range_dynamic_policy
1: [       OK ] openmp.range_dynamic_policy (0 ms)
1: [ RUN      ] openmp.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 (6 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 (1 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 (90 ms)
1: [ RUN      ] openmp.double_reduce
1: [       OK ] openmp.double_reduce (87 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 (179 ms)
1: [ RUN      ] openmp.int64_t_reduce_dynamic_view
1: [       OK ] openmp.int64_t_reduce_dynamic_view (33 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_adjacent_difference_team_test.test (779 ms)
52: [----------] 1 test from std_algorithms_adjacent_difference_team_test (779 ms total)
52: 
52: [----------] 1 test from std_algorithms_reduce_team_test
52: [ RUN      ] std_algorithms_reduce_team_test.test
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
52: [       OK ] std_algorithms_reduce_team_test.test (605 ms)
52: [----------] 1 test from std_algorithms_reduce_team_test (605 ms total)
52: 
52: [----------] 1 test from std_algorithms_transform_reduce_team_test
52: [ RUN      ] std_algorithms_transform_reduce_team_test.test
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
1: [       OK ] openmp.reduce_device_view_range_policy (1356 ms)
1: [ RUN      ] openmp.reduce_device_view_mdrange_policy
52: [       OK ] std_algorithms_transform_reduce_team_test.test (983 ms)
52: [----------] 1 test from std_algorithms_transform_reduce_team_test (983 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 4 tests from 4 test suites ran. (2918 ms total)
52: [  PASSED  ] 4 tests.
52/58 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    3.41 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 (547 ms)
53: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
[ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
53: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (563 ms)
53: [----------] 2 tests from std_algorithms_is_sorted_team_test (1110 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 (456 ms)
53: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
53: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (479 ms)
53: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (994 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 (225 ms)
53: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
53: [       OK ] std_algorithms_is_partitioned_team_test.all_false (224 ms)
53: [ RUN      ] std_algorithms_is_partitioned_team_test.random
53: [       OK ] std_algorithms_is_partitioned_team_test.random (212 ms)
53: [----------] 4 tests from std_algorithms_is_partitioned_team_test (677 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 (636 ms)
53: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
53: [       OK ] std_algorithms_partition_copy_team_test.all_false (705 ms)
53: [ RUN      ] std_algorithms_partition_copy_team_test.random
30: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time                 0.000 s         0.000 s         16652  799.022/s    33.5544
53: [       OK ] std_algorithms_partition_copy_team_test.random (598 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
53: [       OK ] std_algorithms_partition_point_team_test.all_true (232 ms)
53: [ RUN      ] std_algorithms_partition_point_team_test.all_false
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o
53: [       OK ] std_algorithms_partition_point_team_test.all_false (219 ms)
53: [ RUN      ] std_algorithms_partition_point_team_test.random
53: [       OK ] std_algorithms_partition_point_team_test.random (205 ms)
53: [----------] 4 tests from std_algorithms_partition_point_team_test (674 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 18 tests from 5 test suites ran. (5422 ms total)
53: [  PASSED  ] 18 tests.
53/58 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    5.91 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.reduce_device_view_mdrange_policy (6169 ms)
1: [ RUN      ] openmp.reduce_device_view_team_policy
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
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
1: [       OK ] openmp.reduce_device_view_team_policy (943 ms)
1: [ RUN      ] openmp.impl_shared_alloc
1: [       OK ] openmp.impl_shared_alloc (23 ms)
1: [ RUN      ] openmp.kokkos_swap
1: [       OK ] openmp.kokkos_swap (0 ms)
1: [ RUN      ] openmp.team_for
1: [       OK ] openmp.team_for (54 ms)
1: [ RUN      ] openmp.team_reduce
1: [       OK ] openmp.team_reduce (24 ms)
1: [ RUN      ] openmp.team_reduce_large
54: [       OK ] std_algorithms_transform_team_test.test_unary_op (628 ms)
54: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
54: [       OK ] std_algorithms_transform_team_test.test_binary_op (672 ms)
54: [----------] 2 tests from std_algorithms_transform_team_test (1300 ms total)
54: 
54: [----------] 1 test from std_algorithms_generate_team_test
54: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
1: [       OK ] openmp.team_reduce_large (1396 ms)
1: [ RUN      ] openmp.team_parallel_single
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o
54: [       OK ] std_algorithms_generate_team_test.test_unary_op (1246 ms)
54: [----------] 1 test from std_algorithms_generate_team_test (1246 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 (427 ms)
54: [----------] 1 test from std_algorithms_generate_n_team_test (427 ms total)
54: 
54: [----------] 1 test from std_algorithms_swap_ranges_team_test
54: [ RUN      ] std_algorithms_swap_ranges_team_test.test
54: [       OK ] std_algorithms_swap_ranges_team_test.test (617 ms)
54: [----------] 1 test from std_algorithms_swap_ranges_team_test (617 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 5 tests from 4 test suites ran. (3591 ms total)
54: [  PASSED  ] 5 tests.
54/58 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    4.07 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
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
1: [       OK ] openmp.team_parallel_single (1732 ms)
1: [ RUN      ] openmp.large_team_scratch_size
1: ScratchMemorySpace<...>::get_shmem: Failed to allocate 8 byte(s); remaining capacity is 0 byte(s)
1: [       OK ] openmp.large_team_scratch_size (6 ms)
1: [ RUN      ] openmp.team_broadcast_long
1: [       OK ] openmp.team_broadcast_long (249 ms)
1: [ RUN      ] openmp.team_broadcast_long_wrapper
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
1: [       OK ] openmp.team_broadcast_long_wrapper (195 ms)
1: [ RUN      ] openmp.team_broadcast_char
1: [       OK ] openmp.team_broadcast_char (190 ms)
1: [ RUN      ] openmp.team_broadcast_float
1: [       OK ] openmp.team_broadcast_float (216 ms)
1: [ RUN      ] openmp.team_broadcast_double
1: [       OK ] openmp.team_broadcast_double (219 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 (480 ms)
1: [ RUN      ] openmp.triple_nested_parallelism
55: [       OK ] std_algorithms_exclusive_scan_team_test.test (1469 ms)
55: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1469 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.triple_nested_parallelism (468 ms)
1: [ RUN      ] openmp.parallel_scan_with_reducers
55: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (769 ms)
55: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (769 ms total)
55: 
55: [----------] Global test environment tear-down
55: [==========] 2 tests from 2 test suites ran. (2239 ms total)
55: [  PASSED  ] 2 tests.
55/58 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    2.74 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
1: [       OK ] openmp.parallel_scan_with_reducers (827 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 (74 ms)
1: [ RUN      ] openmp.ThreadVectorMDRangeParallelFor
1: [       OK ] openmp.ThreadVectorMDRangeParallelFor (65 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 (22 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
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
56: [       OK ] std_algorithms_inclusive_scan_team_test.test (2173 ms)
56: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2173 ms total)
56: 
56: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
56: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
56: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (1410 ms)
56: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1410 ms total)
56: 
56: [----------] Global test environment tear-down
56: [==========] 2 tests from 2 test suites ran. (3584 ms total)
56: [  PASSED  ] 2 tests.
56/58 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    4.07 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-10_T18-40-45.json"
57: Test timeout computed to be: 1500
57: 2025-09-10T19:12:31+00:00
57: Running /var/jenkins/workspace/Kokkos_PR-8428/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan
57: Run on (255 X 3427.92 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: 6.80, 5.72, 7.43
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
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
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           349  984.552/s       1.6k          1
57: BM_inclusive_scan<std::int64_t>/100000000/manual_time                   0.002 s         0.002 s           413  984.844/s       1.6k          1
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
30: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time                0.000 s         0.001 s          3174 1.21316k/s    268.435
57: BM_inclusive_scan<double>/100000000/manual_time                         0.002 s         0.002 s           415  988.804/s       1.6k          1
30: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time            0.000 s         0.000 s         57180 0.0836445/s      1024u
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
30: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time           0.000 s         0.000 s         56736 0.664249/s     8.192m
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
30: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time          0.000 s         0.000 s         56603  5.29792/s   0.065536
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
30: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time         0.000 s         0.000 s         55599  41.7371/s   0.524288
57: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time      0.002 s         0.002 s           430  958.549/s       1.6k          1
30: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time        0.000 s         0.000 s         46638  281.836/s     4.1943
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 46%] Linking CXX executable Kokkos_IncrementalTest_OPENMP
[ 46%] Linking CXX executable Kokkos_IncrementalTest_CUDA
57: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time       0.002 s         0.002 s           414  987.447/s       1.6k          1
30: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time       0.000 s         0.000 s         27312  1.3109k/s    33.5544
30: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time      0.000 s         0.000 s          5971 2.30097k/s    268.435
57: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time             0.002 s         0.002 s           415  990.919/s       1.6k          1
30: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time            0.000 s         0.000 s         60855 0.0890257/s      1024u
30: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time           0.000 s         0.000 s         60489 0.707305/s     8.192m
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o
30: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time          0.000 s         0.000 s         60341  5.64952/s   0.065536
57: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time      0.002 s         0.002 s           338  981.561/s       1.6k          1
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
30: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time         0.000 s         0.000 s         60171  45.0776/s   0.524288
30: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time        0.000 s         0.000 s         49319  296.338/s     4.1943
57: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time       0.002 s         0.002 s           430  987.391/s       1.6k          1
30: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time       0.000 s         0.000 s         28271 1.35881k/s    33.5544
30: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time      0.000 s         0.000 s          6788 2.60478k/s    268.435
30/58 Test #30: Kokkos_PerformanceTest_ViewFirstTouch ......................   Passed   92.10 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-10_T18-32-37.json"
31: Test timeout computed to be: 1500
1: [       OK ] openmp.team_reduction_scan (18451 ms)
1: [ RUN      ] openmp.team_long_reduce
1: [       OK ] openmp.team_long_reduce (60 ms)
1: [ RUN      ] openmp.team_double_reduce
1: [       OK ] openmp.team_double_reduce (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 (55 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 (296 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 (860 ms)
1: [ RUN      ] openmp.team_scan_ret_val
1: [       OK ] openmp.team_scan_ret_val (881 ms)
1: [ RUN      ] openmp.team_shared_request
1: [       OK ] openmp.team_shared_request (111 ms)
1: [ RUN      ] openmp.team_scratch_request
1: [       OK ] openmp.team_scratch_request (45 ms)
1: [ RUN      ] openmp.team_lambda_shared_request
1: [       OK ] openmp.team_lambda_shared_request (50 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 (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
31: 2025-09-10T19:05:17+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: 6.42, 6.53, 9.01
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
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
57: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time             0.002 s         0.002 s           416  990.878/s       1.6k          1
57/58 Test #57: Kokkos_PerformanceTest_InclusiveScan .......................   Passed   18.82 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: [==========] 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 (8 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. (9 ms total)
58: [  PASSED  ] 18 tests.
58/58 Test #58: Kokkos_UnitTest_SIMD .......................................   Passed    0.49 sec

100% tests passed, 0 tests failed out of 58

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

Total Test time (real) = 1115.48 sec
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
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          1951               15.4283M/s
Post stage
[Pipeline] sh
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
+ 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 dc96713828f5b599c4d58087540dd0ac8a528733991ee9eb97a8526dc3199dcc
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 46%] Built target Kokkos_IncrementalTest_OPENMP
[ 46%] Built target Kokkos_IncrementalTest_CUDA
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)'.
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o
$ docker rm -f --volumes dc96713828f5b599c4d58087540dd0ac8a528733991ee9eb97a8526dc3199dcc
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          7869                118.534M/s
31/58 Test #31: Kokkos_PerformanceTest_Mempool .............................   Passed    3.64 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-10_T18-32-37.json"
32: Test timeout computed to be: 1500
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
32: 2025-09-10T19:05:21+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: 6.15, 6.47, 8.98
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
1: [       OK ] openmp.team_policy_max_recommended (4660 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 (170 ms)
1: [ RUN      ] openmp.timer
1: [       OK ] openmp.timer (20 ms)
1: [ RUN      ] openmp.unique_token_global
1: [       OK ] openmp.unique_token_global (206 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
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 (12 ms)
1: [ RUN      ] openmp.view_api_d
1: [       OK ] openmp.view_api_d (2 ms)
1: [ RUN      ] openmp.view_remap
1: [       OK ] openmp.view_remap (0 ms)
1: [ RUN      ] openmp.view_mirror_nonconst
1: [       OK ] openmp.view_mirror_nonconst (0 ms)
1: [ RUN      ] openmp.view_stride_method
1: [       OK ] openmp.view_stride_method (0 ms)
1: [ RUN      ] openmp.anonymous_space
1: [       OK ] openmp.anonymous_space (0 ms)
1: [ RUN      ] openmp.view_overload_resolution
1: [       OK ] openmp.view_overload_resolution (0 ms)
1: [ RUN      ] openmp.view_allocation_large_rank
1: [       OK ] openmp.view_allocation_large_rank (382 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 (11 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
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.258 s         0.257 s            10          1            4    6.33587m         5.6346m       56.1u     449.985M            25.4k     449.985M
[ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 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_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
1: [       OK ] openmp.view_fill_tests_layout_right (5631 ms)
1: [ RUN      ] openmp.view_fill_tests_layout_left
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
1: [       OK ] openmp.view_fill_tests_layout_left (4686 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 (176 ms)
1: [ RUN      ] openmp.view_layoutstride_right_to_layoutright_assignment
1: [       OK ] openmp.view_layoutstride_right_to_layoutright_assignment (171 ms)
1: [ RUN      ] openmp.view_irregular_layout
1: [       OK ] openmp.view_irregular_layout (0 ms)
1: [ RUN      ] openmp.view_mapping
1: [       OK ] openmp.view_mapping (416 ms)
1: [ RUN      ] openmp.view_mapping_operator
1: [       OK ] openmp.view_mapping_operator (9 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 (98 ms)
1: [ RUN      ] openmp.view_realloc
1: [       OK ] openmp.view_realloc (0 ms)
1: [ RUN      ] openmp.workgraph_fib
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
1: [       OK ] openmp.workgraph_fib (681 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 (26 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d_atomic
1: [       OK ] openmp.view_subview_2d_from_3d_atomic (25 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d_randomaccess
1: [       OK ] openmp.view_subview_2d_from_3d_randomaccess (25 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left
1: [       OK ] openmp.view_subview_3d_from_5d_left (451 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left_atomic
1: [       OK ] openmp.view_subview_3d_from_5d_left_atomic (456 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left_randomaccess
1: [       OK ] openmp.view_subview_3d_from_5d_left_randomaccess (451 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
1: [       OK ] openmp.view_subview_3d_from_5d_right (661 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right_atomic
1: [       OK ] openmp.view_subview_3d_from_5d_right_atomic (660 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right_randomaccess
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
1: [       OK ] openmp.view_subview_3d_from_5d_right_randomaccess (866 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 (89188 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 (3 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 392 tests from 4 test suites ran. (510971 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  511.45 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: 
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
2: [       OK ] openmp.raw_openmp_interop (222 ms)
2: [----------] 1 test from openmp (222 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 1 test from 1 test suite ran. (222 ms total)
2: [  PASSED  ] 1 test.
 2/56 Test  #2: Kokkos_CoreUnitTest_OpenMPInterOp ..........................   Passed    0.39 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
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
3: [       OK ] cuda_DeathTest.abort_from_host (926 ms)
3: [ RUN      ] cuda_DeathTest.abort_from_device
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
3: [       OK ] cuda_DeathTest.abort_from_device (861 ms)
3: [ RUN      ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
3: [       OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (837 ms)
3: [ RUN      ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
3: [       OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (874 ms)
3: [ RUN      ] cuda_DeathTest.policy_invalid_bounds
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
3: [       OK ] cuda_DeathTest.policy_invalid_bounds (877 ms)
3: [ RUN      ] cuda_DeathTest.range_policy_invalid_bounds
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
3: [       OK ] cuda_DeathTest.range_policy_invalid_bounds (1782 ms)
3: [ RUN      ] cuda_DeathTest.range_policy_round_trip_conversion_fires
3: [       OK ] cuda_DeathTest.range_policy_round_trip_conversion_fires (890 ms)
3: [ RUN      ] cuda_DeathTest.range_policy_check_sign_changes
3: [       OK ] cuda_DeathTest.range_policy_check_sign_changes (1657 ms)
3: [ RUN      ] cuda_DeathTest.range_policy_implicitly_converted_bounds
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
32: Test_Atomic<long int>/100000/iterations:10                     2.34 s          2.34 s            10          1            8    3.28958m         2.0293m     113.92u     4.99995G           80.83k     4.99995G
3: [       OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (3543 ms)
3: [----------] 9 tests from cuda_DeathTest (12251 ms total)
3: 
3: [----------] 1 test from cuda_graph_DeathTest
3: [ RUN      ] cuda_graph_DeathTest.can_instantiate_only_once
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
3: [       OK ] cuda_graph_DeathTest.can_instantiate_only_once (1782 ms)
3: [----------] 1 test from cuda_graph_DeathTest (1782 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 (10 ms)
3: [ RUN      ] cuda.atomic_operations_complexfloat
3: [       OK ] cuda.atomic_operations_complexfloat (7 ms)
3: [ RUN      ] cuda.atomic_operations_double
3: [       OK ] cuda.atomic_operations_double (10 ms)
3: [ RUN      ] cuda.atomic_operations_float
3: [       OK ] cuda.atomic_operations_float (7 ms)
3: [ RUN      ] cuda.atomic_operations_int8
3: [       OK ] cuda.atomic_operations_int8 (18 ms)
3: [ RUN      ] cuda.atomic_operations_int16
3: [       OK ] cuda.atomic_operations_int16 (20 ms)
3: [ RUN      ] cuda.atomic_operations_int
3: [       OK ] cuda.atomic_operations_int (17 ms)
3: [ RUN      ] cuda.atomic_operations_long
3: [       OK ] cuda.atomic_operations_long (17 ms)
3: [ RUN      ] cuda.atomic_operations_longlong
3: [       OK ] cuda.atomic_operations_longlong (17 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 (15 ms)
3: [ RUN      ] cuda.atomics
3: [       OK ] cuda.atomics (137 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 (59 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 (20 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 (18 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 (13 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
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
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
3: [       OK ] cuda.local_deepcopy_teampolicy_layoutleft (2729 ms)
3: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutleft
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
3: [       OK ] cuda.local_deepcopy_rangepolicy_layoutleft (4445 ms)
3: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutright
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
3: [       OK ] cuda.local_deepcopy_teampolicy_layoutright (3247 ms)
3: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutright
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
3: [       OK ] cuda.local_deepcopy_rangepolicy_layoutright (3696 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 (17 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 (16 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 (15 ms)
3: [ RUN      ] cuda.mathspecialfunc_expint1
3: [       OK ] cuda.mathspecialfunc_expint1 (21 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
3: [       OK ] cuda.mdrange_5d (304 ms)
3: [ RUN      ] cuda.mdrange_6d
3: [       OK ] cuda.mdrange_6d (431 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 (31 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
32: Test_Atomic<long long int>/100000/iterations:10                2.39 s          2.38 s            10          1            8    3.30781m        1.98633m     113.31u     4.99995G          71.422k     4.99995G
3: [       OK ] cuda.mdrange_parallel_reduce_primitive_types (1821 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 (6 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 (37 ms)
3: [ RUN      ] cuda.cxx11
3: [       OK ] cuda.cxx11 (1 ms)
3: [ RUN      ] cuda.viewctorprop_embedded_dim
3: [       OK ] cuda.viewctorprop_embedded_dim (0 ms)
3: [ RUN      ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility
3: [       OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
3: [ RUN      ] cuda.parallel_scan_range_policy
3: [       OK ] cuda.parallel_scan_range_policy (113 ms)
3: [ RUN      ] cuda.kokkos_printf
3: [       OK ] cuda.kokkos_printf (2 ms)
3: [ RUN      ] cuda.range_for
3: [       OK ] cuda.range_for (3 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 (4 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 (9 ms)
3: [ RUN      ] cuda.reducers_double
3: [       OK ] cuda.reducers_double (15 ms)
3: [ RUN      ] cuda.reducers_complex_double
3: [       OK ] cuda.reducers_complex_double (12 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 (3 ms)
3: [ RUN      ] cuda.reducers_int16_t
3: [       OK ] cuda.reducers_int16_t (3 ms)
3: [ RUN      ] cuda.reducers_point_t
3: [       OK ] cuda.reducers_point_t (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 (15 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
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
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 (30 ms)
3: [ RUN      ] cuda.reduceMDRangePolicyViewSizeLimit
3: [       OK ] cuda.reduceMDRangePolicyViewSizeLimit (82 ms)
3: [----------] 217 tests from cuda (20097 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 (5 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 244 tests from 4 test suites ran. (34137 ms total)
3: [  PASSED  ] 242 tests.
3: [  SKIPPED ] 2 tests, listed below:
3: [  SKIPPED ] cuda.mdspan_minimal_functional
3: [  SKIPPED ] cuda_graph.repeat_chain
 3/56 Test  #3: Kokkos_CoreUnitTest_Cuda1 ..................................   Passed   34.52 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
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
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
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.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_SharedSpace.dir/test_sharedSpace.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
32: Test_Atomic<unsigned int>/100000/iterations:10                 2.26 s          2.25 s            10          1            4     2.6658m         1.9703m       54.9u     704.983M         143.288k     704.983M
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.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_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 62%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o
[ 62%] Built target Kokkos_PerformanceTest_SharedSpace
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
32: Test_Atomic<unsigned long int>/100000/iterations:10            2.35 s          2.35 s            10          1            8    3.61839m        2.17087m     113.91u     4.99995G          67.326k     4.99995G
[ 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_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 48%] 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
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
32: Test_Atomic<unsigned long long int>/100000/iterations:10       2.36 s          2.36 s            10          1            8    3.23537m        2.07068m     113.92u     4.99995G          91.006k     4.99995G
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 63%] 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_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 49%] 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_Extents_hpp
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o
[ 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
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.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_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
32: Test_Atomic<float>/100000/iterations:10                        2.25 s          2.24 s            10          0            4    8.39194m        2.15835m     897.69u     4.99995G         157.688k     4.99989G
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanAtomicAccessor.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_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 64%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 64%] Built target Kokkos_CoreUnitTest_Serial2
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanConversion.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o
[ 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
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
4: [       OK ] cuda_DeathTest.view_construction_with_wrong_params_dyn (121905 ms)
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_stat
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 65%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 65%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 93%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.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/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o
32: Test_Atomic<double>/100000/iterations:10                       7.14 s          7.13 s            10          1            8     12.0048        2.05395m     931.25u     4.99995G          67.326k     4.99995G
32/58 Test #32: Kokkos_PerformanceTest_Atomic ..............................   Passed  213.90 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-10_T18-32-37.json"
33: Test timeout computed to be: 1500
33: 2025-09-10T19:08:55+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.11, 4.17, 7.53
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          39.7 us         39.0 us           10
33: ReductionCheapScalarResult<double>/100000/iterations:10         39.5 us         39.5 us           10
33: ReductionCheapScalarResult<double>/1000000/iterations:10        49.3 us         49.3 us           10
33: ReductionCheapScalarResult<double>/10000000/iterations:10        113 us          113 us           10
33: ReductionCheapHostResult<double>/10000/iterations:10             155 us          154 us           10
33: ReductionCheapHostResult<double>/100000/iterations:10           77.2 us         76.9 us           10
33: ReductionCheapHostResult<double>/1000000/iterations:10          40.2 us         39.7 us           10
33: ReductionCheapHostResult<double>/10000000/iterations:10          104 us          104 us           10
33: ReductionCheapDeviceResult<double>/10000/iterations:10          20.4 us         20.3 us           10
33: ReductionCheapDeviceResult<double>/100000/iterations:10         21.8 us         21.3 us           10
33: ReductionCheapDeviceResult<double>/1000000/iterations:10        31.9 us         31.9 us           10
33: ReductionCheapDeviceResult<double>/10000000/iterations:10        102 us          102 us           10
33: ReductionExpensive<double>/10000/iterations:10                   155 us          152 us           10
33: ReductionExpensive<double>/100000/iterations:10                  207 us          206 us           10
33: ReductionExpensive<double>/1000000/iterations:10                1697 us         1690 us           10
33: ReductionExpensive<double>/10000000/iterations:10              15064 us        15037 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 (990 ms)
34: [ RUN      ] serial_DeathTest.offsetview_unmanaged_construction
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
34: [       OK ] serial_DeathTest.offsetview_unmanaged_construction (11769 ms)
34: [----------] 2 tests from serial_DeathTest (12760 ms total)
34: 
34: [----------] 75 tests from serial
34: [ RUN      ] serial.bitset
[ 93%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o
34: [       OK ] serial.bitset (1157 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 (5 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 (11 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 (10 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
34: [       OK ] serial.scatterview (1611 ms)
34: [ RUN      ] serial.scatterview_devicetype
34: [       OK ] serial.scatterview_devicetype (1 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
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
34: [       OK ] serial.UnorderedMap_insert (5585 ms)
34: [ RUN      ] serial.UnorderedMap_failed_insert
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o
34: [       OK ] serial.UnorderedMap_failed_insert (2763 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 (11165 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 77 tests from 2 test suites ran. (23925 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.35 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
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
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
[ 93%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 93%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 93%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan
35: [       OK ] hip_DeathTest.offsetview_unmanaged_construction (11696 ms)
35: [----------] 2 tests from hip_DeathTest (11696 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 (1 ms)
35: [ RUN      ] hip.dualview_sync_should_fence
35: [       OK ] hip.dualview_sync_should_fence (4 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 (39 ms)
35: [ RUN      ] hip.dyn_rank_view_api_generic
35: [       OK ] hip.dyn_rank_view_api_generic (13 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
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o
[ 93%] Built target Kokkos_PerformanceTest_InclusiveScan
[ 94%] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o
[ 94%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.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%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/functor.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 94%] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o
[ 94%] Linking CXX executable Kokkos_query_device
[ 94%] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o
[ 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
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 94%] Linking CXX executable Kokkos_example_relocatable_function
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanAtomicAccessor.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanConversion.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o
[ 94%] Built target Kokkos_example_relocatable_function
[ 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_AlgorithmsUnitTest_StdSet_Team_M
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 94%] Linking CXX executable Kokkos_tutorial_01_hello_world
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o
35: [       OK ] hip.scatterview (27172 ms)
35: [ RUN      ] hip.scatterview_devicetype
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.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%] 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
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 95%] Linking CXX executable Kokkos_tutorial_03_simple_view
4: [       OK ] cuda_DeathTest.view_construction_with_wrong_params_stat (106935 ms)
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_mix
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o
[ 95%] Built target Kokkos_tutorial_03_simple_view
[ 95%] Building CXX object example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/data_layouts.cpp.o
[ 95%] Linking CXX executable Kokkos_tutorial_04_simple_memoryspaces
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 95%] Building CXX object example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/memory_traits.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
[ 67%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 67%] Built target Kokkos_PerformanceTest_Mempool
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[ 95%] Linking CXX executable Kokkos_tutorial_05_simple_atomics
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o
[ 95%] Linking CXX executable Kokkos_tutorial_06_simple_mdrangepolicy
[ 95%] Built target Kokkos_tutorial_05_simple_atomics
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 95%] Building CXX object example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/dual_view.cpp.o
[ 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_AlgorithmsUnitTest_StdSet_Team_Q
[ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/thread_teams.cpp.o
[ 96%] Built target Kokkos_tutorial_06_simple_mdrangepolicy
[ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/CMakeFiles/Kokkos_tutorial_hierarchical_01_thread_teams_lambda.dir/thread_teams_lambda.cpp.o
[ 67%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch
[ 96%] Linking CXX executable Kokkos_tutorial_advancedviews_01_data_layouts
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o
[ 96%] Linking CXX executable Kokkos_tutorial_advancedviews_02_memory_traits
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 96%] Linking CXX executable Kokkos_tutorial_advancedviews_03_subviews
[ 67%] Built target Kokkos_PerformanceTest_ViewFirstTouch
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 96%] Built target Kokkos_tutorial_advancedviews_01_data_layouts
[ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for.dir/nested_parallel_for.cpp.o
[ 96%] Built target Kokkos_tutorial_advancedviews_02_memory_traits
[ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/vectorization.cpp.o
[ 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
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o
[ 97%] Linking CXX executable Kokkos_tutorial_algorithms_01_random_numbers
[ 97%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_01_thread_teams
[ 97%] Linking CXX executable Kokkos_tutorial_hierarchical_01_thread_teams_lambda
[ 97%] Linking CXX executable Kokkos_tutorial_advancedviews_04_dualviews
[ 97%] Built target Kokkos_tutorial_hierarchical_01_thread_teams_lambda
[ 97%] Built target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams
[ 97%] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o
[ 97%] Building CXX object example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/launch_bounds_reduce.cpp.o
[ 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
[ 98%] Built target Kokkos_tutorial_advancedviews_04_dualviews
[ 98%] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o
[ 98%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for
35: [       OK ] hip.scatterview_devicetype (48734 ms)
35: [ RUN      ] hip.staticcrsgraph
35: [       OK ] hip.staticcrsgraph (15 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
35: [       OK ] hip.UnorderedMap_insert (2366 ms)
35: [ RUN      ] hip.UnorderedMap_failed_insert
35: [       OK ] hip.UnorderedMap_failed_insert (874 ms)
35: [ RUN      ] hip.UnorderedMap_deep_copy
35: [       OK ] hip.UnorderedMap_deep_copy (6 ms)
35: [ RUN      ] hip.UnorderedMap_valid_empty
35: [       OK ] hip.UnorderedMap_valid_empty (2 ms)
35: [ RUN      ] hip.UnorderedMap_clear_zero_size
35: [       OK ] hip.UnorderedMap_clear_zero_size (1 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 (79283 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 77 tests from 2 test suites ran. (90980 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   91.47 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.00317101
36:  View sum computation time: 0.00317101
36:  Strided View time (init only): 0.00191217
36:  View Rank7 time (init only): 0.00181941
36:  DynRankView time (init only): 0.00177432
36:  DynRankView sum computation time: 0.00148429
36:  Ratio of View to DynRankView time: 1.78717
36:  Ratio of View to DynRankView sum computation time: 0.877868
36:  Ratio of View to View Rank7  time: 1.74287
36:  Ratio of StrideView to DynRankView time: 1.07769
36:  Ratio of DynRankView to View Rank7  time: 0.975215
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.00109481, 1.4637e-05, 0.00197387, 0.0165619
36: 512, 0.0011291, 1.3335e-05, 3.4334e-05, 0.0154627
36: 1024, 0.00103198, 1.2303e-05, 3.4796e-05, 0.0153999
36: 2048, 0.00103466, 1.1832e-05, 3.5286e-05, 0.0153213
36: 4096, 0.00102348, 1.1472e-05, 3.722e-05, 0.015268
36: 8192, 0.00104906, 1.2473e-05, 3.6318e-05, 0.00611613
36: 16384, 0.000270447, 1.2163e-05, 3.9695e-05, 0.00423567
36: 32768, 0.000312917, 1.1992e-05, 3.9855e-05, 0.00431641
36: 65536, 0.000274305, 1.1822e-05, 4.3051e-05, 0.00454546
36: 131072, 0.000305894, 1.2493e-05, 6.2968e-05, 0.00526572
36: 262144, 0.000363171, 1.4076e-05, 0.000140693, 0.00686122
36: 524288, 0.000508625, 1.5479e-05, 0.00039416, 0.0105752
36: 1048576, 0.000881914, 1.8775e-05, 0.000960542, 0.0250933
36: 2097152, 0.00120965, 2.3865e-05, 0.00213248, 0.0552978
36: 4194304, 0.00121519, 3.4575e-05, 0.0046959, 0.115353
36: [       OK ] TEST_CATEGORY.global_2_local (340 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 (355 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 4 tests from 1 test suite ran. (355 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
[ 98%] Built target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for
[ 98%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
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
[ 98%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_03_vectorization
37: [       OK ] hip_DeathTest.SortByKeyKeysLargerThanValues (1982 ms)
37: [----------] 1 test from hip_DeathTest (1982 ms total)
37: 
37: [----------] 16 tests from hip
37: [ RUN      ] hip.SortUnsignedValueType
37: [       OK ] hip.SortUnsignedValueType (20 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 (8 ms)
37: [ RUN      ] hip.SortByKeyWithComparator
37: [       OK ] hip.SortByKeyWithComparator (0 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 (88 ms)
37: [ RUN      ] hip.BinSortGenericTests
37: [       OK ] hip.BinSortGenericTests (19 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
[ 98%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_04_team_scan
[ 98%] Built target Kokkos_tutorial_hierarchicalparallelism_03_vectorization
[ 99%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 99%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 99%] Built target Kokkos_tutorial_hierarchicalparallelism_04_team_scan
[ 99%] Linking CXX executable Kokkos_tutorial_01_hello_world_lambda
[ 99%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 99%] Linking CXX executable Kokkos_launch_bounds_reduce
[ 99%] Linking CXX executable Kokkos_tutorial_02_simple_reduce_lambda
[ 99%] Built target Kokkos_tutorial_01_hello_world_lambda
[ 99%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 99%] Built target Kokkos_tutorial_02_simple_reduce_lambda
[ 99%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
37: [       OK ] hip.BinSortUnsignedKeyLayoutStrideValues (9270 ms)
37: [ RUN      ] hip.NestedSort
37: [       OK ] hip.NestedSort (32 ms)
37: [ RUN      ] hip.NestedSortByKey
37: [       OK ] hip.NestedSortByKey (90 ms)
37: [----------] 16 tests from hip (9534 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 17 tests from 2 test suites ran. (11517 ms total)
37: [  PASSED  ] 17 tests.
37/58 Test #37: Kokkos_UnitTest_Sort .......................................   Passed   11.93 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:1757531464568913237
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 -0.000148213 0.00486662 || 0.051031 28085 29362 || 28678.6 28674.4 || 67.2762 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.000285144 0.00293636 || 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.0153561 -0.0242866 || 0.051031 28009 29285 || 28240.7 28674.4 || -335.739 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.00749206 -0.00464586 || 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.0163766 0.0133591 || 0.051031 27857 29372 || 29151.8 28674.4 || 184.677 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.00612285 -0.00185688 || 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.00717496 -0.00247507 || 0.051031 27994 29358 || 28881.6 28674.4 || -34.2153 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.00526539 0.00170006 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000245477 -0.99999 -48244.3 || 0.051031 0 195087 || 2.92855e+09 28674.4 || -6.6693e+08 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 0.000735247 -0.29929 0.153063 || 0.051031 1e+64 -1e+64
38: Test Scalar=bhalf
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.68478e-07 -0.0128066 -0.0153945 || 0.051031 28080 29337 || 29046.4 28674.4 || -212.813 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.18929e-07 -0.000296621 -0.00446342 || 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.0156588 0.0161263 || 0.051031 27939 29305 || 29130.5 28674.4 || 222.929 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.34064e-07 0.0020178 0.00406777 || 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.00442002 0.00467926 || 0.051031 28051 29406 || 28548.2 28674.4 || 64.686 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.0131167 -0.00535303 || 0.051031 1e+64 -1e+64
38: Test Seed:1757531464699966103
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 -0.00201537 0.00196449 || 0.051031 28066 29318 || 28732.3 28674.4 || 27.1571 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.00473157 0.00444539 || 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.00775451 0.0348038 || 0.051031 28010 29377 || 28898.5 28674.4 || 481.128 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.00639245 -0.00523958 || 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.021452 -0.0180235 || 0.051031 27999 29375 || 29303 28674.4 || -249.156 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.0159011 -0.00713565 || 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.00159965 0.0215133 || 0.051031 27993 29379 || 28628.6 28674.4 || 297.4 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.00371266 0.00902912 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000245482 -0.99999 -48248.3 || 0.051031 0 194975 || 2.92864e+09 28674.4 || -6.66984e+08 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 0.000735399 -0.316098 0.153633 || 0.051031 1e+64 -1e+64
38: Test Scalar=bhalf
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.73523e-07 -0.00822682 -0.021294 || 0.051031 28085 29332 || 28912.2 28674.4 || -294.368 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.34064e-07 -0.0108519 -0.00335435 || 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.00473233 -0.027806 || 0.051031 28049 29313 || 28810.7 28674.4 || -384.39 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.49199e-07 0.0140192 0.0070288 || 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.00990355 0.00415046 || 0.051031 27922 29356 || 28393.2 28674.4 || 57.376 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.0022952 0.00696742 || 0.051031 1e+64 -1e+64
38: [       OK ] hip.Random_XorShift64 (257 ms)
38: [ RUN      ] hip.Random_XorShift1024_0
38: Test Seed:1757531464826166255
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 0.00923939 -0.012064 || 0.051031 10971 11792 || 11272.8 11377 || -166.773 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.0109251 0.0017217 || 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.00106526 -0.00129617 || 0.051031 10946 11784 || 11364.9 11377 || -17.9183 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.0243707 -0.00160148 || 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.0113241 -0.0068491 || 0.051031 10975 11785 || 11507.3 11377 || -94.682 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.00405735 -0.000103199 || 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.0142898 0.0015801 || 0.051031 10999 11901 || 11541.9 11377 || 21.8433 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.000180322 -0.00274629 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000245574 -0.999975 -7594.8 || 0.051031 0 77879 || 4.61065e+08 11377 || -1.0499e+08 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 0.000736397 -0.155805 0.0238386 || 0.051031 1e+64 -1e+64
38: Test Scalar=bhalf
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.98818e-07 -0.00997359 -0.00358407 || 0.051031 10990 11848 || 11491.6 11377 || -49.5462 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 4.00543e-07 -0.00423591 0.00748271 || 0.051031 1e+64 -1e+64
38: Test Scalar=float
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.67029e-07 -0.00968464 -0.00063321 || 0.051031 10940 11805 || 11488.2 11377 || -8.75349 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 3.05176e-07 0.00239696 -0.00164579 || 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.00543074 0.00574982 || 0.051031 10996 11824 || 11439.1 11377 || 79.4855 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.0102656 0.0011937 || 0.051031 1e+64 -1e+64
38: Test Seed:1757531464923855643
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 0.00683725 0.00491491 || 0.051031 10966 11829 || 11299.7 11377 || 67.9438 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.0131397 0.00167088 || 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.0106545 0.00043961 || 0.051031 10991 11817 || 11499.5 11377 || 6.07717 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.00541104 0.00273553 || 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.00150146 -0.000215879 || 0.051031 10993 11808 || 11359.9 11377 || -2.98431 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.0102978 -0.00125911 || 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.0163779 0.00202345 || 0.051031 10917 11791 || 11566.4 11377 || 27.9722 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.000519007 -0.000243542 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000244028 -0.999975 -7594.71 || 0.051031 0 77727 || 4.6107e+08 11377 || -1.04989e+08 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 0.000731812 -0.165751 0.0276919 || 0.051031 1e+64 -1e+64
38: Test Scalar=bhalf
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.54313e-07 0.00562203 -0.004462 || 0.051031 10973 11785 || 11313.4 11377 || -61.6827 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.67029e-07 -0.0193555 0.0010162 || 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.00299066 -0.0068148 || 0.051031 10958 11779 || 11411.1 11377 || -94.2078 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 3.43323e-07 0.0113393 0.00100847 || 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.021216 -0.0138502 || 0.051031 10980 11817 || 11623.6 11377 || -191.465 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.01224 0.00123959 || 0.051031 1e+64 -1e+64
38: [       OK ] hip.Random_XorShift1024_0 (243 ms)
38: [ RUN      ] hip.Multi_streams
[ 99%] Built target Kokkos_launch_bounds_reduce
[ 99%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
38: [       OK ] hip.Multi_streams (661 ms)
38: [----------] 3 tests from hip (1162 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 3 tests from 1 test suite ran. (1162 ms total)
38: [  PASSED  ] 3 tests.
38/58 Test #38: Kokkos_UnitTest_Random .....................................   Passed    1.56 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. (6 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
[ 99%] Linking CXX executable Kokkos_tutorial_03_simple_view_lambda
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
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o
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 (52 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 7 tests from 1 test suite ran. (52 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
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 (29 ms)
41: [----------] 1 test from std_algorithms_lexicographical_compare_test (29 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 (59 ms)
41: [----------] 1 test from std_algorithms_for_each_test (59 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 (32 ms)
41: [----------] 1 test from std_algorithms_find_test (32 ms total)
41: 
41: [----------] 4 tests from std_algorithms_non_mod_seq_ops
41: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o
41: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (507 ms)
41: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
41: [       OK ] std_algorithms_non_mod_seq_ops.find_end (489 ms)
41: [ RUN      ] std_algorithms_non_mod_seq_ops.search
41: [       OK ] std_algorithms_non_mod_seq_ops.search (480 ms)
41: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
[ 99%] Built target Kokkos_tutorial_03_simple_view_lambda
41: [       OK ] std_algorithms_non_mod_seq_ops.search_n (372 ms)
41: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1848 ms total)
41: 
41: [----------] 1 test from std_algorithms_count_test
41: [ RUN      ] std_algorithms_count_test.test
[ 99%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
41: [       OK ] std_algorithms_count_test.test (26 ms)
41: [----------] 1 test from std_algorithms_count_test (26 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 (34 ms)
41: [----------] 1 test from std_algorithms_all_any_none_of_test (34 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 (69 ms)
41: [----------] 1 test from std_algorithms_mismatch_test (69 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 (65 ms)
41: [----------] 1 test from std_algorithms_mod_seq_ops (65 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 13 tests from 10 test suites ran. (2257 ms total)
41: [  PASSED  ] 13 tests.
41/58 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    2.66 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: 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 (35 ms)
42: [ RUN      ] std_algorithms_replace_ops_test.replace_if
42: [       OK ] std_algorithms_replace_ops_test.replace_if (112 ms)
42: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
42: [       OK ] std_algorithms_replace_ops_test.replace_copy (64 ms)
42: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
42: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (59 ms)
42: [----------] 4 tests from std_algorithms_replace_ops_test (270 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 (39 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.unique
42: [       OK ] std_algorithms_mod_seq_ops.unique (88 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
42: [       OK ] std_algorithms_mod_seq_ops.unique_copy (55 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove
42: [       OK ] std_algorithms_mod_seq_ops.remove (37 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
42: [       OK ] std_algorithms_mod_seq_ops.remove_if (41 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
42: [       OK ] std_algorithms_mod_seq_ops.remove_copy (144 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
42: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (40 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.rotate
[100%] Linking CXX executable Kokkos_atomic
42: [       OK ] std_algorithms_mod_seq_ops.rotate (1174 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
42: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (464 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
42: [       OK ] std_algorithms_mod_seq_ops.shift_left (1455 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
42: [       OK ] std_algorithms_mod_seq_ops.shift_right (1486 ms)
42: [----------] 11 tests from std_algorithms_mod_seq_ops (5029 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 (67 ms)
42: [----------] 1 test from std_algorithms_modseq_test (67 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 31 tests from 5 test suites ran. (5377 ms total)
42: [  PASSED  ] 31 tests.
42/58 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    5.78 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 (14 ms)
43: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
43: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (13 ms)
43: [----------] 2 tests from std_algorithms_sorting_ops_test (27 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 (36 ms)
43: [----------] 1 test from std_algorithms_partitioning_ops (36 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 (85 ms)
43: [----------] 1 test from std_algorithms_numerics_ops_test (85 ms total)
43: 
43: [----------] 8 tests from std_algorithms_numeric_ops_test
43: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
[100%] Linking CXX executable Kokkos_gups
[100%] Built target Kokkos_atomic
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
43: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (771 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 (693 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
43: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
43: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (223 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
43: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (385 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 (2074 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 (43 ms)
43: [----------] 1 test from std_algorithms_transform_ops_test (43 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 29 tests from 7 test suites ran. (2289 ms total)
43: [  PASSED  ] 29 tests.
43/58 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    2.69 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
[100%] Built target Kokkos_gups
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
44: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (530 ms)
44: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
44: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (516 ms)
44: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1047 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 (256 ms)
44: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
[100%] Linking CXX executable Kokkos_view_copy_constructor
44: [       OK ] std_algorithms_count_team_test.count_returns_zero (236 ms)
44: [----------] 2 tests from std_algorithms_count_team_test (492 ms total)
44: 
44: [----------] 1 test from std_algorithms_count_if_team_test
44: [ RUN      ] std_algorithms_count_if_team_test.test
[100%] Linking CXX executable Kokkos_stream
44: [       OK ] std_algorithms_count_if_team_test.test (285 ms)
44: [----------] 1 test from std_algorithms_count_if_team_test (285 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 (380 ms)
44: [----------] 1 test from std_algorithms_for_each_team_test (380 ms total)
44: 
44: [----------] 1 test from std_algorithms_for_each_n_team_test
44: [ RUN      ] std_algorithms_for_each_n_team_test.test
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o
44: [       OK ] std_algorithms_for_each_n_team_test.test (412 ms)
44: [----------] 1 test from std_algorithms_for_each_n_team_test (412 ms total)
44: 
44: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
44: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
[100%] Linking CXX executable Kokkos_launch_latency
44: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (617 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 (582 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 (571 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
[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
44: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (640 ms)
44: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
44: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (843 ms)
44: [----------] 2 tests from std_algorithms_mismatch_team_test (1483 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 12 tests from 7 test suites ran. (5875 ms total)
44: [  PASSED  ] 12 tests.
44/58 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed    6.28 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
[100%] Built target Kokkos_stream
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.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
45: [       OK ] std_algorithms_equal_team_test.views_are_equal (945 ms)
45: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
45: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1253 ms)
45: [----------] 2 tests from std_algorithms_equal_team_test (2199 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 (558 ms)
45: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
[100%] Built target Kokkos_launch_latency
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[100%] Linking CXX executable Kokkos_gather
45: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (564 ms)
45: [----------] 2 tests from std_algorithms_search_team_test (1123 ms total)
45: 
45: [----------] 2 tests from std_algorithms_find_end_team_test
45: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
45: [       OK ] std_algorithms_find_end_team_test.sequences_exist (644 ms)
45: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
45: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (652 ms)
45: [----------] 2 tests from std_algorithms_find_end_team_test (1297 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 (586 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 (725 ms)
45: [----------] 2 tests from std_algorithms_find_first_of_team_test (1311 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 8 tests from 4 test suites ran. (5931 ms total)
45: [  PASSED  ] 8 tests.
45/58 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed    6.33 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 (255 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 (251 ms)
46: [----------] 2 tests from std_algorithms_find_team_test (507 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 (243 ms)
46: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
46: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (250 ms)
46: [----------] 2 tests from std_algorithms_find_if_team_test (494 ms total)
46: 
46: [----------] 2 tests from std_algorithms_find_if_not_team_test
46: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
46: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (257 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 (241 ms)
46: [----------] 2 tests from std_algorithms_find_if_not_team_test (498 ms total)
46: 
46: [----------] 1 test from std_algorithms_all_of_team_test
46: [ RUN      ] std_algorithms_all_of_team_test.test
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
46: [       OK ] std_algorithms_all_of_team_test.test (250 ms)
46: [----------] 1 test from std_algorithms_all_of_team_test (250 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 (239 ms)
46: [----------] 1 test from std_algorithms_any_of_team_test (239 ms total)
46: 
46: [----------] 1 test from std_algorithms_none_of_team_test
46: [ RUN      ] std_algorithms_none_of_team_test.test
46: [       OK ] std_algorithms_none_of_team_test.test (250 ms)
46: [----------] 1 test from std_algorithms_none_of_team_test (250 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 (273 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 (263 ms)
46: [----------] 2 tests from std_algorithms_search_n_team_test (536 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 11 tests from 7 test suites ran. (2777 ms total)
46: [  PASSED  ] 11 tests.
46/58 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    3.17 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
[ 68%] Linking CXX executable Kokkos_PerformanceTest_Reduction
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
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
47: [       OK ] std_algorithms_min_element_team_test.test (600 ms)
47: [----------] 1 test from std_algorithms_min_element_team_test (600 ms total)
47: 
47: [----------] 1 test from std_algorithms_max_element_team_test
47: [ RUN      ] std_algorithms_max_element_team_test.test
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o
47: [       OK ] std_algorithms_max_element_team_test.test (593 ms)
47: [----------] 1 test from std_algorithms_max_element_team_test (593 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 (620 ms)
47: [----------] 1 test from std_algorithms_minmax_element_team_test (620 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 3 tests from 3 test suites ran. (1814 ms total)
47: [  PASSED  ] 3 tests.
47/58 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    2.21 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 (265 ms)
48: [----------] 1 test from std_algorithms_fill_team_test (265 ms total)
48: 
48: [----------] 1 test from std_algorithms_fill_n_team_test
48: [ RUN      ] std_algorithms_fill_n_team_test.test
[ 68%] Built target Kokkos_PerformanceTest_Reduction
48: [       OK ] std_algorithms_fill_n_team_test.test (417 ms)
48: [----------] 1 test from std_algorithms_fill_n_team_test (417 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 (393 ms)
48: [----------] 1 test from std_algorithms_replace_team_test (393 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 (331 ms)
48: [----------] 1 test from std_algorithms_replace_if_team_test (331 ms total)
48: 
48: [----------] 1 test from std_algorithms_replace_copy_team_test
48: [ RUN      ] std_algorithms_replace_copy_team_test.test
[100%] Built target Kokkos_UnitTest_SIMD
48: [       OK ] std_algorithms_replace_copy_team_test.test (359 ms)
48: [----------] 1 test from std_algorithms_replace_copy_team_test (359 ms total)
48: 
48: [----------] 1 test from std_algorithms_replace_copy_if_team_test
48: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
48: [       OK ] std_algorithms_replace_copy_if_team_test.test (394 ms)
48: [----------] 1 test from std_algorithms_replace_copy_if_team_test (394 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 6 tests from 6 test suites ran. (2162 ms total)
48: [  PASSED  ] 6 tests.
48/58 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    2.55 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
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o
49: [       OK ] std_algorithms_reverse_team_test.test (296 ms)
49: [----------] 1 test from std_algorithms_reverse_team_test (296 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 (353 ms)
49: [----------] 1 test from std_algorithms_reverse_copy_team_test (353 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 (591 ms)
49: [----------] 1 test from std_algorithms_rotate_team_test (591 ms total)
49: 
49: [----------] 1 test from std_algorithms_rotate_copy_team_test
49: [ RUN      ] std_algorithms_rotate_copy_team_test.test
49: [       OK ] std_algorithms_rotate_copy_team_test.test (637 ms)
49: [----------] 1 test from std_algorithms_rotate_copy_team_test (637 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 4 tests from 4 test suites ran. (1879 ms total)
49: [  PASSED  ] 4 tests.
49/58 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    2.28 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 (496 ms)
50: [----------] 1 test from std_algorithms_move_team_test (496 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 (469 ms)
50: [----------] 1 test from std_algorithms_move_backward_team_test (469 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_Serial1.dir/serial/TestSerial_Swap.cpp.o
50: [       OK ] std_algorithms_shift_left_team_test.test (1532 ms)
50: [----------] 1 test from std_algorithms_shift_left_team_test (1532 ms total)
50: 
50: [----------] 1 test from std_algorithms_shift_right_team_test
50: [ RUN      ] std_algorithms_shift_right_team_test.test
50: [       OK ] std_algorithms_shift_right_team_test.test (1568 ms)
50: [----------] 1 test from std_algorithms_shift_right_team_test (1568 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 4 tests from 4 test suites ran. (4067 ms total)
50: [  PASSED  ] 4 tests.
50/58 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed    4.47 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
[100%] Linking CXX executable Kokkos_policy_performance
[100%] Built target Kokkos_gather
51: [       OK ] std_algorithms_copy_team_test.test (640 ms)
51: [----------] 1 test from std_algorithms_copy_team_test (640 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 (531 ms)
51: [----------] 1 test from std_algorithms_copy_n_team_test (531 ms total)
51: 
51: [----------] 1 test from std_algorithms_copy_backward_team_test
51: [ RUN      ] std_algorithms_copy_backward_team_test.test
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o
51: [       OK ] std_algorithms_copy_backward_team_test.test (468 ms)
51: [----------] 1 test from std_algorithms_copy_backward_team_test (468 ms total)
51: 
51: [----------] 1 test from std_algorithms_copy_if_team_test
51: [ RUN      ] std_algorithms_copy_if_team_test.test
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
51: [       OK ] std_algorithms_copy_if_team_test.test (437 ms)
51: [----------] 1 test from std_algorithms_copy_if_team_test (437 ms total)
51: 
51: [----------] 1 test from std_algorithms_unique_copy_team_test
51: [ RUN      ] std_algorithms_unique_copy_team_test.test
4: [       OK ] cuda_DeathTest.view_construction_with_wrong_params_mix (105284 ms)
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_static_extents
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o
51: [       OK ] std_algorithms_unique_copy_team_test.test (527 ms)
51: [----------] 1 test from std_algorithms_unique_copy_team_test (527 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 (442 ms)
51: [----------] 1 test from std_algorithms_remove_team_test (442 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 (398 ms)
51: [----------] 1 test from std_algorithms_remove_if_team_test (398 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 (454 ms)
51: [----------] 1 test from std_algorithms_remove_copy_team_test (454 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 (384 ms)
51: [----------] 1 test from std_algorithms_remove_copy_if_team_test (384 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 9 tests from 9 test suites ran. (4286 ms total)
51: [  PASSED  ] 9 tests.
51/58 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    4.69 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 (674 ms)
52: [----------] 1 test from std_algorithms_unique_team_test (674 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 (813 ms)
52: [----------] 1 test from std_algorithms_adjacent_difference_team_test (813 ms total)
52: 
52: [----------] 1 test from std_algorithms_reduce_team_test
52: [ RUN      ] std_algorithms_reduce_team_test.test
52: [       OK ] std_algorithms_reduce_team_test.test (805 ms)
52: [----------] 1 test from std_algorithms_reduce_team_test (805 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 (1417 ms)
52: [----------] 1 test from std_algorithms_transform_reduce_team_test (1417 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 4 tests from 4 test suites ran. (3711 ms total)
52: [  PASSED  ] 4 tests.
52/58 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    4.11 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 (545 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 (438 ms)
53: [----------] 2 tests from std_algorithms_is_sorted_team_test (984 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 (26 ms)
53: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
53: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (28 ms)
53: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
53: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (364 ms)
53: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
[ 69%] Linking CXX executable Kokkos_PerformanceTest_Atomic
53: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (478 ms)
53: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (897 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 (13 ms)
53: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
53: [       OK ] std_algorithms_is_partitioned_team_test.all_true (230 ms)
53: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
53: [       OK ] std_algorithms_is_partitioned_team_test.all_false (232 ms)
53: [ RUN      ] std_algorithms_is_partitioned_team_test.random
53: [       OK ] std_algorithms_is_partitioned_team_test.random (177 ms)
53: [----------] 4 tests from std_algorithms_is_partitioned_team_test (654 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 (23 ms)
53: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o
53: [       OK ] std_algorithms_partition_copy_team_test.all_true (578 ms)
53: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
53: [       OK ] std_algorithms_partition_copy_team_test.all_false (592 ms)
53: [ RUN      ] std_algorithms_partition_copy_team_test.random
53: [       OK ] std_algorithms_partition_copy_team_test.random (540 ms)
53: [----------] 4 tests from std_algorithms_partition_copy_team_test (1734 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
53: [       OK ] std_algorithms_partition_point_team_test.all_true (230 ms)
53: [ RUN      ] std_algorithms_partition_point_team_test.all_false
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o
[ 69%] Built target Kokkos_PerformanceTest_Atomic
53: [       OK ] std_algorithms_partition_point_team_test.all_false (231 ms)
53: [ RUN      ] std_algorithms_partition_point_team_test.random
53: [       OK ] std_algorithms_partition_point_team_test.random (176 ms)
53: [----------] 4 tests from std_algorithms_partition_point_team_test (656 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 18 tests from 5 test suites ran. (4928 ms total)
53: [  PASSED  ] 18 tests.
53/58 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    5.33 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
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
54: [       OK ] std_algorithms_transform_team_test.test_unary_op (671 ms)
54: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
[100%] Built target Kokkos_policy_performance
[100%] Linking CXX executable Kokkos_bytes_and_flops
54: [       OK ] std_algorithms_transform_team_test.test_binary_op (810 ms)
54: [----------] 2 tests from std_algorithms_transform_team_test (1482 ms total)
54: 
54: [----------] 1 test from std_algorithms_generate_team_test
54: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o
4: [       OK ] cuda_DeathTest.view_construction_with_wrong_static_extents (12676 ms)
4: [ RUN      ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment
54: [       OK ] std_algorithms_generate_team_test.test_unary_op (1593 ms)
54: [----------] 1 test from std_algorithms_generate_team_test (1593 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 (470 ms)
54: [----------] 1 test from std_algorithms_generate_n_team_test (470 ms total)
54: 
54: [----------] 1 test from std_algorithms_swap_ranges_team_test
54: [ RUN      ] std_algorithms_swap_ranges_team_test.test
54: [       OK ] std_algorithms_swap_ranges_team_test.test (775 ms)
54: [----------] 1 test from std_algorithms_swap_ranges_team_test (775 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 5 tests from 4 test suites ran. (4321 ms total)
54: [  PASSED  ] 5 tests.
54/58 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    4.72 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
4: [       OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (5293 ms)
4: [ RUN      ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment
55: [       OK ] std_algorithms_exclusive_scan_team_test.test (1688 ms)
55: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1689 ms total)
55: 
55: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
55: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
55: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (864 ms)
55: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (864 ms total)
55: 
55: [----------] Global test environment tear-down
55: [==========] 2 tests from 2 test suites ran. (2553 ms total)
55: [  PASSED  ] 2 tests.
55/58 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    2.95 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
[ 70%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
56: [       OK ] std_algorithms_inclusive_scan_team_test.test (2452 ms)
56: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2452 ms total)
56: 
56: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
56: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
56: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (1673 ms)
56: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1673 ms total)
56: 
56: [----------] Global test environment tear-down
56: [==========] 2 tests from 2 test suites ran. (4125 ms total)
56: [  PASSED  ] 2 tests.
56/58 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    4.52 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-10_T18-32-37.json"
57: Test timeout computed to be: 1500
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
57: 2025-09-10T19:12:11+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.31, 3.26, 6.53
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
4: [       OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (5424 ms)
4: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_host
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o
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           542 1.24001k/s       1.6k          1
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o
57: BM_inclusive_scan<std::int64_t>/100000000/manual_time                   0.001 s         0.001 s           543 1.24049k/s       1.6k          1
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.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_Cuda.dir/cuda/TestCuda_Bitset.cpp.o
57: BM_inclusive_scan<double>/100000000/manual_time                         0.001 s         0.001 s           546 1.24693k/s       1.6k          1
[ 70%] Built target Kokkos_CoreUnitTest_Serial1
[ 70%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o
57: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time      0.001 s         0.001 s           542 1.21647k/s       1.6k          1
57: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time       0.001 s         0.001 s           541 1.24042k/s       1.6k          1
4: [       OK ] cuda_DeathTest.view_memory_access_violations_from_host (14401 ms)
4: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_device
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o
57: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time             0.001 s         0.001 s           545 1.24772k/s       1.6k          1
57: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time      0.001 s         0.001 s           540  1.2386k/s       1.6k          1
[ 70%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o
57: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time       0.001 s         0.001 s           539 1.23837k/s       1.6k          1
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o
57: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time             0.001 s         0.001 s           541 1.23869k/s       1.6k          1
57/58 Test #57: Kokkos_PerformanceTest_InclusiveScan .......................   Passed   26.10 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
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o
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.41 sec

100% tests passed, 0 tests failed out of 58

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

Total Test time (real) = 1013.75 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 818c480ed5e8d36d0710bbe3383f9453632f560b6fa8a8c31fba882ca1bd3097
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 818c480ed5e8d36d0710bbe3383f9453632f560b6fa8a8c31fba882ca1bd3097
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
4: [       OK ] cuda_DeathTest.view_memory_access_violations_from_device (15598 ms)
4: [ RUN      ] cuda_DeathTest.view_out_of_bounds_access
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o
[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: 18744e1f71f0
   Build name: Linux-icpx
Create new tag: 20250910-1913 - 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.81 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 (1 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 (10 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 21 tests from 1 test suite ran. (10 ms total)
2: [  PASSED  ] 21 tests.
 2/65 Test  #2: Kokkos_CoreUnitTest_SYCL_ViewSupport .......................   Passed    0.32 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 (495 ms)
3: [ RUN      ] serial_DeathTest.abort_from_device
3: [       OK ] serial_DeathTest.abort_from_device (503 ms)
3: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
3: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (493 ms)
3: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
3: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (512 ms)
3: [ RUN      ] serial_DeathTest.policy_invalid_bounds
3: [       OK ] serial_DeathTest.policy_invalid_bounds (528 ms)
3: [ RUN      ] serial_DeathTest.range_policy_invalid_bounds
3: [       OK ] serial_DeathTest.range_policy_invalid_bounds (1072 ms)
3: [ RUN      ] serial_DeathTest.range_policy_round_trip_conversion_fires
4: [       OK ] cuda_DeathTest.view_out_of_bounds_access (14120 ms)
4: [----------] 9 tests from cuda_DeathTest (401640 ms total)
4: 
4: [----------] 2 tests from cuda_uvm_DeathTest
4: [ RUN      ] cuda_uvm_DeathTest.view_subview_wrong_extents
3: [       OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (536 ms)
3: [ RUN      ] serial_DeathTest.range_policy_check_sign_changes
3: [       OK ] serial_DeathTest.range_policy_check_sign_changes (1001 ms)
3: [ RUN      ] serial_DeathTest.range_policy_implicitly_converted_bounds
3: [       OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (2026 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 (7171 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
3: [       OK ] serial.exec_space_thread_safety_range (389 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 (41 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 (42 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range_scan
3: [       OK ] serial.exec_space_thread_safety_range_scan (39 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
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o
3: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (1946 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (2453 ms)
3: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
3: [       OK ] serial.local_deepcopy_teampolicy_layoutright (1088 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 70%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (1207 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 (492 ms)
3: [ RUN      ] serial.mdrange_6d
[ 70%] Built target Kokkos_ContainersPerformanceTest_Cuda
3: [       OK ] serial.mdrange_6d (738 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
3: [       OK ] serial.mdrange_4d (361 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
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o
3: [       OK ] serial.mdrange_parallel_reduce_primitive_types (1301 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 (57 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 (9 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_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 (118 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 (10577 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. (17750 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   18.09 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
4: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (3800 ms)
4: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
4: [       OK ] cuda_uvm_DeathTest.view_subview_wrong_extents (19691 ms)
4: [ RUN      ] cuda_uvm_DeathTest.view_subview_constructor_layout_compatibility
4: [       OK ] cuda_uvm_DeathTest.view_subview_constructor_layout_compatibility (1720 ms)
4: [----------] 2 tests from cuda_uvm_DeathTest (21411 ms total)
4: 
4: [----------] 111 tests from cuda
4: [ RUN      ] cuda.team_for
4: [       OK ] cuda.team_for (37 ms)
4: [ RUN      ] cuda.team_reduce
4: [       OK ] cuda.team_reduce (0 ms)
4: [ RUN      ] cuda.team_reduce_large
4: [       OK ] cuda.team_reduce_large (2133 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 ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (3851 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 (1060 ms)
4: [----------] 10 tests from serial_DeathTest (8712 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 (212 ms)
4: [ RUN      ] serial.parallel_scan_with_reducers
4: [       OK ] serial.parallel_scan_with_reducers (37 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 (26 ms)
4: [ RUN      ] serial.team_long_reduce
4: [       OK ] serial.team_long_reduce (37 ms)
4: [ RUN      ] serial.team_double_reduce
4: [       OK ] cuda.parallel_scan_with_reducers (767 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 (84 ms)
4: [ RUN      ] cuda.ThreadVectorMDRangeParallelFor
4: [       OK ] cuda.ThreadVectorMDRangeParallelFor (57 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 (9 ms)
4: [ RUN      ] cuda.TeamVectorMDRangeParallelReduce
4: [       OK ] cuda.TeamVectorMDRangeParallelReduce (9 ms)
4: [ RUN      ] cuda.team_policy_runtime_parameters
4: [       OK ] cuda.team_policy_runtime_parameters (0 ms)
4: [ RUN      ] cuda.team_reduction_scan
4: [       OK ] 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
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
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o
4: [       OK ] cuda.team_scan (775 ms)
4: [ RUN      ] cuda.team_scan_ret_val
4: [       OK ] cuda.team_scan_ret_val (780 ms)
4: [ RUN      ] cuda.team_shared_request
4: [       OK ] cuda.team_shared_request (2 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 (222 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 (5 ms)
4: [ RUN      ] cuda.unique_token_instance
4: [       OK ] cuda.unique_token_instance (2 ms)
4: [ RUN      ] cuda.unique_token_team_acquire
4: [       OK ] cuda.unique_token_team_acquire (14 ms)
4: [ RUN      ] cuda.view_api_a
4: [       OK ] cuda.view_api_a (64 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 (0 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 (11 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 (116 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 (170 ms)
4: [ RUN      ] cuda.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] cuda.view_layoutstride_right_to_layoutright_assignment (166 ms)
4: [ RUN      ] cuda.view_irregular_layout
4: [       OK ] cuda.view_irregular_layout (27 ms)
4: [ RUN      ] cuda.view_mapping
4: [       OK ] cuda.view_mapping (389 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 (114 ms)
4: [ RUN      ] cuda.view_realloc
4: [       OK ] cuda.view_realloc (0 ms)
4: [ RUN      ] cuda.workgraph_fib
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o
4: [       OK ] serial.repeated_team_reduce (5148 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 (55 ms)
4: [ RUN      ] serial.team_scan_ret_val
4: [       OK ] serial.team_scan_ret_val (54 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 (3 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 ] cuda.workgraph_fib (1283 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 (8880 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 (4 ms)
4: [ RUN      ] cuda_uvm.view_subview_auto_1d_stride
4: [       OK ] cuda_uvm.view_subview_auto_1d_stride (5 ms)
4: [ RUN      ] cuda_uvm.view_subview_assign_strided
4: [       OK ] cuda_uvm.view_subview_assign_strided (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 (3 ms)
4: [ RUN      ] cuda_uvm.view_subview_2d_from_3d
4: [       OK ] cuda_uvm.view_subview_2d_from_3d (73 ms)
4: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_atomic
4: [       OK ] cuda_uvm.view_subview_2d_from_3d_atomic (79 ms)
4: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_randomaccess
4: [       OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (75 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_left (136 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_atomic
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (138 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (137 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 (139 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (138 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 (1100 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 150 tests from 4 test suites ran. (433034 ms total)
4: [  PASSED  ] 150 tests.
4: [       OK ] serial.view_allocation_large_rank (940 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
 4/56 Test  #4: Kokkos_CoreUnitTest_Cuda2 ..................................   Passed  433.40 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
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
4: [       OK ] serial.view_fill_tests_layout_right (1650 ms)
4: [ RUN      ] serial.view_fill_tests_layout_left
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o
4: [       OK ] serial.view_fill_tests_layout_left (1901 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 (62 ms)
4: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (60 ms)
4: [ RUN      ] serial.view_mapping
4: [       OK ] serial.view_mapping (43 ms)
4: [ RUN      ] serial.view_mapping_operator
4: [       OK ] serial.view_mapping_operator (1 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 (78 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 (10989 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 144 tests from 2 test suites ran. (19702 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.07 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
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
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
5: [       OK ] sycl_DeathTest.abort_from_host (546 ms)
5: [ RUN      ] sycl_DeathTest.abort_from_device
5: [       OK ] sycl_DeathTest.abort_from_device (15 ms)
5: [ RUN      ] sycl_DeathTest.checked_integer_operations_multiply_overflow_abort
5: [       OK ] sycl_DeathTest.checked_integer_operations_multiply_overflow_abort (564 ms)
5: [----------] 3 tests from sycl_DeathTest (1126 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 (7 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 (15 ms)
5: [ RUN      ] sycl.atomic_operations_int16
5: [       OK ] sycl.atomic_operations_int16 (15 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 (15 ms)
5: [ RUN      ] sycl.atomic_operations_longlong
5: [       OK ] sycl.atomic_operations_longlong (15 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 (140 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 (16 ms)
5: [ RUN      ] sycl.atomic_views_nonintegral
5: [       OK ] sycl.atomic_views_nonintegral (59 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 (2 ms)
5: [ RUN      ] sycl.crs_copy_constructor
5: [       OK ] sycl.crs_copy_constructor (6 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 (10 ms)
5: [ RUN      ] sycl.partitioning_by_args
5: [       OK ] sycl.partitioning_by_args (1 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
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o
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
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 (1 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
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
5: [       OK ] sycl.local_deepcopy_teampolicy_layoutleft (1944 ms)
5: [ RUN      ] sycl.local_deepcopy_rangepolicy_layoutleft
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o
5: [       OK ] sycl.local_deepcopy_rangepolicy_layoutleft (3073 ms)
5: [ RUN      ] sycl.local_deepcopy_teampolicy_layoutright
5: [       OK ] sycl.local_deepcopy_teampolicy_layoutright (1435 ms)
5: [ RUN      ] sycl.local_deepcopy_rangepolicy_layoutright
5: [       OK ] sycl.local_deepcopy_rangepolicy_layoutright (1843 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 (17 ms)
5: [ RUN      ] sycl.mathematical_functions_hyperbolic_functions
5: [       OK ] sycl.mathematical_functions_hyperbolic_functions (14 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 (6 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 (10 ms)
5: [ RUN      ] sycl.mathematical_functions_nearest_interger_floating_point_operations
5: [       OK ] sycl.mathematical_functions_nearest_interger_floating_point_operations (8 ms)
5: [ RUN      ] sycl.mathematical_functions_floating_point_manipulation_functions
5: [       OK ] sycl.mathematical_functions_floating_point_manipulation_functions (3 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 (17 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 (16737 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. (17870 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   18.37 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
6: [       OK ] sycl_DeathTest.policy_bounds_unsafe_narrowing_conversions (482 ms)
6: [ RUN      ] sycl_DeathTest.policy_invalid_bounds
6: [       OK ] sycl_DeathTest.policy_invalid_bounds (511 ms)
6: [ RUN      ] sycl_DeathTest.range_policy_invalid_bounds
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o
6: [       OK ] sycl_DeathTest.range_policy_invalid_bounds (1074 ms)
6: [ RUN      ] sycl_DeathTest.range_policy_round_trip_conversion_fires
6: [       OK ] sycl_DeathTest.range_policy_round_trip_conversion_fires (570 ms)
6: [ RUN      ] sycl_DeathTest.range_policy_check_sign_changes
6: [       OK ] sycl_DeathTest.range_policy_check_sign_changes (1088 ms)
6: [ RUN      ] sycl_DeathTest.range_policy_implicitly_converted_bounds
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
6: [       OK ] sycl_DeathTest.range_policy_implicitly_converted_bounds (2139 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 (484 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 (6352 ms total)
6: 
6: [----------] 74 tests from sycl
6: [ RUN      ] sycl.mdrange_5d
6: [       OK ] sycl.mdrange_5d (359 ms)
6: [ RUN      ] sycl.mdrange_6d
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o
6: [       OK ] sycl.mdrange_6d (666 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 (0 ms)
6: [ RUN      ] sycl.mdrange_3d
6: [       OK ] sycl.mdrange_3d (7 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 (1736 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 (42 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 (1 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 (12 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 (7 ms)
6: [ RUN      ] sycl.reducers_half_t
6: [       OK ] sycl.reducers_half_t (4 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 (685 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 (1098 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 (52 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 (5003 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 82 tests from 2 test suites ran. (11356 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.72 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
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
7: [       OK ] sycl_DeathTest.view_layoutstride_right_to_layoutleft_assignment (3333 ms)
7: [ RUN      ] sycl_DeathTest.view_layoutstride_left_to_layoutright_assignment
5: [       OK ] cuda.team_scratch_1_streams (36680 ms)
5: [ RUN      ] cuda.space_access
5: [       OK ] cuda.space_access (0 ms)
5: [ RUN      ] cuda.uvm
5: [       OK ] cuda.uvm (2 ms)
5: [ RUN      ] cuda.impl_view_accessible
5: [       OK ] cuda.impl_view_accessible (2 ms)
5: [ RUN      ] cuda.impl_view_texture
5: [       OK ] cuda.impl_view_texture (0 ms)
5: [ RUN      ] cuda.view_subview_const_randomaccess
5: [       OK ] cuda.view_subview_const_randomaccess (0 ms)
5: [----------] 6 tests from cuda (36686 ms total)
5: 
5: [----------] 28 tests from cuda_hostpinned
5: [ RUN      ] cuda_hostpinned.impl_shared_alloc
5: [       OK ] cuda_hostpinned.impl_shared_alloc (72 ms)
5: [ RUN      ] cuda_hostpinned.view_api_a
5: [       OK ] cuda_hostpinned.view_api_a (73 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 (11 ms)
5: [ RUN      ] cuda_hostpinned.view_api_c
5: [       OK ] cuda_hostpinned.view_api_c (0 ms)
5: [ RUN      ] cuda_hostpinned.view_api_d
5: [       OK ] cuda_hostpinned.view_api_d (4 ms)
5: [ RUN      ] cuda_hostpinned.view_remap
5: [       OK ] cuda_hostpinned.view_remap (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mirror_nonconst
5: [       OK ] cuda_hostpinned.view_mirror_nonconst (0 ms)
5: [ RUN      ] cuda_hostpinned.view_stride_method
5: [       OK ] cuda_hostpinned.view_stride_method (0 ms)
5: [ RUN      ] cuda_hostpinned.anonymous_space
5: [       OK ] cuda_hostpinned.anonymous_space (0 ms)
5: [ RUN      ] cuda_hostpinned.view_overload_resolution
5: [       OK ] cuda_hostpinned.view_overload_resolution (0 ms)
5: [ RUN      ] cuda_hostpinned.view_allocation_large_rank
5: [       OK ] cuda_hostpinned.view_allocation_large_rank (4038 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 (17 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
7: [       OK ] sycl_DeathTest.view_layoutstride_left_to_layoutright_assignment (3547 ms)
7: [ RUN      ] sycl_DeathTest.view_memory_access_violations_from_host
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c15.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o
5: [       OK ] cuda_hostpinned.view_fill_tests_layout_right (6295 ms)
5: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_left
7: [       OK ] sycl_DeathTest.view_memory_access_violations_from_host (8796 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 (15678 ms total)
7: 
7: [----------] 108 tests from sycl
7: [ RUN      ] sycl.team_for
7: [       OK ] sycl.team_for (11 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 (289 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 (23 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 (66 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 (19 ms)
7: [ RUN      ] sycl.ThreadVectorMDRangeParallelFor
7: [       OK ] sycl.ThreadVectorMDRangeParallelFor (8 ms)
7: [ RUN      ] sycl.TeamVectorMDRangeParallelFor
7: [       OK ] sycl.TeamVectorMDRangeParallelFor (9 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 (949 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 (97 ms)
7: [ RUN      ] sycl.team_scan_ret_val
7: [       OK ] sycl.team_scan_ret_val (98 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 (3 ms)
7: [ RUN      ] sycl.timer
7: [       OK ] sycl.timer (20 ms)
7: [ RUN      ] sycl.unique_token_global
7: [       OK ] sycl.unique_token_global (15 ms)
7: [ RUN      ] sycl.unique_token_instance
[ 71%] Linking CXX executable Kokkos_ContainersTestCompileOnly
7: [       OK ] sycl.unique_token_instance (28 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 (6 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 (87 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 (64 ms)
7: [ RUN      ] sycl.view_layoutstride_right_to_layoutright_assignment
7: [       OK ] sycl.view_layoutstride_right_to_layoutright_assignment (59 ms)
7: [ RUN      ] sycl.view_mapping
7: [       OK ] sycl.view_mapping (46 ms)
7: [ RUN      ] sycl.view_mapping_operator
7: [       OK ] sycl.view_mapping_operator (13 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 (7 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 (2200 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 116 tests from 2 test suites ran. (17879 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   18.28 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
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o
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 (3 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_1d_assign_randomaccess
8: [       OK ] sycl_shared_usm.view_subview_1d_assign_randomaccess (3 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_2d_from_3d
8: [       OK ] sycl_shared_usm.view_subview_2d_from_3d (56 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_2d_from_3d_atomic
8: [       OK ] sycl_shared_usm.view_subview_2d_from_3d_atomic (58 ms)
8: [----------] 16 tests from sycl_shared_usm (140 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 17 tests from 2 test suites ran. (140 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.47 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
5: [       OK ] cuda_hostpinned.view_fill_tests_layout_left (5368 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping
5: [       OK ] cuda_hostpinned.view_mapping (402 ms)
9: [       OK ] sycl_shared_usm.view_subview_2d_from_3d_randomaccess (57 ms)
9: [ RUN      ] sycl_shared_usm.view_subview_3d_from_5d_left
9: [       OK ] sycl_shared_usm.view_subview_3d_from_5d_left (132 ms)
9: [ RUN      ] sycl_shared_usm.view_subview_3d_from_5d_left_atomic
5: [ RUN      ] cuda_hostpinned.view_mapping_operator
5: [       OK ] cuda_hostpinned.view_mapping_operator (10 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 (4 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 (16305 ms total)
5: 
5: [----------] 28 tests from cuda_uvm
5: [ RUN      ] cuda_uvm.impl_shared_alloc
5: [       OK ] cuda_uvm.impl_shared_alloc (99 ms)
5: [ RUN      ] cuda_uvm.view_api_a
5: [       OK ] cuda_uvm.view_api_a (77 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 (24 ms)
5: [ RUN      ] cuda_uvm.view_api_c
5: [       OK ] cuda_uvm.view_api_c (2 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 (2 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
9: [       OK ] sycl_shared_usm.view_subview_3d_from_5d_left_atomic (133 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 (131 ms)
9: [----------] 4 tests from sycl_shared_usm (454 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 4 tests from 1 test suite ran. (454 ms total)
9: [  PASSED  ] 4 tests.
 9/65 Test  #9: Kokkos_CoreUnitTest_SYCL2C .................................   Passed    0.79 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
[ 71%] Built target Kokkos_ContainersTestCompileOnly
5: [       OK ] cuda_uvm.view_allocation_large_rank (779 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 (6 ms)
5: [ RUN      ] cuda_uvm.view_copy_tests
5: [       OK ] cuda_uvm.view_copy_tests (62 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 (237 ms)
5: [ RUN      ] cuda_uvm.view_fill_tests_layout_left
10: [       OK ] sycl_shared_usm_DeathTest.view_subview_constructor_layout_compatibility (886 ms)
10: [----------] 1 test from sycl_shared_usm_DeathTest (886 ms total)
10: 
10: [----------] 5 tests from sycl_shared_usm
10: [ RUN      ] sycl_shared_usm.view_subview_3d_from_5d_right
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
5: [       OK ] cuda_uvm.view_fill_tests_layout_left (207 ms)
5: [ RUN      ] cuda_uvm.view_mapping
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 (141 ms)
10: [ RUN      ] sycl_shared_usm.view_subview_3d_from_5d_right_randomaccess
5: [       OK ] cuda_uvm.view_mapping (422 ms)
5: [ RUN      ] cuda_uvm.view_mapping_operator
10: [       OK ] sycl_shared_usm.view_subview_3d_from_5d_right_randomaccess (140 ms)
10: [ RUN      ] sycl_shared_usm.view_test_unmanaged_subview_reset
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 (430 ms total)
10: 
10: [----------] Global test environment tear-down
10: [==========] 6 tests from 2 test suites ran. (1316 ms total)
10: [  PASSED  ] 6 tests.
10/65 Test #10: Kokkos_CoreUnitTest_SYCL2D .................................   Passed    1.65 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
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 (1956 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 62 tests from 3 test suites ran. (54948 ms total)
5: [  PASSED  ] 62 tests.
 5/56 Test  #5: Kokkos_CoreUnitTest_Cuda3 ..................................   Passed   55.24 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: 
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
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.29 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 (18 ms)
7: [ RUN      ] cuda.debug_pin_um_to_host
7: [       OK ] cuda.debug_pin_um_to_host (334 ms)
7: [----------] 2 tests from cuda (353 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 2 tests from 1 test suite ran. (353 ms total)
7: [  PASSED  ] 2 tests.
 7/56 Test  #7: Kokkos_CoreUnitTest_CudaTimingBased ........................   Passed    0.62 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 (158 ms)
8: [----------] 1 test from cuda (158 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 1 test from 1 test suite ran. (158 ms total)
8: [  PASSED  ] 1 test.
 8/56 Test  #8: Kokkos_CoreUnitTest_CudaInterOpInit ........................   Passed    0.26 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
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanAtomicAccessor.cpp.o
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 (167 ms)
9: [----------] 1 test from cuda (167 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 1 test from 1 test suite ran. (167 ms total)
9: [  PASSED  ] 1 test.
 9/56 Test  #9: Kokkos_CoreUnitTest_CudaInterOpStreams .....................   Passed    0.27 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 (3 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. (5 ms total)
11: [  PASSED  ] 5 tests.
11/56 Test #11: Kokkos_CoreUnitTest_CudaInterOpGraph .......................   Passed    0.26 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.28 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 (6 ms)
13: [ RUN      ] defaultdevicetype.compiler_macros
13: [       OK ] defaultdevicetype.compiler_macros (0 ms)
13: [ RUN      ] defaultdevicetype.half_conversion
13: [       OK ] defaultdevicetype.half_conversion (21 ms)
13: [ RUN      ] defaultdevicetype.bhalf_conversion
13: [       OK ] defaultdevicetype.bhalf_conversion (0 ms)
13: [ RUN      ] defaultdevicetype.half_operators
13: [       OK ] defaultdevicetype.half_operators (7 ms)
13: [ RUN      ] defaultdevicetype.bhalf_operators
13: [       OK ] defaultdevicetype.bhalf_operators (6 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 (4 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 (25 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 (153 ms total)
13: 
13: [----------] 1 test from kokkosresize
13: [ RUN      ] kokkosresize.host_space_access
13: [       OK ] kokkosresize.host_space_access (114 ms)
13: [----------] 1 test from kokkosresize (114 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. (270 ms total)
13: [  PASSED  ] 58 tests.
13: [  SKIPPED ] 1 test, listed below:
13: [  SKIPPED ] defaultdevicetype.shared_space
13/56 Test #13: Kokkos_CoreUnitTest_Default ................................   Passed    0.57 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 (534 ms)
14: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views
14: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (2267 ms)
14: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o
14: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (3826 ms)
14: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (6628 ms total)
14: 
14: [----------] 4 tests from InitializeFinalize_DeathTest
14: [ RUN      ] InitializeFinalize_DeathTest.initialize
14: [       OK ] InitializeFinalize_DeathTest.initialize (1891 ms)
14: [ RUN      ] InitializeFinalize_DeathTest.finalize
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o
14: [       OK ] InitializeFinalize_DeathTest.finalize (1176 ms)
14: [ RUN      ] InitializeFinalize_DeathTest.is_initialized
14: [       OK ] InitializeFinalize_DeathTest.is_initialized (297 ms)
14: [ RUN      ] InitializeFinalize_DeathTest.is_finalized
14: [       OK ] InitializeFinalize_DeathTest.is_finalized (274 ms)
14: [----------] 4 tests from InitializeFinalize_DeathTest (3640 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 (20 ms)
14: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (20 ms total)
14: 
14: [----------] 1 test from Legion_DeathTest
14: [ RUN      ] Legion_DeathTest.individual_backend_initialization
14: [       OK ] Legion_DeathTest.individual_backend_initialization (378 ms)
14: [----------] 1 test from Legion_DeathTest (378 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 (253 ms)
14: [ RUN      ] PushFinalizeHook_DeathTest.terminate_on_throw
14: [       OK ] PushFinalizeHook_DeathTest.terminate_on_throw (878 ms)
14: [----------] 2 tests from PushFinalizeHook_DeathTest (1132 ms total)
14: 
14: [----------] 6 tests from ScopeGuard_DeathTest
14: [ RUN      ] ScopeGuard_DeathTest.create
14: [       OK ] ScopeGuard_DeathTest.create (267 ms)
14: [ RUN      ] ScopeGuard_DeathTest.create_argument
14: [       OK ] ScopeGuard_DeathTest.create_argument (269 ms)
14: [ RUN      ] ScopeGuard_DeathTest.create_while_initialize
14: [       OK ] ScopeGuard_DeathTest.create_while_initialize (814 ms)
14: [ RUN      ] ScopeGuard_DeathTest.create_after_initialize
14: [       OK ] ScopeGuard_DeathTest.create_after_initialize (811 ms)
14: [ RUN      ] ScopeGuard_DeathTest.create_after_finalize
14: [       OK ] ScopeGuard_DeathTest.create_after_finalize (928 ms)
14: [ RUN      ] ScopeGuard_DeathTest.destroy_after_finalize
14: [       OK ] ScopeGuard_DeathTest.destroy_after_finalize (908 ms)
14: [----------] 6 tests from ScopeGuard_DeathTest (4000 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 (10 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 (17 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 (31 ms total)
14: 
14: [----------] Global test environment tear-down
14: [==========] 30 tests from 7 test suites ran. (15831 ms total)
14: [  PASSED  ] 30 tests.
14/56 Test #14: Kokkos_CoreUnitTest_InitializeFinalize .....................   Passed   15.85 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.29 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 (4 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 (8 ms total)
16: 
16: [----------] Global test environment tear-down
16: [==========] 32 tests from 1 test suite ran. (8 ms total)
16: [  PASSED  ] 32 tests.
16/56 Test #16: Kokkos_CoreUnitTest_KokkosP ................................   Passed    0.31 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: 
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) [0x7ffff78b155b]
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: [0x7ffff78b155b] 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) [0x7ffff78b155b]
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: [0x7ffff78b155b] 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
17: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (770 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) [0x7ffff78b155b]
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: [0x7ffff78b155b] 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) [0x7ffff78b155b]
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: [0x7ffff78b155b] 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
17: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (942 ms)
17: [----------] 2 tests from defaultdevicetype_DeathTest (1712 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) [0x7ffff78b155b]
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: [0x7ffff78b155b] 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) [0x7ffff78b155b]
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: [0x7ffff78b155b] 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. (1714 ms total)
17: [  PASSED  ] 3 tests.
17/56 Test #17: Kokkos_CoreUnitTest_StackTraceTest .........................   Passed    2.00 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: 
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 (177 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 (6 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
18: [       OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (846 ms)
18: [ RUN      ] OPENMP.IncrTest_12a_ThreadScratch
18: [       OK ] OPENMP.IncrTest_12a_ThreadScratch (4 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 (1048 ms total)
18: 
18: [----------] Global test environment tear-down
18: [==========] 28 tests from 1 test suite ran. (1048 ms total)
18: [  PASSED  ] 28 tests.
18/56 Test #18: Kokkos_IncrementalTest_OPENMP ..............................   Passed    1.33 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
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o
19: [       OK ] CUDA.IncrTest_03b_memspace_free (2366 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 (7 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 (1 ms)
19: [ RUN      ] CUDA.IncrTest_10_Hierarchical_Basics
19: [       OK ] CUDA.IncrTest_10_Hierarchical_Basics (0 ms)
19: [ RUN      ] CUDA.IncrTest_11a_Hierarchical_ForLoop
19: [       OK ] CUDA.IncrTest_11a_Hierarchical_ForLoop (2 ms)
19: [ RUN      ] CUDA.IncrTest_11b_Hierarchical_ForLoop
19: [       OK ] CUDA.IncrTest_11b_Hierarchical_ForLoop (2 ms)
19: [ RUN      ] CUDA.IncrTest_11c_Hierarchical_ForLoop
19: [       OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (732 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 (0 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 (3133 ms total)
19: 
19: [----------] Global test environment tear-down
19: [==========] 28 tests from 1 test suite ran. (3133 ms total)
19: [  PASSED  ] 28 tests.
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o
19/56 Test #19: Kokkos_IncrementalTest_CUDA ................................   Passed    3.44 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 (117 ms)
20: [ RUN      ] ctest_environment_DeathTest.no_type_str
20: [       OK ] ctest_environment_DeathTest.no_type_str (115 ms)
20: [ RUN      ] ctest_environment_DeathTest.missing_type
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
11: [       OK ] sycl.team_scratch_1_queues (22333 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 (22337 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 (3370 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
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 (111 ms)
20: [ RUN      ] ctest_environment_DeathTest.invalid_id_str
20: [       OK ] ctest_environment_DeathTest.invalid_id_str (220 ms)
20: [----------] 5 tests from ctest_environment_DeathTest (786 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. (787 ms total)
20: [  PASSED  ] 8 tests.
20/56 Test #20: Kokkos_CoreUnitTest_CTestDevice ............................   Passed    0.80 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.01 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.01 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-10_T18-34-29.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-10T19:15: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: 6.94, 10.01, 9.54
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.018 s         0.022 s             5       1024        17.7826u
25: GramSchmidt<double>/Count:2048/iterations:5/manual_time                                                                                                                        0.018 s         0.020 s             5     2.048k        8.94356u
25: GramSchmidt<double>/Count:4096/iterations:5/manual_time                                                                                                                        0.018 s         0.022 s             5     4.096k        4.46263u
25: GramSchmidt<double>/Count:8192/iterations:5/manual_time                                                                                                                        0.017 s         0.024 s             5     8.192k        2.11908u
25: GramSchmidt<double>/Count:16384/iterations:5/manual_time                                                                                                                       0.018 s         0.030 s             5    16.384k        1076.48n
25: GramSchmidt<double>/Count:32768/iterations:5/manual_time                                                                                                                       0.018 s         0.043 s             5    32.768k        556.682n
25: GramSchmidt<double>/Count:65536/iterations:5/manual_time                                                                                                                       0.020 s         0.070 s             5    65.536k        298.492n
25: GramSchmidt<double>/Count:131072/iterations:5/manual_time                                                                                                                      0.022 s         0.099 s             5   131.072k        168.274n
11: [       OK ] sycl_host_usm.view_fill_tests_layout_right (3135 ms)
11: [ RUN      ] sycl_host_usm.view_fill_tests_layout_left
25: GramSchmidt<double>/Count:262144/iterations:5/manual_time                                                                                                                      0.025 s         0.172 s             5   262.144k        100.554n
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
25: GramSchmidt<double>/Count:524288/iterations:5/manual_time                                                                                                                      0.031 s         0.313 s             5   524.288k        59.1447n
11: [       OK ] sycl_host_usm.view_fill_tests_layout_left (3329 ms)
11: [ RUN      ] sycl_host_usm.view_mapping
11: [       OK ] sycl_host_usm.view_mapping (47 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 (9918 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 (28 ms)
11: [ RUN      ] sycl_shared_usm.view_api_a
11: [       OK ] sycl_shared_usm.view_api_a (14 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 (19 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 (749 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 (20 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
11: [       OK ] sycl_shared_usm.view_fill_tests_layout_right (239 ms)
11: [ RUN      ] sycl_shared_usm.view_fill_tests_layout_left
11: [       OK ] sycl_shared_usm.view_fill_tests_layout_left (226 ms)
11: [ RUN      ] sycl_shared_usm.view_mapping
11: [       OK ] sycl_shared_usm.view_mapping (51 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 (1388 ms total)
11: 
11: [----------] Global test environment tear-down
11: [==========] 60 tests from 3 test suites ran. (33644 ms total)
11: [  PASSED  ] 60 tests.
11/65 Test #11: Kokkos_CoreUnitTest_SYCL3 ..................................   Passed   33.93 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 (178 ms)
12: [----------] 1 test from sycl (178 ms total)
12: 
12: [----------] Global test environment tear-down
12: [==========] 1 test from 1 test suite ran. (178 ms total)
12: [  PASSED  ] 1 test.
12/65 Test #12: Kokkos_CoreUnitTest_SYCLInterOpInit ........................   Passed    0.29 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
13: [       OK ] sycl_DeathTest.explicit_out_of_order_queue (427 ms)
13: [----------] 1 test from sycl_DeathTest (427 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. (431 ms total)
13: [  PASSED  ] 3 tests.
13/65 Test #13: Kokkos_CoreUnitTest_SYCLInterOpInit_Context ................   Passed    0.70 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 (157 ms)
14: [----------] 1 test from sycl (158 ms total)
14: 
14: [----------] Global test environment tear-down
14: [==========] 1 test from 1 test suite ran. (158 ms total)
14: [  PASSED  ] 1 test.
14/65 Test #14: Kokkos_CoreUnitTest_SYCLInterOpStreams .....................   Passed    0.25 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 (4 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 (11 ms total)
15: 
15: [----------] Global test environment tear-down
15: [==========] 3 tests from 1 test suite ran. (11 ms total)
15: [  PASSED  ] 3 tests.
15/65 Test #15: Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU .............   Passed    0.28 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 (6 ms)
16: [ RUN      ] sycl.graph_construct_from_native
16: [       OK ] sycl.graph_construct_from_native (0 ms)
16: [----------] 4 tests from sycl (7 ms total)
16: 
16: [----------] Global test environment tear-down
16: [==========] 4 tests from 1 test suite ran. (7 ms total)
16: [  PASSED  ] 4 tests.
16/65 Test #16: Kokkos_CoreUnitTest_SYCLInterOpGraph .......................   Passed    0.25 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 (2 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.46 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
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.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           155 39.2393k/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.773 s         0.773 s             1        0.103202     0.103216                0.101412             0.101425   0.0507975       0.0507072
18: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (548 ms)
18: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views
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        6.97455m     7.17116m                8.69314m                  8.70027m    4.16203m        4.34612m
25: OverlapTeamPolicy/N:20/M:1000000/R:10                                                                                                                                          0.639 s         0.639 s             1       0.0859606    0.0859257               0.0834873                 0.0834891   0.0418153       0.0417408
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.6748n
25: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     2.048k        6.59668n
25: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     4.096k        3.25195n
25: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     8.192k        1.83472n
25: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    16.384k        971.069p
25: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    32.768k        594.482p
25: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    65.536k        386.963p
25: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                                                                                                                0.000 s         0.001 s             5   131.072k        472.885p
25: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                                                                                                                0.000 s         0.002 s             5   262.144k        420.692p
25: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                                                                                                                0.000 s         0.004 s             5   524.288k        385.271p
18: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1914 ms)
18: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management
25: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: rate
25: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: Malloc/N:1/manual_time                                                                                                                                                          9.09 us         19.8 us        76896 109.952k/s
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o
18: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (2459 ms)
18: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (4922 ms total)
18: 
18: [----------] 4 tests from InitializeFinalize_DeathTest
18: [ RUN      ] InitializeFinalize_DeathTest.initialize
25: Malloc/N:16/manual_time                                                                                                                                                         10.0 us         21.7 us        70055 99.9026k/s
18: [       OK ] InitializeFinalize_DeathTest.initialize (1321 ms)
18: [ RUN      ] InitializeFinalize_DeathTest.finalize
[ 71%] Linking CXX executable Kokkos_UnitTest_Random
18: [       OK ] InitializeFinalize_DeathTest.finalize (872 ms)
18: [ RUN      ] InitializeFinalize_DeathTest.is_initialized
18: [       OK ] InitializeFinalize_DeathTest.is_initialized (257 ms)
18: [ RUN      ] InitializeFinalize_DeathTest.is_finalized
18: [       OK ] InitializeFinalize_DeathTest.is_finalized (277 ms)
18: [----------] 4 tests from InitializeFinalize_DeathTest (2728 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 (20 ms)
18: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (20 ms total)
18: 
18: [----------] 1 test from Legion_DeathTest
18: [ RUN      ] Legion_DeathTest.individual_backend_initialization
25: Malloc/N:256/manual_time                                                                                                                                                       10.00 us         21.6 us        70030 100.017k/s
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessorAccessViolation.cpp.o
18: [       OK ] Legion_DeathTest.individual_backend_initialization (252 ms)
18: [----------] 1 test from Legion_DeathTest (252 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 (271 ms)
18: [ RUN      ] PushFinalizeHook_DeathTest.terminate_on_throw
18: [       OK ] PushFinalizeHook_DeathTest.terminate_on_throw (464 ms)
18: [----------] 2 tests from PushFinalizeHook_DeathTest (736 ms total)
18: 
18: [----------] 6 tests from ScopeGuard_DeathTest
18: [ RUN      ] ScopeGuard_DeathTest.create
[ 55%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2
18: [       OK ] ScopeGuard_DeathTest.create (241 ms)
18: [ RUN      ] ScopeGuard_DeathTest.create_argument
25: Malloc/N:4096/manual_time                                                                                                                                                      10.00 us         21.6 us        69979 100.045k/s
18: [       OK ] ScopeGuard_DeathTest.create_argument (279 ms)
18: [ RUN      ] ScopeGuard_DeathTest.create_while_initialize
[ 71%] Built target Kokkos_UnitTest_Random
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
18: [       OK ] ScopeGuard_DeathTest.create_while_initialize (478 ms)
18: [ RUN      ] ScopeGuard_DeathTest.create_after_initialize
18: [       OK ] ScopeGuard_DeathTest.create_after_initialize (493 ms)
18: [ RUN      ] ScopeGuard_DeathTest.create_after_finalize
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o
18: [       OK ] ScopeGuard_DeathTest.create_after_finalize (527 ms)
18: [ RUN      ] ScopeGuard_DeathTest.destroy_after_finalize
25: Malloc/N:65536/manual_time                                                                                                                                                      12.4 us         25.3 us        56556 80.8288k/s
18: [       OK ] ScopeGuard_DeathTest.destroy_after_finalize (499 ms)
18: [----------] 6 tests from ScopeGuard_DeathTest (2518 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 (16 ms)
18: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
18: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (4 ms)
18: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
18: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (15 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 (36 ms total)
18: 
18: [----------] Global test environment tear-down
18: [==========] 30 tests from 7 test suites ran. (11215 ms total)
18: [  PASSED  ] 30 tests.
18/65 Test #18: Kokkos_CoreUnitTest_InitializeFinalize .....................   Passed   11.23 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.27 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.25 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.27 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::
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
23/65 Test #23: Kokkos_ProfilingTestLibraryCmdLineHelp .....................   Passed    0.24 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.24 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.25 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
25: Malloc/N:1048576/manual_time                                                                                                                                                    12.4 us         25.3 us        56526 80.7851k/s
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 (450 ms)
26: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
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
[ 56%] Built target Kokkos_CoreUnitTest_Cuda2
26: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (426 ms)
26: [----------] 2 tests from defaultdevicetype_DeathTest (876 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. (876 ms total)
26: [  PASSED  ] 3 tests.
26/65 Test #26: Kokkos_CoreUnitTest_StackTraceTest .........................   Passed    1.11 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
25: Malloc/N:16777216/manual_time                                                                                                                                                   12.4 us         25.4 us        56589 80.8435k/s
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 (83 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 (109 ms total)
27: 
27: [----------] Global test environment tear-down
27: [==========] 28 tests from 1 test suite ran. (109 ms total)
27: [  PASSED  ] 28 tests.
27/65 Test #27: Kokkos_IncrementalTest_SERIAL ..............................   Passed    0.37 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
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
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
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanConversion.cpp.o
25: Malloc/N:268435456/manual_time                                                                                                                                                  7046 us         7583 us           88  141.922/s
25: Malloc/N:4294967296/manual_time                                                                                                                                               102258 us       110673 us           10  9.77923/s
25: MallocFree/N:1/manual_time                                                                                                                                                      19.6 us         19.8 us        35496 51.0117k/s
25: MallocFree/N:16/manual_time                                                                                                                                                     19.4 us         19.5 us        36075 51.5383k/s
25: MallocFree/N:256/manual_time                                                                                                                                                    21.4 us         21.6 us        35045 46.6473k/s
25: MallocFree/N:4096/manual_time                                                                                                                                                   21.4 us         21.6 us        32651 46.6647k/s
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
25: MallocFree/N:65536/manual_time                                                                                                                                                  25.1 us         25.3 us        27824 39.7616k/s
25: MallocFree/N:1048576/manual_time                                                                                                                                                25.1 us         25.3 us        27839 39.7658k/s
25: MallocFree/N:16777216/manual_time                                                                                                                                               25.1 us         25.3 us        27755 39.7827k/s
25: MallocFree/N:268435456/manual_time                                                                                                                                              7219 us         7219 us           82  138.523/s
25: MallocFree/N:4294967296/manual_time                                                                                                                                           110671 us       110669 us           10  9.03579/s
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
25: MallocTouch/N:1/manual_time                                                                                                                                                     12.4 us         23.1 us        56275  80.712k/s
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
25: MallocTouch/N:16/manual_time                                                                                                                                                    13.2 us         24.9 us        57189 75.5299k/s
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessor.cpp.o
28: [       OK ] SYCL.IncrTest_03b_memspace_free (13428 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 (124 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 (1 ms)
28: [ RUN      ] SYCL.incr_17_atomicView
28: [       OK ] SYCL.incr_17_atomicView (0 ms)
28: [----------] 28 tests from SYCL (13568 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 28 tests from 1 test suite ran. (13568 ms total)
28: [  PASSED  ] 28 tests.
28/65 Test #28: Kokkos_IncrementalTest_SYCL ................................   Passed   13.82 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 (108 ms)
29: [ RUN      ] ctest_environment_DeathTest.no_type_str
29: [       OK ] ctest_environment_DeathTest.no_type_str (109 ms)
29: [ RUN      ] ctest_environment_DeathTest.missing_type
29: [       OK ] ctest_environment_DeathTest.missing_type (226 ms)
29: [ RUN      ] ctest_environment_DeathTest.no_id_str
29: [       OK ] ctest_environment_DeathTest.no_id_str (110 ms)
29: [ RUN      ] ctest_environment_DeathTest.invalid_id_str
29: [       OK ] ctest_environment_DeathTest.invalid_id_str (222 ms)
29: [----------] 5 tests from ctest_environment_DeathTest (777 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. (777 ms total)
29: [  PASSED  ] 8 tests.
29/65 Test #29: Kokkos_CoreUnitTest_CTestDevice ............................   Passed    0.79 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
25: MallocTouch/N:256/manual_time                                                                                                                                                   13.3 us         25.0 us        52568 75.2752k/s
34: test_device_id (__main__.KokkosInitializationTestCase) ... ok
25: MallocTouch/N:4096/manual_time                                                                                                                                                  24.2 us         36.0 us        28910 41.2957k/s
34: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok
34: test_num_devices (__main__.KokkosInitializationTestCase) ... ok
34: test_num_threads (__main__.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled'
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o
34: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok
34: 
34: ----------------------------------------------------------------------
34: Ran 5 tests in 3.033s
34: 
34: OK (skipped=1)
34/65 Test #34: Kokkos_CoreUnitTest_DeviceAndThreads .......................   Passed    3.33 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-10_T18-34-24.json"
35: Test timeout computed to be: 1500
35: 
35: Available devices: 
35: 2025-09-10T19:16:33+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.46, 4.78, 6.51
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-10T14:33:31-04:00
35: GIT_COMMIT_DESCRIPTION: Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD
35: GIT_COMMIT_HASH: 810313480
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.63631u
35: GramSchmidt<double>/Count:2048/iterations:5/manual_time                                                                                                                        0.009 s         0.009 s             5     2.048k        4.28013u
35: GramSchmidt<double>/Count:4096/iterations:5/manual_time                                                                                                                        0.009 s         0.010 s             5     4.096k        2.27368u
35: GramSchmidt<double>/Count:8192/iterations:5/manual_time                                                                                                                        0.010 s         0.011 s             5     8.192k        1.26811u
25: MallocTouch/N:65536/manual_time                                                                                                                                                 27.0 us         40.2 us        25947 37.0215k/s
35: GramSchmidt<double>/Count:16384/iterations:5/manual_time                                                                                                                       0.012 s         0.013 s             5    16.384k        702.318n
35: GramSchmidt<double>/Count:32768/iterations:5/manual_time                                                                                                                       0.013 s         0.015 s             5    32.768k        398.092n
35: GramSchmidt<double>/Count:65536/iterations:5/manual_time                                                                                                                       0.016 s         0.018 s             5    65.536k        241.739n
35: GramSchmidt<double>/Count:131072/iterations:5/manual_time                                                                                                                      0.017 s         0.022 s             5   131.072k        128.007n
35: GramSchmidt<double>/Count:262144/iterations:5/manual_time                                                                                                                      0.018 s         0.029 s             5   262.144k        66.9517n
25: MallocTouch/N:1048576/manual_time                                                                                                                                               27.5 us         40.7 us        25499 36.4218k/s
25: MallocTouch/N:16777216/manual_time                                                                                                                                              29.0 us         42.2 us        24147 34.4809k/s
25: MallocTouch/N:268435456/manual_time                                                                                                                                             7042 us         7578 us           88  141.996/s
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.5201k/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.647 s         0.647 s             1        0.114697    0.0539106                 0.10167            0.0477611   0.0511297          36.42u
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o
25: MallocTouch/N:4294967296/manual_time                                                                                                                                          103447 us       111851 us           10  9.66679/s
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.46327m     3.15803m                7.79546m                  3.82746m     3.7544m         12.081u
25: MallocTouchFree/N:1/manual_time                                                                                                                                                 22.9 us         23.1 us        30382 43.6368k/s
35: OverlapTeamPolicy/N:20/M:1000000/R:10                                                                                                                                          0.242 s         0.242 s             3       0.0459532    0.0234246               0.0404685                 0.0197699   0.0202858         29.191u
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.4492n
35: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     2.048k         9.5708n
35: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     4.096k        4.83691n
35: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                                                                                                                  0.000 s         0.001 s             5     8.192k        2.67212n
35: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    16.384k        1.44409n
35: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                                                                                                                 0.000 s         0.001 s             5    32.768k         868.53p
35: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                                                                                                                 0.000 s         0.001 s             5    65.536k        555.283p
35: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                                                                                                                0.000 s         0.001 s             5   131.072k        508.202p
35: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                                                                                                                0.000 s         0.002 s             5   262.144k         445.56p
35: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                                                                                                                0.000 s         0.002 s             5   524.288k        412.737p
25: MallocTouchFree/N:16/manual_time                                                                                                                                                22.7 us         22.9 us        30848 44.0664k/s
25: MallocTouchFree/N:256/manual_time                                                                                                                                               24.7 us         24.9 us        28303 40.4078k/s
35: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
35: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: rate
35: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
35: Malloc/N:1/manual_time                                                                                                                                                          8.39 us         18.7 us        83461 119.252k/s
25: MallocTouchFree/N:4096/manual_time                                                                                                                                              35.8 us         36.0 us        19533 27.9146k/s
35: Malloc/N:16/manual_time                                                                                                                                                         9.57 us         21.1 us        77202 104.443k/s
25: MallocTouchFree/N:65536/manual_time                                                                                                                                             39.8 us         40.0 us        17574 25.0998k/s
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
25: MallocTouchFree/N:1048576/manual_time                                                                                                                                           40.3 us         40.4 us        17389 24.8408k/s
35: Malloc/N:256/manual_time                                                                                                                                                        9.53 us         21.0 us        73465 104.961k/s
25: MallocTouchFree/N:16777216/manual_time                                                                                                                                          41.7 us         41.9 us        16763 23.9643k/s
25: MallocTouchFree/N:268435456/manual_time                                                                                                                                         7284 us         7283 us           82  137.295/s
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
35: Malloc/N:4096/manual_time                                                                                                                                                       9.58 us         21.1 us        73029 104.355k/s
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
25: MallocTouchFree/N:4294967296/manual_time                                                                                                                                      111855 us       111851 us           10  8.94014/s
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
35: Malloc/N:65536/manual_time                                                                                                                                                      9.59 us         21.1 us        73143 104.307k/s
25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s         MB
25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.020 s         0.021 s            28  41.0178/s        800
25: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.021 s            36  41.3903/s        800
35: Malloc/N:1048576/manual_time                                                                                                                                                    9.51 us         20.9 us        73511  105.11k/s
25: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.021 s            36  41.3896/s        800
25: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.021 s            36  41.3879/s        800
35: Malloc/N:16777216/manual_time                                                                                                                                                    488 us          572 us         1332 2.04931k/s
25: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.021 s            36  41.3847/s        800
25: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.021 s            36  41.3879/s        800
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
25: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.021 s            36  41.3933/s        800
25: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.021 s            36  41.3978/s        800
25: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.021 s            36  41.3919/s        800
35: Malloc/N:268435456/manual_time                                                                                                                                                  6576 us         1065 us          658   152.07/s
25: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.021 s            36  41.3826/s        800
35: Malloc/N:4294967296/manual_time                                                                                                                                               122940 us         4687 us           10  8.13404/s
25: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.021 s            36  41.3828/s        800
35: MallocFree/N:1/manual_time                                                                                                                                                      18.8 us         18.9 us        36701   53.14k/s
25: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.021 s            36  41.3878/s        800
35: MallocFree/N:16/manual_time                                                                                                                                                     18.6 us         18.7 us        37601  53.721k/s
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
25: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.021 s            36  41.3878/s        800
35: MallocFree/N:256/manual_time                                                                                                                                                    19.9 us         20.0 us        37760 50.2484k/s
25: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.021 s            36   41.391/s        800
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o
35: MallocFree/N:4096/manual_time                                                                                                                                                   21.1 us         21.1 us        33249 47.4699k/s
25: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.021 s            36  41.3908/s        800
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
35: MallocFree/N:65536/manual_time                                                                                                                                                  21.1 us         21.1 us        33234 47.4987k/s
25: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.021 s            36  41.3901/s        800
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
35: MallocFree/N:1048576/manual_time                                                                                                                                                20.9 us         20.9 us        33505 47.9058k/s
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            13  32.1671/s       1.6k
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o
25: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time      0.049 s         0.049 s            13  32.9537/s       1.6k
35: MallocFree/N:16777216/manual_time                                                                                                                                                572 us          572 us         1174 1.74727k/s
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
25: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           363  829.419/s       1.6k
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
25: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           363  829.508/s       1.6k
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
25: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           363  829.423/s       1.6k
35: MallocFree/N:268435456/manual_time                                                                                                                                              6768 us         1072 us          551  147.758/s
25: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time                                           0.003 s         0.003 s           233  266.832/s        800
35: MallocFree/N:4294967296/manual_time                                                                                                                                           115957 us         4540 us            9  8.62387/s
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o
25: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time                                   0.123 s         0.108 s             7  6.48735/s        800
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o
25: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           363  829.779/s       1.6k
35: MallocTouch/N:1/manual_time                                                                                                                                                     8.72 us         19.1 us        79162 114.708k/s
25: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           363  829.704/s       1.6k
35: MallocTouch/N:16/manual_time                                                                                                                                                    9.54 us         20.7 us        80594 104.831k/s
25: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           363  829.687/s       1.6k
25: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.002 s         0.002 s           363  829.678/s       1.6k
35: MallocTouch/N:256/manual_time                                                                                                                                                   9.85 us         21.3 us        71165 101.574k/s
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
25: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.005 s         0.005 s           147  335.877/s       1.6k
25: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.008 s         0.008 s            93  213.309/s       1.6k
35: MallocTouch/N:4096/manual_time                                                                                                                                                  20.4 us         33.9 us        34178 48.9163k/s
25: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.002 s         0.002 s           363  829.482/s       1.6k
35: MallocTouch/N:65536/manual_time                                                                                                                                                 20.7 us         34.1 us        33895 48.4019k/s
25: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.003 s         0.003 s           204  466.987/s       1.6k
35: MallocTouch/N:1048576/manual_time                                                                                                                                               22.9 us         36.3 us        30508 43.6015k/s
35: MallocTouch/N:16777216/manual_time                                                                                                                                               551 us          644 us          933 1.81549k/s
25: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.003 s         0.003 s           241  555.977/s       1.6k
25: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           363  829.537/s       1.6k
25: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           363  829.443/s       1.6k
25: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           363  829.561/s       1.6k
25: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           363  829.547/s       1.6k
35: MallocTouch/N:268435456/manual_time                                                                                                                                             6560 us         1108 us          663  152.444/s
25: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.008 s         0.008 s            91  208.669/s       1.6k
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
35: MallocTouch/N:4294967296/manual_time                                                                                                                                          114275 us         5824 us            9  8.75079/s
25: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.008 s         0.008 s            89  203.846/s       1.6k
35: MallocTouchFree/N:1/manual_time                                                                                                                                                 19.2 us         19.2 us        36064 52.1033k/s
25: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.003 s         0.003 s           216  493.072/s       1.6k
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
35: MallocTouchFree/N:16/manual_time                                                                                                                                                18.9 us         19.0 us        36784 52.8114k/s
25: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.004 s         0.004 s           158  360.051/s       1.6k
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
35: MallocTouchFree/N:256/manual_time                                                                                                                                               19.8 us         19.8 us        37000 50.4681k/s
25: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           363   829.46/s       1.6k
35: MallocTouchFree/N:4096/manual_time                                                                                                                                              33.9 us         33.9 us        20640 29.5132k/s
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
25: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           363  829.362/s       1.6k
35: MallocTouchFree/N:65536/manual_time                                                                                                                                             34.1 us         34.1 us        20485 29.3502k/s
25: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.015 s         0.015 s            48  108.867/s       1.6k
35: MallocTouchFree/N:1048576/manual_time                                                                                                                                           36.3 us         36.3 us        19284 27.5487k/s
25: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.006 s         0.006 s           116  264.372/s       1.6k
35: MallocTouchFree/N:16777216/manual_time                                                                                                                                           651 us          650 us          824   1.537k/s
25: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           363  829.449/s       1.6k
25: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           363  829.409/s       1.6k
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
25: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.011 s         0.011 s            65  148.228/s       1.6k
35: MallocTouchFree/N:268435456/manual_time                                                                                                                                         6770 us         1115 us          551  147.718/s
25: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.005 s         0.005 s           154  350.951/s       1.6k
25: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           363  829.678/s       1.6k
35: MallocTouchFree/N:4294967296/manual_time                                                                                                                                      116293 us         5890 us            9  8.59895/s
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
35: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
35: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: GB/s         MB
35: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
35: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.017 s         0.002 s            34  46.1861/s        800
25: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           363  829.695/s       1.6k
35: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.020 s         0.002 s            36   40.761/s        800
25: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.012 s         0.012 s            57  130.869/s       1.6k
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
35: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.020 s         0.002 s            35  39.7423/s        800
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
25: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.004 s         0.004 s           171  389.383/s       1.6k
35: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.020 s         0.002 s            36  40.6488/s        800
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
25: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                      0.002 s         0.002 s           354  809.949/s       1.6k
35: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.020 s         0.002 s            36  40.7656/s        800
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
25: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    0.002 s         0.002 s           354  809.912/s       1.6k
35: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.020 s         0.002 s            35  39.7339/s        800
35: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.020 s         0.002 s            36  40.7033/s        800
25: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                     0.002 s         0.002 s           354  809.924/s       1.6k
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o
35: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.020 s         0.002 s            36  40.7227/s        800
25: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                     0.002 s         0.002 s           354  809.933/s       1.6k
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
35: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.020 s         0.002 s            35  39.6779/s        800
25: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           800  913.863/s        800
35: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.020 s         0.002 s            36  40.8534/s        800
25: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time                                                                                                       0.001 s         0.001 s           799  913.657/s        800
35: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.020 s         0.002 s            36   40.772/s        800
25: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           800  913.944/s        800
35: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.020 s         0.002 s            36  40.7919/s        800
35: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.002 s            35  41.8459/s        800
25: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time                                                                                                      0.001 s         0.001 s           799  913.657/s        800
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
35: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.020 s         0.002 s            36  40.6458/s        800
25: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           800  913.879/s        800
35: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.020 s         0.002 s            36  40.7642/s        800
25: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           800  913.887/s        800
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
35: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.002 s            35  41.8549/s        800
25: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           799  913.834/s        800
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o
25: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           800  913.919/s        800
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
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.8255/s       1.6k
25: ViewFill_Rank1Strided/N:10/manual_time                                                                                                                                         0.002 s         0.002 s           355  202.571/s        400
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
25: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           799  913.528/s        800
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.9856/s       1.6k
25: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           799  913.777/s        800
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
35: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           355  827.527/s       1.6k
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
25: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           799  913.866/s        800
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 72%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
35: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           352  827.535/s       1.6k
25: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           800  913.899/s        800
35: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           353  827.222/s       1.6k
25: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           800  913.961/s        800
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
35: ViewDeepCopy_Rank1Strided<Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time                                           0.003 s         0.003 s           229  265.298/s        800
25: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           800  913.756/s        800
25: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           800   913.81/s        800
25: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           799  913.712/s        800
35: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time                                   0.042 s         0.042 s            17  19.1734/s        800
35: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           360  827.899/s       1.6k
25: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           800  914.003/s        800
[ 72%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o
25: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           799  913.981/s        800
35: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           353  827.282/s       1.6k
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o
25: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                              0.001 s         0.001 s           801  915.336/s        800
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
35: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           352  827.589/s       1.6k
25: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                             0.001 s         0.001 s           802  916.434/s        800
25: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10  3.5878k/s       1.6k
25: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.002 s         0.002 s            10  878.015/s       1.6k
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
35: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.002 s         0.002 s           353  827.327/s       1.6k
25: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.002 s         0.002 s            10   796.31/s       1.6k
25: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.002 s         0.002 s            10  780.298/s       1.6k
25: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.002 s         0.002 s            10  837.953/s       1.6k
25: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.002 s         0.002 s            10  826.202/s       1.6k
25: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.002 s         0.002 s            10  924.485/s       1.6k
25: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.002 s         0.002 s            10  925.295/s       1.6k
25: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.002 s         0.002 s            10    887.1/s       1.6k
25: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.002 s         0.002 s            10  835.716/s       1.6k
25: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.002 s         0.002 s            10  923.292/s       1.6k
25: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.002 s         0.002 s            10  869.332/s       1.6k
25: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.002 s         0.002 s            10  794.283/s       1.6k
25: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.002 s         0.002 s            10  814.701/s       1.6k
25: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.002 s         0.002 s            10  758.759/s       1.6k
25: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.002 s         0.002 s            10  753.342/s       1.6k
25: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.002 s         0.002 s            10  859.848/s       1.6k
25: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.002 s         0.002 s            10  856.154/s       1.6k
25: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.002 s         0.002 s            10  794.227/s       1.6k
25: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.002 s         0.002 s            10  788.062/s       1.6k
25: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.002 s         0.002 s            10  697.183/s       1.6k
25: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.002 s         0.002 s            10  671.411/s       1.6k
25: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.002 s         0.002 s            10  731.212/s       1.6k
25: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.002 s         0.002 s            10  699.081/s       1.6k
25: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.002 s         0.002 s            10  791.866/s       1.6k
25: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.002 s         0.002 s            10  792.793/s       1.6k
25: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.002 s         0.002 s            10  837.417/s       1.6k
25: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.002 s         0.002 s            10  831.854/s       1.6k
25: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.002 s         0.002 s            10  761.706/s       1.6k
25: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.002 s         0.002 s            10   762.97/s       1.6k
25: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.002 s         0.002 s            10  806.383/s       1.6k
25: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.002 s         0.002 s            10  799.713/s       1.6k
35: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.005 s         0.005 s           150  343.332/s       1.6k
25: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                       0.023 s         0.025 s            10  69.3404/s       1.6k
25: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                      0.023 s         0.025 s            10  69.4238/s       1.6k
25/56 Test #25: Kokkos_PerformanceTest_Benchmark ...........................   Passed  136.95 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-10_T18-34-29.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: 
35: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.008 s         0.008 s            92  213.167/s       1.6k
26: 2025-09-10T19:18:09+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.57, 6.63, 8.34
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.40 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-10_T18-34-29.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: 
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
27: 2025-09-10T19:18:09+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.57, 6.63, 8.34
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.
35: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.002 s         0.002 s           353  827.321/s       1.6k
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         38966 0.0285122/s       512u
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
35: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.003 s         0.003 s           205  466.508/s       1.6k
27: ViewFirstTouch_Initialize<double>/N:512/manual_time                      0.000 s         0.000 s         37825 0.211745/s     4.096m
35: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.003 s         0.003 s           239   549.19/s       1.6k
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
27: ViewFirstTouch_Initialize<double>/N:4096/manual_time                     0.000 s         0.000 s         29787  1.39489/s   0.032768
35: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           353  827.686/s       1.6k
[ 64%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1
27: ViewFirstTouch_Initialize<double>/N:32768/manual_time                    0.000 s         0.000 s         27167  10.1861/s   0.262144
35: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           352  827.081/s       1.6k
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
35: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           352  827.564/s       1.6k
27: ViewFirstTouch_Initialize<double>/N:262144/manual_time                   0.000 s         0.000 s         23780   71.187/s    2.09715
27: ViewFirstTouch_Initialize<double>/N:2097152/manual_time                  0.000 s         0.000 s         13094  385.592/s    16.7772
35: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           352  827.311/s       1.6k
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
35: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.008 s         0.008 s            90  208.752/s       1.6k
27: ViewFirstTouch_Initialize<double>/N:16777216/manual_time                 0.003 s         0.004 s           205   39.278/s    134.218
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
35: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.008 s         0.008 s            88  204.058/s       1.6k
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 64%] Built target Kokkos_CoreUnitTest_Cuda1
35: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.003 s         0.003 s           215  495.457/s       1.6k
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
27: ViewFirstTouch_ParallelFor<double>/N:64/manual_time                      0.000 s         0.000 s         54997 0.0776653/s      1024u
35: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.005 s         0.005 s           148  337.445/s       1.6k
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
35: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           353  827.491/s       1.6k
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
27: ViewFirstTouch_ParallelFor<double>/N:512/manual_time                     0.000 s         0.000 s         45950 0.537595/s     8.192m
35: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           352  826.675/s       1.6k
35: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.008 s         0.008 s            86  198.485/s       1.6k
35: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.006 s         0.006 s           114  261.721/s       1.6k
27: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time                    0.000 s         0.000 s         45541  4.26444/s   0.065536
35: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           352  827.208/s       1.6k
35: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           352  827.418/s       1.6k
35: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.007 s         0.007 s            95  220.848/s       1.6k
27: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time                   0.000 s         0.000 s         44357  33.2197/s   0.524288
35: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.006 s         0.006 s           115  264.733/s       1.6k
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
35: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           352  827.137/s       1.6k
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o
35: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           352    827.4/s       1.6k
27: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time                  0.000 s         0.000 s         35907  214.864/s     4.1943
35: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.008 s         0.008 s            89  207.164/s       1.6k
35: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.005 s         0.005 s           129  299.218/s       1.6k
35: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                      0.002 s         0.002 s           349   811.82/s       1.6k
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
27: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time                 0.000 s         0.000 s         18071  886.134/s    33.5544
35: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    0.002 s         0.002 s           349   811.65/s       1.6k
35: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                     0.002 s         0.002 s           349  811.819/s       1.6k
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
35: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                     0.002 s         0.002 s           349  811.605/s       1.6k
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o
35: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           777  914.701/s        800
35: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time                                                                                                       0.001 s         0.001 s           800  915.276/s        800
35: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           791  914.467/s        800
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
35: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time                                                                                                      0.001 s         0.001 s           800   915.18/s        800
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o
35: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           791  914.454/s        800
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o
35: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           784  914.443/s        800
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
35: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           784  914.499/s        800
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
35: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           784  914.546/s        800
35: ViewFill_Rank1Strided/N:10/manual_time                                                                                                                                         0.002 s         0.002 s           348  202.472/s        400
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
35: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           777  914.471/s        800
35: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           784   914.47/s        800
35: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           784  914.436/s        800
35: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           784  914.512/s        800
35: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           784  914.547/s        800
27: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time                0.000 s         0.004 s          2024  776.337/s    268.435
27: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time            0.000 s         0.000 s         84386 0.123558/s      1024u
27: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time           0.000 s         0.000 s         81751 0.954946/s     8.192m
27: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time          0.000 s         0.000 s         66261  5.74878/s   0.065536
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
35: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           784  914.663/s        800
27: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time         0.000 s         0.000 s         60930  45.6216/s   0.524288
35: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           784  914.296/s        800
27: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time        0.000 s         0.000 s         46349  315.613/s     4.1943
35: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           784  914.417/s        800
27: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time       0.000 s         0.000 s         25405 1.22237k/s    33.5544
35: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           784  914.263/s        800
35: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           784  914.384/s        800
27: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time      0.000 s         0.000 s          4499 1.72809k/s    268.435
35: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                              0.001 s         0.001 s           789  920.155/s        800
27: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time            0.000 s         0.000 s         51096 0.0747872/s      1024u
35: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                             0.001 s         0.001 s           789  920.097/s        800
35: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 3.73297k/s       1.6k
35: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 3.72789k/s       1.6k
35: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.001 s         0.001 s            10 2.63367k/s       1.6k
35: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.001 s            10 2.63478k/s       1.6k
35: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10  3.5794k/s       1.6k
35: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.001 s            10 2.89687k/s       1.6k
35: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 4.88198k/s       1.6k
35: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 5.05736k/s       1.6k
35: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 3.24098k/s       1.6k
35: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.001 s         0.001 s            10 3.16462k/s       1.6k
35: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 4.95831k/s       1.6k
35: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 3.67972k/s       1.6k
35: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.001 s         0.001 s            10 3.18031k/s       1.6k
35: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.001 s            10 2.83456k/s       1.6k
35: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.001 s         0.001 s            10 2.24618k/s       1.6k
35: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.001 s            10 2.24196k/s       1.6k
35: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.004 s         0.000 s            10  363.244/s       1.6k
35: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.004 s         0.001 s            10  396.747/s       1.6k
35: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.004 s         0.001 s            10  383.324/s       1.6k
35: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.004 s         0.001 s            10  405.832/s       1.6k
27: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time           0.000 s         0.000 s         49956 0.584597/s     8.192m
35: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.004 s         0.001 s            10  376.851/s       1.6k
35: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.004 s         0.001 s            10  396.133/s       1.6k
35: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.004 s         0.001 s            10  420.809/s       1.6k
35: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.004 s         0.001 s            10  421.024/s       1.6k
35: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.004 s         0.001 s            10  422.122/s       1.6k
35: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.004 s         0.001 s            10  393.023/s       1.6k
35: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.004 s         0.001 s            10  426.118/s       1.6k
35: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.004 s         0.001 s            10   393.62/s       1.6k
35: ViewResize_Rank8<Kokkos::LayoutLeft>/N:9/iterations:10/manual_time                                                                                                             0.000 s         0.000 s            10 3.08855M/s    688.748
35: ViewResize_Rank8<Kokkos::LayoutRight>/N:9/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 3.62499M/s    688.748
35: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:9/iterations:10/manual_time                                                                                                      0.000 s         0.000 s            10 3.56679M/s    688.748
35: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:9/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 3.62499M/s    688.748
35: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                       0.029 s         0.004 s            10  55.0078/s       1.6k
35: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                      0.030 s         0.004 s            10  52.8659/s       1.6k
27: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time          0.000 s         0.000 s         47077  4.13063/s   0.065536
35/65 Test #35: Kokkos_PerformanceTest_Benchmark ...........................   Passed  139.55 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-10_T18-34-24.json"
36: Test timeout computed to be: 1500
36: 
36: Available devices: 
36: 2025-09-10T19:18:53+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.90, 3.27, 5.69
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-10T14:33:31-04:00
36: GIT_COMMIT_DESCRIPTION: Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD
36: GIT_COMMIT_HASH: 810313480
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.44 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-10_T18-34-24.json"
37: Test timeout computed to be: 1500
37: 
37: Available devices: 
37: 2025-09-10T19:18:53+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.90, 3.27, 5.69
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-10T14:33:31-04:00
37: GIT_COMMIT_DESCRIPTION: Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD
37: GIT_COMMIT_HASH: 810313480
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
27: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time         0.000 s         0.000 s         42571  32.0313/s   0.524288
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o
27: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time        0.000 s         0.000 s         36025  215.355/s     4.1943
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          8691 6.37131m/s       512u
27: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time       0.000 s         0.000 s         19496   1058.7/s    33.5544
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
37: ViewFirstTouch_Initialize<double>/N:512/manual_time                      0.000 s         0.000 s          8636 0.0506217/s     4.096m
27: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time      0.000 s         0.000 s          4398 1.68687k/s    268.435
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
27/56 Test #27: Kokkos_PerformanceTest_ViewFirstTouch ......................   Passed   47.53 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-10_T18-34-29.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: 
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o
28: 2025-09-10T19:18:57+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.27, 5.84, 7.99
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.
37: ViewFirstTouch_Initialize<double>/N:4096/manual_time                     0.000 s         0.000 s          8331 0.389935/s   0.032768
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          4731               37.9347M/s
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
37: ViewFirstTouch_Initialize<double>/N:32768/manual_time                    0.000 s         0.000 s          8320  3.11266/s   0.262144
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
37: ViewFirstTouch_Initialize<double>/N:262144/manual_time                   0.000 s         0.000 s          5043  15.0576/s    2.09715
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         14456                229.242M/s
28/56 Test #28: Kokkos_PerformanceTest_Mempool .............................   Passed    3.92 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-10_T18-34-29.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-10T19:19:01+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.25, 5.76, 7.96
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.
37: ViewFirstTouch_Initialize<double>/N:2097152/manual_time                  0.001 s         0.001 s          1345  32.2484/s    16.7772
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o
29: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
29: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: Test_Atomic<int>/30000/iterations:10                          0.181 s         0.181 s            10          1            4    4.34143m        3.42273m    1.66003m     449.985M          46.144k     449.985M
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
37: ViewFirstTouch_Initialize<double>/N:16777216/manual_time                 0.003 s         0.001 s           762  47.8067/s    134.218
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o
[ 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_Cuda.dir/cuda/TestCuda_DynRankView_Ctors.cpp.o
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
37: ViewFirstTouch_ParallelFor<double>/N:64/manual_time                      0.000 s         0.000 s         39283 0.0574579/s      1024u
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
29: Test_Atomic<long int>/100000/iterations:10                     1.54 s          1.54 s            10          1            8    2.84994m        1063.81u    1.59652m     4.99995G          175.52k     4.99995G
37: ViewFirstTouch_ParallelFor<double>/N:512/manual_time                     0.000 s         0.000 s         39103 0.457838/s     8.192m
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o
37: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time                    0.000 s         0.000 s         38744  3.62625/s   0.065536
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
37: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time                   0.000 s         0.000 s         34204  25.5473/s   0.524288
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_LayoutMember.cpp.o
37: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time                  0.000 s         0.000 s         31083   186.31/s     4.1943
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o
[ 67%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o
[ 67%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 67%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
37: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time                 0.000 s         0.001 s         15439  740.239/s    33.5544
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
29: Test_Atomic<long long int>/100000/iterations:10                4.60 s          4.60 s            10          1            8     7.61928        1.86623m    1.63922m     4.99995G         189.376k     4.99995G
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_TeamScratch.cpp.o
37: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time                0.000 s         0.001 s          1912  732.406/s    268.435
37: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time            0.000 s         0.000 s        101510 0.148878/s      1024u
37: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time           0.000 s         0.000 s         94771   1.1094/s     8.192m
37: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time          0.000 s         0.000 s         84628  7.92451/s   0.065536
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o
[ 76%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
37: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time         0.000 s         0.000 s         83995  57.8235/s   0.524288
37: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time        0.000 s         0.000 s         58443  382.024/s     4.1943
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
37: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time       0.000 s         0.000 s         26300 1.26321k/s    33.5544
[ 76%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_ViewCustomization.cpp.o
37: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time      0.000 s         0.000 s          4501  1.7363k/s    268.435
37: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time            0.000 s         0.000 s         57886 0.0849326/s      1024u
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o
37: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time           0.000 s         0.000 s         57028 0.667375/s     8.192m
37: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time          0.000 s         0.000 s         53267   4.9799/s   0.065536
37: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time         0.000 s         0.000 s         43974  32.9345/s   0.524288
29: Test_Atomic<unsigned int>/100000/iterations:10                 1.66 s          1.66 s            10          1            4    1.93912m        1027.92u    1.69412m     704.983M         166.272k     704.983M
37: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time        0.000 s         0.000 s         40689  243.908/s     4.1943
37: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time       0.000 s         0.000 s         22037  1052.33/s    33.5544
37: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time      0.000 s         0.000 s          4407 1.69147k/s    268.435
37/65 Test #37: Kokkos_PerformanceTest_ViewFirstTouch ......................   Passed   91.54 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-10_T18-34-24.json"
38: Test timeout computed to be: 1500
38: 
38: Available devices: 
38: 2025-09-10T19:20:25+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.92, 2.63, 5.23
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-10T14:33:31-04:00
38: GIT_COMMIT_DESCRIPTION: Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD
38: GIT_COMMIT_HASH: 810313480
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          2241               17.7935M/s
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          3284                52.0947M/s
38/65 Test #38: Kokkos_PerformanceTest_Mempool .............................   Passed    2.59 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-10_T18-34-24.json"
39: Test timeout computed to be: 1500
39: 
39: Available devices: 
39: 2025-09-10T19:20:27+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.92, 2.63, 5.23
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-10T14:33:31-04:00
39: GIT_COMMIT_DESCRIPTION: Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD
39: GIT_COMMIT_HASH: 810313480
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
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o
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    9.38843m        8.36883m    50.6667u     449.985M           205.6k     449.985M
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o
[ 67%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[ 68%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP
29: Test_Atomic<unsigned long int>/100000/iterations:10            1.54 s          1.54 s            10          1            8    2.84374m        1051.31u    1.70013m     4.99995G         189.824k     4.99995G
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[ 68%] Built target Kokkos_ContainersPerformanceTest_OpenMP
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c15.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o
39: Test_Atomic<long int>/100000/iterations:10                     1.61 s          1.61 s            10          1            8    4.13177m        2.75185m      105.1u     4.99995G         859.552k     4.99995G
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessorAccessViolation.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o
39: Test_Atomic<long long int>/100000/iterations:10                1.61 s          1.61 s            10          1            8    4.13726m        2.47643m      98.99u     4.99995G         986.368k     4.99995G
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o
[ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 78%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessor.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o
[ 70%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o
39: Test_Atomic<unsigned int>/100000/iterations:10                 1.82 s          1.82 s            10          1            4    3.37416m        2.48654m       54.5u     704.983M         973.504k     704.983M
[ 70%] Built target Kokkos_ContainersPerformanceTest_Cuda
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
29: Test_Atomic<unsigned long long int>/100000/iterations:10       4.59 s          4.59 s            10          1            8     7.61098        1.91362m    1.64073m     4.99995G         161.168k     4.99995G
[ 78%] Built target Kokkos_CoreUnitTest_Cuda2
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
39: Test_Atomic<unsigned long int>/100000/iterations:10            1.62 s          1.62 s            10          1            8    4.48356m        2.46374m      98.89u     4.99995G         1014.43k     4.99995G
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
29: Test_Atomic<float>/100000/iterations:10                        1.65 s          1.65 s            10          0            4    4.05836m        1048.01u    3.30845m     4.99962G         320.544k     4.99989G
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o
[ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o
39: Test_Atomic<unsigned long long int>/100000/iterations:10       1.61 s          1.61 s            10          1            8    4.26257m        2.45355m      105.2u     4.99995G         1032.94k     4.99995G
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o
29: Test_Atomic<double>/100000/iterations:10                       1.59 s          1.59 s            10          1            8    4.04967m        1.24161m    3.18655m     4.99995G          232.96k     4.99995G
29/56 Test #29: Kokkos_PerformanceTest_Atomic ..............................   Passed  173.96 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-10_T18-34-29.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-10T19:21:55+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.10, 3.68, 6.77
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          21.2 us         21.0 us           10
30: ReductionCheapScalarResult<double>/100000/iterations:10         24.2 us         24.1 us           10
30: ReductionCheapScalarResult<double>/1000000/iterations:10        28.7 us         28.7 us           10
30: ReductionCheapScalarResult<double>/10000000/iterations:10        128 us          128 us           10
30: ReductionCheapHostResult<double>/10000/iterations:10            20.8 us         20.8 us           10
30: ReductionCheapHostResult<double>/100000/iterations:10           23.1 us         23.0 us           10
30: ReductionCheapHostResult<double>/1000000/iterations:10          29.8 us         29.8 us           10
30: ReductionCheapHostResult<double>/10000000/iterations:10          127 us          126 us           10
30: ReductionCheapDeviceResult<double>/10000/iterations:10          17.2 us         17.1 us           10
30: ReductionCheapDeviceResult<double>/100000/iterations:10         20.9 us         20.9 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.2 us         77.1 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              24723 us        24715 us           10
30/56 Test #30: Kokkos_PerformanceTest_Reduction ...........................   Passed    0.64 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 (772 ms)
31: [ RUN      ] openmp_DeathTest.offsetview_unmanaged_construction
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
31: [       OK ] openmp_DeathTest.offsetview_unmanaged_construction (9824 ms)
31: [----------] 2 tests from openmp_DeathTest (10597 ms total)
31: 
31: [----------] 70 tests from openmp
31: [ RUN      ] openmp.bitset
31: [       OK ] openmp.bitset (1261 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 (1 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 (16 ms)
31: [ RUN      ] openmp.dyn_rank_view_api_generic
31: [       OK ] openmp.dyn_rank_view_api_generic (34 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 (66 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 (8 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
39: Test_Atomic<float>/100000/iterations:10                        1.82 s          1.82 s            10          0            4    5.76739m        2.50545m     789.91u     4.99963G         1.14067M     4.99989G
31: [       OK ] openmp.scatterview (5959 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
[ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
31: [       OK ] openmp.UnorderedMap_insert (6515 ms)
31: [ RUN      ] openmp.UnorderedMap_failed_insert
31: [       OK ] openmp.UnorderedMap_failed_insert (4493 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 (18383 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 72 tests from 2 test suites ran. (28981 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   29.35 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
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o
39: Test_Atomic<double>/100000/iterations:10                       1.61 s          1.61 s            10          1            8    5.36707m        2.75864m     789.81u     4.99995G         1.28181M     4.99995G
39/65 Test #39: Kokkos_PerformanceTest_Atomic ..............................   Passed  119.38 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-10_T18-34-24.json"
40: Test timeout computed to be: 1500
40: 
40: Available devices: 
40: 2025-09-10T19:22:27+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.99, 2.09, 4.71
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-10T14:33:31-04:00
40: GIT_COMMIT_DESCRIPTION: Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD
40: GIT_COMMIT_HASH: 810313480
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          23.1 us         23.0 us           10
40: ReductionCheapScalarResult<double>/100000/iterations:10         24.6 us         24.5 us           10
40: ReductionCheapScalarResult<double>/1000000/iterations:10        28.7 us         28.7 us           10
40: ReductionCheapScalarResult<double>/10000000/iterations:10        136 us          136 us           10
40: ReductionCheapHostResult<double>/10000/iterations:10            19.6 us         19.6 us           10
40: ReductionCheapHostResult<double>/100000/iterations:10           26.9 us         26.9 us           10
40: ReductionCheapHostResult<double>/1000000/iterations:10          28.6 us         28.5 us           10
40: ReductionCheapHostResult<double>/10000000/iterations:10          135 us          135 us           10
40: ReductionCheapDeviceResult<double>/10000/iterations:10          18.9 us         18.8 us           10
40: ReductionCheapDeviceResult<double>/100000/iterations:10         24.1 us         24.1 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                   162 us          162 us           10
40: ReductionExpensive<double>/100000/iterations:10                  291 us          291 us           10
40: ReductionExpensive<double>/1000000/iterations:10                4266 us         4266 us           10
40: ReductionExpensive<double>/10000000/iterations:10              33972 us        33971 us           10
40/65 Test #40: Kokkos_PerformanceTest_Reduction ...........................   Passed    0.79 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 (480 ms)
41: [ RUN      ] serial_DeathTest.offsetview_unmanaged_construction
41: [       OK ] serial_DeathTest.offsetview_unmanaged_construction (6092 ms)
41: [----------] 2 tests from serial_DeathTest (6572 ms total)
41: 
41: [----------] 71 tests from serial
41: [ RUN      ] serial.bitset
41: [       OK ] serial.bitset (681 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
41: [       OK ] serial.scatterview (719 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
32: [       OK ] cuda_DeathTest.offsetview_unmanaged_construction (10074 ms)
32: [----------] 2 tests from cuda_DeathTest (10074 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 (20 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 (18 ms)
32: [ RUN      ] cuda.dyn_rank_view_api_generic
32: [       OK ] cuda.dyn_rank_view_api_generic (52 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 (3 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
32: [       OK ] cuda.scatterview (780 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
32: [       OK ] cuda.UnorderedMap_insert (2977 ms)
32: [ RUN      ] cuda.UnorderedMap_failed_insert
32: [       OK ] cuda.UnorderedMap_failed_insert (1022 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 (4961 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 72 tests from 2 test suites ran. (15036 ms total)
32: [  PASSED  ] 71 tests.
32: [  SKIPPED ] 1 test, listed below:
32: [  SKIPPED ] cuda_DeathTest.dualview_external_view_construction
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
32/56 Test #32: Kokkos_ContainersUnitTest_Cuda .............................   Passed   15.46 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.0466407
33:  View sum computation time: 0.0466407
33:  Strided View time (init only): 0.0476792
33:  View Rank7 time (init only): 0.0792007
33:  DynRankView time (init only): 0.0858295
33:  DynRankView sum computation time: 0.14681
33:  Ratio of View to DynRankView time: 0.543411
33:  Ratio of View to DynRankView sum computation time: 0.434479
33:  Ratio of View to View Rank7  time: 0.588893
33:  Ratio of StrideView to DynRankView time: 0.555511
33:  Ratio of DynRankView to View Rank7  time: 1.0837
33: [       OK ] TEST_CATEGORY.dynrankview_perf (512 ms)
33: [ RUN      ] TEST_CATEGORY.global_2_local
33: OpenMP
33: size, create, generate, fill, find
33: 256, 0.000128092, 1.552e-05, 0.000150402, 0.00139633
33: 512, 6.195e-05, 1.0791e-05, 8.2202e-05, 0.00147657
33: 1024, 6.0741e-05, 1.1381e-05, 0.000106261, 0.00192796
33: 2048, 0.000104662, 1.326e-05, 0.000204543, 0.00276362
33: 4096, 0.000176912, 1.834e-05, 0.000311885, 0.00428558
33: 8192, 0.000280565, 2.1481e-05, 0.000607469, 0.00732152
33: 16384, 0.000373935, 2.8031e-05, 0.00117116, 0.0132382
33: 32768, 0.000566869, 6.2671e-05, 0.00229993, 0.0255695
33: 65536, 0.000921964, 9.1912e-05, 0.00462404, 0.0760449
33: 131072, 0.00169643, 0.000213103, 0.00938866, 0.114343
33: 262144, 0.00292883, 0.000353735, 0.01885, 0.243038
33: 524288, 0.00631198, 0.00064633, 0.0374914, 0.548567
41: [       OK ] serial.UnorderedMap_insert (6047 ms)
41: [ RUN      ] serial.UnorderedMap_failed_insert
33: 1048576, 0.0125578, 0.00125548, 0.0724472, 1.29842
41: [       OK ] serial.UnorderedMap_failed_insert (2464 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 (9943 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 73 tests from 2 test suites ran. (16516 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.85 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
33: 2097152, 0.024751, 0.00247211, 0.142336, 5.51067
42: [       OK ] sycl_DeathTest.offsetview_unmanaged_construction (6021 ms)
42: [----------] 2 tests from sycl_DeathTest (6021 ms total)
42: 
42: [----------] 71 tests from sycl
42: [ RUN      ] sycl.bitset
42: [       OK ] sycl.bitset (25 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 (13 ms)
42: [ RUN      ] sycl.dyn_rank_view_api_generic
42: [       OK ] sycl.dyn_rank_view_api_generic (6 ms)
42: [ RUN      ] sycl.dyn_rank_view_api_operator_rank12345
42: [       OK ] sycl.dyn_rank_view_api_operator_rank12345 (0 ms)
42: [ RUN      ] sycl.dyn_rank_view_check_fence_resize_realloc
42: [       OK ] sycl.dyn_rank_view_check_fence_resize_realloc (0 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 (4 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
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
[ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[ 70%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Vector.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o
33: 4194304, 0.0405501, 0.00485099, 0.285518, 14.1892
33: [       OK ] TEST_CATEGORY.global_2_local (22719 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
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 70%] Built target Kokkos_ContainersTestCompileOnly
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o
42: [       OK ] sycl.scatterview (16259 ms)
42: [ RUN      ] sycl.scatterview_devicetype
33: ScatterView data-duplicated test:
33: num_threads 15
33: hand-coded test took 0.485739 seconds
33: test took 0.588537 seconds
33: num_threads 15
33: hand-coded test took 0.484448 seconds
33: test took 0.590422 seconds
33: num_threads 15
33: hand-coded test took 0.484345 seconds
33: test took 0.589325 seconds
33: num_threads 15
33: hand-coded test took 0.48626 seconds
33: test took 0.593433 seconds
33: num_threads 15
33: hand-coded test took 0.483857 seconds
33: test took 0.590292 seconds
33: [       OK ] TEST_CATEGORY.scatter_view (5520 ms)
33: [----------] 5 tests from TEST_CATEGORY (28752 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 5 tests from 1 test suite ran. (28752 ms total)
33: [  PASSED  ] 5 tests.
33/56 Test #33: Kokkos_ContainersPerformanceTest_OpenMP ....................   Passed   29.08 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.00844291
34:  View sum computation time: 0.00844291
34:  Strided View time (init only): 0.0015569
34:  View Rank7 time (init only): 0.00160899
34:  DynRankView time (init only): 0.00160336
34:  DynRankView sum computation time: 0.00267524
34:  Ratio of View to DynRankView time: 5.26575
34:  Ratio of View to DynRankView sum computation time: 0.940076
34:  Ratio of View to View Rank7  time: 5.24732
34:  Ratio of StrideView to DynRankView time: 0.971023
34:  Ratio of DynRankView to View Rank7  time: 0.9965
34: [       OK ] TEST_CATEGORY.dynrankview_perf (83 ms)
34: [ RUN      ] TEST_CATEGORY.global_2_local
34: Cuda
34: size, create, generate, fill, find
34: 256, 0.000372106, 4.4629e-05, 0.000168523, 0.00270744
34: 512, 0.000189642, 1.4931e-05, 3.624e-05, 0.00265856
34: 1024, 0.000184532, 1.4411e-05, 3.593e-05, 0.00270614
34: 2048, 0.000185922, 1.48e-05, 3.9502e-05, 0.00279751
34: 4096, 0.000186403, 1.4831e-05, 4.1721e-05, 0.00286311
34: 8192, 0.000195244, 1.559e-05, 3.9971e-05, 0.00285899
34: 16384, 0.000201443, 1.525e-05, 4.7951e-05, 0.00296427
34: 32768, 0.000197623, 1.525e-05, 5.2192e-05, 0.00322216
34: 65536, 0.000198304, 1.6071e-05, 7.2992e-05, 0.00372322
34: 131072, 0.000204794, 1.621e-05, 0.000116461, 0.00486836
34: 262144, 0.000225914, 1.74e-05, 0.000193462, 0.00671918
34: 524288, 0.000231263, 2.127e-05, 0.000316656, 0.0107806
34: 1048576, 0.000755401, 2.751e-05, 0.000671339, 0.0238413
34: 2097152, 0.00111822, 3.001e-05, 0.00144765, 0.0656696
34: 4194304, 0.0020363, 4.6881e-05, 0.00329946, 0.153257
34: [       OK ] TEST_CATEGORY.global_2_local (306 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 (390 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 4 tests from 1 test suite ran. (390 ms total)
34: [  PASSED  ] 4 tests.
34/56 Test #34: Kokkos_ContainersPerformanceTest_Cuda ......................   Passed    0.75 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
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o
[ 80%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1
42: [       OK ] sycl.scatterview_devicetype (4554 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
35: [       OK ] cuda_DeathTest.SortByKeyKeysLargerThanValues (1628 ms)
35: [----------] 1 test from cuda_DeathTest (1628 ms total)
35: 
35: [----------] 16 tests from cuda
35: [ RUN      ] cuda.SortUnsignedValueType
35: [       OK ] cuda.SortUnsignedValueType (35 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 (354 ms)
35: [ RUN      ] cuda.BinSortGenericTests
35: [       OK ] cuda.BinSortGenericTests (22 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
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o
42: [       OK ] sycl.UnorderedMap_insert (1673 ms)
42: [ RUN      ] sycl.UnorderedMap_failed_insert
42: [       OK ] sycl.UnorderedMap_failed_insert (2209 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 (24770 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 73 tests from 2 test suites ran. (30792 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   31.16 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 (958 ms)
43: [----------] 1 test from sycl_DeathTest (958 ms total)
43: 
43: [----------] 16 tests from sycl
43: [ RUN      ] sycl.SortUnsignedValueType
43: [       OK ] sycl.SortUnsignedValueType (27 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 (6239 ms)
43: [ RUN      ] sycl.NestedSort
43: [       OK ] sycl.NestedSort (19 ms)
43: [ RUN      ] sycl.NestedSortByKey
43: [       OK ] sycl.NestedSortByKey (58 ms)
43: [----------] 16 tests from sycl (6432 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 17 tests from 2 test suites ran. (7390 ms total)
43: [  PASSED  ] 17 tests.
43/65 Test #43: Kokkos_UnitTest_Sort .......................................   Passed    7.74 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:1757532203912562466
44: Test Scalar=int
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 6.45775e-07 0.00206248 0.010461 || 0.051031 28057 29357 || 28615.4 28674.4 || 144.612 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 6.5082e-07 0.00502053 0.00567669 || 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.021502 -0.00781583 || 0.051031 28077 29358 || 28070.8 28674.4 || -108.046 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 6.43252e-07 -0.0156002 0.0116598 || 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.0150944 -0.0128612 || 0.051031 27982 29371 || 29113.8 28674.4 || -177.793 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 6.43252e-07 0.0088852 0.00152395 || 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.00411287 -0.0330363 || 0.051031 27983 29377 || 28556.9 28674.4 || -456.694 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 6.43252e-07 0.00826549 -0.00511205 || 0.051031 1e+64 -1e+64
44: Test Scalar=half
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 0.000245785 -0.99999 -48242.4 || 0.051031 0 195064 || 2.92865e+09 28674.4 || -6.66903e+08 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 0.000736225 -0.307224 0.156849 || 0.051031 1e+64 -1e+64
44: Test Scalar=bhalf
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 0.00195923 -0.999999 -57855.6 || 0.051031 0 1.55197e+06 || 2.8691e+10 28674.4 || -7.99796e+08 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 0.00588789 -0.967859 10.2663 || 0.051031 1e+64 -1e+64
44: Test Scalar=float
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 6.65955e-07 -0.0321188 -0.0396186 || 0.051031 27998 29388 || 29625.9 28674.4 || -547.687 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 7.11361e-07 0.000871876 -0.00405312 || 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.0062109 -0.0171516 || 0.051031 27951 29332 || 28853.6 28674.4 || -237.103 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 6.43252e-07 -0.00578366 -0.01086 || 0.051031 1e+64 -1e+64
44: Test Seed:1757532204153020453
44: Test Scalar=int
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 6.45775e-07 -0.0109602 -0.0159894 || 0.051031 28061 29297 || 28992.1 28674.4 || -221.037 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 6.5082e-07 0.00380549 -0.00083826 || 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.00926571 -0.0145859 || 0.051031 28066 29398 || 28942.6 28674.4 || -201.635 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 6.43252e-07 0.000293352 0.00826787 || 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.00852252 -0.000512322 || 0.051031 28066 29350 || 28920.9 28674.4 || -7.08234 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 6.43252e-07 0.0104085 -0.0138715 || 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.00772663 0.00657538 || 0.051031 27997 29409 || 28897.7 28674.4 || 90.8981 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 6.43252e-07 -0.0118236 0.00303568 || 0.051031 1e+64 -1e+64
44: Test Scalar=half
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 0.00024394 -0.99999 -48244.9 || 0.051031 0 194823 || 2.92871e+09 28674.4 || -6.66938e+08 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 0.000730639 -0.303582 0.149135 || 0.051031 1e+64 -1e+64
44: Test Scalar=bhalf
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 0.00195879 -0.999999 -57856.9 || 0.051031 0 1.5512e+06 || 2.86906e+10 28674.4 || -7.99814e+08 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 0.00588639 -0.967974 10.303 || 0.051031 1e+64 -1e+64
44: Test Scalar=float
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 6.68478e-07 0.00731775 -0.0249892 || 0.051031 27929 29301 || 28466.1 28674.4 || -345.451 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 7.18929e-07 -5.31161e-05 0.00759308 || 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.0092564 0.00935431 || 0.051031 28025 29339 || 28942.3 28674.4 || 129.314 -2.0744
44:  -- Testing 3-D histogram
44: Density 3D: 6.43252e-07 0.00897553 -0.00350417 || 0.051031 1e+64 -1e+64
44: [       OK ] sycl.Random_XorShift64 (462 ms)
44: [ RUN      ] sycl.Random_XorShift1024_0
44: Test Seed:1757532204374892322
44: Test Scalar=int
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 2.47955e-07 0.021714 0.0026432 || 0.051031 10984 11770 || 11135.2 11377 || 36.5396 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 2.47955e-07 -0.00938629 -0.0013996 || 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.00231142 -0.00826411 || 0.051031 11018 11765 || 11350.7 11377 || -114.243 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 2.47955e-07 0.0147087 -0.00174761 || 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.0173181 -0.00803324 || 0.051031 10795 11819 || 11183.3 11377 || -111.052 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 2.47955e-07 -0.0127495 -0.00254938 || 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.0292527 0.00482551 || 0.051031 10988 11775 || 11053.6 11377 || 66.7078 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 2.47955e-07 0.000337871 -0.00141694 || 0.051031 1e+64 -1e+64
44: Test Scalar=half
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 0.000247203 -0.999975 -7594.69 || 0.051031 0 77631 || 4.60986e+08 11377 || -1.04989e+08 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 0.000741287 -0.141065 0.0216398 || 0.051031 1e+64 -1e+64
44: Test Scalar=bhalf
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 0.00195981 -0.999997 -9107.92 || 0.051031 0 617044 || 4.51661e+09 11377 || -1.25908e+08 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 0.00589001 -0.92313 1.62322 || 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.00737723 -0.00683476 || 0.051031 10956 11759 || 11461.5 11377 || -94.4837 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 3.62396e-07 0.000411228 -0.000644773 || 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.0157198 0.00705371 || 0.051031 10956 11765 || 11200.9 11377 || 97.5105 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 2.47955e-07 -0.010994 0.00178935 || 0.051031 1e+64 -1e+64
44: Test Seed:1757532204487277599
44: Test Scalar=int
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 2.47955e-07 -0.00130103 -0.00694853 || 0.051031 10980 11792 || 11391.8 11377 || -96.0565 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 2.47955e-07 0.0111261 -0.000868319 || 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.00750632 0.00231855 || 0.051031 10895 11759 || 11292.2 11377 || 32.0516 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 2.47955e-07 -0.0179154 -0.00207657 || 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.0130373 0.00165894 || 0.051031 10981 11841 || 11230.5 11377 || 22.9331 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 2.47955e-07 0.00669468 0.00397787 || 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.00305396 -0.011232 || 0.051031 10987 11822 || 11342.3 11377 || -155.271 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 2.47955e-07 0.0110183 0.00257786 || 0.051031 1e+64 -1e+64
44: Test Scalar=half
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 0.000243214 -0.999975 -7596.03 || 0.051031 0 77702 || 4.61056e+08 11377 || -1.05008e+08 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 0.000729367 -0.158699 0.0259601 || 0.051031 1e+64 -1e+64
44: Test Scalar=bhalf
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 0.00195497 -0.999997 -9108.1 || 0.051031 0 616395 || 4.51591e+09 11377 || -1.2591e+08 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 0.0058754 -0.92318 1.62973 || 0.051031 1e+64 -1e+64
44: Test Scalar=float
44:  -- Testing randomness properties
44:  -- Testing 1-D histogram
44: Density 1D: 2.73387e-07 0.00387346 -0.0050342 || 0.051031 10967 11747 || 11333.1 11377 || -69.5928 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 3.24249e-07 -0.00637376 -0.00291356 || 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.00116046 -0.0129827 || 0.051031 11007 11840 || 11390.2 11377 || -179.472 -0.823045
44:  -- Testing 3-D histogram
44: Density 3D: 2.47955e-07 -0.0011268 0.00275827 || 0.051031 1e+64 -1e+64
44: [       OK ] sycl.Random_XorShift1024_0 (245 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 (708 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 3 tests from 1 test suite ran. (708 ms total)
44: [  PASSED  ] 2 tests.
44: [  SKIPPED ] 1 test, listed below:
44: [  SKIPPED ] sycl.Multi_streams
[ 80%] Built target Kokkos_CoreUnitTest_Cuda1
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
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
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 (6 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.26 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
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.28 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 (49 ms)
47: [----------] 1 test from std_algorithms_for_each_test (49 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
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 (196 ms)
47: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1001 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 (24 ms)
47: [----------] 1 test from std_algorithms_all_any_none_of_test (24 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. (1285 ms total)
47: [  PASSED  ] 13 tests.
47/65 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    1.60 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 (63 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 (25 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
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 algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
48: [       OK ] std_algorithms_mod_seq_ops.rotate (1231 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
48: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (453 ms)
48: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
[ 70%] Linking CXX executable Kokkos_UnitTest_Random
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 (1372 ms)
48: [----------] 11 tests from std_algorithms_mod_seq_ops (4746 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. (5045 ms total)
48: [  PASSED  ] 31 tests.
48/65 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    5.35 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 (12 ms)
49: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
49: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (11 ms)
49: [----------] 2 tests from std_algorithms_sorting_ops_test (23 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 (1 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 (1 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 (88 ms)
49: [----------] 1 test from std_algorithms_numerics_ops_test (89 ms total)
49: 
49: [----------] 8 tests from std_algorithms_numeric_ops_test
49: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
[ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
49: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (592 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 (522 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 (161 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 (283 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 (1559 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 (38 ms)
49: [----------] 1 test from std_algorithms_transform_ops_test (38 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 29 tests from 7 test suites ran. (1744 ms total)
49: [  PASSED  ] 29 tests.
49/65 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    2.14 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 (298 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 (290 ms)
50: [----------] 2 tests from std_algorithms_adjacent_find_team_test (589 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 (143 ms)
50: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
50: [       OK ] std_algorithms_count_team_test.count_returns_zero (134 ms)
50: [----------] 2 tests from std_algorithms_count_team_test (277 ms total)
50: 
50: [----------] 1 test from std_algorithms_count_if_team_test
50: [ RUN      ] std_algorithms_count_if_team_test.test
[ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
50: [       OK ] std_algorithms_count_if_team_test.test (168 ms)
50: [----------] 1 test from std_algorithms_count_if_team_test (168 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 (321 ms)
50: [----------] 1 test from std_algorithms_for_each_team_test (321 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 (332 ms)
50: [----------] 1 test from std_algorithms_for_each_n_team_test (332 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 (357 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 (331 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 (322 ms)
50: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1011 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 (377 ms)
50: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
50: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (380 ms)
50: [----------] 2 tests from std_algorithms_mismatch_team_test (758 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 12 tests from 7 test suites ran. (3460 ms total)
50: [  PASSED  ] 12 tests.
50/65 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed    3.80 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
[ 82%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda
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
[ 70%] Built target Kokkos_UnitTest_Random
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 82%] Linking CXX executable Kokkos_UnitTest_Sort
51: [       OK ] std_algorithms_equal_team_test.views_are_equal (593 ms)
51: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
51: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (575 ms)
51: [----------] 2 tests from std_algorithms_equal_team_test (1169 ms total)
51: 
51: [----------] 2 tests from std_algorithms_search_team_test
51: [ RUN      ] std_algorithms_search_team_test.sequences_exist
51: [       OK ] std_algorithms_search_team_test.sequences_exist (298 ms)
51: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
51: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (306 ms)
51: [----------] 2 tests from std_algorithms_search_team_test (605 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 (385 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 (336 ms)
51: [----------] 2 tests from std_algorithms_find_end_team_test (721 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 (321 ms)
51: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
[ 82%] Built target Kokkos_UnitTest_Sort
51: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (415 ms)
51: [----------] 2 tests from std_algorithms_find_first_of_team_test (736 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 8 tests from 4 test suites ran. (3233 ms total)
51: [  PASSED  ] 8 tests.
51/65 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed    3.59 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
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 (139 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 (141 ms)
52: [----------] 2 tests from std_algorithms_find_team_test (281 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 (136 ms)
52: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
52: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (143 ms)
52: [----------] 2 tests from std_algorithms_find_if_team_test (279 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 (140 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 (133 ms)
52: [----------] 2 tests from std_algorithms_find_if_not_team_test (274 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 (145 ms)
52: [----------] 1 test from std_algorithms_all_of_team_test (145 ms total)
52: 
52: [----------] 1 test from std_algorithms_any_of_team_test
52: [ RUN      ] std_algorithms_any_of_team_test.test
[ 82%] Built target Kokkos_ContainersUnitTest_Cuda
52: [       OK ] std_algorithms_any_of_team_test.test (133 ms)
52: [----------] 1 test from std_algorithms_any_of_team_test (134 ms total)
52: 
52: [----------] 1 test from std_algorithms_none_of_team_test
52: [ RUN      ] std_algorithms_none_of_team_test.test
52: [       OK ] std_algorithms_none_of_team_test.test (142 ms)
52: [----------] 1 test from std_algorithms_none_of_team_test (142 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 (154 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 (143 ms)
52: [----------] 2 tests from std_algorithms_search_n_team_test (297 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 11 tests from 7 test suites ran. (1555 ms total)
52: [  PASSED  ] 11 tests.
52/65 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    1.90 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: [==========] 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
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
53: [       OK ] std_algorithms_min_element_team_test.test (403 ms)
53: [----------] 1 test from std_algorithms_min_element_team_test (403 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 (390 ms)
53: [----------] 1 test from std_algorithms_max_element_team_test (390 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 (386 ms)
53: [----------] 1 test from std_algorithms_minmax_element_team_test (386 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 3 tests from 3 test suites ran. (1181 ms total)
53: [  PASSED  ] 3 tests.
53/65 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    1.48 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
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 (203 ms)
54: [----------] 1 test from std_algorithms_fill_team_test (203 ms total)
54: 
54: [----------] 1 test from std_algorithms_fill_n_team_test
54: [ RUN      ] std_algorithms_fill_n_team_test.test
54: [       OK ] std_algorithms_fill_n_team_test.test (394 ms)
54: [----------] 1 test from std_algorithms_fill_n_team_test (394 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 (331 ms)
54: [----------] 1 test from std_algorithms_replace_team_test (331 ms total)
54: 
54: [----------] 1 test from std_algorithms_replace_if_team_test
54: [ RUN      ] std_algorithms_replace_if_team_test.test
54: [       OK ] std_algorithms_replace_if_team_test.test (226 ms)
54: [----------] 1 test from std_algorithms_replace_if_team_test (226 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 (325 ms)
54: [----------] 1 test from std_algorithms_replace_copy_team_test (325 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 (283 ms)
54: [----------] 1 test from std_algorithms_replace_copy_if_team_test (283 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 6 tests from 6 test suites ran. (1765 ms total)
54: [  PASSED  ] 6 tests.
54/65 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    2.10 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
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 (200 ms)
55: [----------] 1 test from std_algorithms_reverse_team_test (200 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 (224 ms)
55: [----------] 1 test from std_algorithms_reverse_copy_team_test (224 ms total)
55: 
55: [----------] 1 test from std_algorithms_rotate_team_test
55: [ RUN      ] std_algorithms_rotate_team_test.test
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
55: [       OK ] std_algorithms_rotate_team_test.test (488 ms)
55: [----------] 1 test from std_algorithms_rotate_team_test (488 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 (500 ms)
55: [----------] 1 test from std_algorithms_rotate_copy_team_test (500 ms total)
55: 
55: [----------] Global test environment tear-down
55: [==========] 4 tests from 4 test suites ran. (1413 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
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 (452 ms)
56: [----------] 1 test from std_algorithms_move_team_test (452 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 (370 ms)
56: [----------] 1 test from std_algorithms_move_backward_team_test (370 ms total)
56: 
56: [----------] 1 test from std_algorithms_shift_left_team_test
56: [ RUN      ] std_algorithms_shift_left_team_test.test
56: [       OK ] std_algorithms_shift_left_team_test.test (1252 ms)
56: [----------] 1 test from std_algorithms_shift_left_team_test (1252 ms total)
56: 
56: [----------] 1 test from std_algorithms_shift_right_team_test
56: [ RUN      ] std_algorithms_shift_right_team_test.test
56: [       OK ] std_algorithms_shift_right_team_test.test (1296 ms)
56: [----------] 1 test from std_algorithms_shift_right_team_test (1296 ms total)
56: 
56: [----------] Global test environment tear-down
56: [==========] 4 tests from 4 test suites ran. (3372 ms total)
56: [  PASSED  ] 4 tests.
56/65 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed    3.71 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
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 (455 ms)
57: [----------] 1 test from std_algorithms_copy_team_test (455 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 (440 ms)
57: [----------] 1 test from std_algorithms_copy_n_team_test (440 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 (289 ms)
57: [----------] 1 test from std_algorithms_copy_backward_team_test (289 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 (269 ms)
57: [----------] 1 test from std_algorithms_copy_if_team_test (269 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 (280 ms)
57: [----------] 1 test from std_algorithms_unique_copy_team_test (280 ms total)
57: 
57: [----------] 1 test from std_algorithms_remove_team_test
57: [ RUN      ] std_algorithms_remove_team_test.test
57: [       OK ] std_algorithms_remove_team_test.test (292 ms)
57: [----------] 1 test from std_algorithms_remove_team_test (292 ms total)
57: 
57: [----------] 1 test from std_algorithms_remove_if_team_test
57: [ RUN      ] std_algorithms_remove_if_team_test.test
57: [       OK ] std_algorithms_remove_if_team_test.test (277 ms)
57: [----------] 1 test from std_algorithms_remove_if_team_test (277 ms total)
57: 
57: [----------] 1 test from std_algorithms_remove_copy_team_test
57: [ RUN      ] std_algorithms_remove_copy_team_test.test
57: [       OK ] std_algorithms_remove_copy_team_test.test (282 ms)
57: [----------] 1 test from std_algorithms_remove_copy_team_test (282 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. (2816 ms total)
57: [  PASSED  ] 9 tests.
57/65 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    3.15 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
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
58: [       OK ] std_algorithms_unique_team_test.test_default_predicate (499 ms)
58: [----------] 1 test from std_algorithms_unique_team_test (499 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 (570 ms)
58: [----------] 1 test from std_algorithms_adjacent_difference_team_test (570 ms total)
58: 
58: [----------] 1 test from std_algorithms_reduce_team_test
58: [ RUN      ] std_algorithms_reduce_team_test.test
58: [       OK ] std_algorithms_reduce_team_test.test (464 ms)
58: [----------] 1 test from std_algorithms_reduce_team_test (464 ms total)
58: 
58: [----------] 1 test from std_algorithms_transform_reduce_team_test
58: [ RUN      ] std_algorithms_transform_reduce_team_test.test
58: [       OK ] std_algorithms_transform_reduce_team_test.test (708 ms)
58: [----------] 1 test from std_algorithms_transform_reduce_team_test (708 ms total)
58: 
58: [----------] Global test environment tear-down
58: [==========] 4 tests from 4 test suites ran. (2243 ms total)
58: [  PASSED  ] 4 tests.
58/65 Test #58: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    2.59 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 (410 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 (374 ms)
59: [----------] 2 tests from std_algorithms_is_sorted_team_test (785 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 (304 ms)
59: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
59: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (333 ms)
59: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (685 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 (166 ms)
59: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
59: [       OK ] std_algorithms_is_partitioned_team_test.all_false (167 ms)
59: [ RUN      ] std_algorithms_is_partitioned_team_test.random
59: [       OK ] std_algorithms_is_partitioned_team_test.random (159 ms)
59: [----------] 4 tests from std_algorithms_is_partitioned_team_test (505 ms total)
59: 
59: [----------] 4 tests from std_algorithms_partition_copy_team_test
59: [ RUN      ] std_algorithms_partition_copy_team_test.empty
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 (442 ms)
59: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
59: [       OK ] std_algorithms_partition_copy_team_test.all_false (434 ms)
59: [ RUN      ] std_algorithms_partition_copy_team_test.random
59: [       OK ] std_algorithms_partition_copy_team_test.random (423 ms)
59: [----------] 4 tests from std_algorithms_partition_copy_team_test (1315 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 (165 ms)
59: [ RUN      ] std_algorithms_partition_point_team_test.all_false
59: [       OK ] std_algorithms_partition_point_team_test.all_false (167 ms)
59: [ RUN      ] std_algorithms_partition_point_team_test.random
59: [       OK ] std_algorithms_partition_point_team_test.random (153 ms)
59: [----------] 4 tests from std_algorithms_partition_point_team_test (499 ms total)
59: 
59: [----------] Global test environment tear-down
59: [==========] 18 tests from 5 test suites ran. (3791 ms total)
59: [  PASSED  ] 18 tests.
59/65 Test #59: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    4.12 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 (763 ms)
60: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
60: [       OK ] std_algorithms_transform_team_test.test_binary_op (574 ms)
60: [----------] 2 tests from std_algorithms_transform_team_test (1337 ms total)
60: 
60: [----------] 1 test from std_algorithms_generate_team_test
60: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
60: [       OK ] std_algorithms_generate_team_test.test_unary_op (1306 ms)
60: [----------] 1 test from std_algorithms_generate_team_test (1306 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 (407 ms)
60: [----------] 1 test from std_algorithms_generate_n_team_test (407 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 (620 ms)
60: [----------] 1 test from std_algorithms_swap_ranges_team_test (620 ms total)
60: 
60: [----------] Global test environment tear-down
60: [==========] 5 tests from 4 test suites ran. (3673 ms total)
60: [  PASSED  ] 5 tests.
60/65 Test #60: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    4.02 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
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
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
61: [       OK ] std_algorithms_exclusive_scan_team_test.test (1031 ms)
61: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1031 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 (485 ms)
61: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (485 ms total)
61: 
61: [----------] Global test environment tear-down
61: [==========] 2 tests from 2 test suites ran. (1517 ms total)
61: [  PASSED  ] 2 tests.
61/65 Test #61: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    1.83 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
35: [       OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (52703 ms)
35: [ RUN      ] cuda.NestedSort
35: [       OK ] cuda.NestedSort (120 ms)
35: [ RUN      ] cuda.NestedSortByKey
35: [       OK ] cuda.NestedSortByKey (508 ms)
35: [----------] 16 tests from cuda (53752 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 17 tests from 2 test suites ran. (55380 ms total)
35: [  PASSED  ] 17 tests.
35/56 Test #35: Kokkos_UnitTest_Sort .......................................   Passed   55.69 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:1757532246165832316
36: Test Scalar=int
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.43252e-07 -0.0170391 -0.0425021 || 0.051031 28011 29358 || 29171.4 28674.4 || -587.549 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 -0.00353378 -0.00161469 || 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.00812284 -0.00885829 || 0.051031 28019 29355 || 28443.3 28674.4 || -122.457 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 -0.0183754 0.000212934 || 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.00530503 -0.0248498 || 0.051031 28049 29294 || 28827.3 28674.4 || -343.524 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 -0.0154456 -0.00115107 || 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.0124359 -0.00167463 || 0.051031 28057 29311 || 28322.2 28674.4 || -23.15 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 -0.00358418 -0.00894421 || 0.051031 1e+64 -1e+64
36: Test Scalar=half
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.000245689 -0.99999 -48246 || 0.051031 0 194805 || 2.92887e+09 28674.4 || -6.66953e+08 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 0.000735929 -0.32726 0.171622 || 0.051031 1e+64 -1e+64
36: Test Scalar=bhalf
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.00195619 -0.999999 -57858 || 0.051031 0 1.55214e+06 || 2.86908e+10 28674.4 || -7.99829e+08 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 0.00587891 -0.967936 10.3702 || 0.051031 1e+64 -1e+64
36: Test Scalar=float
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.73523e-07 -0.0141891 -0.0175493 || 0.051031 28006 29433 || 29087.1 28674.4 || -242.602 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 7.34064e-07 0.0171974 -0.00536559 || 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.0108805 0.00903662 || 0.051031 28055 29351 || 28365.8 28674.4 || 124.922 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 -0.00416967 -0.0116754 || 0.051031 1e+64 -1e+64
36: Test Seed:1757532246460308940
36: Test Scalar=int
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.43252e-07 -0.0260719 0.0185646 || 0.051031 28030 29369 || 29442 28674.4 || 256.637 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 -0.0271437 0.00656671 || 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.0104067 -0.00593181 || 0.051031 28010 29311 || 28379.1 28674.4 || -82.0013 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 0.00750948 0.00229836 || 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.00438829 0.0107145 || 0.051031 28035 29397 || 28549.1 28674.4 || 148.117 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 -0.0144674 0.00100718 || 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.0108505 -0.00331654 || 0.051031 27982 29457 || 28366.6 28674.4 || -45.8479 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 -0.0245429 -0.00963145 || 0.051031 1e+64 -1e+64
36: Test Scalar=half
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.00024444 -0.99999 -48244.8 || 0.051031 0 195060 || 2.9283e+09 28674.4 || -6.66936e+08 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 0.000732193 -0.31836 0.159804 || 0.051031 1e+64 -1e+64
36: Test Scalar=bhalf
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.00195491 -0.999999 -57857.1 || 0.051031 0 1.55173e+06 || 2.86906e+10 28674.4 || -7.99817e+08 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 0.00587507 -0.967881 10.2114 || 0.051031 1e+64 -1e+64
36: Test Scalar=float
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.65955e-07 -0.0108673 0.0211906 || 0.051031 27994 29338 || 28989.4 28674.4 || 292.939 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 7.11361e-07 -0.0121601 -0.00666659 || 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.0028637 -0.0220118 || 0.051031 27994 29355 || 28756.7 28674.4 || -304.291 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 0.00123811 0.00496906 || 0.051031 1e+64 -1e+64
36: [       OK ] cuda.Random_XorShift64 (493 ms)
36: [ RUN      ] cuda.Random_XorShift1024_0
36: Test Seed:1757532246658959881
36: Test Scalar=int
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.47955e-07 0.0011362 -0.00420466 || 0.051031 10946 11821 || 11364 11377 || -58.1253 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 0.020475 0.00068084 || 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.0110401 0.00314914 || 0.051031 10965 11794 || 11504 11377 || 43.5338 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 0.0114466 0.00132574 || 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.016761 0.00613302 || 0.051031 10956 11779 || 11570.9 11377 || 84.7829 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 -0.011158 0.000691443 || 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.00653528 0.00349294 || 0.051031 10964 11833 || 11451.8 11377 || 48.2864 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 0.00958379 0.00161296 || 0.051031 1e+64 -1e+64
36: Test Scalar=half
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.000245123 -0.999975 -7594.92 || 0.051031 0 77591 || 4.61027e+08 11377 || -1.04992e+08 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 0.000735041 -0.152723 0.0229398 || 0.051031 1e+64 -1e+64
36: Test Scalar=bhalf
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.00196087 -0.999997 -9107.84 || 0.051031 0 616173 || 4.51647e+09 11377 || -1.25907e+08 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 0.00589385 -0.922895 1.63584 || 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.00434597 -0.00313756 || 0.051031 10987 11789 || 11426.6 11377 || -43.3736 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 3.62396e-07 0.000959771 -0.00108031 || 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.013995 -0.00431455 || 0.051031 10981 11816 || 11538.4 11377 || -59.6443 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 0.00778649 0.00440734 || 0.051031 1e+64 -1e+64
36: Test Seed:1757532246847432250
36: Test Scalar=int
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.47955e-07 0.0124234 0.00871533 || 0.051031 10989 11866 || 11237.4 11377 || 120.481 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 0.00826721 -0.00132867 || 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.00373161 -0.0107303 || 0.051031 10967 11792 || 11334.7 11377 || -148.336 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 0.0195801 0.00107538 || 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.0175802 -0.00338305 || 0.051031 10969 11777 || 11180.4 11377 || -46.7673 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 -0.00356866 -0.00235666 || 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.000773359 -0.0177557 || 0.051031 10990 11780 || 11385.8 11377 || -245.454 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 -0.00815132 0.00245548 || 0.051031 1e+64 -1e+64
36: Test Scalar=half
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.000244575 -0.999975 -7594.74 || 0.051031 0 77649 || 4.61084e+08 11377 || -1.0499e+08 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 0.000733417 -0.151801 0.0223971 || 0.051031 1e+64 -1e+64
36: Test Scalar=bhalf
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.00195981 -0.999997 -9107.66 || 0.051031 0 616257 || 4.51632e+09 11377 || -1.25904e+08 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 0.00589024 -0.922405 1.6085 || 0.051031 1e+64 -1e+64
36: Test Scalar=float
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.67029e-07 -0.00284754 -0.000866453 || 0.051031 11004 11795 || 11409.4 11377 || -11.9778 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 3.05176e-07 0.011627 -0.000306962 || 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.0141955 -0.00188847 || 0.051031 10986 11805 || 11217.7 11377 || -26.1063 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 0.00511102 0.00210913 || 0.051031 1e+64 -1e+64
36: [       OK ] cuda.Random_XorShift1024_0 (476 ms)
36: [ RUN      ] cuda.Multi_streams
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
36: [       OK ] cuda.Multi_streams (2498 ms)
36: [----------] 3 tests from cuda (3468 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 3 tests from 1 test suite ran. (3468 ms total)
36: [  PASSED  ] 3 tests.
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
36/56 Test #36: Kokkos_UnitTest_Random .....................................   Passed    3.89 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
62: [       OK ] std_algorithms_inclusive_scan_team_test.test (1824 ms)
62: [----------] 1 test from std_algorithms_inclusive_scan_team_test (1824 ms total)
62: 
62: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
62: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
62: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (1200 ms)
62: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1200 ms total)
62: 
62: [----------] Global test environment tear-down
62: [==========] 2 tests from 2 test suites ran. (3025 ms total)
62: [  PASSED  ] 2 tests.
62/65 Test #62: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    3.37 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-10_T18-34-25.json"
63: Test timeout computed to be: 1500
63: 
63: Available devices: 
63: 2025-09-10T19:24:11+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.03, 1.77, 4.31
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-10T14:33:31-04:00
63: GIT_COMMIT_DESCRIPTION: Merge commit 'e02c7913f95f44f8f060e1dd56c41a418a9de276' into HEAD
63: GIT_COMMIT_HASH: 810313480
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
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o
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            69  195.681/s       1.6k          1
37: [       OK ] std_algorithms_DeathTest.expect_no_overlap (4169 ms)
37: [----------] 1 test from std_algorithms_DeathTest (4169 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 (7 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 (10 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 16 tests from 4 test suites ran. (4179 ms total)
37: [  PASSED  ] 16 tests.
37/56 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_A .........................   Passed    4.45 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 (14 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 (6 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 (6 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 (6 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 (9 ms)
38: [----------] 7 tests from std_algorithms_min_max_element_test (42 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 7 tests from 1 test suite ran. (42 ms total)
38: [  PASSED  ] 7 tests.
38/56 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_B .........................   Passed    0.37 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 (57 ms)
39: [----------] 1 test from std_algorithms_lexicographical_compare_test (57 ms total)
39: 
39: [----------] 1 test from std_algorithms_for_each_test
39: [ RUN      ] std_algorithms_for_each_test.test
63: BM_inclusive_scan<std::int64_t>/100000000/manual_time                   0.008 s         0.008 s            85  195.502/s       1.6k          1
39: [       OK ] std_algorithms_for_each_test.test (617 ms)
39: [----------] 1 test from std_algorithms_for_each_test (617 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 (178 ms)
39: [----------] 1 test from std_algorithms_find_test (178 ms total)
39: 
39: [----------] 4 tests from std_algorithms_non_mod_seq_ops
39: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
39: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (872 ms)
39: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
63: BM_inclusive_scan<double>/100000000/manual_time                         0.008 s         0.008 s            86  196.735/s       1.6k          1
39: [       OK ] std_algorithms_non_mod_seq_ops.find_end (947 ms)
39: [ RUN      ] std_algorithms_non_mod_seq_ops.search
39: [       OK ] std_algorithms_non_mod_seq_ops.search (908 ms)
39: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
63: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time      0.012 s         0.012 s            57   129.95/s       1.6k          1
39: [       OK ] std_algorithms_non_mod_seq_ops.search_n (715 ms)
39: [----------] 4 tests from std_algorithms_non_mod_seq_ops (3443 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 (127 ms)
39: [----------] 1 test from std_algorithms_count_test (127 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 (182 ms)
39: [----------] 1 test from std_algorithms_all_any_none_of_test (182 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 (132 ms)
39: [----------] 1 test from std_algorithms_nonmod_seq_ops (132 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 (180 ms)
39: [----------] 1 test from std_algorithms_mismatch_test (180 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 (51 ms)
39: [----------] 1 test from std_algorithms_mod_seq_ops (51 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 13 tests from 10 test suites ran. (4988 ms total)
39: [  PASSED  ] 13 tests.
39/56 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    5.34 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: 
63: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time       0.012 s         0.012 s            57  129.967/s       1.6k          1
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 (7 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 (8 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 (6 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 (149 ms)
40: [ RUN      ] std_algorithms_replace_ops_test.replace_if
40: [       OK ] std_algorithms_replace_ops_test.replace_if (404 ms)
40: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
40: [       OK ] std_algorithms_replace_ops_test.replace_copy (263 ms)
40: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
40: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (260 ms)
40: [----------] 4 tests from std_algorithms_replace_ops_test (1078 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 (134 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.unique
40: [       OK ] std_algorithms_mod_seq_ops.unique (393 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
40: [       OK ] std_algorithms_mod_seq_ops.unique_copy (196 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.remove
63: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time             0.012 s         0.012 s            57  130.562/s       1.6k          1
40: [       OK ] std_algorithms_mod_seq_ops.remove (114 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
40: [       OK ] std_algorithms_mod_seq_ops.remove_if (108 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
40: [       OK ] std_algorithms_mod_seq_ops.remove_copy (325 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
40: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (101 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.rotate
63: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time      0.012 s         0.012 s            59  134.465/s       1.6k          1
63: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time       0.012 s         0.012 s            59  134.438/s       1.6k          1
40: [       OK ] std_algorithms_mod_seq_ops.rotate (3307 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
63: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time             0.012 s         0.012 s            58  132.583/s       1.6k          1
63/65 Test #63: Kokkos_PerformanceTest_InclusiveScan .......................   Passed   15.34 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 (13 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 (19 ms total)
64: 
64: [----------] Global test environment tear-down
64: [==========] 18 tests from 1 test suite ran. (19 ms total)
64: [  PASSED  ] 18 tests.
64/65 Test #64: Kokkos_UnitTest_SIMD .......................................   Passed    0.32 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.527532e-03s (relocatable) vs. 1.369320e-04s (inline)
65: 1.000000e+02 1.861000e-05s (relocatable) vs. 1.383100e-05s (inline)
65: 1.000000e+03 2.006100e-05s (relocatable) vs. 1.378200e-05s (inline)
65: 1.000000e+04 1.561100e-05s (relocatable) vs. 1.561100e-05s (inline)
65: 1.000000e+05 3.699000e-05s (relocatable) vs. 1.703100e-05s (inline)
65: 1.000000e+06 1.771000e-05s (relocatable) vs. 1.804000e-05s (inline)
65: 1.000000e+07 3.115200e-05s (relocatable) vs. 3.168000e-05s (inline)
65: 1.000000e+08 1.324220e-04s (relocatable) vs. 1.333120e-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    = 259.74 sec*proc (56 tests)

Total Test time (real) = 633.38 sec
Post stage
40: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (1602 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
[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.23 / 5.00 (84.69 %)

Use the -v/--verbose option for more details.
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
$ docker stop --time=1 18744e1f71f0f21c143b6f6d9e30226d8313172460493e148de9486d9caa9586
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 18744e1f71f0f21c143b6f6d9e30226d8313172460493e148de9486d9caa9586
[ 71%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
40: [       OK ] std_algorithms_mod_seq_ops.shift_left (3330 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
40: [       OK ] std_algorithms_mod_seq_ops.shift_right (2900 ms)
40: [----------] 11 tests from std_algorithms_mod_seq_ops (12518 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. (13812 ms total)
40: [  PASSED  ] 31 tests.
40/56 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed   14.18 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
41: [       OK ] std_algorithms_sorting_ops_test.is_sorted (25 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 (44 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 (4 ms)
41: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
41: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 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 (6 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 (24 ms)
41: [----------] 1 test from std_algorithms_partitioning_ops (24 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 (1 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 (1 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 (14 ms total)
41: 
41: [----------] 1 test from std_algorithms_numerics_ops_test
41: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
[ 83%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
41: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (488 ms)
41: [----------] 1 test from std_algorithms_numerics_ops_test (488 ms total)
41: 
41: [----------] 8 tests from std_algorithms_numeric_ops_test
41: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
41: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (1129 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
41: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (923 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 (323 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 (542 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 (2921 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 (153 ms)
41: [----------] 1 test from std_algorithms_transform_ops_test (154 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 29 tests from 7 test suites ran. (3653 ms total)
41: [  PASSED  ] 29 tests.
41/56 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    4.24 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
[ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
42: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (1312 ms)
42: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
42: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (1301 ms)
42: [----------] 2 tests from std_algorithms_adjacent_find_team_test (2613 ms total)
42: 
42: [----------] 2 tests from std_algorithms_count_team_test
42: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
42: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (721 ms)
42: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
42: [       OK ] std_algorithms_count_team_test.count_returns_zero (630 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
42: [       OK ] std_algorithms_count_if_team_test.test (969 ms)
42: [----------] 1 test from std_algorithms_count_if_team_test (969 ms total)
42: 
42: [----------] 1 test from std_algorithms_for_each_team_test
42: [ RUN      ] std_algorithms_for_each_team_test.test
[ 71%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
42: [       OK ] std_algorithms_for_each_team_test.test (1911 ms)
42: [----------] 1 test from std_algorithms_for_each_team_test (1911 ms total)
42: 
42: [----------] 1 test from std_algorithms_for_each_n_team_test
42: [ RUN      ] std_algorithms_for_each_n_team_test.test
42: [       OK ] std_algorithms_for_each_n_team_test.test (2123 ms)
42: [----------] 1 test from std_algorithms_for_each_n_team_test (2124 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 (1823 ms)
42: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.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_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
42: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (1576 ms)
42: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o
42: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (1571 ms)
42: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (4970 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 (1699 ms)
42: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
42: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (2468 ms)
42: [----------] 2 tests from std_algorithms_mismatch_team_test (4167 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 12 tests from 7 test suites ran. (18110 ms total)
42: [  PASSED  ] 12 tests.
42/56 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed   18.46 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
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
43: [       OK ] std_algorithms_equal_team_test.views_are_equal (2411 ms)
43: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
43: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (3717 ms)
43: [----------] 2 tests from std_algorithms_equal_team_test (6129 ms total)
43: 
43: [----------] 2 tests from std_algorithms_search_team_test
43: [ RUN      ] std_algorithms_search_team_test.sequences_exist
43: [       OK ] std_algorithms_search_team_test.sequences_exist (1384 ms)
43: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
43: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (1485 ms)
43: [----------] 2 tests from std_algorithms_search_team_test (2869 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 (2006 ms)
43: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o
43: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (2009 ms)
43: [----------] 2 tests from std_algorithms_find_end_team_test (4016 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
43: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (1718 ms)
43: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o
43: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (4301 ms)
43: [----------] 2 tests from std_algorithms_find_first_of_team_test (6020 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 8 tests from 4 test suites ran. (19035 ms total)
43: [  PASSED  ] 8 tests.
43/56 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed   19.40 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 (668 ms)
44: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
44: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (706 ms)
44: [----------] 2 tests from std_algorithms_find_team_test (1375 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 (650 ms)
44: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
44: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (727 ms)
44: [----------] 2 tests from std_algorithms_find_if_team_test (1378 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
44: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (727 ms)
44: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
44: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (642 ms)
44: [----------] 2 tests from std_algorithms_find_if_not_team_test (1370 ms total)
44: 
44: [----------] 1 test from std_algorithms_all_of_team_test
44: [ RUN      ] std_algorithms_all_of_team_test.test
[ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
44: [       OK ] std_algorithms_all_of_team_test.test (725 ms)
44: [----------] 1 test from std_algorithms_all_of_team_test (725 ms total)
44: 
44: [----------] 1 test from std_algorithms_any_of_team_test
44: [ RUN      ] std_algorithms_any_of_team_test.test
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
44: [       OK ] std_algorithms_any_of_team_test.test (638 ms)
44: [----------] 1 test from std_algorithms_any_of_team_test (638 ms total)
44: 
44: [----------] 1 test from std_algorithms_none_of_team_test
44: [ RUN      ] std_algorithms_none_of_team_test.test
44: [       OK ] std_algorithms_none_of_team_test.test (726 ms)
44: [----------] 1 test from std_algorithms_none_of_team_test (726 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 (675 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 (670 ms)
44: [----------] 2 tests from std_algorithms_search_n_team_test (1346 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 11 tests from 7 test suites ran. (7561 ms total)
44: [  PASSED  ] 11 tests.
44/56 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    7.94 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
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
45: [       OK ] std_algorithms_min_element_team_test.test (2785 ms)
45: [----------] 1 test from std_algorithms_min_element_team_test (2785 ms total)
45: 
45: [----------] 1 test from std_algorithms_max_element_team_test
45: [ RUN      ] std_algorithms_max_element_team_test.test
[ 85%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o
45: [       OK ] std_algorithms_max_element_team_test.test (2769 ms)
45: [----------] 1 test from std_algorithms_max_element_team_test (2770 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 (2906 ms)
45: [----------] 1 test from std_algorithms_minmax_element_team_test (2906 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 3 tests from 3 test suites ran. (8463 ms total)
45: [  PASSED  ] 3 tests.
45/56 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    8.82 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 (1346 ms)
46: [----------] 1 test from std_algorithms_fill_team_test (1346 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 (508 ms)
46: [----------] 1 test from std_algorithms_fill_n_team_test (508 ms total)
46: 
46: [----------] 1 test from std_algorithms_replace_team_test
46: [ RUN      ] std_algorithms_replace_team_test.test
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
46: [       OK ] std_algorithms_replace_team_test.test (2477 ms)
46: [----------] 1 test from std_algorithms_replace_team_test (2477 ms total)
46: 
46: [----------] 1 test from std_algorithms_replace_if_team_test
46: [ RUN      ] std_algorithms_replace_if_team_test.test
[ 72%] Linking CXX executable Kokkos_UnitTest_Sort
46: [       OK ] std_algorithms_replace_if_team_test.test (2527 ms)
46: [----------] 1 test from std_algorithms_replace_if_team_test (2528 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 (2399 ms)
46: [----------] 1 test from std_algorithms_replace_copy_team_test (2399 ms total)
46: 
46: [----------] 1 test from std_algorithms_replace_copy_if_team_test
46: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
[ 72%] Built target Kokkos_UnitTest_Sort
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
46: [       OK ] std_algorithms_replace_copy_if_team_test.test (2120 ms)
46: [----------] 1 test from std_algorithms_replace_copy_if_team_test (2120 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 6 tests from 6 test suites ran. (11380 ms total)
46: [  PASSED  ] 6 tests.
46/56 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed   11.73 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
47: [       OK ] std_algorithms_reverse_team_test.test (1614 ms)
47: [----------] 1 test from std_algorithms_reverse_team_test (1614 ms total)
47: 
47: [----------] 1 test from std_algorithms_reverse_copy_team_test
47: [ RUN      ] std_algorithms_reverse_copy_team_test.test
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
47: [       OK ] std_algorithms_reverse_copy_team_test.test (1670 ms)
47: [----------] 1 test from std_algorithms_reverse_copy_team_test (1670 ms total)
47: 
47: [----------] 1 test from std_algorithms_rotate_team_test
47: [ RUN      ] std_algorithms_rotate_team_test.test
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
47: [       OK ] std_algorithms_rotate_team_test.test (1626 ms)
47: [----------] 1 test from std_algorithms_rotate_team_test (1626 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 (1668 ms)
47: [----------] 1 test from std_algorithms_rotate_copy_team_test (1668 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 4 tests from 4 test suites ran. (6580 ms total)
47: [  PASSED  ] 4 tests.
47/56 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    6.94 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
[ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
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
[ 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_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
48: [       OK ] std_algorithms_move_team_test.test (3617 ms)
48: [----------] 1 test from std_algorithms_move_team_test (3617 ms total)
48: 
48: [----------] 1 test from std_algorithms_move_backward_team_test
48: [ RUN      ] std_algorithms_move_backward_team_test.test
48: [       OK ] std_algorithms_move_backward_team_test.test (2075 ms)
48: [----------] 1 test from std_algorithms_move_backward_team_test (2075 ms total)
48: 
48: [----------] 1 test from std_algorithms_shift_left_team_test
48: [ RUN      ] std_algorithms_shift_left_team_test.test
[ 85%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o
48: [       OK ] std_algorithms_shift_left_team_test.test (6288 ms)
48: [----------] 1 test from std_algorithms_shift_left_team_test (6289 ms total)
48: 
48: [----------] 1 test from std_algorithms_shift_right_team_test
48: [ RUN      ] std_algorithms_shift_right_team_test.test
[ 85%] Built target Kokkos_ContainersUnitTest_Serial
[ 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/TestStdAlgorithmsPartitioningOps.cpp.o
48: [       OK ] std_algorithms_shift_right_team_test.test (6276 ms)
48: [----------] 1 test from std_algorithms_shift_right_team_test (6276 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 4 tests from 4 test suites ran. (18258 ms total)
48: [  PASSED  ] 4 tests.
48/56 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed   18.61 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
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o
49: [       OK ] std_algorithms_copy_team_test.test (4629 ms)
49: [----------] 1 test from std_algorithms_copy_team_test (4630 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 (576 ms)
49: [----------] 1 test from std_algorithms_copy_n_team_test (576 ms total)
49: 
49: [----------] 1 test from std_algorithms_copy_backward_team_test
49: [ RUN      ] std_algorithms_copy_backward_team_test.test
[ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
49: [       OK ] std_algorithms_copy_backward_team_test.test (2078 ms)
49: [----------] 1 test from std_algorithms_copy_backward_team_test (2078 ms total)
49: 
49: [----------] 1 test from std_algorithms_copy_if_team_test
49: [ RUN      ] std_algorithms_copy_if_team_test.test
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
49: [       OK ] std_algorithms_copy_if_team_test.test (2080 ms)
49: [----------] 1 test from std_algorithms_copy_if_team_test (2080 ms total)
49: 
49: [----------] 1 test from std_algorithms_unique_copy_team_test
49: [ RUN      ] std_algorithms_unique_copy_team_test.test
49: [       OK ] std_algorithms_unique_copy_team_test.test (2525 ms)
49: [----------] 1 test from std_algorithms_unique_copy_team_test (2525 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 (1976 ms)
49: [----------] 1 test from std_algorithms_remove_team_test (1976 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 (1202 ms)
49: [----------] 1 test from std_algorithms_remove_if_team_test (1202 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 (2122 ms)
49: [----------] 1 test from std_algorithms_remove_copy_team_test (2122 ms total)
49: 
49: [----------] 1 test from std_algorithms_remove_copy_if_team_test
49: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessorAccessViolation.cpp.o
[ 73%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
49: [       OK ] std_algorithms_remove_copy_if_team_test.test (1894 ms)
49: [----------] 1 test from std_algorithms_remove_copy_if_team_test (1894 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 9 tests from 9 test suites ran. (19088 ms total)
49: [  PASSED  ] 9 tests.
49/56 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed   19.48 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
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
50: [       OK ] std_algorithms_unique_team_test.test_default_predicate (2676 ms)
50: [----------] 1 test from std_algorithms_unique_team_test (2676 ms total)
50: 
50: [----------] 1 test from std_algorithms_adjacent_difference_team_test
50: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
[ 73%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
50: [       OK ] std_algorithms_adjacent_difference_team_test.test (4142 ms)
50: [----------] 1 test from std_algorithms_adjacent_difference_team_test (4142 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 (2146 ms)
50: [----------] 1 test from std_algorithms_reduce_team_test (2146 ms total)
50: 
50: [----------] 1 test from std_algorithms_transform_reduce_team_test
50: [ RUN      ] std_algorithms_transform_reduce_team_test.test
[ 74%] 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_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
50: [       OK ] std_algorithms_transform_reduce_team_test.test (4346 ms)
50: [----------] 1 test from std_algorithms_transform_reduce_team_test (4346 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 4 tests from 4 test suites ran. (13312 ms total)
50: [  PASSED  ] 4 tests.
50/56 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed   13.71 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: 
[ 85%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
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
51: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (2829 ms)
51: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_Ctors.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessor.cpp.o
51: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (2563 ms)
51: [----------] 2 tests from std_algorithms_is_sorted_team_test (5392 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 (19 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
51: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (2518 ms)
51: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
[ 85%] Built target Kokkos_PerformanceTest_Benchmark
[ 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_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
51: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (3124 ms)
51: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (5684 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 (1450 ms)
51: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
51: [       OK ] std_algorithms_is_partitioned_team_test.all_false (1450 ms)
51: [ RUN      ] std_algorithms_is_partitioned_team_test.random
51: [       OK ] std_algorithms_is_partitioned_team_test.random (1193 ms)
51: [----------] 4 tests from std_algorithms_is_partitioned_team_test (4105 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
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
51: [       OK ] std_algorithms_partition_copy_team_test.all_true (3537 ms)
51: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
51: [       OK ] std_algorithms_partition_copy_team_test.all_false (3554 ms)
51: [ RUN      ] std_algorithms_partition_copy_team_test.random
51: [       OK ] std_algorithms_partition_copy_team_test.random (3272 ms)
51: [----------] 4 tests from std_algorithms_partition_copy_team_test (10382 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
51: [       OK ] std_algorithms_partition_point_team_test.all_true (1403 ms)
51: [ RUN      ] std_algorithms_partition_point_team_test.all_false
51: [       OK ] std_algorithms_partition_point_team_test.all_false (1400 ms)
51: [ RUN      ] std_algorithms_partition_point_team_test.random
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
51: [       OK ] std_algorithms_partition_point_team_test.random (1148 ms)
51: [----------] 4 tests from std_algorithms_partition_point_team_test (3963 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 18 tests from 5 test suites ran. (29528 ms total)
51: [  PASSED  ] 18 tests.
51/56 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed   29.94 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
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
52: [       OK ] std_algorithms_transform_team_test.test_unary_op (5312 ms)
52: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
52: [       OK ] std_algorithms_transform_team_test.test_binary_op (3574 ms)
52: [----------] 2 tests from std_algorithms_transform_team_test (8887 ms total)
52: 
52: [----------] 1 test from std_algorithms_generate_team_test
52: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_LayoutMember.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
52: [       OK ] std_algorithms_generate_team_test.test_unary_op (11990 ms)
52: [----------] 1 test from std_algorithms_generate_team_test (11990 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 (548 ms total)
52: 
52: [----------] 1 test from std_algorithms_swap_ranges_team_test
52: [ RUN      ] std_algorithms_swap_ranges_team_test.test
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
52: [       OK ] std_algorithms_swap_ranges_team_test.test (4812 ms)
52: [----------] 1 test from std_algorithms_swap_ranges_team_test (4813 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 5 tests from 4 test suites ran. (26239 ms total)
52: [  PASSED  ] 5 tests.
52/56 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed   26.79 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
53: [       OK ] std_algorithms_exclusive_scan_team_test.test (8545 ms)
53: [----------] 1 test from std_algorithms_exclusive_scan_team_test (8545 ms total)
53: 
53: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
53: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
53: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (4267 ms)
53: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (4267 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 2 tests from 2 test suites ran. (12812 ms total)
53: [  PASSED  ] 2 tests.
53/56 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed   13.21 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
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_TeamScratch.cpp.o
54: [       OK ] std_algorithms_inclusive_scan_team_test.test (12329 ms)
54: [----------] 1 test from std_algorithms_inclusive_scan_team_test (12329 ms total)
54: 
54: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
54: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 74%] 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_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
54: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (8291 ms)
54: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (8291 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 2 tests from 2 test suites ran. (20621 ms total)
54: [  PASSED  ] 2 tests.
54/56 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed   21.01 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-10_T18-34-30.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-10T19:28:15+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: 6.69, 5.73, 6.75
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.
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
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           335  780.453/s       1.6k          1
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_ViewCustomization.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
55: BM_inclusive_scan<std::int64_t>/100000000/manual_time                   0.002 s         0.002 s           332  784.001/s       1.6k          1
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
55: BM_inclusive_scan<double>/100000000/manual_time                         0.002 s         0.002 s           302  746.576/s       1.6k          1
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.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
55: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time      0.002 s         0.002 s           278  681.762/s       1.6k          1
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_Ctors.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
55: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time       0.002 s         0.002 s           277  692.773/s       1.6k          1
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_LayoutMember.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o
55: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time             0.002 s         0.002 s           275  696.594/s       1.6k          1
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
55: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time      0.002 s         0.002 s           286  690.841/s       1.6k          1
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
55: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time       0.002 s         0.002 s           286  692.508/s       1.6k          1
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_TeamScratch.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o
55: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time             0.002 s         0.002 s           278  678.077/s       1.6k          1
55/56 Test #55: Kokkos_PerformanceTest_InclusiveScan .......................   Passed  193.29 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 (18 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.38 sec

100% tests passed, 0 tests failed out of 56

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

Total Test time (real) = 1998.52 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
[  7%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  7%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[ 11%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[ 18%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[ 18%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.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_Error.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
[ 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
[ 77%] 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
[ 88%] 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.02 sec
Post stage
[Pipeline] sh
+ ccache --show-stats
Cacheable calls:   784 / 784 (100.0%)
  Hits:            167 / 784 (21.30%)
    Direct:        166 / 167 (99.40%)
    Preprocessed:    1 / 167 ( 0.60%)
  Misses:          617 / 784 (78.70%)
Local storage:
  Cache size (GB): 5.0 / 5.0 (99.95%)
  Cleanups:        139
  Hits:            167 / 784 (21.30%)
  Misses:          617 / 784 (78.70%)
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
$ docker stop --time=1 9d63979096ff84c1ac2d9fc923f40528d9f55c2d4b96d720d3c08db629b8f594
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 9d63979096ff84c1ac2d9fc923f40528d9f55c2d4b96d720d3c08db629b8f594
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_ViewCustomization.cpp.o
[ 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_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 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 algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 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_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 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_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 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
[ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 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_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 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%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 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_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 96%] 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_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.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_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o
[ 82%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 82%] Built target Kokkos_ContainersUnitTest_OpenMP
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 96%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 97%] 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_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 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
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 82%] 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_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 97%] Linking CXX executable Kokkos_atomic
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 97%] Built target Kokkos_atomic
[ 97%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 97%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o
[ 97%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 97%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 97%] Linking CXX executable Kokkos_gups
[ 97%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o
[ 97%] Built target Kokkos_gups
[ 97%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 83%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda
[ 97%] Linking CXX executable Kokkos_gather
[ 97%] Built target Kokkos_gather
[ 97%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 83%] Built target Kokkos_ContainersUnitTest_Cuda
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 97%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 97%] Linking CXX executable Kokkos_launch_latency
[ 97%] Built target Kokkos_launch_latency
[ 97%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan
[ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[ 97%] Built target Kokkos_PerformanceTest_InclusiveScan
[ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o
[ 98%] Linking CXX executable Kokkos_stream
[ 98%] Built target Kokkos_stream
[ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 98%] Linking CXX executable Kokkos_view_copy_constructor
[ 98%] Built target Kokkos_view_copy_constructor
[ 98%] 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_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 98%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 98%] Built target Kokkos_UnitTest_SIMD
[ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 98%] Linking CXX executable Kokkos_policy_performance
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 98%] Built target Kokkos_policy_performance
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[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: 6227355e20eb
   Build name: Linux-clang++-15
Create new tag: 20250910-1941 - 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.41 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 (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 (0 ms)
2: [----------] 21 tests from cuda (4 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 21 tests from 1 test suite ran. (4 ms total)
2: [  PASSED  ] 21 tests.
 2/66 Test  #2: Kokkos_CoreUnitTest_Cuda_ViewSupport .......................   Passed    0.16 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 (369 ms)
3: [ RUN      ] serial_DeathTest.abort_from_device
3: [       OK ] serial_DeathTest.abort_from_device (314 ms)
3: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
3: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (321 ms)
3: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
3: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (325 ms)
3: [ RUN      ] serial_DeathTest.policy_invalid_bounds
3: [       OK ] serial_DeathTest.policy_invalid_bounds (3 ms)
3: [ RUN      ] serial_DeathTest.range_policy_invalid_bounds
3: [       OK ] serial_DeathTest.range_policy_invalid_bounds (5 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 (5 ms)
3: [ RUN      ] serial_DeathTest.range_policy_implicitly_converted_bounds
3: [       OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (5 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 (1354 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 (73 ms)
3: [ RUN      ] serial.atomic_views_nonintegral
3: [       OK ] serial.atomic_views_nonintegral (44 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 (31 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 (995 ms)
3: [ RUN      ] serial.exec_space_thread_safety_mdrange
3: [       OK ] serial.exec_space_thread_safety_mdrange (101 ms)
3: [ RUN      ] serial.exec_space_thread_safety_team_policy
3: [       OK ] serial.exec_space_thread_safety_team_policy (99 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range_reduce
3: [       OK ] serial.exec_space_thread_safety_range_reduce (100 ms)
3: [ RUN      ] serial.exec_space_thread_safety_mdrange_reduce
3: [       OK ] serial.exec_space_thread_safety_mdrange_reduce (99 ms)
3: [ RUN      ] serial.exec_space_thread_safety_team_policy_reduce
3: [       OK ] serial.exec_space_thread_safety_team_policy_reduce (99 ms)
3: [ RUN      ] serial.exec_space_thread_safety_range_scan
3: [       OK ] serial.exec_space_thread_safety_range_scan (99 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 (1976 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (2594 ms)
3: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
3: [       OK ] serial.local_deepcopy_teampolicy_layoutright (998 ms)
3: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
3: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (971 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 (821 ms)
3: [ RUN      ] serial.mdrange_6d
3: [       OK ] serial.mdrange_6d (1340 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 (467 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 (694 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 (2876 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 (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 (5 ms)
3: [ RUN      ] serial.kokkos_printf
3: [       OK ] serial.kokkos_printf (2 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 (56 ms)
3: [ RUN      ] serial.double_reduce
3: [       OK ] serial.double_reduce (154 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic
3: [       OK ] serial.int64_t_reduce_dynamic (1403 ms)
3: [ RUN      ] serial.double_reduce_dynamic
3: [       OK ] serial.double_reduce_dynamic (1406 ms)
3: [ RUN      ] serial.int64_t_reduce_dynamic_view
3: [       OK ] serial.int64_t_reduce_dynamic_view (310 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 (10 ms)
3: [ RUN      ] serial.reduce_device_view_mdrange_policy
3: [       OK ] serial.reduce_device_view_mdrange_policy (1893 ms)
3: [ RUN      ] serial.reduce_device_view_team_policy
3: [       OK ] serial.reduce_device_view_team_policy (49 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 (19948 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. (21303 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.49 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 (2949 ms)
4: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
4: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (2699 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
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o
4: [       OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (825 ms)
4: [----------] 10 tests from serial_DeathTest (6474 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 (196 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 (5 ms)
4: [ RUN      ] serial.triple_nested_parallelism
4: [       OK ] serial.triple_nested_parallelism (397 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 (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 (130 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 (81 ms)
4: [ RUN      ] serial.team_double_array_reduce
4: [       OK ] serial.team_double_array_reduce (50 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 (8001 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 (96 ms)
4: [ RUN      ] serial.team_scan_ret_val
4: [       OK ] serial.team_scan_ret_val (91 ms)
4: [ RUN      ] serial.team_shared_request
4: [       OK ] serial.team_shared_request (28 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 (27 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 (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 (963 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 (4 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
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o
4: [       OK ] serial.view_fill_tests_layout_right (3219 ms)
4: [ RUN      ] serial.view_fill_tests_layout_left
4: [       OK ] serial.view_fill_tests_layout_left (3346 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 (51 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 (3 ms)
4: [ RUN      ] serial.view_realloc
4: [       OK ] serial.view_realloc (0 ms)
4: [ RUN      ] serial.workgraph_fib
4: [       OK ] serial.workgraph_fib (99 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 (30 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
4: [       OK ] serial.view_subview_3d_from_5d_left_atomic (31 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 (177 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
4: [       OK ] serial.view_subview_3d_from_5d_right_atomic (178 ms)
4: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (177 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 (17828 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 147 tests from 2 test suites ran. (24303 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   24.52 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 (327 ms)
5: [ RUN      ] cuda_DeathTest.abort_from_device
5: [       OK ] cuda_DeathTest.abort_from_device (414 ms)
5: [ RUN      ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort
5: [       OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (336 ms)
5: [ RUN      ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions
5: [       OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (405 ms)
5: [ RUN      ] cuda_DeathTest.policy_invalid_bounds
5: [       OK ] cuda_DeathTest.policy_invalid_bounds (5 ms)
5: [ RUN      ] cuda_DeathTest.range_policy_invalid_bounds
5: [       OK ] cuda_DeathTest.range_policy_invalid_bounds (23 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 (5 ms)
5: [ RUN      ] cuda_DeathTest.range_policy_implicitly_converted_bounds
5: [       OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (5 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 (379 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 (357 ms)
5: [----------] 11 tests from cuda_DeathTest (2264 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 (5 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 (31 ms)
5: [ RUN      ] cuda.atomic_operations_int16
5: [       OK ] cuda.atomic_operations_int16 (19 ms)
5: [ RUN      ] cuda.atomic_operations_int
5: [       OK ] cuda.atomic_operations_int (16 ms)
5: [ RUN      ] cuda.atomic_operations_long
5: [       OK ] cuda.atomic_operations_long (16 ms)
5: [ RUN      ] cuda.atomic_operations_longlong
5: [       OK ] cuda.atomic_operations_longlong (17 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 (182 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 (17 ms)
5: [ RUN      ] cuda.atomic_views_nonintegral
5: [       OK ] cuda.atomic_views_nonintegral (62 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 (5 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 (3 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 (6 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 (4 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 (4 ms)
5: [ RUN      ] cuda.deep_copy_conversion
5: [       OK ] cuda.deep_copy_conversion (6 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
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
5: [       OK ] cuda.exec_space_thread_safety_range (7504 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
[ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
5: [       OK ] cuda.exec_space_thread_safety_team_policy (750 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_range_reduce
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
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 (752 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 (0 ms)
5: [ RUN      ] cuda.graph_capture
5: [       OK ] cuda.graph_capture (0 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
5: [       OK ] cuda.local_deepcopy_teampolicy_layoutleft (1340 ms)
5: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutleft
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
5: [       OK ] cuda.local_deepcopy_rangepolicy_layoutleft (2118 ms)
5: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutright
5: [       OK ] cuda.local_deepcopy_teampolicy_layoutright (1305 ms)
5: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutright
5: [       OK ] cuda.local_deepcopy_rangepolicy_layoutright (1543 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 (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 (12 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 (14 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 (135 ms)
5: [ RUN      ] cuda.mdrange_6d
5: [       OK ] cuda.mdrange_6d (237 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 (5 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 (2571 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 (9 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 (40 ms)
5: [ RUN      ] cuda.kokkos_printf
5: [       OK ] cuda.kokkos_printf (3 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 (6 ms)
5: [ RUN      ] cuda.reducers_double
5: [       OK ] cuda.reducers_double (11 ms)
5: [ RUN      ] cuda.reducers_complex_double
5: [       OK ] cuda.reducers_complex_double (6 ms)
5: [ RUN      ] cuda.reducers_struct
5: [       OK ] cuda.reducers_struct (4 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 (0 ms)
5: [ RUN      ] cuda.int64_t_reduce
5: [       OK ] cuda.int64_t_reduce (15 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 (258 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 (4 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 (57 ms)
5: [ RUN      ] cuda.mdspan_space_aware_accessor
5: [       OK ] cuda.mdspan_space_aware_accessor (0 ms)
5: [ RUN      ] cuda.kokkos_swap
5: [       OK ] cuda.kokkos_swap (0 ms)
5: [ RUN      ] cuda.reduceRangePolicyViewSizeLimit
5: [       OK ] cuda.reduceRangePolicyViewSizeLimit (17 ms)
5: [ RUN      ] cuda.reduceMDRangePolicyViewSizeLimit
5: [       OK ] cuda.reduceMDRangePolicyViewSizeLimit (95 ms)
5: [----------] 226 tests from cuda (23527 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. (25796 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.05 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 (2310 ms)
6: [ RUN      ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment
6: [       OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (2355 ms)
6: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_host
6: [       OK ] cuda_DeathTest.view_memory_access_violations_from_host (6649 ms)
6: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_device
6: [       OK ] cuda_DeathTest.view_memory_access_violations_from_device (7884 ms)
6: [----------] 8 tests from cuda_DeathTest (19199 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 (768 ms)
6: [----------] 2 tests from cuda_uvm_DeathTest (768 ms total)
6: 
6: [----------] 109 tests from cuda
6: [ RUN      ] cuda.team_for
6: [       OK ] cuda.team_for (22 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 (56 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 (1 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 (126 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 (41 ms)
6: [ RUN      ] cuda.ThreadVectorMDRangeParallelFor
6: [       OK ] cuda.ThreadVectorMDRangeParallelFor (12 ms)
6: [ RUN      ] cuda.TeamVectorMDRangeParallelFor
6: [       OK ] cuda.TeamVectorMDRangeParallelFor (13 ms)
6: [ RUN      ] cuda.TeamThreadMDRangeParallelReduce
6: [       OK ] cuda.TeamThreadMDRangeParallelReduce (20 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 (1497 ms)
6: [ RUN      ] cuda.team_long_reduce
6: [       OK ] cuda.team_long_reduce (32 ms)
6: [ RUN      ] cuda.team_double_reduce
6: [       OK ] cuda.team_double_reduce (32 ms)
6: [ RUN      ] cuda.team_long_array_reduce
6: [       OK ] cuda.team_long_array_reduce (13 ms)
6: [ RUN      ] cuda.team_double_array_reduce
6: [       OK ] cuda.team_double_array_reduce (13 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 (205 ms)
6: [ RUN      ] cuda.team_scan_ret_val
6: [       OK ] cuda.team_scan_ret_val (198 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 (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 (5 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 (1084 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 (8 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 (7 ms)
6: [ RUN      ] cuda.view_copy_tests_rank_0
6: [       OK ] cuda.view_copy_tests_rank_0 (1 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 (154 ms)
6: [ RUN      ] cuda.view_fill_tests_layout_left
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
6: [       OK ] cuda.view_fill_tests_layout_left (86 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 (79 ms)
6: [ RUN      ] cuda.view_layoutstride_right_to_layoutright_assignment
6: [       OK ] cuda.view_layoutstride_right_to_layoutright_assignment (78 ms)
6: [ RUN      ] cuda.view_mapping
6: [       OK ] cuda.view_mapping (51 ms)
6: [ RUN      ] cuda.view_mapping_operator
6: [       OK ] cuda.view_mapping_operator (24 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 (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 (19 ms)
6: [ RUN      ] cuda.view_realloc
6: [       OK ] cuda.view_realloc (0 ms)
6: [ RUN      ] cuda.workgraph_fib
6: [       OK ] cuda.workgraph_fib (794 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 (4806 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 (4 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 (3 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 (4 ms)
6: [ RUN      ] cuda_uvm.view_subview_2d_from_3d
6: [       OK ] cuda_uvm.view_subview_2d_from_3d (47 ms)
6: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_atomic
6: [       OK ] cuda_uvm.view_subview_2d_from_3d_atomic (49 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 (76 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 (71 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 (74 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 (628 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 147 tests from 4 test suites ran. (25402 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   25.65 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: [==========] 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
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
7: [       OK ] cuda.team_scratch_1_streams (14589 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 (14598 ms total)
7: 
7: [----------] 28 tests from cuda_hostpinned
7: [ RUN      ] cuda_hostpinned.impl_shared_alloc
7: [       OK ] cuda_hostpinned.impl_shared_alloc (27 ms)
7: [ RUN      ] cuda_hostpinned.view_api_a
7: [       OK ] cuda_hostpinned.view_api_a (7 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 (2875 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
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
7: [       OK ] cuda_hostpinned.view_fill_tests_layout_right (4008 ms)
7: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_left
7: [       OK ] cuda_hostpinned.view_fill_tests_layout_left (4177 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping
7: [       OK ] cuda_hostpinned.view_mapping (50 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 (11167 ms total)
7: 
7: [----------] 28 tests from cuda_uvm
7: [ RUN      ] cuda_uvm.impl_shared_alloc
7: [       OK ] cuda_uvm.impl_shared_alloc (41 ms)
7: [ RUN      ] cuda_uvm.view_api_a
7: [       OK ] cuda_uvm.view_api_a (11 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 (4 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 (305 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 (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 (207 ms)
7: [ RUN      ] cuda_uvm.view_fill_tests_layout_left
7: [       OK ] cuda_uvm.view_fill_tests_layout_left (144 ms)
7: [ RUN      ] cuda_uvm.view_mapping
7: [       OK ] cuda_uvm.view_mapping (59 ms)
7: [ RUN      ] cuda_uvm.view_mapping_operator
7: [       OK ] cuda_uvm.view_mapping_operator (23 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 (0 ms)
7: [----------] 28 tests from cuda_uvm (895 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 62 tests from 3 test suites ran. (26660 ms total)
7: [  PASSED  ] 62 tests.
 7/66 Test  #7: Kokkos_CoreUnitTest_Cuda3 ..................................   Passed   26.94 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.21 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 (17 ms)
9: [ RUN      ] cuda.debug_pin_um_to_host
9: [       OK ] cuda.debug_pin_um_to_host (678 ms)
9: [----------] 2 tests from cuda (695 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 2 tests from 1 test suite ran. (696 ms total)
9: [  PASSED  ] 2 tests.
 9/66 Test  #9: Kokkos_CoreUnitTest_CudaTimingBased ........................   Passed    0.85 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 (97 ms)
10: [----------] 1 test from cuda (97 ms total)
10: 
10: [----------] Global test environment tear-down
10: [==========] 1 test from 1 test suite ran. (97 ms total)
10: [  PASSED  ] 1 test.
10/66 Test #10: Kokkos_CoreUnitTest_CudaInterOpInit ........................   Passed    0.16 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 (93 ms)
11: [----------] 1 test from cuda (93 ms total)
11: 
11: [----------] Global test environment tear-down
11: [==========] 1 test from 1 test suite ran. (94 ms total)
11: [  PASSED  ] 1 test.
11/66 Test #11: Kokkos_CoreUnitTest_CudaInterOpStreams .....................   Passed    0.14 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.15 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 (6 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 (9 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 5 tests from 1 test suite ran. (9 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.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: [==========] 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.18 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 (63 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 (3 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
15: [       OK ] defaultdevicetype.reduce_instantiation_b1 (8 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 (5 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 (17 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
15: [       OK ] defaultdevicetype.reduce_instantiation_c3 (8 ms)
15: [----------] 19 tests from defaultdevicetype (145 ms total)
15: 
15: [----------] 1 test from kokkosresize
15: [ RUN      ] kokkosresize.host_space_access
15: [       OK ] kokkosresize.host_space_access (16 ms)
15: [----------] 1 test from kokkosresize (16 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. (163 ms total)
15: [  PASSED  ] 59 tests.
15/66 Test #15: Kokkos_CoreUnitTest_Default ................................   Passed    0.34 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 (290 ms)
16: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views
16: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1253 ms)
16: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management
16: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (1984 ms)
16: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (3529 ms total)
16: 
16: [----------] 4 tests from InitializeFinalize_DeathTest
16: [ RUN      ] InitializeFinalize_DeathTest.initialize
16: [       OK ] InitializeFinalize_DeathTest.initialize (963 ms)
16: [ RUN      ] InitializeFinalize_DeathTest.finalize
16: [       OK ] InitializeFinalize_DeathTest.finalize (754 ms)
16: [ RUN      ] InitializeFinalize_DeathTest.is_initialized
16: [       OK ] InitializeFinalize_DeathTest.is_initialized (176 ms)
16: [ RUN      ] InitializeFinalize_DeathTest.is_finalized
16: [       OK ] InitializeFinalize_DeathTest.is_finalized (251 ms)
16: [----------] 4 tests from InitializeFinalize_DeathTest (2146 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 (36 ms)
16: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (36 ms total)
16: 
16: [----------] 1 test from Legion_DeathTest
16: [ RUN      ] Legion_DeathTest.individual_backend_initialization
16: [       OK ] Legion_DeathTest.individual_backend_initialization (149 ms)
16: [----------] 1 test from Legion_DeathTest (149 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 (174 ms)
16: [ RUN      ] PushFinalizeHook_DeathTest.terminate_on_throw
16: [       OK ] PushFinalizeHook_DeathTest.terminate_on_throw (385 ms)
16: [----------] 2 tests from PushFinalizeHook_DeathTest (560 ms total)
16: 
16: [----------] 6 tests from ScopeGuard_DeathTest
16: [ RUN      ] ScopeGuard_DeathTest.create
16: [       OK ] ScopeGuard_DeathTest.create (138 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_argument
16: [       OK ] ScopeGuard_DeathTest.create_argument (305 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_while_initialize
16: [       OK ] ScopeGuard_DeathTest.create_while_initialize (396 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_after_initialize
16: [       OK ] ScopeGuard_DeathTest.create_after_initialize (346 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_after_finalize
16: [       OK ] ScopeGuard_DeathTest.create_after_finalize (447 ms)
16: [ RUN      ] ScopeGuard_DeathTest.destroy_after_finalize
16: [       OK ] ScopeGuard_DeathTest.destroy_after_finalize (373 ms)
16: [----------] 6 tests from ScopeGuard_DeathTest (2009 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 (14 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
16: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (4 ms)
16: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
16: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (11 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 (29 ms total)
16: 
16: [----------] Global test environment tear-down
16: [==========] 30 tests from 7 test suites ran. (8460 ms total)
16: [  PASSED  ] 30 tests.
16/66 Test #16: Kokkos_CoreUnitTest_InitializeFinalize .....................   Passed    8.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: [==========] 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.15 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.20 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.15 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.65 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 (1 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.18 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.02 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.18 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.14 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: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::
25/66 Test #25: Kokkos_ProfilingTestLibraryLoad ............................   Passed    0.17 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.17 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 (321 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 (323 ms)
27: [----------] 2 tests from defaultdevicetype_DeathTest (645 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. (646 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 (117 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 (106 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 (227 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 28 tests from 1 test suite ran. (227 ms total)
28: [  PASSED  ] 28 tests.
28/66 Test #28: Kokkos_IncrementalTest_SERIAL ..............................   Passed    0.38 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 (1857 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 (239 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 (2114 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 28 tests from 1 test suite ran. (2114 ms total)
29: [  PASSED  ] 28 tests.
29/66 Test #29: Kokkos_IncrementalTest_CUDA ................................   Passed    2.28 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 (131 ms)
30: [ RUN      ] ctest_environment_DeathTest.no_type_str
30: [       OK ] ctest_environment_DeathTest.no_type_str (132 ms)
30: [ RUN      ] ctest_environment_DeathTest.missing_type
30: [       OK ] ctest_environment_DeathTest.missing_type (278 ms)
30: [ RUN      ] ctest_environment_DeathTest.no_id_str
30: [       OK ] ctest_environment_DeathTest.no_id_str (143 ms)
30: [ RUN      ] ctest_environment_DeathTest.invalid_id_str
30: [       OK ] ctest_environment_DeathTest.invalid_id_str (362 ms)
30: [----------] 5 tests from ctest_environment_DeathTest (1048 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. (1048 ms total)
30: [  PASSED  ] 8 tests.
30/66 Test #30: Kokkos_CoreUnitTest_CTestDevice ............................   Passed    1.16 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
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
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 1.908s
35: 
35: OK (skipped=1)
35/66 Test #35: Kokkos_CoreUnitTest_DeviceAndThreads .......................   Passed    2.33 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-10_T18-34-07.json"
36: Test timeout computed to be: 1500
36: 2025-09-10T19:43:40+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: 1.93, 5.53, 7.42
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.21305u
36: GramSchmidt<double>/Count:2048/iterations:5/manual_time                                                                                                                        0.004 s         0.005 s             5     2.048k        2.09021u
36: GramSchmidt<double>/Count:4096/iterations:5/manual_time                                                                                                                        0.004 s         0.005 s             5     4.096k         1064.5n
36: GramSchmidt<double>/Count:8192/iterations:5/manual_time                                                                                                                        0.004 s         0.005 s             5     8.192k        524.811n
36: GramSchmidt<double>/Count:16384/iterations:5/manual_time                                                                                                                       0.004 s         0.007 s             5    16.384k        271.612n
36: GramSchmidt<double>/Count:32768/iterations:5/manual_time                                                                                                                       0.005 s         0.009 s             5    32.768k        148.988n
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
36: GramSchmidt<double>/Count:65536/iterations:5/manual_time                                                                                                                       0.006 s         0.015 s             5    65.536k        88.1631n
36: GramSchmidt<double>/Count:131072/iterations:5/manual_time                                                                                                                      0.007 s         0.027 s             5   131.072k        53.6901n
36: GramSchmidt<double>/Count:262144/iterations:5/manual_time                                                                                                                      0.009 s         0.053 s             5   262.144k        34.9871n
36: GramSchmidt<double>/Count:524288/iterations:5/manual_time                                                                                                                      0.016 s         0.110 s             5   524.288k        30.9492n
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.7603k/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.308 s         0.308 s             2       0.0780043    0.0375337               0.0310525            0.0143603   0.0154513          6.147u
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.83666m     2.93734m                2.27074m                  1.14623m     1.1562m          5.702u
36: OverlapTeamPolicy/N:20/M:1000000/R:10                                                                                                                                          0.311 s         0.310 s             2       0.0625275    0.0294557               0.0509719                 0.0244656    0.025492          7.353u
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        11.0762n
36: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     2.048k        6.14941n
36: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     4.096k         2.6499n
36: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                                                                                                                  0.000 s         0.000 s             5     8.192k        1.55347n
36: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    16.384k        861.206p
36: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    32.768k         792.48p
36: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                                                                                                                 0.000 s         0.000 s             5    65.536k        631.836p
36: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                                                                                                                0.000 s         0.000 s             5   131.072k        536.278p
36: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                                                                                                                0.000 s         0.001 s             5   262.144k        616.787p
36: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                                                                                                                0.000 s         0.001 s             5   524.288k        579.218p
36: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
36: Benchmark                                                                                                                                                                          Time             CPU   Iterations  FOM: rate
36: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
36: Malloc/N:1/manual_time                                                                                                                                                          9.27 us         20.1 us        75401 107.906k/s
36: Malloc/N:16/manual_time                                                                                                                                                         9.26 us         20.1 us        74967 107.992k/s
36: Malloc/N:256/manual_time                                                                                                                                                        9.30 us         20.2 us        75236 107.569k/s
36: Malloc/N:4096/manual_time                                                                                                                                                       9.26 us         20.1 us        75813 108.012k/s
36: Malloc/N:65536/manual_time                                                                                                                                                      9.28 us         20.2 us        75202 107.798k/s
36: Malloc/N:1048576/manual_time                                                                                                                                                    69.3 us          128 us        10057 14.4296k/s
36: Malloc/N:16777216/manual_time                                                                                                                                                    320 us          172 us         9095 3.12046k/s
36: Malloc/N:268435456/manual_time                                                                                                                                                  6249 us          522 us          111  160.038/s
36: Malloc/N:4294967296/manual_time                                                                                                                                               105049 us         3248 us           10  9.51937/s
36: MallocFree/N:1/manual_time                                                                                                                                                      18.5 us         18.5 us        37560 53.9541k/s
36: MallocFree/N:16/manual_time                                                                                                                                                     18.4 us         18.4 us        38046 54.2359k/s
36: MallocFree/N:256/manual_time                                                                                                                                                    18.5 us         18.5 us        37853 53.9106k/s
36: MallocFree/N:4096/manual_time                                                                                                                                                   18.6 us         18.5 us        37825 53.8999k/s
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o
36: MallocFree/N:65536/manual_time                                                                                                                                                  19.1 us         19.1 us        36469 52.2472k/s
36: MallocFree/N:1048576/manual_time                                                                                                                                                 120 us          117 us         5821 8.35835k/s
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
36: MallocFree/N:16777216/manual_time                                                                                                                                                361 us          151 us         5200 2.77326k/s
36: MallocFree/N:268435456/manual_time                                                                                                                                              6416 us          430 us          108  155.866/s
36: MallocFree/N:4294967296/manual_time                                                                                                                                           107519 us         3828 us           10  9.30071/s
36: MallocTouch/N:1/manual_time                                                                                                                                                     10.2 us         20.3 us        64037 98.4834k/s
36: MallocTouch/N:16/manual_time                                                                                                                                                    10.1 us         20.3 us        69501 99.0567k/s
36: MallocTouch/N:256/manual_time                                                                                                                                                   10.2 us         20.5 us        68778 97.8282k/s
36: MallocTouch/N:4096/manual_time                                                                                                                                                  17.1 us         27.4 us        41076 58.5744k/s
36: MallocTouch/N:65536/manual_time                                                                                                                                                 17.1 us         27.4 us        41015 58.6471k/s
36: MallocTouch/N:1048576/manual_time                                                                                                                                               75.7 us          131 us         9176  13.206k/s
36: MallocTouch/N:16777216/manual_time                                                                                                                                               316 us          175 us         7812 3.16949k/s
36: MallocTouch/N:268435456/manual_time                                                                                                                                             6313 us          586 us          108  158.409/s
36: MallocTouch/N:4294967296/manual_time                                                                                                                                          115289 us         5694 us           10  8.67384/s
36: MallocTouchFree/N:1/manual_time                                                                                                                                                 20.4 us         20.3 us        34124 49.1204k/s
36: MallocTouchFree/N:16/manual_time                                                                                                                                                20.2 us         20.1 us        34876 49.6231k/s
36: MallocTouchFree/N:256/manual_time                                                                                                                                               20.2 us         20.2 us        34573 49.4462k/s
36: MallocTouchFree/N:4096/manual_time                                                                                                                                              27.3 us         27.3 us        25615 36.5916k/s
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
36: MallocTouchFree/N:65536/manual_time                                                                                                                                             27.3 us         27.3 us        25557 36.6121k/s
36: MallocTouchFree/N:1048576/manual_time                                                                                                                                            132 us          131 us         5311   7.591k/s
36: MallocTouchFree/N:16777216/manual_time                                                                                                                                           340 us          170 us         4437 2.93709k/s
36: MallocTouchFree/N:268435456/manual_time                                                                                                                                         6473 us          558 us           93  154.481/s
36: MallocTouchFree/N:4294967296/manual_time                                                                                                                                      128119 us         5872 us            9  7.80526/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.9348/s        800
36: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.018 s         0.001 s            38   45.418/s        800
36: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.002 s            38   43.081/s        800
36: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.002 s            38  43.1235/s        800
36: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.002 s            38  43.1323/s        800
36: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.002 s            37  42.0858/s        800
36: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.002 s            38  43.1519/s        800
36: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.018 s         0.002 s            37  44.3998/s        800
36: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.002 s            38  43.1636/s        800
36: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.002 s            37  42.0815/s        800
36: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.002 s            38  43.0569/s        800
36: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.002 s            38  43.1903/s        800
36: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.019 s         0.002 s            37  42.1032/s        800
36: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.002 s            38  43.1098/s        800
36: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                        0.018 s         0.002 s            37  44.2433/s        800
36: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                       0.019 s         0.002 s            38  43.0605/s        800
36: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time      0.172 s         0.171 s             4  9.31844/s       1.6k
36: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft, Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultExecutionSpace::memory_space>/N:10/manual_time      0.150 s         0.149 s             5  10.6516/s       1.6k
36: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           433  1019.75/s       1.6k
36: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           429  1019.87/s       1.6k
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
36: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           429  1019.13/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.667/s        800
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o
36: ViewDeepCopy_Rank1Strided<Kokkos::DefaultHostExecutionSpace::memory_space, Kokkos::DefaultHostExecutionSpace::memory_space>/N:10/manual_time                                   0.153 s         0.152 s             4  5.23666/s        800
36: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           436  1019.71/s       1.6k
36: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           429  1019.73/s       1.6k
36: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           429  1019.97/s       1.6k
36: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.002 s         0.002 s           429  1019.87/s       1.6k
36: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.005 s         0.005 s           151  347.262/s       1.6k
36: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.012 s         0.012 s            58   137.37/s       1.6k
36: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.002 s         0.002 s           429   1019.9/s       1.6k
36: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.004 s         0.004 s           166   379.33/s       1.6k
36: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.004 s         0.004 s           159  364.747/s       1.6k
36: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           429  1019.88/s       1.6k
36: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           429  1019.91/s       1.6k
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
36: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           429  1020.01/s       1.6k
36: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           429  1019.84/s       1.6k
36: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.012 s         0.012 s            57  133.506/s       1.6k
36: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.012 s         0.012 s            57  133.987/s       1.6k
36: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.005 s         0.005 s           137  340.877/s       1.6k
36: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.008 s         0.008 s            81  199.504/s       1.6k
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
36: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           429  1019.81/s       1.6k
36: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           429  1019.86/s       1.6k
36: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.023 s         0.023 s            30  70.2787/s       1.6k
36: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.005 s         0.005 s           131  318.309/s       1.6k
36: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           429  1019.85/s       1.6k
36: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           429  1019.82/s       1.6k
36: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.019 s         0.019 s            36  82.7548/s       1.6k
36: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.006 s         0.006 s           105  264.282/s       1.6k
36: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                    0.002 s         0.002 s           429  1019.73/s       1.6k
36: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                  0.002 s         0.002 s           429  1019.81/s       1.6k
36: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                   0.021 s         0.021 s            33  75.8167/s       1.6k
36: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                   0.006 s         0.006 s           103  272.799/s       1.6k
36: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                      0.002 s         0.002 s           425  1003.93/s       1.6k
36: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time                                                                                                    0.002 s         0.002 s           424  1004.23/s       1.6k
36: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time                                                                                                     0.002 s         0.002 s           424  1003.97/s       1.6k
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
36: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time                                                                                                     0.002 s         0.002 s           424   1004.2/s       1.6k
36: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           662  756.516/s        800
36: ViewFill_Rank1<Kokkos::LayoutLeft, Kokkos::SharedSpace>/N:10/manual_time                                                                                                       0.001 s         0.001 s           662  756.464/s        800
36: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           662  756.549/s        800
36: ViewFill_Rank1<Kokkos::LayoutRight, Kokkos::SharedSpace>/N:10/manual_time                                                                                                      0.001 s         0.001 s           662  756.461/s        800
36: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           662   756.43/s        800
36: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           662   756.47/s        800
36: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           662  756.538/s        800
36: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           662  756.502/s        800
36: ViewFill_Rank1Strided/N:10/manual_time                                                                                                                                         0.002 s         0.002 s           441  257.498/s        400
36: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           662  756.505/s        800
36: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           662  756.533/s        800
36: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           662   756.52/s        800
36: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           662  756.505/s        800
36: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           662  756.567/s        800
36: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           662  756.517/s        800
36: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           662  756.528/s        800
36: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           662  756.574/s        800
36: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                            0.001 s         0.001 s           662  756.586/s        800
36: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                           0.001 s         0.001 s           662  756.522/s        800
36: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                                                                                                              0.001 s         0.001 s           663  757.453/s        800
36: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                                                                                                             0.001 s         0.001 s           663  757.407/s        800
36: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 5.78661k/s       1.6k
36: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.000 s         0.000 s            10 5.83395k/s       1.6k
36: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.001 s         0.001 s            10 3.05007k/s       1.6k
36: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.001 s            10 3.05514k/s       1.6k
36: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 5.03025k/s       1.6k
36: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.001 s            10 2.41109k/s       1.6k
36: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 8.62474k/s       1.6k
36: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 8.61306k/s       1.6k
36: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 3.68819k/s       1.6k
36: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.000 s         0.000 s            10 3.67957k/s       1.6k
36: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 7.02972k/s       1.6k
36: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.001 s         0.001 s            10  2.8018k/s       1.6k
36: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.000 s         0.000 s            10 4.89604k/s       1.6k
36: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.001 s         0.001 s            10 2.58883k/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.8355k/s       1.6k
36: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 6.74584k/s       1.6k
36: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.001 s         0.001 s            10 3.02458k/s       1.6k
36: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.000 s         0.000 s            10 5.19206k/s       1.6k
36: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.001 s         0.001 s            10 2.04294k/s       1.6k
36: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.001 s         0.001 s            10  3.1558k/s       1.6k
36: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.004 s         0.001 s            10  438.528/s       1.6k
36: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.004 s         0.000 s            10  445.939/s       1.6k
36: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.004 s         0.001 s            10  403.313/s       1.6k
36: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.004 s         0.000 s            10  425.764/s       1.6k
36: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.004 s         0.001 s            10  409.783/s       1.6k
36: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.003 s         0.000 s            10  462.585/s       1.6k
36: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.004 s         0.001 s            10  381.264/s       1.6k
36: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                            0.004 s         0.001 s            10  411.788/s       1.6k
36: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                           0.004 s         0.001 s            10  423.443/s       1.6k
36: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                     0.004 s         0.001 s            10  447.196/s       1.6k
36: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                    0.004 s         0.001 s            10  400.176/s       1.6k
36: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                                                                                                       0.031 s         0.003 s            10  51.8734/s       1.6k
36: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time                                                                                                      0.023 s         0.002 s            10   68.341/s       1.6k
36/66 Test #36: Kokkos_PerformanceTest_Benchmark ...........................   Passed  129.88 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-10_T18-34-07.json"
37: Test timeout computed to be: 1500
37: 2025-09-10T19:45:50+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: 1.00, 3.87, 6.55
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.33 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-10_T18-34-07.json"
38: Test timeout computed to be: 1500
38: 2025-09-10T19:45:50+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: 1.00, 3.87, 6.55
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         43233 0.0317316/s       512u
38: ViewFirstTouch_Initialize<double>/N:512/manual_time                      0.000 s         0.000 s         41349 0.241315/s     4.096m
38: ViewFirstTouch_Initialize<double>/N:4096/manual_time                     0.000 s         0.000 s         37139  1.72442/s   0.032768
38: ViewFirstTouch_Initialize<double>/N:32768/manual_time                    0.000 s         0.000 s         35246  13.1547/s   0.262144
38: ViewFirstTouch_Initialize<double>/N:262144/manual_time                   0.000 s         0.000 s          8556  26.2484/s    2.09715
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
38: ViewFirstTouch_Initialize<double>/N:2097152/manual_time                  0.000 s         0.000 s          6719  52.6545/s    16.7772
38: ViewFirstTouch_Initialize<double>/N:16777216/manual_time                 0.003 s         0.000 s           221  42.7542/s    134.218
38: ViewFirstTouch_ParallelFor<double>/N:64/manual_time                      0.000 s         0.000 s         81511 0.120102/s      1024u
38: ViewFirstTouch_ParallelFor<double>/N:512/manual_time                     0.000 s         0.000 s         81673 0.954888/s     8.192m
38: ViewFirstTouch_ParallelFor<double>/N:4096/manual_time                    0.000 s         0.000 s         82530  7.79397/s   0.065536
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
38: ViewFirstTouch_ParallelFor<double>/N:32768/manual_time                   0.000 s         0.000 s         79677   59.551/s   0.524288
[ 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_I.dir/UnitTestMain.cpp.o
38: ViewFirstTouch_ParallelFor<double>/N:262144/manual_time                  0.000 s         0.000 s         54744  327.471/s     4.1943
38: ViewFirstTouch_ParallelFor<double>/N:2097152/manual_time                 0.000 s         0.000 s         14584  696.319/s    33.5544
38: ViewFirstTouch_ParallelFor<double>/N:16777216/manual_time                0.000 s         0.001 s          2309  885.186/s    268.435
38: ViewFirstTouch_DeepCopy<double>/N:64/init_value:0/manual_time            0.000 s         0.000 s         99803  0.14554/s      1024u
38: ViewFirstTouch_DeepCopy<double>/N:512/init_value:0/manual_time           0.000 s         0.000 s         88828  1.03755/s     8.192m
38: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:0/manual_time          0.000 s         0.000 s         80777  7.58081/s   0.065536
[ 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_G.dir/TestStdAlgorithmsCommon.cpp.o
38: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:0/manual_time         0.000 s         0.000 s         80722  60.4983/s   0.524288
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
38: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:0/manual_time        0.000 s         0.000 s         70290  400.236/s     4.1943
38: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:0/manual_time       0.000 s         0.000 s         28564 1.38126k/s    33.5544
38: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:0/manual_time      0.000 s         0.000 s          5446 2.09176k/s    268.435
38: ViewFirstTouch_DeepCopy<double>/N:64/init_value:1/manual_time            0.000 s         0.000 s         77418  0.11312/s      1024u
38: ViewFirstTouch_DeepCopy<double>/N:512/init_value:1/manual_time           0.000 s         0.000 s         77120 0.896582/s     8.192m
38: ViewFirstTouch_DeepCopy<double>/N:4096/init_value:1/manual_time          0.000 s         0.000 s         77395  7.24695/s   0.065536
38: ViewFirstTouch_DeepCopy<double>/N:32768/init_value:1/manual_time         0.000 s         0.000 s         74870  55.9175/s   0.524288
38: ViewFirstTouch_DeepCopy<double>/N:262144/init_value:1/manual_time        0.000 s         0.000 s         58955  353.582/s     4.1943
38: ViewFirstTouch_DeepCopy<double>/N:2097152/init_value:1/manual_time       0.000 s         0.000 s         22080  1059.24/s    33.5544
38: ViewFirstTouch_DeepCopy<double>/N:16777216/init_value:1/manual_time      0.000 s         0.000 s          3773 1.44696k/s    268.435
38/66 Test #38: Kokkos_PerformanceTest_ViewFirstTouch ......................   Passed   62.84 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-10_T18-34-07.json"
39: Test timeout computed to be: 1500
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
39: 2025-09-10T19:46:53+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.88, 3.32, 6.19
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
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          5400               42.7691M/s
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
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         18025                286.251M/s
39/66 Test #39: Kokkos_PerformanceTest_Mempool .............................   Passed    7.48 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-10_T18-34-07.json"
40: Test timeout computed to be: 1500
40: 2025-09-10T19:47:01+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.90, 3.24, 6.14
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     3.6145m        2.98983m      133.5u     449.985M          49.088k     449.985M
40: Test_Atomic<long int>/100000/iterations:10                     1.05 s          1.05 s            10          1            8    2.29685m         954.55u      63.25u     4.99995G         624.256k     4.99995G
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
40: Test_Atomic<long long int>/100000/iterations:10                3.16 s          3.15 s            10          1            8     5.29127        1049.48u      68.32u     4.99995G          657.12k     4.99995G
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
40: Test_Atomic<unsigned int>/100000/iterations:10                 1.05 s          1.05 s            10          1            4    1.61929m         965.96u     199.73u     704.983M         662.688k     704.983M
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorProp.cpp.o
40: Test_Atomic<unsigned long int>/100000/iterations:10            1.05 s          1.05 s            10          1            8    2.31395m          976.4u       72.4u     4.99995G         677.984k     4.99995G
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
40: Test_Atomic<unsigned long long int>/100000/iterations:10       3.14 s          3.14 s            10          1            8      5.4217        1.20105m      68.35u     4.99995G          685.44k     4.99995G
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
40: Test_Atomic<float>/100000/iterations:10                        1.05 s          1.05 s            10          0            4    3.45144m         933.61u    1047.49u     5.00008G         724.928k     4.99989G
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
40: Test_Atomic<double>/100000/iterations:10                       1.05 s          1.04 s            10          1            8    3.69968m          955.3u    1055.37u     4.99995G         632.704k     4.99995G
40/66 Test #40: Kokkos_PerformanceTest_Atomic ..............................   Passed  117.41 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-10_T18-34-07.json"
41: Test timeout computed to be: 1500
41: 2025-09-10T19:48:58+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: 1.14, 2.58, 5.55
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          15.8 us         15.5 us           10
41: ReductionCheapScalarResult<double>/100000/iterations:10         17.7 us         17.7 us           10
41: ReductionCheapScalarResult<double>/1000000/iterations:10        26.9 us         26.8 us           10
41: ReductionCheapScalarResult<double>/10000000/iterations:10       95.7 us         94.4 us           10
41: ReductionCheapHostResult<double>/10000/iterations:10            14.3 us         14.3 us           10
41: ReductionCheapHostResult<double>/100000/iterations:10           15.9 us         15.9 us           10
41: ReductionCheapHostResult<double>/1000000/iterations:10          29.9 us         29.2 us           10
41: ReductionCheapHostResult<double>/10000000/iterations:10          104 us          103 us           10
41: ReductionCheapDeviceResult<double>/10000/iterations:10          12.5 us         11.9 us           10
41: ReductionCheapDeviceResult<double>/100000/iterations:10         12.4 us         12.4 us           10
41: ReductionCheapDeviceResult<double>/1000000/iterations:10        25.2 us         25.1 us           10
41: ReductionCheapDeviceResult<double>/10000000/iterations:10        102 us          101 us           10
41: ReductionExpensive<double>/10000/iterations:10                  67.8 us         67.1 us           10
41: ReductionExpensive<double>/100000/iterations:10                  176 us          176 us           10
41: ReductionExpensive<double>/1000000/iterations:10                1535 us         1531 us           10
41: ReductionExpensive<double>/10000000/iterations:10              14921 us        14888 us           10
41/66 Test #41: Kokkos_PerformanceTest_Reduction ...........................   Passed    0.43 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 (570 ms)
42: [ RUN      ] serial_DeathTest.offsetview_unmanaged_construction
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
42: [       OK ] serial_DeathTest.offsetview_unmanaged_construction (3978 ms)
42: [----------] 2 tests from serial_DeathTest (4548 ms total)
42: 
42: [----------] 75 tests from serial
42: [ RUN      ] serial.bitset
42: [       OK ] serial.bitset (1946 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 (5 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 (10 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 (7 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
42: [       OK ] serial.scatterview (1753 ms)
42: [ RUN      ] serial.scatterview_devicetype
42: [       OK ] serial.scatterview_devicetype (1 ms)
42: [ RUN      ] serial.staticcrsgraph
42: [       OK ] serial.staticcrsgraph (11 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
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o
42: [       OK ] serial.UnorderedMap_insert (6188 ms)
42: [ RUN      ] serial.UnorderedMap_failed_insert
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
42: [       OK ] serial.UnorderedMap_failed_insert (3921 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 (13870 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 77 tests from 2 test suites ran. (18419 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.60 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
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
43: [       OK ] cuda_DeathTest.offsetview_unmanaged_construction (3912 ms)
43: [----------] 2 tests from cuda_DeathTest (3912 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 (1 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 (25 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
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
43: [       OK ] cuda.scatterview (11842 ms)
43: [ RUN      ] cuda.scatterview_devicetype
43: [       OK ] cuda.scatterview_devicetype (23 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 (3255 ms)
43: [ RUN      ] cuda.UnorderedMap_failed_insert
43: [       OK ] cuda.UnorderedMap_failed_insert (847 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 (16082 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 77 tests from 2 test suites ran. (19994 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.25 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.00285077
44:  View sum computation time: 0.00285077
44:  Strided View time (init only): 0.00111785
44:  View Rank7 time (init only): 0.00111747
44:  DynRankView time (init only): 0.00112603
44:  DynRankView sum computation time: 0.00184969
44:  Ratio of View to DynRankView time: 2.5317
44:  Ratio of View to DynRankView sum computation time: 1.00001
44:  Ratio of View to View Rank7  time: 2.55109
44:  Ratio of StrideView to DynRankView time: 0.99274
44:  Ratio of DynRankView to View Rank7  time: 1.00766
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.000202611, 2.5121e-05, 0.00242618, 0.00184861
44: 512, 0.000160115, 9.684e-06, 2.1667e-05, 0.00179949
44: 1024, 0.000134692, 8.993e-06, 2.0411e-05, 0.00176216
44: 2048, 0.000138362, 8.641e-06, 1.9468e-05, 0.00179232
44: 4096, 0.0001476, 8.598e-06, 2.032e-05, 0.0018663
44: 8192, 0.000139097, 8.888e-06, 2.3573e-05, 0.00186425
44: 16384, 0.000160729, 8.659e-06, 2.7658e-05, 0.00264249
44: 32768, 0.000397634, 9.27e-06, 3.2839e-05, 0.00395202
44: 65536, 0.000227523, 1.0915e-05, 3.7734e-05, 0.00612858
44: 131072, 0.000306232, 1.0921e-05, 6.0259e-05, 0.0121098
44: 262144, 0.00050476, 1.2325e-05, 0.00016454, 0.0172983
44: 524288, 0.000494506, 1.5452e-05, 0.000521166, 0.0270562
44: 1048576, 0.00052434, 2.5016e-05, 0.00131506, 0.057655
44: 2097152, 0.000581354, 3.1958e-05, 0.00311873, 0.12386
44: 4194304, 0.000791264, 6.0759e-05, 0.00691672, 0.255315
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 (553 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 4 tests from 1 test suite ran. (553 ms total)
44: [  PASSED  ] 4 tests.
44/66 Test #44: Kokkos_ContainersPerformanceTest_Cuda ......................   Passed    0.77 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 (638 ms)
45: [----------] 1 test from cuda_DeathTest (638 ms total)
45: 
45: [----------] 16 tests from cuda
45: [ RUN      ] cuda.SortUnsignedValueType
45: [       OK ] cuda.SortUnsignedValueType (18 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 (5 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 (73 ms)
45: [ RUN      ] cuda.BinSortGenericTests
45: [       OK ] cuda.BinSortGenericTests (24 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 core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o
45: [       OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (10411 ms)
45: [ RUN      ] cuda.NestedSort
45: [       OK ] cuda.NestedSort (28 ms)
45: [ RUN      ] cuda.NestedSortByKey
45: [       OK ] cuda.NestedSortByKey (85 ms)
45: [----------] 16 tests from cuda (10648 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 17 tests from 2 test suites ran. (11287 ms total)
45: [  PASSED  ] 17 tests.
45/66 Test #45: Kokkos_UnitTest_Sort .......................................   Passed   11.47 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:1757533790539503355
46: Test Scalar=int
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.43252e-07 0.0134078 -0.0169435 || 0.051031 28019 29284 || 28295 28674.4 || -234.227 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 0.0227872 -0.00298106 || 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.00779922 0.00985759 || 0.051031 27913 29357 || 28899.8 28674.4 || 136.271 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 -0.0198841 0.0019645 || 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.00518997 -0.00452364 || 0.051031 28095 29301 || 28526.3 28674.4 || -62.5347 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 0.0204725 0.00865147 || 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.00835595 0.00277054 || 0.051031 28028 29296 || 28436.8 28674.4 || 38.3 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 -0.00352676 -0.00134705 || 0.051031 1e+64 -1e+64
46: Test Scalar=half
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 0.000245603 -0.99999 -48243.1 || 0.051031 0 195059 || 2.92826e+09 28674.4 || -6.66912e+08 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 0.000735634 -0.307442 0.156387 || 0.051031 1e+64 -1e+64
46: Test Scalar=bhalf
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 0.00195778 -0.999999 -57856.9 || 0.051031 0 1.55155e+06 || 2.86909e+10 28674.4 || -7.99814e+08 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 0.00588339 -0.967964 10.2824 || 0.051031 1e+64 -1e+64
46: Test Scalar=float
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.71e-07 -0.00286928 -0.0427565 || 0.051031 28023 29348 || 28756.9 28674.4 || -591.066 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 7.26496e-07 0.0067713 -0.000932159 || 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.0033752 0.00426719 || 0.051031 28024 29312 || 28771.5 28674.4 || 58.9896 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 -0.0084069 0.00765447 || 0.051031 1e+64 -1e+64
46: Test Seed:1757533790644197280
46: Test Scalar=int
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.43252e-07 -0.00517949 -0.00340405 || 0.051031 28007 29290 || 28823.7 28674.4 || -47.0576 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 0.00528731 0.000831557 || 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.00163148 -0.00992599 || 0.051031 28060 29452 || 28627.7 28674.4 || -137.217 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 -0.00847976 0.00645984 || 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.00302333 -0.00272293 || 0.051031 28006 29351 || 28588 28674.4 || -37.6418 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 -0.0131004 -0.00372441 || 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.00724172 -0.000805823 || 0.051031 28049 29311 || 28883.6 28674.4 || -11.1397 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 -0.0156335 7.17232e-05 || 0.051031 1e+64 -1e+64
46: Test Scalar=half
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 0.000243435 -0.99999 -48249.4 || 0.051031 0 194727 || 2.92871e+09 28674.4 || -6.67e+08 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 0.000729245 -0.318783 0.162256 || 0.051031 1e+64 -1e+64
46: Test Scalar=bhalf
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 0.0019596 -0.999999 -57857.1 || 0.051031 0 1.55134e+06 || 2.86903e+10 28674.4 || -7.99817e+08 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 0.00588895 -0.96794 10.3024 || 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.00239748 -0.00959213 || 0.051031 28055 29553 || 28605.8 28674.4 || -132.602 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 7.11361e-07 -0.0222475 0.00653428 || 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.00693152 0.00359781 || 0.051031 28079 29424 || 28477 28674.4 || 49.7361 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 -0.00748228 -0.00387331 || 0.051031 1e+64 -1e+64
46: [       OK ] cuda.Random_XorShift64 (208 ms)
46: [ RUN      ] cuda.Random_XorShift1024_0
46: Test Seed:1757533790747748641
46: Test Scalar=int
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.47955e-07 0.0198039 -0.0056275 || 0.051031 10941 11785 || 11156 11377 || -77.7946 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 0.0130943 -0.00267366 || 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.0108558 -0.00319914 || 0.051031 10984 11862 || 11501.8 11377 || -44.2249 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 0.00862701 -0.00158381 || 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.0146385 0.00169629 || 0.051031 10990 11959 || 11212.8 11377 || 23.4495 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 0.00665382 0.000552723 || 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.00867054 -0.00649476 || 0.051031 10993 11756 || 11279.2 11377 || -89.7836 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 -0.0158247 0.00296819 || 0.051031 1e+64 -1e+64
46: Test Scalar=half
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 0.000244894 -0.999975 -7595.18 || 0.051031 0 77756 || 4.61061e+08 11377 || -1.04996e+08 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 0.000734372 -0.138885 0.0202218 || 0.051031 1e+64 -1e+64
46: Test Scalar=bhalf
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 0.00195464 -0.999997 -9108.12 || 0.051031 0 616400 || 4.51695e+09 11377 || -1.25911e+08 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 0.00587438 -0.922853 1.60021 || 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.0159352 -0.00651722 || 0.051031 10931 11802 || 11561.2 11377 || -90.0941 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 3.62396e-07 0.00873746 -0.00143524 || 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.00532756 -0.00540118 || 0.051031 10962 11848 || 11437.9 11377 || -74.6659 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 0.014722 -0.000506979 || 0.051031 1e+64 -1e+64
46: Test Seed:1757533790818346473
46: Test Scalar=int
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.47955e-07 0.0114928 0.00513465 || 0.051031 10950 11782 || 11247.7 11377 || 70.9814 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 0.000966558 -5.32813e-05 || 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.00527384 -0.000802554 || 0.051031 10998 11815 || 11317.3 11377 || -11.0945 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 -0.00280935 0.00242668 || 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.0057668 -0.00146265 || 0.051031 10958 11787 || 11311.7 11377 || -20.2196 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 0.00697754 0.0014503 || 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.0206923 0.0129411 || 0.051031 10950 11776 || 11146.3 11377 || 178.897 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 0.00141359 0.000103085 || 0.051031 1e+64 -1e+64
46: Test Scalar=half
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 0.000244143 -0.999975 -7594.81 || 0.051031 0 77653 || 4.60994e+08 11377 || -1.04991e+08 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 0.000732156 -0.139263 0.0220614 || 0.051031 1e+64 -1e+64
46: Test Scalar=bhalf
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 0.00195937 -0.999997 -9107.79 || 0.051031 0 616634 || 4.51641e+09 11377 || -1.25906e+08 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 0.00588796 -0.922333 1.61135 || 0.051031 1e+64 -1e+64
46: Test Scalar=float
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.79744e-07 -0.00989068 0.00240067 || 0.051031 10974 11799 || 11490.6 11377 || 33.1868 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 3.43323e-07 0.00876203 0.00387336 || 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.00367051 0.00942144 || 0.051031 10929 11829 || 11418.9 11377 || 130.242 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 -0.00296623 0.00110742 || 0.051031 1e+64 -1e+64
46: [       OK ] cuda.Random_XorShift1024_0 (168 ms)
46: [ RUN      ] cuda.Multi_streams
46: [       OK ] cuda.Multi_streams (333 ms)
46: [----------] 3 tests from cuda (711 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 3 tests from 1 test suite ran. (711 ms total)
46: [  PASSED  ] 3 tests.
46/66 Test #46: Kokkos_UnitTest_Random .....................................   Passed    0.93 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. (2 ms total)
47: [  PASSED  ] 16 tests.
47/66 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_A .........................   Passed    0.15 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 (6 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 (6 ms)
48: [----------] 7 tests from std_algorithms_min_max_element_test (25 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 7 tests from 1 test suite ran. (25 ms total)
48: [  PASSED  ] 7 tests.
48/66 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_B .........................   Passed    0.17 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 (17 ms)
49: [----------] 1 test from std_algorithms_lexicographical_compare_test (17 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 (53 ms)
49: [----------] 1 test from std_algorithms_for_each_test (53 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 (22 ms)
49: [----------] 1 test from std_algorithms_find_test (22 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 (309 ms)
49: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
49: [       OK ] std_algorithms_non_mod_seq_ops.find_end (321 ms)
49: [ RUN      ] std_algorithms_non_mod_seq_ops.search
49: [       OK ] std_algorithms_non_mod_seq_ops.search (313 ms)
49: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
49: [       OK ] std_algorithms_non_mod_seq_ops.search_n (230 ms)
49: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1174 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 (17 ms)
49: [----------] 1 test from std_algorithms_count_test (17 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 (10 ms)
49: [----------] 1 test from std_algorithms_equal_test (10 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 (24 ms)
49: [----------] 1 test from std_algorithms_all_any_none_of_test (24 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 (54 ms)
49: [----------] 1 test from std_algorithms_nonmod_seq_ops (54 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 (67 ms)
49: [----------] 1 test from std_algorithms_mismatch_test (67 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 (45 ms)
49: [----------] 1 test from std_algorithms_mod_seq_ops (45 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 13 tests from 10 test suites ran. (1488 ms total)
49: [  PASSED  ] 13 tests.
49/66 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    1.64 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 (0 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 (27 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 (46 ms)
50: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
50: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (46 ms)
50: [----------] 4 tests from std_algorithms_replace_ops_test (207 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 (43 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.remove
50: [       OK ] std_algorithms_mod_seq_ops.remove (26 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 (113 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
50: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (31 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.rotate
50: [       OK ] std_algorithms_mod_seq_ops.rotate (952 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
50: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (410 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
50: [       OK ] std_algorithms_mod_seq_ops.shift_left (1084 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
50: [       OK ] std_algorithms_mod_seq_ops.shift_right (1081 ms)
50: [----------] 11 tests from std_algorithms_mod_seq_ops (3879 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 (48 ms)
50: [----------] 1 test from std_algorithms_modseq_test (48 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 31 tests from 5 test suites ran. (4139 ms total)
50: [  PASSED  ] 31 tests.
50/66 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    4.40 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 (11 ms)
51: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
51: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (10 ms)
51: [----------] 2 tests from std_algorithms_sorting_ops_test (22 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 (2 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 (21 ms)
51: [----------] 1 test from std_algorithms_partitioning_ops (21 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 (2 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 (8 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 (103 ms)
51: [----------] 1 test from std_algorithms_numerics_ops_test (103 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 (499 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 (438 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 (142 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 (245 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 (1326 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 (35 ms)
51: [----------] 1 test from std_algorithms_transform_ops_test (35 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 29 tests from 7 test suites ran. (1519 ms total)
51: [  PASSED  ] 29 tests.
51/66 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    1.94 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 (366 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 (351 ms)
52: [----------] 2 tests from std_algorithms_adjacent_find_team_test (719 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 (140 ms)
52: [----------] 2 tests from std_algorithms_count_team_test (300 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 (193 ms)
52: [----------] 1 test from std_algorithms_count_if_team_test (194 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 (378 ms)
52: [----------] 1 test from std_algorithms_for_each_team_test (378 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 (384 ms)
52: [----------] 1 test from std_algorithms_for_each_n_team_test (384 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 (418 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 (355 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 (359 ms)
52: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1133 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 (437 ms)
52: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
52: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (457 ms)
52: [----------] 2 tests from std_algorithms_mismatch_team_test (895 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 12 tests from 7 test suites ran. (4004 ms total)
52: [  PASSED  ] 12 tests.
52/66 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed    4.23 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 (635 ms)
53: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
53: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (651 ms)
53: [----------] 2 tests from std_algorithms_equal_team_test (1286 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 (298 ms)
53: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
53: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (302 ms)
53: [----------] 2 tests from std_algorithms_search_team_test (600 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 (405 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 (374 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 (340 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 (491 ms)
53: [----------] 2 tests from std_algorithms_find_first_of_team_test (832 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 8 tests from 4 test suites ran. (3499 ms total)
53: [  PASSED  ] 8 tests.
53/66 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed    3.72 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 (139 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 (137 ms)
54: [----------] 2 tests from std_algorithms_find_team_test (277 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 (130 ms)
54: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
54: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (136 ms)
54: [----------] 2 tests from std_algorithms_find_if_team_test (267 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 (136 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 (127 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 (134 ms)
54: [----------] 1 test from std_algorithms_all_of_team_test (134 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 (143 ms)
54: [----------] 1 test from std_algorithms_none_of_team_test (143 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 (180 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 (332 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 11 tests from 7 test suites ran. (1545 ms total)
54: [  PASSED  ] 11 tests.
54/66 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    1.81 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 (474 ms)
55: [----------] 1 test from std_algorithms_min_element_team_test (474 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 (464 ms)
55: [----------] 1 test from std_algorithms_max_element_team_test (464 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 (505 ms)
55: [----------] 1 test from std_algorithms_minmax_element_team_test (505 ms total)
55: 
55: [----------] Global test environment tear-down
55: [==========] 3 tests from 3 test suites ran. (1445 ms total)
55: [  PASSED  ] 3 tests.
55/66 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    1.60 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 (201 ms)
56: [----------] 1 test from std_algorithms_fill_team_test (201 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 (212 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 (318 ms)
56: [----------] 1 test from std_algorithms_replace_team_test (318 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 (290 ms)
56: [----------] 1 test from std_algorithms_replace_if_team_test (290 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 (413 ms)
56: [----------] 1 test from std_algorithms_replace_copy_team_test (413 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 (326 ms)
56: [----------] 1 test from std_algorithms_replace_copy_if_team_test (326 ms total)
56: 
56: [----------] Global test environment tear-down
56: [==========] 6 tests from 6 test suites ran. (1764 ms total)
56: [  PASSED  ] 6 tests.
56/66 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    1.97 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 (222 ms)
57: [----------] 1 test from std_algorithms_reverse_team_test (222 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 (252 ms)
57: [----------] 1 test from std_algorithms_reverse_copy_team_test (252 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 (376 ms)
57: [----------] 1 test from std_algorithms_rotate_team_test (377 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 (395 ms)
57: [----------] 1 test from std_algorithms_rotate_copy_team_test (395 ms total)
57: 
57: [----------] Global test environment tear-down
57: [==========] 4 tests from 4 test suites ran. (1247 ms total)
57: [  PASSED  ] 4 tests.
57/66 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    1.40 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 (466 ms)
58: [----------] 1 test from std_algorithms_move_team_test (466 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 (363 ms)
58: [----------] 1 test from std_algorithms_move_backward_team_test (363 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 (1133 ms)
58: [----------] 1 test from std_algorithms_shift_left_team_test (1133 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 (1132 ms)
58: [----------] 1 test from std_algorithms_shift_right_team_test (1132 ms total)
58: 
58: [----------] Global test environment tear-down
58: [==========] 4 tests from 4 test suites ran. (3096 ms total)
58: [  PASSED  ] 4 tests.
58/66 Test #58: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed    3.25 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
59: [       OK ] std_algorithms_copy_team_test.test (597 ms)
59: [----------] 1 test from std_algorithms_copy_team_test (597 ms total)
59: 
59: [----------] 1 test from std_algorithms_copy_n_team_test
59: [ RUN      ] std_algorithms_copy_n_team_test.test
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 (357 ms)
59: [----------] 1 test from std_algorithms_copy_backward_team_test (357 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 (331 ms)
59: [----------] 1 test from std_algorithms_unique_copy_team_test (331 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 (325 ms)
59: [----------] 1 test from std_algorithms_remove_team_test (325 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 (286 ms)
59: [----------] 1 test from std_algorithms_remove_if_team_test (286 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 (345 ms)
59: [----------] 1 test from std_algorithms_remove_copy_team_test (345 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 (291 ms)
59: [----------] 1 test from std_algorithms_remove_copy_if_team_test (291 ms total)
59: 
59: [----------] Global test environment tear-down
59: [==========] 9 tests from 9 test suites ran. (3144 ms total)
59: [  PASSED  ] 9 tests.
59/66 Test #59: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    3.34 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 (455 ms)
60: [----------] 1 test from std_algorithms_unique_team_test (455 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 (629 ms)
60: [----------] 1 test from std_algorithms_adjacent_difference_team_test (629 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 (437 ms)
60: [----------] 1 test from std_algorithms_reduce_team_test (437 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 (811 ms)
60: [----------] 1 test from std_algorithms_transform_reduce_team_test (811 ms total)
60: 
60: [----------] Global test environment tear-down
60: [==========] 4 tests from 4 test suites ran. (2333 ms total)
60: [  PASSED  ] 4 tests.
60/66 Test #60: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    2.56 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 (502 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 (481 ms)
61: [----------] 2 tests from std_algorithms_is_sorted_team_test (983 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 (11 ms)
61: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
61: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (13 ms)
61: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
61: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (434 ms)
61: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
61: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (475 ms)
61: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (935 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 (238 ms)
61: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
61: [       OK ] std_algorithms_is_partitioned_team_test.all_false (229 ms)
61: [ RUN      ] std_algorithms_is_partitioned_team_test.random
61: [       OK ] std_algorithms_is_partitioned_team_test.random (216 ms)
61: [----------] 4 tests from std_algorithms_is_partitioned_team_test (690 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 (634 ms)
61: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
61: [       OK ] std_algorithms_partition_copy_team_test.all_false (628 ms)
61: [ RUN      ] std_algorithms_partition_copy_team_test.random
61: [       OK ] std_algorithms_partition_copy_team_test.random (629 ms)
61: [----------] 4 tests from std_algorithms_partition_copy_team_test (1903 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 (7 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 (238 ms)
61: [ RUN      ] std_algorithms_partition_point_team_test.random
61: [       OK ] std_algorithms_partition_point_team_test.random (215 ms)
61: [----------] 4 tests from std_algorithms_partition_point_team_test (696 ms total)
61: 
61: [----------] Global test environment tear-down
61: [==========] 18 tests from 5 test suites ran. (5209 ms total)
61: [  PASSED  ] 18 tests.
61/66 Test #61: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    5.40 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 (663 ms)
62: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
62: [       OK ] std_algorithms_transform_team_test.test_binary_op (677 ms)
62: [----------] 2 tests from std_algorithms_transform_team_test (1341 ms total)
62: 
62: [----------] 1 test from std_algorithms_generate_team_test
62: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
62: [       OK ] std_algorithms_generate_team_test.test_unary_op (1545 ms)
62: [----------] 1 test from std_algorithms_generate_team_test (1545 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 (214 ms)
62: [----------] 1 test from std_algorithms_generate_n_team_test (214 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 (626 ms)
62: [----------] 1 test from std_algorithms_swap_ranges_team_test (626 ms total)
62: 
62: [----------] Global test environment tear-down
62: [==========] 5 tests from 4 test suites ran. (3728 ms total)
62: [  PASSED  ] 5 tests.
62/66 Test #62: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    3.98 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 (1347 ms)
63: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1347 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 (661 ms)
63: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (661 ms total)
63: 
63: [----------] Global test environment tear-down
63: [==========] 2 tests from 2 test suites ran. (2009 ms total)
63: [  PASSED  ] 2 tests.
63/66 Test #63: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    2.21 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 (1293 ms)
64: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1293 ms total)
64: 
64: [----------] Global test environment tear-down
64: [==========] 2 tests from 2 test suites ran. (3229 ms total)
64: [  PASSED  ] 2 tests.
64/66 Test #64: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    3.45 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-10_T18-34-07.json"
65: Test timeout computed to be: 1500
65: 2025-09-10T19:50:39+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.12, 2.19, 5.11
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
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           370   889.19/s       1.6k          1
65: BM_inclusive_scan<std::int64_t>/100000000/manual_time                   0.002 s         0.002 s           384  885.497/s       1.6k          1
65: BM_inclusive_scan<double>/100000000/manual_time                         0.002 s         0.002 s           390  888.799/s       1.6k          1
65: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time      0.002 s         0.002 s           390  894.364/s       1.6k          1
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
65: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time       0.002 s         0.002 s           390  894.384/s       1.6k          1
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
65: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time             0.002 s         0.002 s           391  894.534/s       1.6k          1
65: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time      0.002 s         0.002 s           387  888.894/s       1.6k          1
65: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time       0.002 s         0.002 s           386  886.348/s       1.6k          1
65: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time             0.002 s         0.002 s           387  887.283/s       1.6k          1
65/66 Test #65: Kokkos_PerformanceTest_InclusiveScan .......................   Passed   35.57 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 (8 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.47 sec

100% tests passed, 0 tests failed out of 66

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

Total Test time (real) = 599.65 sec
Post stage
[Pipeline] sh
+ ccache --show-stats
Summary:
  Hits:              28 /  814 (3.44 %)
    Direct:          28 /  814 (3.44 %)
    Preprocessed:     0 /  786 (0.00 %)
  Misses:           786
    Direct:         786
    Preprocessed:   786
Primary storage:
  Hits:              56 / 1628 (3.44 %)
  Misses:          1572
  Cache size (GB): 4.53 / 5.00 (90.69 %)
  Cleanups:           5

Use the -v/--verbose option for more details.
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
$ docker stop --time=1 6227355e20ebd91c27fafdb56edd70f5f3a58415e7a1af9f8c3e74870bb61a41
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 6227355e20ebd91c27fafdb56edd70f5f3a58415e7a1af9f8c3e74870bb61a41
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
fetnat_07 seems to be removed or offline (java.lang.InterruptedException); will wait for 5 min 0 sec for it to come back online
fetnat_07 is back online
fetnat_07 seems to be removed or offline (java.lang.InterruptedException); will wait for 5 min 0 sec for it to come back online
fetnat_07 is back online
fetnat_07 seems to be removed or offline (java.lang.InterruptedException); will wait for 5 min 0 sec for it to come back online
fetnat_07 is back online
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfViews.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 96%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o
[ 96%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.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_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o
[ 98%] 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_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o
[ 99%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o
[ 99%] Built target Kokkos_UnitTest_SIMD
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c15.cpp.o
[100%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP
[100%] Built target Kokkos_CoreUnitTest_OpenMP
+ 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: a2c49d1da172
   Build name: Linux-nvc++
Create new tag: 20250910-2007 - 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 (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/56 Test  #1: Kokkos_CoreUnitTest_OpenMP_ViewSupport .....................   Passed    0.60 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 (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 (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 (0 ms)
2: [----------] 21 tests from cuda (5 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 21 tests from 1 test suite ran. (5 ms total)
2: [  PASSED  ] 21 tests.
 2/56 Test  #2: Kokkos_CoreUnitTest_Cuda_ViewSupport .......................   Passed    0.22 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 (504 ms)
3: [ RUN      ] openmp_DeathTest.abort_from_device
3: [       OK ] openmp_DeathTest.abort_from_device (535 ms)
3: [ RUN      ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort
3: [       OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (494 ms)
3: [ RUN      ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions
3: [       OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (628 ms)
3: [ RUN      ] openmp_DeathTest.policy_invalid_bounds
3: [       OK ] openmp_DeathTest.policy_invalid_bounds (504 ms)
3: [ RUN      ] openmp_DeathTest.range_policy_invalid_bounds
3: [       OK ] openmp_DeathTest.range_policy_invalid_bounds (1250 ms)
3: [ RUN      ] openmp_DeathTest.range_policy_round_trip_conversion_fires
3: [       OK ] openmp_DeathTest.range_policy_round_trip_conversion_fires (704 ms)
3: [ RUN      ] openmp_DeathTest.range_policy_check_sign_changes
3: [       OK ] openmp_DeathTest.range_policy_check_sign_changes (963 ms)
3: [ RUN      ] openmp_DeathTest.range_policy_implicitly_converted_bounds
3: [       OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (1992 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 (4086 ms)
3: [ RUN      ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment
3: [       OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (4143 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 (1261 ms)
3: [----------] 21 tests from openmp_DeathTest (17071 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 (1256 ms)
3: [----------] 1 test from openmp_graph_DeathTest (1256 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 (6 ms)
3: [ RUN      ] openmp.atomic_operations_complexfloat
3: [       OK ] openmp.atomic_operations_complexfloat (1 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 (5 ms)
3: [ RUN      ] openmp.atomic_operations_int16
3: [       OK ] openmp.atomic_operations_int16 (4 ms)
3: [ RUN      ] openmp.atomic_operations_int
3: [       OK ] openmp.atomic_operations_int (4 ms)
3: [ RUN      ] openmp.atomic_operations_long
3: [       OK ] openmp.atomic_operations_long (4 ms)
3: [ RUN      ] openmp.atomic_operations_longlong
3: [       OK ] openmp.atomic_operations_longlong (4 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 (4 ms)
3: [ RUN      ] openmp.atomic_operations_unsignedlong
3: [       OK ] openmp.atomic_operations_unsignedlong (4 ms)
3: [ RUN      ] openmp.atomics
3: [       OK ] openmp.atomics (16 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 (250 ms)
3: [ RUN      ] openmp.atomic_views_nonintegral
3: [       OK ] openmp.atomic_views_nonintegral (216 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 (4 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 (1 ms)
3: [ RUN      ] openmp.deep_copy_assignable_types_rank_3
3: [       OK ] openmp.deep_copy_assignable_types_rank_3 (1 ms)
3: [ RUN      ] openmp.deep_copy_assignable_types_rank_4
3: [       OK ] openmp.deep_copy_assignable_types_rank_4 (1 ms)
3: [ RUN      ] openmp.deep_copy_assignable_types_rank_5
3: [       OK ] openmp.deep_copy_assignable_types_rank_5 (1 ms)
3: [ RUN      ] openmp.deep_copy_assignable_types_rank_6
3: [       OK ] openmp.deep_copy_assignable_types_rank_6 (1 ms)
3: [ RUN      ] openmp.deep_copy_assignable_types_rank_7
3: [       OK ] openmp.deep_copy_assignable_types_rank_7 (1 ms)
3: [ RUN      ] openmp.deep_copy_assignable_types_rank_8
3: [       OK ] openmp.deep_copy_assignable_types_rank_8 (1 ms)
3: [ RUN      ] openmp.deep_copy_assignable_types_rank_1_half
3: [       OK ] openmp.deep_copy_assignable_types_rank_1_half (1 ms)
3: [ RUN      ] openmp.deep_copy_assignable_types_rank_2_half
3: [       OK ] openmp.deep_copy_assignable_types_rank_2_half (1 ms)
3: [ RUN      ] openmp.deep_copy_assignable_types_rank_3_half
3: [       OK ] openmp.deep_copy_assignable_types_rank_3_half (1 ms)
3: [ RUN      ] openmp.deep_copy_narrowing_rank_0
3: [       OK ] openmp.deep_copy_narrowing_rank_0 (2 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 (1 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 (0 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 (888 ms)
3: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutleft
3: [       OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1047 ms)
3: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutright
3: [       OK ] openmp.local_deepcopy_teampolicy_layoutright (616 ms)
3: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutright
3: [       OK ] openmp.local_deepcopy_rangepolicy_layoutright (616 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 (0 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 (0 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 (347 ms)
3: [ RUN      ] openmp.mdrange_6d
3: [       OK ] openmp.mdrange_6d (502 ms)
3: [ RUN      ] openmp.mdrange_2d
3: [       OK ] openmp.mdrange_2d (1 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 (8 ms)
3: [ RUN      ] openmp.mdrange_neg_idx
3: [       OK ] openmp.mdrange_neg_idx (30 ms)
3: [ RUN      ] openmp.mdrange_4d
3: [       OK ] openmp.mdrange_4d (223 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 (505 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 (1835 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 (1 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 (0 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 (55 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 (11 ms)
3: [ RUN      ] openmp.kokkos_printf
3: [       OK ] openmp.kokkos_printf (74 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 (0 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 (2 ms)
3: [ RUN      ] openmp.reducers_double
3: [       OK ] openmp.reducers_double (2 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 (2 ms)
3: [ RUN      ] openmp.reducers_half_t
3: [       OK ] openmp.reducers_half_t (1 ms)
3: [ RUN      ] openmp.reducers_bhalf_t
3: [       OK ] openmp.reducers_bhalf_t (1 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 (0 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 (74 ms)
3: [ RUN      ] openmp.double_reduce
3: [       OK ] openmp.double_reduce (78 ms)
3: [ RUN      ] openmp.int64_t_reduce_dynamic
3: [       OK ] openmp.int64_t_reduce_dynamic (325 ms)
3: [ RUN      ] openmp.double_reduce_dynamic
3: [       OK ] openmp.double_reduce_dynamic (343 ms)
3: [ RUN      ] openmp.int64_t_reduce_dynamic_view
3: [       OK ] openmp.int64_t_reduce_dynamic_view (161 ms)
3: [ RUN      ] openmp.int_combined_reduce
3: [       OK ] openmp.int_combined_reduce (0 ms)
3: [ RUN      ] openmp.mdrange_combined_reduce
3: [       OK ] openmp.mdrange_combined_reduce (0 ms)
3: [ RUN      ] openmp.int_combined_reduce_mixed
3: [       OK ] openmp.int_combined_reduce_mixed (0 ms)
3: [ RUN      ] openmp.reduction_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 (1 ms)
3: [ RUN      ] openmp.reduce_device_view_range_policy
3: [       OK ] openmp.reduce_device_view_range_policy (81 ms)
3: [ RUN      ] openmp.reduce_device_view_mdrange_policy
3: [       OK ] openmp.reduce_device_view_mdrange_policy (89 ms)
3: [ RUN      ] openmp.reduce_device_view_team_policy
3: [       OK ] openmp.reduce_device_view_team_policy (494 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 (24 ms)
3: [ RUN      ] openmp.team_reduce_large
3: [       OK ] openmp.team_reduce_large (311 ms)
3: [ RUN      ] openmp.team_parallel_single
3: [       OK ] openmp.team_parallel_single (2631 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 (80 ms)
3: [ RUN      ] openmp.team_broadcast_long_wrapper
3: [       OK ] openmp.team_broadcast_long_wrapper (86 ms)
3: [ RUN      ] openmp.team_broadcast_char
3: [       OK ] openmp.team_broadcast_char (77 ms)
3: [ RUN      ] openmp.team_broadcast_float
3: [       OK ] openmp.team_broadcast_float (86 ms)
3: [ RUN      ] openmp.team_broadcast_double
3: [       OK ] openmp.team_broadcast_double (78 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 (344 ms)
3: [ RUN      ] openmp.triple_nested_parallelism
3: [       OK ] openmp.triple_nested_parallelism (129 ms)
3: [ RUN      ] openmp.parallel_scan_with_reducers
3: [       OK ] openmp.parallel_scan_with_reducers (69 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 (7 ms)
3: [ RUN      ] openmp.ThreadVectorMDRangeParallelFor
3: [       OK ] openmp.ThreadVectorMDRangeParallelFor (6 ms)
3: [ RUN      ] openmp.TeamVectorMDRangeParallelFor
3: [       OK ] openmp.TeamVectorMDRangeParallelFor (7 ms)
3: [ RUN      ] openmp.TeamThreadMDRangeParallelReduce
3: [       OK ] openmp.TeamThreadMDRangeParallelReduce (9 ms)
3: [ RUN      ] openmp.ThreadVectorMDRangeParallelReduce
3: [       OK ] openmp.ThreadVectorMDRangeParallelReduce (8 ms)
3: [ RUN      ] openmp.TeamVectorMDRangeParallelReduce
3: [       OK ] openmp.TeamVectorMDRangeParallelReduce (8 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 (11670 ms)
3: [ RUN      ] openmp.team_long_reduce
3: [       OK ] openmp.team_long_reduce (58 ms)
3: [ RUN      ] openmp.team_double_reduce
3: [       OK ] openmp.team_double_reduce (59 ms)
3: [ RUN      ] openmp.team_long_array_reduce
3: [       OK ] openmp.team_long_array_reduce (60 ms)
3: [ RUN      ] openmp.team_double_array_reduce
3: [       OK ] openmp.team_double_array_reduce (60 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 (321 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 (167 ms)
3: [ RUN      ] openmp.team_scan_ret_val
3: [       OK ] openmp.team_scan_ret_val (165 ms)
3: [ RUN      ] openmp.team_shared_request
3: [       OK ] openmp.team_shared_request (54 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 (7 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 (7 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 (3632 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 (106 ms)
3: [ RUN      ] openmp.timer
3: [       OK ] openmp.timer (20 ms)
3: [ RUN      ] openmp.unique_token_global
3: [       OK ] openmp.unique_token_global (13 ms)
3: [ RUN      ] openmp.unique_token_instance
3: [       OK ] openmp.unique_token_instance (36 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 (4 ms)
3: [ RUN      ] openmp.view_layout_left_with_stride
3: [       OK ] openmp.view_layout_left_with_stride (0 ms)
3: [ RUN      ] openmp.view_layout_right_with_stride
3: [       OK ] openmp.view_layout_right_with_stride (0 ms)
3: [ RUN      ] openmp.view_api_b
3: [       OK ] openmp.view_api_b (1 ms)
3: [ RUN      ] openmp.view_api_c
3: [       OK ] openmp.view_api_c (0 ms)
3: [ RUN      ] openmp.view_api_d
3: [       OK ] openmp.view_api_d (0 ms)
3: [ RUN      ] openmp.view_remap
3: [       OK ] openmp.view_remap (0 ms)
3: [ RUN      ] openmp.view_mirror_nonconst
3: [       OK ] openmp.view_mirror_nonconst (0 ms)
3: [ RUN      ] openmp.view_stride_method
3: [       OK ] openmp.view_stride_method (0 ms)
3: [ RUN      ] openmp.anonymous_space
3: [       OK ] openmp.anonymous_space (0 ms)
3: [ RUN      ] openmp.view_overload_resolution
3: [       OK ] openmp.view_overload_resolution (0 ms)
3: [ RUN      ] openmp.view_allocation_large_rank
3: [       OK ] openmp.view_allocation_large_rank (286 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 (2 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 (2639 ms)
3: [ RUN      ] openmp.view_fill_tests_layout_left
3: [       OK ] openmp.view_fill_tests_layout_left (2621 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 (61 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 (57 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 (4 ms)
3: [ RUN      ] openmp.view_realloc
3: [       OK ] openmp.view_realloc (0 ms)
3: [ RUN      ] openmp.workgraph_fib
3: [       OK ] openmp.workgraph_fib (610 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 (7 ms)
3: [ RUN      ] openmp.view_subview_2d_from_3d_atomic
3: [       OK ] openmp.view_subview_2d_from_3d_atomic (10 ms)
3: [ RUN      ] openmp.view_subview_2d_from_3d_randomaccess
3: [       OK ] openmp.view_subview_2d_from_3d_randomaccess (9 ms)
3: [ RUN      ] openmp.view_subview_3d_from_5d_left
3: [       OK ] openmp.view_subview_3d_from_5d_left (85 ms)
3: [ RUN      ] openmp.view_subview_3d_from_5d_left_atomic
3: [       OK ] openmp.view_subview_3d_from_5d_left_atomic (90 ms)
3: [ RUN      ] openmp.view_subview_3d_from_5d_left_randomaccess
3: [       OK ] openmp.view_subview_3d_from_5d_left_randomaccess (87 ms)
3: [ RUN      ] openmp.view_subview_3d_from_5d_right
3: [       OK ] openmp.view_subview_3d_from_5d_right (94 ms)
3: [ RUN      ] openmp.view_subview_3d_from_5d_right_atomic
3: [       OK ] openmp.view_subview_3d_from_5d_right_atomic (99 ms)
3: [ RUN      ] openmp.view_subview_3d_from_5d_right_randomaccess
3: [       OK ] openmp.view_subview_3d_from_5d_right_randomaccess (99 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 (36505 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 (2 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 393 tests from 4 test suites ran. (54836 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   55.00 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 (118 ms)
4: [----------] 1 test from openmp (118 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 1 test from 1 test suite ran. (118 ms total)
4: [  PASSED  ] 1 test.
 4/56 Test  #4: Kokkos_CoreUnitTest_OpenMPInterOp ..........................   Passed    0.27 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 (480 ms)
5: [ RUN      ] cuda_DeathTest.abort_from_device
5: [       OK ] cuda_DeathTest.abort_from_device (794 ms)
5: [ RUN      ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort
5: [       OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (790 ms)
5: [ RUN      ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions
5: [       OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (500 ms)
5: [ RUN      ] cuda_DeathTest.policy_invalid_bounds
5: [       OK ] cuda_DeathTest.policy_invalid_bounds (473 ms)
5: [ RUN      ] cuda_DeathTest.range_policy_invalid_bounds
5: [       OK ] cuda_DeathTest.range_policy_invalid_bounds (1065 ms)
5: [ RUN      ] cuda_DeathTest.range_policy_round_trip_conversion_fires
5: [       OK ] cuda_DeathTest.range_policy_round_trip_conversion_fires (523 ms)
5: [ RUN      ] cuda_DeathTest.range_policy_check_sign_changes
5: [       OK ] cuda_DeathTest.range_policy_check_sign_changes (953 ms)
5: [ RUN      ] cuda_DeathTest.range_policy_implicitly_converted_bounds
5: [       OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (1986 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 (527 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 (615 ms)
5: [----------] 11 tests from cuda_DeathTest (8710 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 (979 ms)
5: [----------] 1 test from cuda_graph_DeathTest (979 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 (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 (15 ms)
5: [ RUN      ] cuda.atomic_operations_int16
5: [       OK ] cuda.atomic_operations_int16 (14 ms)
5: [ RUN      ] cuda.atomic_operations_int
5: [       OK ] cuda.atomic_operations_int (13 ms)
5: [ RUN      ] cuda.atomic_operations_long
5: [       OK ] cuda.atomic_operations_long (13 ms)
5: [ RUN      ] cuda.atomic_operations_longlong
5: [       OK ] cuda.atomic_operations_longlong (13 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 (11 ms)
5: [ RUN      ] cuda.atomic_operations_unsignedlong
5: [       OK ] cuda.atomic_operations_unsignedlong (12 ms)
5: [ RUN      ] cuda.atomics
5: [       OK ] cuda.atomics (136 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 (20 ms)
5: [ RUN      ] cuda.atomic_views_nonintegral
5: [       OK ] cuda.atomic_views_nonintegral (64 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 (1 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 (0 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 (10 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 (10 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 (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
5: [       OK ] cuda.exec_space_thread_safety_range (6446 ms)
5: [ RUN      ] cuda.exec_space_thread_safety_mdrange
5: [       OK ] cuda.exec_space_thread_safety_mdrange (662 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 (1141 ms)
5: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutleft
5: [       OK ] cuda.local_deepcopy_rangepolicy_layoutleft (1928 ms)
5: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutright
5: [       OK ] cuda.local_deepcopy_teampolicy_layoutright (1112 ms)
5: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutright
5: [       OK ] cuda.local_deepcopy_rangepolicy_layoutright (1358 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 (11 ms)
5: [ RUN      ] cuda.mathematical_functions_hyperbolic_functions
5: [       OK ] cuda.mathematical_functions_hyperbolic_functions (10 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 (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 (11 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 (18 ms)
5: [ RUN      ] cuda.mathspecialfunc_expint1
5: [       OK ] cuda.mathspecialfunc_expint1 (3 ms)
5: [ RUN      ] cuda.mathspecialfunc_errorfunc
5: [       OK ] cuda.mathspecialfunc_errorfunc (4 ms)
5: [ RUN      ] cuda.mathspecialfunc_cbesselj0y0
5: [       OK ] cuda.mathspecialfunc_cbesselj0y0 (26 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 (164 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 (42 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 (75 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 (1433 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 (4 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: /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 (0 ms)
5: [ RUN      ] cuda.memory_pool
5: [       OK ] cuda.memory_pool (15 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 (41 ms)
5: [ RUN      ] cuda.kokkos_printf
5: [       OK ] cuda.kokkos_printf (3 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 (6 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 (4 ms)
5: [ RUN      ] cuda.reducers_bhalf_t
5: [       OK ] cuda.reducers_bhalf_t (6 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 (2 ms)
5: [ RUN      ] cuda.reducers_point_t
5: [       OK ] cuda.reducers_point_t (9 ms)
5: [ RUN      ] cuda.reducers_bool
5: [       OK ] cuda.reducers_bool (0 ms)
5: [ RUN      ] cuda.int64_t_reduce
5: [       OK ] cuda.int64_t_reduce (12 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 (14 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 (109 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 (100 ms)
5: [----------] 219 tests from cuda (19003 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. (28699 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.95 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 (3614 ms)
6: [ RUN      ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment
6: [       OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (3738 ms)
6: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_host
6: [       OK ] cuda_DeathTest.view_memory_access_violations_from_host (11356 ms)
6: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_device
6: [       OK ] cuda_DeathTest.view_memory_access_violations_from_device (11446 ms)
6: [----------] 8 tests from cuda_DeathTest (30155 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 (1265 ms)
6: [----------] 2 tests from cuda_uvm_DeathTest (1265 ms total)
6: 
6: [----------] 109 tests from cuda
6: [ RUN      ] cuda.team_for
6: [       OK ] cuda.team_for (26 ms)
6: [ RUN      ] cuda.team_reduce
6: [       OK ] cuda.team_reduce (0 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 (11 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 (93 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 (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 (19 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 (1130 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 (13 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 (152 ms)
6: [ RUN      ] cuda.team_scan_ret_val
6: [       OK ] cuda.team_scan_ret_val (149 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 (321 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 (2 ms)
6: [ RUN      ] cuda.unique_token_team_acquire
6: [       OK ] cuda.unique_token_team_acquire (14 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 (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 (0 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 (92 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 (70 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 (24 ms)
6: [ RUN      ] cuda.view_realloc
6: [       OK ] cuda.view_realloc (0 ms)
6: [ RUN      ] cuda.workgraph_fib
6: [       OK ] cuda.workgraph_fib (849 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 (3417 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 (17 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 (4 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 (4 ms)
6: [ RUN      ] cuda_uvm.view_subview_layoutright_to_layoutright
6: [       OK ] cuda_uvm.view_subview_layoutright_to_layoutright (3 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 (7 ms)
6: [ RUN      ] cuda_uvm.view_subview_2d_from_3d
6: [       OK ] cuda_uvm.view_subview_2d_from_3d (53 ms)
6: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_atomic
6: [       OK ] cuda_uvm.view_subview_2d_from_3d_atomic (52 ms)
6: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_randomaccess
6: [       OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (52 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_left (74 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 (77 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_right (76 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_atomic
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (75 ms)
6: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess
6: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (76 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 (675 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 147 tests from 4 test suites ran. (35514 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   36.10 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 (14980 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 (14988 ms total)
7: 
7: [----------] 28 tests from cuda_hostpinned
7: [ RUN      ] cuda_hostpinned.impl_shared_alloc
7: [       OK ] cuda_hostpinned.impl_shared_alloc (48 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 (7 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 (2813 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 (3554 ms)
7: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_left
7: [       OK ] cuda_hostpinned.view_fill_tests_layout_left (3994 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping
7: [       OK ] cuda_hostpinned.view_mapping (65 ms)
7: [ RUN      ] cuda_hostpinned.view_mapping_operator
7: [       OK ] cuda_hostpinned.view_mapping_operator (2 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 (2 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 (10517 ms total)
7: 
7: [----------] 28 tests from cuda_uvm
7: [ RUN      ] cuda_uvm.impl_shared_alloc
7: [       OK ] cuda_uvm.impl_shared_alloc (84 ms)
7: [ RUN      ] cuda_uvm.view_api_a
7: [       OK ] cuda_uvm.view_api_a (14 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 (19 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 (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 (310 ms)
7: [ RUN      ] cuda_uvm.view_shmem_size_on_device
7: [       OK ] cuda_uvm.view_shmem_size_on_device (3 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 (15 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 (142 ms)
7: [ RUN      ] cuda_uvm.view_fill_tests_layout_left
7: [       OK ] cuda_uvm.view_fill_tests_layout_left (105 ms)
7: [ RUN      ] cuda_uvm.view_mapping
7: [       OK ] cuda_uvm.view_mapping (67 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 (4 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 (844 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 62 tests from 3 test suites ran. (26350 ms total)
7: [  PASSED  ] 62 tests.
 7/56 Test  #7: Kokkos_CoreUnitTest_Cuda3 ..................................   Passed   26.62 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.27 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 (661 ms)
9: [----------] 2 tests from cuda (671 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 2 tests from 1 test suite ran. (671 ms total)
9: [  PASSED  ] 2 tests.
 9/56 Test  #9: Kokkos_CoreUnitTest_CudaTimingBased ........................   Passed    0.85 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 (111 ms)
10: [----------] 1 test from cuda (111 ms total)
10: 
10: [----------] Global test environment tear-down
10: [==========] 1 test from 1 test suite ran. (111 ms total)
10: [  PASSED  ] 1 test.
10/56 Test #10: Kokkos_CoreUnitTest_CudaInterOpInit ........................   Passed    0.20 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 (109 ms)
11: [----------] 1 test from cuda (109 ms total)
11: 
11: [----------] Global test environment tear-down
11: [==========] 1 test from 1 test suite ran. (109 ms total)
11: [  PASSED  ] 1 test.
11/56 Test #11: Kokkos_CoreUnitTest_CudaInterOpStreams .....................   Passed    0.18 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.17 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 (2 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 (5 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 5 tests from 1 test suite ran. (5 ms total)
13: [  PASSED  ] 5 tests.
13/56 Test #13: Kokkos_CoreUnitTest_CudaInterOpGraph .......................   Passed    0.20 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.20 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 (20 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 (11 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
15: [       OK ] defaultdevicetype.reduce_instantiation_c1 (4 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 (14 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 (17 ms)
15: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
15: [       OK ] defaultdevicetype.reduce_instantiation_c3 (8 ms)
15: [----------] 19 tests from defaultdevicetype (112 ms total)
15: 
15: [----------] 1 test from kokkosresize
15: [ RUN      ] kokkosresize.host_space_access
15: [       OK ] kokkosresize.host_space_access (20 ms)
15: [----------] 1 test from kokkosresize (20 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. (134 ms total)
15: [  PASSED  ] 59 tests.
15/56 Test #15: Kokkos_CoreUnitTest_Default ................................   Passed    0.37 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 (379 ms)
16: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views
16: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1766 ms)
16: [ RUN      ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management
16: [       OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (2838 ms)
16: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (4983 ms total)
16: 
16: [----------] 4 tests from InitializeFinalize_DeathTest
16: [ RUN      ] InitializeFinalize_DeathTest.initialize
16: [       OK ] InitializeFinalize_DeathTest.initialize (1389 ms)
16: [ RUN      ] InitializeFinalize_DeathTest.finalize
16: [       OK ] InitializeFinalize_DeathTest.finalize (977 ms)
16: [ RUN      ] InitializeFinalize_DeathTest.is_initialized
16: [       OK ] InitializeFinalize_DeathTest.is_initialized (231 ms)
16: [ RUN      ] InitializeFinalize_DeathTest.is_finalized
16: [       OK ] InitializeFinalize_DeathTest.is_finalized (255 ms)
16: [----------] 4 tests from InitializeFinalize_DeathTest (2854 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 (80 ms)
16: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (80 ms total)
16: 
16: [----------] 1 test from Legion_DeathTest
16: [ RUN      ] Legion_DeathTest.individual_backend_initialization
16: [       OK ] Legion_DeathTest.individual_backend_initialization (229 ms)
16: [----------] 1 test from Legion_DeathTest (229 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 (204 ms)
16: [ RUN      ] PushFinalizeHook_DeathTest.terminate_on_throw
16: [       OK ] PushFinalizeHook_DeathTest.terminate_on_throw (796 ms)
16: [----------] 2 tests from PushFinalizeHook_DeathTest (1000 ms total)
16: 
16: [----------] 6 tests from ScopeGuard_DeathTest
16: [ RUN      ] ScopeGuard_DeathTest.create
16: [       OK ] ScopeGuard_DeathTest.create (198 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_argument
16: [       OK ] ScopeGuard_DeathTest.create_argument (212 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_while_initialize
16: [       OK ] ScopeGuard_DeathTest.create_while_initialize (561 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_after_initialize
16: [       OK ] ScopeGuard_DeathTest.create_after_initialize (563 ms)
16: [ RUN      ] ScopeGuard_DeathTest.create_after_finalize
16: [       OK ] ScopeGuard_DeathTest.create_after_finalize (628 ms)
16: [ RUN      ] ScopeGuard_DeathTest.destroy_after_finalize
16: [       OK ] ScopeGuard_DeathTest.destroy_after_finalize (591 ms)
16: [----------] 6 tests from ScopeGuard_DeathTest (2756 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 (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 (20 ms total)
16: 
16: [----------] Global test environment tear-down
16: [==========] 30 tests from 7 test suites ran. (11925 ms total)
16: [  PASSED  ] 30 tests.
16/56 Test #16: Kokkos_CoreUnitTest_InitializeFinalize .....................   Passed   11.96 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.21 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 (2 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 (3 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 (8 ms total)
18: 
18: [----------] Global test environment tear-down
18: [==========] 32 tests from 1 test suite ran. (8 ms total)
18: [  PASSED  ] 32 tests.
18/56 Test #18: Kokkos_CoreUnitTest_KokkosP ................................   Passed    0.24 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.02 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.22 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.20 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:0x1271b00:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1271c80:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1271d00:Host:source:0x1271b80: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:0x1271c80:40::kokkosp_deallocate_data:Host:source:0x1271b00:40::kokkosp_finalize_library::
22/56 Test #22: Kokkos_ProfilingTestLibraryLoad ............................   Passed    0.20 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:0x1271bc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1271d00:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1271d80:Host:source:0x1271c40: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:0x1271d00:40::kokkosp_deallocate_data:Host:source:0x1271bc0:40::kokkosp_finalize_library::
23/56 Test #23: Kokkos_ProfilingTestLibraryCmdLine .........................   Passed    0.19 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 (602 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 (535 ms)
24: [----------] 2 tests from defaultdevicetype_DeathTest (1137 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. (1139 ms total)
24: [  PASSED  ] 3 tests.
24/56 Test #24: Kokkos_CoreUnitTest_StackTraceTest .........................   Passed    1.36 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 (4 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 (84 ms)
25: [ RUN      ] OPENMP.IncrTest_12a_ThreadScratch
25: [       OK ] OPENMP.IncrTest_12a_ThreadScratch (0 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 (220 ms total)
25: 
25: [----------] Global test environment tear-down
25: [==========] 28 tests from 1 test suite ran. (220 ms total)
25: [  PASSED  ] 28 tests.
25/56 Test #25: Kokkos_IncrementalTest_OPENMP ..............................   Passed    0.44 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 (2194 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 (368 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 (6 ms)
26: [ RUN      ] CUDA.incr_17_atomicView
26: [       OK ] CUDA.incr_17_atomicView (0 ms)
26: [----------] 28 tests from CUDA (2586 ms total)
26: 
26: [----------] Global test environment tear-down
26: [==========] 28 tests from 1 test suite ran. (2586 ms total)
26: [  PASSED  ] 28 tests.
26/56 Test #26: Kokkos_IncrementalTest_CUDA ................................   Passed    2.83 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 (157 ms)
27: [ RUN      ] ctest_environment_DeathTest.no_type_str
27: [       OK ] ctest_environment_DeathTest.no_type_str (142 ms)
27: [ RUN      ] ctest_environment_DeathTest.missing_type
27: [       OK ] ctest_environment_DeathTest.missing_type (291 ms)
27: [ RUN      ] ctest_environment_DeathTest.no_id_str
27: [       OK ] ctest_environment_DeathTest.no_id_str (143 ms)
27: [ RUN      ] ctest_environment_DeathTest.invalid_id_str
27: [       OK ] ctest_environment_DeathTest.invalid_id_str (484 ms)
27: [----------] 5 tests from ctest_environment_DeathTest (1218 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. (1219 ms total)
27: [  PASSED  ] 8 tests.
27/56 Test #27: Kokkos_CoreUnitTest_CTestDevice ............................   Passed    1.64 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.02 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 (882 ms)
32: [ RUN      ] openmp_DeathTest.offsetview_unmanaged_construction
32: [       OK ] openmp_DeathTest.offsetview_unmanaged_construction (7689 ms)
32: [----------] 2 tests from openmp_DeathTest (8571 ms total)
32: 
32: [----------] 71 tests from openmp
32: [ RUN      ] openmp.bitset
32: [       OK ] openmp.bitset (469 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 (1 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 (8 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 (11 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 (3 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 (1698 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 (1 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 (4538 ms)
32: [ RUN      ] openmp.UnorderedMap_failed_insert
32: [       OK ] openmp.UnorderedMap_failed_insert (4057 ms)
32: [ RUN      ] openmp.UnorderedMap_deep_copy
32: [       OK ] openmp.UnorderedMap_deep_copy (5 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 (10824 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 73 tests from 2 test suites ran. (19396 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   19.74 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 (6542 ms)
33: [----------] 2 tests from cuda_DeathTest (6542 ms total)
33: 
33: [----------] 71 tests from cuda
33: [ RUN      ] cuda.bitset
33: [       OK ] cuda.bitset (14 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 (0 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 (12 ms)
33: [ RUN      ] cuda.dyn_rank_view_api_operator_rank12345
33: [       OK ] cuda.dyn_rank_view_api_operator_rank12345 (0 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 (2 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 (15843 ms)
33: [ RUN      ] cuda.scatterview_devicetype
33: [       OK ] cuda.scatterview_devicetype (27 ms)
33: [ RUN      ] cuda.resize_realloc_no_init_dualview
33: [       OK ] cuda.resize_realloc_no_init_dualview (1 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 (7114 ms)
33: [ RUN      ] cuda.UnorderedMap_failed_insert
33: [       OK ] cuda.UnorderedMap_failed_insert (1957 ms)
33: [ RUN      ] cuda.UnorderedMap_deep_copy
33: [       OK ] cuda.UnorderedMap_deep_copy (8 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 (25053 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 73 tests from 2 test suites ran. (31596 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   31.98 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.00967252
34:  View sum computation time: 0.00967252
34:  Strided View time (init only): 0.0111615
34:  View Rank7 time (init only): 0.0120306
34:  DynRankView time (init only): 0.0119107
34:  DynRankView sum computation time: 0.0203239
34:  Ratio of View to DynRankView time: 0.812089
34:  Ratio of View to DynRankView sum computation time: 0.764653
34:  Ratio of View to View Rank7  time: 0.803994
34:  Ratio of StrideView to DynRankView time: 0.937102
34:  Ratio of DynRankView to View Rank7  time: 0.990032
34: [       OK ] TEST_CATEGORY.dynrankview_perf (141 ms)
34: [ RUN      ] TEST_CATEGORY.global_2_local
34: OpenMP
34: size, create, generate, fill, find
34: 256, 0.00117908, 2.1199e-05, 7.5257e-05, 0.00147465
34: 512, 8.3534e-05, 1.0178e-05, 7.8356e-05, 0.00156271
34: 1024, 8.8209e-05, 1.267e-05, 0.000118983, 0.00184267
34: 2048, 0.000100253, 1.238e-05, 0.000237748, 0.00192106
34: 4096, 0.000210441, 1.2799e-05, 0.000396669, 0.00212581
34: 8192, 0.0003419, 1.2382e-05, 0.000733713, 0.00308445
34: 16384, 0.000350304, 1.4884e-05, 0.00145709, 0.00736895
34: 32768, 0.000334962, 2.4936e-05, 0.00302639, 0.0177212
34: 65536, 0.000454557, 1.6768e-05, 0.00574847, 0.0402692
34: 131072, 0.000879106, 2.9905e-05, 0.0117551, 0.0957979
34: 262144, 0.00186431, 5.334e-05, 0.0229632, 0.239037
34: 524288, 0.00410247, 9.3758e-05, 0.0449665, 0.510519
34: 1048576, 0.00775389, 0.000930053, 0.0912681, 1.65197
34: 2097152, 0.00747302, 0.000458887, 0.18925, 5.07227
34: 4194304, 0.020585, 0.00104596, 0.406889, 10.7655
34: [       OK ] TEST_CATEGORY.global_2_local (19243 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.110097 seconds
34: test took 0.118321 seconds
34: num_threads 8
34: hand-coded test took 0.110327 seconds
34: test took 0.123055 seconds
34: num_threads 8
34: hand-coded test took 0.114223 seconds
34: test took 0.119076 seconds
34: num_threads 8
34: hand-coded test took 0.122671 seconds
34: test took 0.121514 seconds
34: num_threads 8
34: hand-coded test took 0.112484 seconds
34: test took 0.114712 seconds
34: [       OK ] TEST_CATEGORY.scatter_view (1295 ms)
34: [----------] 5 tests from TEST_CATEGORY (20679 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 5 tests from 1 test suite ran. (20679 ms total)
34: [  PASSED  ] 5 tests.
34/56 Test #34: Kokkos_ContainersPerformanceTest_OpenMP ....................   Passed   20.99 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.00365482
35:  View sum computation time: 0.00365482
35:  Strided View time (init only): 0.00114738
35:  View Rank7 time (init only): 0.00119719
35:  DynRankView time (init only): 0.00119535
35:  DynRankView sum computation time: 0.00194688
35:  Ratio of View to DynRankView time: 3.05752
35:  Ratio of View to DynRankView sum computation time: 0.996451
35:  Ratio of View to View Rank7  time: 3.05282
35:  Ratio of StrideView to DynRankView time: 0.959863
35:  Ratio of DynRankView to View Rank7  time: 0.998463
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.000334404, 3.4699e-05, 0.00366845, 0.00211727
35: 512, 0.000186114, 1.3477e-05, 2.3982e-05, 0.0020539
35: 1024, 0.000172157, 1.1847e-05, 2.3351e-05, 0.00209139
35: 2048, 0.000157154, 1.0888e-05, 2.1423e-05, 0.00215266
35: 4096, 0.000172568, 1.1366e-05, 2.4626e-05, 0.00217138
35: 8192, 0.000171652, 1.0636e-05, 2.7145e-05, 0.00216746
35: 16384, 0.000161288, 1.1824e-05, 2.979e-05, 0.00226981
35: 32768, 0.000459681, 1.4003e-05, 3.7637e-05, 0.00246424
35: 65536, 0.000343489, 1.4989e-05, 4.5689e-05, 0.00265748
35: 131072, 0.000401622, 1.3871e-05, 6.8244e-05, 0.00328634
35: 262144, 0.000624287, 1.5553e-05, 0.000157293, 0.00530903
35: 524288, 0.000585573, 1.9177e-05, 0.000538275, 0.0171513
35: 1048576, 0.000615445, 2.6485e-05, 0.00140841, 0.048257
35: 2097152, 0.00075839, 4.1443e-05, 0.00309597, 0.109639
35: 4194304, 0.00101957, 6.771e-05, 0.00686947, 0.238126
35: [       OK ] TEST_CATEGORY.global_2_local (468 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 (484 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 4 tests from 1 test suite ran. (484 ms total)
35: [  PASSED  ] 4 tests.
35/56 Test #35: Kokkos_ContainersPerformanceTest_Cuda ......................   Passed    0.71 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 (1367 ms)
36: [----------] 1 test from cuda_DeathTest (1367 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 (124 ms)
36: [ RUN      ] cuda.BinSortGenericTests
36: [       OK ] cuda.BinSortGenericTests (17 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 (16429 ms)
36: [ RUN      ] cuda.NestedSort
36: [       OK ] cuda.NestedSort (29 ms)
36: [ RUN      ] cuda.NestedSortByKey
36: [       OK ] cuda.NestedSortByKey (126 ms)
36: [----------] 16 tests from cuda (16748 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 17 tests from 2 test suites ran. (18116 ms total)
36: [  PASSED  ] 17 tests.
36/56 Test #36: Kokkos_UnitTest_Sort .......................................   Passed   18.32 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:1757535119690804169
37: Test Scalar=int
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 6.43252e-07 0.000426809 -0.000432868 || 0.051031 27989 29265 || 28662.2 28674.4 || -5.98397 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 6.43252e-07 -0.00752859 0.0110455 || 0.051031 1e+64 -1e+64
37: Test Scalar=unsigned int
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 6.45775e-07 -0.00212966 -0.00563033 || 0.051031 28054 29353 || 28735.6 28674.4 || -77.8337 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 6.5082e-07 0.00137046 0.00930865 || 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.00453303 0.011524 || 0.051031 28073 29335 || 28805 28674.4 || 159.307 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 6.43252e-07 -0.00657735 -0.00219873 || 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.00697913 -0.0126183 || 0.051031 28036 29414 || 28875.9 28674.4 || -174.435 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 6.43252e-07 -0.0184859 -0.00683375 || 0.051031 1e+64 -1e+64
37: Test Scalar=half
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 0.000243988 -0.99999 -48243.5 || 0.051031 0 194948 || 2.92849e+09 28674.4 || -6.66918e+08 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 0.000730798 -0.314397 0.154723 || 0.051031 1e+64 -1e+64
37: Test Scalar=bhalf
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 0.00195973 -0.999999 -57855 || 0.051031 0 1.55254e+06 || 2.86883e+10 28674.4 || -7.99787e+08 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 0.00588902 -0.96805 10.2833 || 0.051031 1e+64 -1e+64
37: Test Scalar=float
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 6.65955e-07 0.00544735 -0.0262185 || 0.051031 28071 29282 || 28519 28674.4 || -362.445 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 7.11361e-07 0.00918732 -0.00849661 || 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.00796076 0.0315667 || 0.051031 28022 29343 || 28904.5 28674.4 || 436.377 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 6.43252e-07 -0.0148951 0.0027754 || 0.051031 1e+64 -1e+64
37: Test Seed:1757535119798742345
37: Test Scalar=int
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 6.43252e-07 -0.0127878 0.00672664 || 0.051031 28044 29315 || 29045.8 28674.4 || 92.9891 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 6.43252e-07 -0.00859762 -0.00746432 || 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.0111686 -0.00292066 || 0.051031 28023 29368 || 28998.3 28674.4 || -40.3753 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 6.43252e-07 0.00956698 0.0029128 || 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.00210122 -0.00863731 || 0.051031 27968 29282 || 28614.3 28674.4 || -119.402 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 6.43252e-07 -0.00522076 -0.00511055 || 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.0133827 -0.00859058 || 0.051031 28037 29332 || 28295.7 28674.4 || -118.756 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 6.43252e-07 -0.00565239 -0.00601938 || 0.051031 1e+64 -1e+64
37: Test Scalar=half
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 0.000244271 -0.99999 -48248.7 || 0.051031 0 194913 || 2.92908e+09 28674.4 || -6.6699e+08 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 0.000731746 -0.321823 0.170057 || 0.051031 1e+64 -1e+64
37: Test Scalar=bhalf
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 0.00195666 -0.999999 -57856.7 || 0.051031 0 1.55145e+06 || 2.86892e+10 28674.4 || -7.99811e+08 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 0.00588075 -0.967957 10.3408 || 0.051031 1e+64 -1e+64
37: Test Scalar=float
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 6.71e-07 -0.000165557 -0.0330947 || 0.051031 27962 29303 || 28679.1 28674.4 || -457.501 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 7.26496e-07 0.0209517 0.00161449 || 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.00636024 0.0207256 || 0.051031 28049 29377 || 28857.9 28674.4 || 286.51 -2.0744
37:  -- Testing 3-D histogram
37: Density 3D: 6.43252e-07 0.0209574 0.00291745 || 0.051031 1e+64 -1e+64
37: [       OK ] cuda.Random_XorShift64 (210 ms)
37: [ RUN      ] cuda.Random_XorShift1024_0
37: Test Seed:1757535119901282269
37: Test Scalar=int
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 2.54313e-07 -0.0101133 -0.00261089 || 0.051031 10950 11782 || 11493.2 11377 || -36.0929 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 2.67029e-07 -0.00241474 0.00175207 || 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.0113337 -0.0122252 || 0.051031 11001 11793 || 11249.5 11377 || -169.001 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 2.47955e-07 0.016167 -0.00100567 || 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.00135884 0.0124376 || 0.051031 10923 11802 || 11361.5 11377 || 171.937 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 2.47955e-07 0.0153767 -0.00157833 || 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.010135 -0.00194737 || 0.051031 10983 11785 || 11262.8 11377 || -26.9205 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 2.47955e-07 -0.00312131 -0.00268141 || 0.051031 1e+64 -1e+64
37: Test Scalar=half
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 0.000244277 -0.999975 -7595.37 || 0.051031 0 77762 || 4.61034e+08 11377 || -1.04998e+08 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 0.000732519 -0.146263 0.0253725 || 0.051031 1e+64 -1e+64
37: Test Scalar=bhalf
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 0.00195926 -0.999997 -9107.73 || 0.051031 0 616181 || 4.51647e+09 11377 || -1.25905e+08 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 0.00588914 -0.923109 1.61018 || 0.051031 1e+64 -1e+64
37: Test Scalar=float
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 3.05176e-07 -0.00868069 -0.00193056 || 0.051031 10994 11768 || 11476.6 11377 || -26.6881 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 4.19617e-07 -0.0282036 -0.00110251 || 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.0199222 0.00770772 || 0.051031 10975 11822 || 11608.2 11377 || 106.552 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 2.47955e-07 -0.00337806 -0.00216768 || 0.051031 1e+64 -1e+64
37: Test Seed:1757535119986886246
37: Test Scalar=int
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 2.47955e-07 -0.0349767 -0.0015883 || 0.051031 10958 11796 || 11789.3 11377 || -21.9567 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 2.47955e-07 0.000571827 -0.00165614 || 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.000749615 -0.0063048 || 0.051031 10981 11793 || 11385.5 11377 || -87.1576 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 2.47955e-07 0.0105041 -9.37103e-05 || 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.00649357 0.0190673 || 0.051031 10963 11813 || 11451.3 11377 || 263.587 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 2.47955e-07 0.0136286 0.000394308 || 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.00859827 -0.00499415 || 0.051031 10974 11795 || 11280 11377 || -69.0391 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 2.47955e-07 -0.00712448 0.00314742 || 0.051031 1e+64 -1e+64
37: Test Scalar=half
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 0.000243392 -0.999975 -7595.05 || 0.051031 0 77709 || 4.61021e+08 11377 || -1.04994e+08 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 0.000729883 -0.169275 0.02551 || 0.051031 1e+64 -1e+64
37: Test Scalar=bhalf
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 0.00195838 -0.999997 -9107.88 || 0.051031 0 616124 || 4.51617e+09 11377 || -1.25907e+08 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 0.00588573 -0.922537 1.62069 || 0.051031 1e+64 -1e+64
37: Test Scalar=float
37:  -- Testing randomness properties
37:  -- Testing 1-D histogram
37: Density 1D: 2.9246e-07 0.00410126 0.00338382 || 0.051031 10946 11799 || 11330.5 11377 || 46.778 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 3.8147e-07 3.40231e-05 -0.00300906 || 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.00644217 -0.00500868 || 0.051031 10941 11818 || 11304.1 11377 || -69.24 -0.823045
37:  -- Testing 3-D histogram
37: Density 3D: 2.47955e-07 0.00248143 1.10954e-05 || 0.051031 1e+64 -1e+64
37: [       OK ] cuda.Random_XorShift1024_0 (198 ms)
37: [ RUN      ] cuda.Multi_streams
37: [       OK ] cuda.Multi_streams (348 ms)
37: [----------] 3 tests from cuda (757 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 3 tests from 1 test suite ran. (757 ms total)
37: [  PASSED  ] 3 tests.
37/56 Test #37: Kokkos_UnitTest_Random .....................................   Passed    0.95 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 (5 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 (25 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.21 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 (20 ms)
40: [----------] 1 test from std_algorithms_lexicographical_compare_test (20 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 (78 ms)
40: [----------] 1 test from std_algorithms_for_each_test (78 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 (462 ms)
40: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
40: [       OK ] std_algorithms_non_mod_seq_ops.find_end (570 ms)
40: [ RUN      ] std_algorithms_non_mod_seq_ops.search
40: [       OK ] std_algorithms_non_mod_seq_ops.search (938 ms)
40: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
40: [       OK ] std_algorithms_non_mod_seq_ops.search_n (359 ms)
40: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2330 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 (37 ms)
40: [----------] 1 test from std_algorithms_count_test (37 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 (12 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 (35 ms)
40: [----------] 1 test from std_algorithms_all_any_none_of_test (35 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 (114 ms)
40: [----------] 1 test from std_algorithms_nonmod_seq_ops (114 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 (132 ms)
40: [----------] 1 test from std_algorithms_mismatch_test (132 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 (82 ms)
40: [----------] 1 test from std_algorithms_mod_seq_ops (82 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 13 tests from 10 test suites ran. (2886 ms total)
40: [  PASSED  ] 13 tests.
40/56 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    3.10 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 (54 ms)
41: [ RUN      ] std_algorithms_replace_ops_test.replace_if
41: [       OK ] std_algorithms_replace_ops_test.replace_if (113 ms)
41: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
41: [       OK ] std_algorithms_replace_ops_test.replace_copy (88 ms)
41: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
41: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (89 ms)
41: [----------] 4 tests from std_algorithms_replace_ops_test (345 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 (56 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops.unique
41: [       OK ] std_algorithms_mod_seq_ops.unique (121 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
41: [       OK ] std_algorithms_mod_seq_ops.unique_copy (50 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops.remove
41: [       OK ] std_algorithms_mod_seq_ops.remove (48 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
41: [       OK ] std_algorithms_mod_seq_ops.remove_if (70 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
41: [       OK ] std_algorithms_mod_seq_ops.remove_copy (186 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
41: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (39 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops.rotate
41: [       OK ] std_algorithms_mod_seq_ops.rotate (1850 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
41: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (541 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
41: [       OK ] std_algorithms_mod_seq_ops.shift_left (1923 ms)
41: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
41: [       OK ] std_algorithms_mod_seq_ops.shift_right (1948 ms)
41: [----------] 11 tests from std_algorithms_mod_seq_ops (6837 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 (125 ms)
41: [----------] 1 test from std_algorithms_modseq_test (125 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 31 tests from 5 test suites ran. (7314 ms total)
41: [  PASSED  ] 31 tests.
41/56 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    7.54 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 (11 ms)
42: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
42: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (20 ms)
42: [----------] 2 tests from std_algorithms_sorting_ops_test (32 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 (3 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 (24 ms)
42: [----------] 1 test from std_algorithms_partitioning_ops (24 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 (1 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 (13 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 (193 ms)
42: [----------] 1 test from std_algorithms_numerics_ops_test (193 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 (890 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 (682 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 (155 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 (267 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 (1996 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 (46 ms)
42: [----------] 1 test from std_algorithms_transform_ops_test (46 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 29 tests from 7 test suites ran. (2310 ms total)
42: [  PASSED  ] 29 tests.
42/56 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    2.56 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 (665 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 (684 ms)
43: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1350 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 (385 ms)
43: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
43: [       OK ] std_algorithms_count_team_test.count_returns_zero (300 ms)
43: [----------] 2 tests from std_algorithms_count_team_test (686 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 (378 ms)
43: [----------] 1 test from std_algorithms_count_if_team_test (378 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 (593 ms)
43: [----------] 1 test from std_algorithms_for_each_team_test (593 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 (682 ms)
43: [----------] 1 test from std_algorithms_for_each_n_team_test (682 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 (982 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 (882 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 (917 ms)
43: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (2782 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 (1034 ms)
43: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
43: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (1042 ms)
43: [----------] 2 tests from std_algorithms_mismatch_team_test (2077 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 12 tests from 7 test suites ran. (8551 ms total)
43: [  PASSED  ] 12 tests.
43/56 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed    8.79 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 (1388 ms)
44: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
44: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1579 ms)
44: [----------] 2 tests from std_algorithms_equal_team_test (2968 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 (684 ms)
44: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
44: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (731 ms)
44: [----------] 2 tests from std_algorithms_search_team_test (1415 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 (848 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 (823 ms)
44: [----------] 2 tests from std_algorithms_find_end_team_test (1672 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 (687 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 (977 ms)
44: [----------] 2 tests from std_algorithms_find_first_of_team_test (1665 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 8 tests from 4 test suites ran. (7722 ms total)
44: [  PASSED  ] 8 tests.
44/56 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed    7.96 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 (311 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 (317 ms)
45: [----------] 2 tests from std_algorithms_find_team_test (629 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 (280 ms)
45: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
45: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (312 ms)
45: [----------] 2 tests from std_algorithms_find_if_team_test (593 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 (311 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 (285 ms)
45: [----------] 2 tests from std_algorithms_find_if_not_team_test (596 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 (303 ms)
45: [----------] 1 test from std_algorithms_all_of_team_test (303 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 (266 ms)
45: [----------] 1 test from std_algorithms_any_of_team_test (266 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 (284 ms)
45: [----------] 1 test from std_algorithms_none_of_team_test (284 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 (354 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 (324 ms)
45: [----------] 2 tests from std_algorithms_search_n_team_test (678 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 11 tests from 7 test suites ran. (3352 ms total)
45: [  PASSED  ] 11 tests.
45/56 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    3.55 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 (883 ms)
46: [----------] 1 test from std_algorithms_min_element_team_test (883 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 (939 ms)
46: [----------] 1 test from std_algorithms_max_element_team_test (939 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 (911 ms)
46: [----------] 1 test from std_algorithms_minmax_element_team_test (911 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 3 tests from 3 test suites ran. (2734 ms total)
46: [  PASSED  ] 3 tests.
46/56 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    2.93 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 (374 ms)
47: [----------] 1 test from std_algorithms_fill_team_test (375 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 (531 ms)
47: [----------] 1 test from std_algorithms_fill_n_team_test (531 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 (620 ms)
47: [----------] 1 test from std_algorithms_replace_team_test (620 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 (575 ms)
47: [----------] 1 test from std_algorithms_replace_if_team_test (575 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 (758 ms)
47: [----------] 1 test from std_algorithms_replace_copy_team_test (759 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 (647 ms)
47: [----------] 1 test from std_algorithms_replace_copy_if_team_test (647 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 6 tests from 6 test suites ran. (3509 ms total)
47: [  PASSED  ] 6 tests.
47/56 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    3.71 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 (464 ms)
48: [----------] 1 test from std_algorithms_reverse_team_test (464 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 (611 ms)
48: [----------] 1 test from std_algorithms_reverse_copy_team_test (611 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 (1027 ms)
48: [----------] 1 test from std_algorithms_rotate_team_test (1027 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 (1197 ms)
48: [----------] 1 test from std_algorithms_rotate_copy_team_test (1198 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 4 tests from 4 test suites ran. (3301 ms total)
48: [  PASSED  ] 4 tests.
48/56 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    3.55 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 (1377 ms)
49: [----------] 1 test from std_algorithms_move_team_test (1377 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 (722 ms)
49: [----------] 1 test from std_algorithms_move_backward_team_test (722 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 (5218 ms)
49: [----------] 1 test from std_algorithms_shift_left_team_test (5219 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 (6520 ms)
49: [----------] 1 test from std_algorithms_shift_right_team_test (6521 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 4 tests from 4 test suites ran. (13840 ms total)
49: [  PASSED  ] 4 tests.
49/56 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed   14.08 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 (1171 ms)
50: [----------] 1 test from std_algorithms_copy_team_test (1172 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 (2004 ms)
50: [----------] 1 test from std_algorithms_copy_n_team_test (2005 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 (1030 ms)
50: [----------] 1 test from std_algorithms_copy_backward_team_test (1030 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 (2295 ms)
50: [----------] 1 test from std_algorithms_copy_if_team_test (2295 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 (729 ms)
50: [----------] 1 test from std_algorithms_unique_copy_team_test (729 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 (1686 ms)
50: [----------] 1 test from std_algorithms_remove_team_test (1686 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 (958 ms)
50: [----------] 1 test from std_algorithms_remove_if_team_test (958 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 (820 ms)
50: [----------] 1 test from std_algorithms_remove_copy_team_test (820 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 (656 ms)
50: [----------] 1 test from std_algorithms_remove_copy_if_team_test (656 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 9 tests from 9 test suites ran. (11356 ms total)
50: [  PASSED  ] 9 tests.
50/56 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed   11.60 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 (1197 ms)
51: [----------] 1 test from std_algorithms_unique_team_test (1197 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 (1881 ms)
51: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1881 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 (1648 ms)
51: [----------] 1 test from std_algorithms_reduce_team_test (1648 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 (4502 ms)
51: [----------] 1 test from std_algorithms_transform_reduce_team_test (4502 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 4 tests from 4 test suites ran. (9230 ms total)
51: [  PASSED  ] 4 tests.
51/56 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    9.48 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 (1845 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 (1512 ms)
52: [----------] 2 tests from std_algorithms_is_sorted_team_test (3359 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 (13 ms)
52: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
52: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (16 ms)
52: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
52: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (2177 ms)
52: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
52: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (4001 ms)
52: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (6210 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 (8 ms)
52: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
52: [       OK ] std_algorithms_is_partitioned_team_test.all_true (632 ms)
52: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
52: [       OK ] std_algorithms_is_partitioned_team_test.all_false (539 ms)
52: [ RUN      ] std_algorithms_is_partitioned_team_test.random
52: [       OK ] std_algorithms_is_partitioned_team_test.random (471 ms)
52: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1652 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 (12 ms)
52: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
52: [       OK ] std_algorithms_partition_copy_team_test.all_true (1970 ms)
52: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
52: [       OK ] std_algorithms_partition_copy_team_test.all_false (1680 ms)
52: [ RUN      ] std_algorithms_partition_copy_team_test.random
52: [       OK ] std_algorithms_partition_copy_team_test.random (2293 ms)
52: [----------] 4 tests from std_algorithms_partition_copy_team_test (5957 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 (444 ms)
52: [ RUN      ] std_algorithms_partition_point_team_test.all_false
52: [       OK ] std_algorithms_partition_point_team_test.all_false (601 ms)
52: [ RUN      ] std_algorithms_partition_point_team_test.random
52: [       OK ] std_algorithms_partition_point_team_test.random (1121 ms)
52: [----------] 4 tests from std_algorithms_partition_point_team_test (2175 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 18 tests from 5 test suites ran. (19354 ms total)
52: [  PASSED  ] 18 tests.
52/56 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed   19.67 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 (1264 ms)
53: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
53: [       OK ] std_algorithms_transform_team_test.test_binary_op (2095 ms)
53: [----------] 2 tests from std_algorithms_transform_team_test (3360 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 (2659 ms)
53: [----------] 1 test from std_algorithms_generate_team_test (2659 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 (555 ms)
53: [----------] 1 test from std_algorithms_generate_n_team_test (555 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 (1085 ms)
53: [----------] 1 test from std_algorithms_swap_ranges_team_test (1085 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 5 tests from 4 test suites ran. (7661 ms total)
53: [  PASSED  ] 5 tests.
53/56 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    7.91 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 (3796 ms)
54: [----------] 1 test from std_algorithms_exclusive_scan_team_test (3796 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 (1643 ms)
54: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1643 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 2 tests from 2 test suites ran. (5440 ms total)
54: [  PASSED  ] 2 tests.
54/56 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    5.68 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 (6783 ms)
55: [----------] 1 test from std_algorithms_inclusive_scan_team_test (6783 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 (4157 ms)
55: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (4158 ms total)
55: 
55: [----------] Global test environment tear-down
55: [==========] 2 tests from 2 test suites ran. (10941 ms total)
55: [  PASSED  ] 2 tests.
55/56 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed   11.17 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 (7 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 (8 ms total)
56: 
56: [----------] Global test environment tear-down
56: [==========] 18 tests from 1 test suite ran. (8 ms total)
56: [  PASSED  ] 18 tests.
56/56 Test #56: Kokkos_UnitTest_SIMD .......................................   Passed    0.21 sec

100% tests passed, 0 tests failed out of 56

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

Total Test time (real) = 388.47 sec
Post stage
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 a2c49d1da1723e435a9f0e56b56d43848469b3b2a59fda24fd23b5b9899b5c75
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 a2c49d1da1723e435a9f0e56b56d43848469b3b2a59fda24fd23b5b9899b5c75
[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: fbaa1185-68b3-47cf-baa0-03ba3d0e7156
Also:   	Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 8e756bad-a51c-457c-a130-89549e1838d9
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